- Friday, January 8, 2010, 1:05
- J2EE
- 176 views
This note demonstrates how to create and deploy an MDP, and how to control it, using both Spring’s inbuilt component management mechanisms, and JMX.
Scenario
We have a number of JMS listeners in our application. Having ported our hardware to a grid of virtual machines, we want the feature to switch-on and switch-off the listeners on the VMs, and re-allocate the listeners to VMs across the grid ...
Full story
- Tuesday, December 16, 2008, 15:57
- Featured, J2EE, Spring, Struts, Tutorial
- 16,411 views
Let us see how to add Spring support (Spring IOC) to a Struts application using Eclipse IDE. I will use the hello world struts project that we created in
this tutorial as base reference and step by step we will add Spring support to it.
In this tutorial we will use Spring IOC (Inversion Of Control) mechanism. There will be a business delegate class ...
Full story