We've expanded our news coverage and improved our search! Visit
oreilly.com for the latest or search for all things across O'Reilly!
Article:
 |
|
Asynchronous Messaging Made Easy With Spring JMS
|
Subject: |
|
Conclusion is contradictory |
Date: |
|
2006-02-28 07:45:32 |
From: |
|
srinip
|
Response to: Conclusion is contradictory
|
The proposed design may not be the right solution for all the projects out there. But in our project, we had several JMS destinations that needed to be managed in dev, staging, and prod environments and using Spring's JMS template approach worked great for us. We found that using Spring made the design and development very modular and it was easy to create isolated tests. I think Spring is more than just another framework. We are using it in all layers our J2EE application (MVC, JDBC, JNDI, JMS etc) and it works perfectly with the TDD concept. |