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 moose likes EJB and other Java EE Technologies and the fly likes ejb3 application interoperability with non-java applications Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » EJB and other Java EE Technologies
Reply Bookmark "ejb3 application interoperability with non-java applications" Watch "ejb3 application interoperability with non-java applications" New topic
Author

ejb3 application interoperability with non-java applications

Ravi Bansal
Ranch Hand

Joined: Aug 18, 2008
Posts: 82
Taken from EJB 3 Specifications
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
Yes. For example you can expose an EJB's methods as web services using @WebMethod and @WebService annotations
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: ejb3 application interoperability with non-java applications
 
Similar Threads
Newbie in EJB
Technical buzzword bingo
Is EJB 2.1 knowledge required for EJB 3.0?
Middle Tier business logic implementation
SCEA starting