Skip to content

GumTree Spring Integration_35061761

nxi edited this page Apr 9, 2015 · 1 revision

Gumtree : GumTree Spring Integration

Created by Tony Lam, last modified on Jan 08, 2008
Eclipse RCP with 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
Spring JMX
  • 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
Spring RMI
  • Use Spring RMI to export services
New GumTree POJO based framework

Local Vs Remote (SCA concept) via Spring
  • Inject RMI bean instead of local bean.
Document generated by Confluence on Apr 01, 2015 00:11
Clone this wiki locally