• 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

EJB 3.0 and Struts

 
Greenhorn
Posts: 7
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

Iam using struts 1.1 since long time. Can you please tell me whether EJB 3.0 is supported in struts 1.1 or will it be supported in struts 2.0.

Thanks in advance..
 
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
Struts and EJBs are two different things. Struts is mainly a UI framework and EJBs are the middleware. You can use any version of Struts with any version of EJB. They are independent.
 
Ranch Hand
Posts: 4864
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I've done a lot of Struts development. The biggest obstacle to using EJB 3 in a Struts application has been the fact that it needs an Application Server that supports Java EE 5. Big companies are very conservative, and I have yet to do work for a client that has made the move to a such a server. So, as much as I'd love to use it, I can't until my clients decide to join the twenty-first century.
 
Sheriff
Posts: 14691
16
Eclipse IDE VI Editor Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Big companies are very conservative


Especially those saying "Look what we've done, a few years ago, with that EJB thing"
reply
    Bookmark Topic Watch Topic
  • New Topic