kdevos
Feb 22nd, 2006, 01:41 AM
Hi,
I need an architecture that exposes services via RMI and SOAP. This will be deployed on BEA weblogic 8.1.
I think I have 2 options:
1. Use EJB's (business logic will be in POJO's) and export that EJB as well as webservice using the BEA servicegen
2. Export the business services via Spring remoting (jaxrpc and rmi).
Actually I would prefer the second option BUT:
- What about clustering: is it possible to cluster the spring remote exported services? The application will have a huge load and 1 machine will not be sufficient (fail over and clustering are thus a requirement)
any advice?
THX
I need an architecture that exposes services via RMI and SOAP. This will be deployed on BEA weblogic 8.1.
I think I have 2 options:
1. Use EJB's (business logic will be in POJO's) and export that EJB as well as webservice using the BEA servicegen
2. Export the business services via Spring remoting (jaxrpc and rmi).
Actually I would prefer the second option BUT:
- What about clustering: is it possible to cluster the spring remote exported services? The application will have a huge load and 1 machine will not be sufficient (fail over and clustering are thus a requirement)
any advice?
THX