GeekArticles
Java
J2SESeparation of Concerns in Web Service Implementations
Author: onjava.com |
Published: 7th Sep 2006 |
Visited: 200 times |
Add CommentFiled in: J2SE
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.
Read Article Sponsored Links
Related Articles
• Deploy the Web Service Deploy the Web Service
As a first step, if you done it before, edit examples.PROPERTIES (provided along with the code download for this chapter), and change the paths there to match your development environment. The code download for this chapter also includes a README.txt file, which gives detaile ...
• Service Oriented Java Business Integration Review
Service Oriented Java Business Integration Review
Introduction
If read through the texts which give you an introduction to SOA or Web Services, you will often find them to be quite frustrating, and the reason for this is because they spend too much time referencing business processes which are ela ...