By jsugrue
via soamag.com
Published: Mar 12 2010 / 08:16
Abstract: In Part 1 of this article series, I had used the popular Spring framework, a lightweight container that provides automated configuration and wiring of application objects, to create a contract-first Web service. Demonstrating Spring's pluggable architecture, we had seen how to configure the endpoint with Spring's support for OXM (Object-XML Mapping) and handle service-level and runtime exceptions. In this article we'll go over the security configuration using Spring's support for WS-Security providing message-level authentication, and optionally message confidentiality and message integrity services, ORM (Object-Relational Mapping) to deal with persistence at the object level, and DAO for data access to a relational database storing user-credential information. Next, we'll look at how Spring automatically generates the WSDL document using the data contract created earlier and, lastly, the client configuration required to invoke and consume the Web service.
Add your comment
Voters For This Link (12)
-
jsugrue -
mswatcher -
rafael-sobek -
aclarke -
rsmaniak -
matt -
alireza.haghighatkhah@gmail.com -
gilbert.guevara -
alashcraft -
michele.mauro -
linking4u -
igobranco


