• 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:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Struts2 and EJB3 Integration

 
Ranch Hand
Posts: 35
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Able to see that this topic has been discussed very often.

I would need to invoke Stateless EJB3 from struts2 action. I am looking for a plug-in to inject EJB in struts2 action in WebSphere Application Server environment. Is there any plug-in out there to achieve this? Since I do not want to go for traditional JNDI lookup.

I was going through the below threads, but no luck

https://coderanch.com/t/496362/Struts/Intergration-Struts-EJB-struts-ejb - Agrael Lee's plugin seems to be not implemented for Websphere Server
https://coderanch.com/t/457492/Struts/Struts-EJB - I don't find any downloads in the url mentioned in the thread.

Please advise me.
 
Ranch Hand
Posts: 67
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
do you know this plugin?

http://code.google.com/p/struts2-ejb3-plugin/

 
Viji San
Ranch Hand
Posts: 35
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Yes, this is not implemented for Websphere Application server.
 
Johannes Geppert
Ranch Hand
Posts: 67
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
There exists three Implementation ApplicationServer.java, GlassFish2ApplicationServer.java and JbossApplicationServer.java.

Maybe the ApplicationServer.java works on WebSphere or you can modify it to run in an WebSphere Environment.

 
Viji San
Ranch Hand
Posts: 35
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Ok, Thanks. I will try with ApplicationServer.java
reply
    Bookmark Topic Watch Topic
  • New Topic