jQuery in Action, 2nd edition
The moose likes EJB and other Java EE Technologies and the fly likes J2EE 1.4 support to EJB 3 Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » EJB and other Java EE Technologies
Reply Bookmark "J2EE 1.4 support to EJB 3" Watch "J2EE 1.4 support to EJB 3" New topic
Author

J2EE 1.4 support to EJB 3

Fidel Edwards
Ranch Hand

Joined: Mar 19, 2008
Posts: 202
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 !!


God Gave Me Nothing I Wanted, He Gave Me Everything I Needed.
Scott Selikoff
Saloon Keeper

Joined: Oct 23, 2005
Posts: 3652

You can't. Upgrade to 1.5.


My Blog: Down Home Country Coding with Scott Selikoff
Fidel Edwards
Ranch Hand

Joined: Mar 19, 2008
Posts: 202
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 ???
Ulf Dittmer
Marshal

Joined: Mar 22, 2005
Posts: 35223
    
    7
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.


Android appsImageJ pluginsJava web charts
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: J2EE 1.4 support to EJB 3
 
Similar Threads
are EJBs portable?
Is it possible to write update and insert statements using EJB-QL?
EJB Inheritance
JPQL, EJBQL and HQL
Does EJB 3.0 use AOP?