-
Popular alternatives to EJBs (2 messages)
- Posted by: P R Dixit
- Posted on: September 10 2002 14:22 EDT
We have a very small application and the code base is not very large plus its not a distributed architecture. Are there any popular alternative tools that tackle transaction management, caching, scalability issues that EJBs are suggested as a fix for?Threaded Messages (2)
- Popular alternatives to EJBs by Trever Shick on September 10 2002 14:34 EDT
- Popular alternatives to EJBs by Artur B on September 10 2002 22:38 EDT
-
Popular alternatives to EJBs[ Go to top ]
- Posted by: Trever Shick
- Posted on: September 10 2002 14:34 EDT
- in response to P R Dixit
Try JGrinder:
It's an object-relational mapping system that handles transactions well. It's being used in production by some very large companies.
http://jgrinder.sourceforge.net
It doesn't really have a SessionBean like component, but it's a good starting point. From my understanding of JGrinder, it "can" support transactions across objects without the objects necessarily being persistent objects, so you could probably create a sessionbean like layer...
-
Popular alternatives to EJBs[ Go to top ]
- Posted by: Artur B
- Posted on: September 10 2002 22:38 EDT
- in response to P R Dixit
Take a look at Avalon and Turbine and Cocoon at jakarta.apache.org
Artur...