Question

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.

Was it helpful?

Solution

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

OTHER TIPS

You need the EJB and Flex Integration v1.1.

It can be used with BlazeDS or LCDS and supports remote and local EJBs.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top