This week's book giveaway is in the Agile and other Processes forum. We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line! See this thread for details.
The Enterprise JavaBeans architecture will provide interoperability between enterprise beans and Java Platform, Enterprise Edition (Java EE) components as well as non-Java programming
language applications.
Does the above mean that , EJB 3 apps will be able to communicate with non-java apps as well?
SCJP 5.0 94%
OCE-EJBD 90%
Claude Moore
Ranch Hand
Joined: Jun 24, 2005
Posts: 151
posted
0
Yes. For example you can expose an EJB's methods as web services using @WebMethod and @WebService annotations