I'm working on a new application using EJB3 -> BlazeDS -> Flex. I can't find good example to see how to integrate EJB with BLAZEDS. Can someone give me some pointers on how to link them together.
+1
A:
BlazeDS is essentially a Tomcat server. Tomcat does not fully support J2EE, but it does support some JNDI. You can put EJB's into WEB-INF/web.xml and META-INF/context.xml
Here is Tomcat's documentation on using beans:JNDI resources
EDIT: Found this for Glassfish -> BlazeDS -> Flex: Flex-BlazeDS-and-GlassFish
CookieOfFortune
2009-04-08 21:40:02
I'm using Glasfish server for my application. So, j2ee technology should work fine.
Maksim
2009-04-08 21:42:46
+2
A:
You need the EJB and Flex Integration v1.1.
It can be used with BlazeDS or LCDS and supports remote and local EJBs.
James Ward
2009-04-08 21:49:18
That integrator is pretty old and it says that it's compatible only with FLEX2 :(
Maksim
2009-04-08 21:54:28