Expand my Community achievements bar.

Dive into Adobe Summit 2024! Explore curated list of AEM sessions & labs, register, connect with experts, ask questions, engage, and share insights. Don't miss the excitement.

Invoke EJBs directly from Flex

Avatar

Level 1
Hello!



I am new to flex and i was hoping that one of the experts
here, could help me with the following problem:

I was wondering if there is an official "Adobe-way" to
invoke/call EJBs directly from Flex, without having blazeDS and a
Pojo in between?

If it is possible, would you say, that it is advisable to
call EJBs directly?



Thanks for your help,

edv-hofer
2 Replies

Avatar

Level 1
Hello again!



Please help me with this!

I really have to know if there is a way of calling an EJB
without blazeDS!



If you need more specific information, please let me know



thx,

edv-hofer

Avatar

Level 2
Hi,



There is no way you can invoke EJBs from Flex application
with out a Java class (POJO or BlazeDS remoting service) in the
middle. Flex is a client side application and will need some server
side script to invoke the EJB.



Hope this helps.