Results 1 to 1 of 1
- 10-04-2007, 09:21 PM #1
What is RMI concept in Spring Framework
Spring support for RMI so that Services can be transparently exposed through the RMI infrastructure. So it gives a configuration similar to remote EJBs, but there is no standard way for security context or remote transaction. So other security frameworks or custom security can be plugged.
Service can be exported as well imported with some standard classes of SpringFramework. Spring provides 'RmiProxyFactoryBean' to use the RMI service and 'RmiServiceExporter' to export spring managed bean as a RMI service.
Similar Threads
-
how to learn spring framework
By m16k2002 in forum Web FrameworksReplies: 6Last Post: 04-06-2009, 02:14 PM -
What is RMI concept in Spring Framework
By Java Tip in forum Spring FrameworkReplies: 0Last Post: 04-02-2008, 10:36 AM -
How DataSource Concept works in Spring Framework
By Java Tip in forum Java TipReplies: 0Last Post: 04-01-2008, 10:40 AM -
What is use of NamedParameterJdbcTemplate in Spring Framework
By Java Tip in forum Java TipReplies: 0Last Post: 04-01-2008, 10:39 AM -
How DataSource Concept works in Spring Framework
By JavaBean in forum Java TipReplies: 0Last Post: 09-28-2007, 12:58 PM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks