• 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

J2EE 1.4 support to EJB 3

 
Ranch Hand
Posts: 243
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello Members,

I want to come to know whether J2EE 1.4 support EJB 3.0 or not ??
If no then how can we add EJB 3.0 support to J2EE 1.4 ?

Thanks in advance !!
 
author
Posts: 4335
39
jQuery Eclipse IDE Java
 
Fidel Edwards
Ranch Hand
Posts: 243
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks for early reply !!

But sir what about those APIs which are supporting only J2EE 1.4 not the 5.0

I need to rewrite them or will thses classes or interfaces problem continously ???
 
Rancher
Posts: 43081
77
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
JEE is generally backwards compatible (as is JSE). What APIs are you referring to that work with JEE 1.4 but not JEE 5? I think that most JEE 5 servers support EJB 2 in addition to EJB 3.
 
reply
    Bookmark Topic Watch Topic
  • New Topic