This week's book giveaway is in the General Computing forum.
We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line!
See this thread for details.
The moose likes EJB and other Java EE Technologies and the fly likes How to call external service(Third party api) from Enterprise bean(Session bean) Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » EJB and other Java EE Technologies
Reply Bookmark "How to call external service(Third party api) from Enterprise bean(Session bean)" Watch "How to call external service(Third party api) from Enterprise bean(Session bean)" New topic
Author

How to call external service(Third party api) from Enterprise bean(Session bean)

chandrasekhar alvaru
Greenhorn

Joined: Jul 14, 2009
Posts: 2
Hi,
I have few questions on EJB3.0 with JBOSS Application server.
We use EJB3.0 with JBOSS in our application.
Here we have a requirement to use third party APIs for one of the business logic module.
Queries:
(a)Can we start this third party API as a separate service from EJB?
I would like to call third party service from session bean and this third part service could use its own threads.

(b)Can we start third party service explicitly from the container?
We are looking ways to start these services explicit to the web /EJB container.

Please let me know.

Thanks,
Chandra
Jaikiran Pai
Marshal

Joined: Jul 20, 2005
Posts: 8210
    
  71

"chandu.acb sekhar",

Please click on the "My Private Messages" link on top of this page, for a message from JavaRanch.


[My Blog] [JavaRanch Journal]
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: How to call external service(Third party api) from Enterprise bean(Session bean)
 
Similar Threads
can EJB 2.1 call EJB 3.0 ?
Manually delete entity bean in memory?
Can I in invoke ejb RMI - IIOP business service from corba?
JavaMail Problem with WAS 3.5
Doubt in SessionBean contract(ejb 3.0 core)