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.
Asked
Active
Viewed 1,216 times
1 Answers
1
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
- 13,836
- 8
- 42
- 58
-
I'm using Glasfish server for my application. So, j2ee technology should work fine. – Maksim Apr 08 '09 at 21:42