[opencms] [opencms-dev] can not get RMI stub registered in tomcat fromstandalone application

Jorge González informatico at hotelparadisepark.com
Fri Sep 30 12:50:54 CEST 2005


Hi:

I really think this is not the way to do it.
If you find the way to expose an RMI itf to the cms object, you will have to
deal with the standard concurrent service problems: scalability, robustness,
fault tolerancy, response times, etc...

Why don't just use a EJB Session bean to do it ? It's basically an RMI stub
with start / stop methods (jeje, the ejb guys are going to burn my house)
Then, leave the problems to the container...

To deploy it, you need an application server instead of tomcat, that's a
drawback, but if you are planning to build an enterprise level app, you
could need it sooner or later.





More information about the opencms-dev mailing list