Showing posts with label Spring Framework. Show all posts
Showing posts with label Spring Framework. Show all posts

Monday, September 30, 2013

How I do implement Request/Response pattern using SpringFramework and Weblogic?

Spring Framework has a lot of modules that could be implemented on several projects, On common questions in any projects is how to used it, The first factor that I could see is to Application Server well know, obviously your web application has to be deployed on an Web Application Server, we have to check the version and supporting jars to run your application, If your Application Server run up 1.5 JEE, a good choice will be Spring Framework, This small article try to getting started to first used spring jms module.

First you have to configure your Application Context:

After configurate your xml file you will have to inject a browser of Message Queue:


Now you can Inject the Request/Response in any Service, this had getting easier a MQ Implementation.


Best Regards,