Posts Tagged ‘Spring’

Configuring MDP and Controlling it With and Without JMX

Configuring MDP and Controlling it With and Without JMX
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

Tutorial:Struts Spring framework example in Eclipse.

Tutorial:Struts Spring framework example in Eclipse.
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
Copyright © 2010 ViralPatel.net. All rights reserved.