-
Notifications
You must be signed in to change notification settings - Fork 5
GumTree Spring Integration_35061761
nxi edited this page Apr 9, 2015
·
1 revision
Created by Tony Lam, last modified on Jan 08, 2008
Eclipse RCP with Spring
Local Vs Remote (SCA concept) via Spring
- Wrap spring.jar into an Eclipse plugin
- Use Spring DM (aka Spring-OSGi) as Eclipse plugin
- Set OSGi buddy policy to global
- Add dependencies (jars like commons-logging) into runtime
- Optional: use Eclipse link folder to link spring lib directory rather than copy from the lib
- Add jmxremote_option.jar to runtime to remote JMX monitoring with JMXMP protocol
- To enable jconsole with JMXMP, see: http://forum.java.sun.com/thread.jspa?threadID=5150451
- To run jconsole under windows, try:
jconsole -J-Djava.class.path=c:/"Program Files"/Java/jdk1.6.0_02/lib/jconsole.jar;c:/app/java/spring/2.5/lib/jmx/jmxremote_optional.jar;C:/app/java/spring/2.5/lib/jmx/jmxremote_optional.jar
- Use Spring RMI to export services
Local Vs Remote (SCA concept) via Spring
- Inject RMI bean instead of local bean.
Document generated by Confluence on Apr 01, 2015 00:11
Home | Developer Guide | Copyright © 2013 ANSTO