| View: | [ 2009 | 2008 | 2007 | 2006 | 2005 | 2004 | 2003 ] |
| Articles |
- Best-of-Both-Worlds Remote Services with Spring HTTP Invoker by Srini Penchikala - [Clicks: 57]
Implement remote services from plain Java classes using the Spring HTTP invoker, which combines the simplicity of HTTP communication with Java's built-in object serialization.
[Includes source code]
http://www.devx.com/Java/Article/32955 - Oct, 2006 - Separation of Concerns in Web Service Implementations by Tieu Luu - [Clicks: 99]
The principle of "separation of concerns" is much repeated in SOA circles... so why are transactional integrity, security, and business logic so often intermingled in SOA implementations? In this article, Tieu Luu shows how to use Spring to separate out security concerns in an Axis-based web service.
[Includes source code]
http://www.onjava.com/pub/a/onjava/2006/09/06/separation-of-concerns-in-web-services.html - Sep, 2006 - Integrating Apache Axis with the Spring Framework by Alexander Prohorenko, Olexiy Prokhorenko - [Clicks: 293]
Apache Axis and the Spring Framework are becoming more and more popular as developers look for easy ways to make applications in decentralized, distributed environments exchange structured information. Find out What happens when you combine the two.
http://javaboutique.internet.com/tutorials/axisspring/ - Jan, 2006