PDA

View Full Version : How Spring does remoting possible ??



rajesh_shiggaon
Jun 29th, 2005, 11:25 PM
Hi Guys:-

In case of RMI/EJB's how the service exporter is able to generate all the stub and skeleton classes for simple POJO beans and export it as a RMI/EJB service.

Eventhough if we assume somwhow it is created, how to get the stubs to make them work with traditional RMI/EJB client programs. Hope you are understanding me Smile

I am concerned with distributed programming. How Spring make this happen internally to get this objective done.

Can anyone help me out in understanding this concept.

Any help is appreciated :)

Thanks
Rajesh S.

Rod Johnson
Jul 5th, 2005, 04:42 AM
Please read the remoting (http://static.springframework.org/spring/docs/1.2.x/reference/remoting.html) section in the Reference Manual.