http://en.wikipedia.org/wiki/Aspect-oriented_programming
https://cms.paypal.com/us/cgi-bin/?cmd=_render-content&content_ID=developer/e_howto_api_soap_PayPalSOAPAPIArchitecture
PayPal SOAP API Overview
The PayPal SOAP API provides programmatic access to PayPal features and services.
Developers can build custom applications, tools, and services that correspond to the same services and tools available through the main PayPal website, https://www.paypal.com/. Typical applications include searching for transactions, paying en masse, and making refunds.The API is based on open standards known collectively as “Web Services,” which include the Simple Object Access Protocol (SOAP), Web Services Definition Language (WSDL), and the XML Schema Definition language (XSD). These standards are supported by a wide range of development tools on a variety of platforms.
Services Architecture
Like many web services, PayPal SOAP is a combination of client-side and server-side schemas, hardware and software servers, and core services.
In an object-oriented processing model, the interface to SOAP requests/responses is an object in your application’s native programming language. Your third-party SOAP client generates business-object interfaces and network stubs from PayPal-provided WSDL and XSD files that specify the PayPal SOAP message structure, its contents, and the PayPal API service bindings. A business application works with data in the form of object properties to send and receive data by calling object methods. The SOAP client handles the details of building the SOAP request, sending it to the PayPal service, and converting the response back to an object.
http://paypaldev.org/yaf_postst11777_french-canadian--once-again.aspx
'Spring' 카테고리의 다른 글
AOP Alliance [ aopalliance.jar ] (0) | 2011.09.12 |
---|---|
Spring cglib (0) | 2011.09.12 |
자바 - Log4j 사용법 ( 설명 자세히 잘 되어 있음 ) (0) | 2011.08.26 |
Java 연습 2008-1 Banking (0) | 2011.08.24 |
Spring 과 iBatis 연동 (0) | 2011.08.23 |