• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Tim Cooke
  • Campbell Ritchie
  • paul wheaton
  • Ron McLeod
  • Devaka Cooray
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Piet Souris
Bartenders:

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

 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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
 
Sheriff
Posts: 10445
227
IntelliJ IDE Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
"chandu.acb sekhar",

Please click on the "My Private Messages" link on top of this page, for a message from JavaRanch.
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic