Re: Struts and RMI

2006-06-16 Thread Tom Ziemer
Hi there, my setup is similar - I have got a JSF frontend and a Spring controlled business logic that handles RMI (client and server) and exception handling (via AOP) declaratively. I'd suggest you take a look at Spring since it eases development, keeps your app. simpler and smaller and therefore

Re: Struts and RMI

2006-06-15 Thread Leon Rosenberg
Hi, sounds pretty much like our architecture, except we are using CORBA instead of RMI (corba is faster). Since RMI is pretty tied to java I would strongly encourage you to write a java-file generator, which generates a facade on top of the rmi interfaces, hiding error handling and de/marshaling