views:

518

answers:

2

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
I'm using Glasfish server for my application. So, j2ee technology should work fine.
Maksim
+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
That integrator is pretty old and it says that it's compatible only with FLEX2 :(
Maksim