没有任何数据可供显示
开源项目社区 | 当前位置 : |
|
www.trustie.net/open_source_projects | 主页 > 开源项目社区 > google-checkout-java-sample-code |
google-checkout-java-sample-code
|
2 | 0 | 300 |
贡献者 | 讨论 | 代码提交 |
Existing users - we've just shipped a new version!
ReleaseNotes_09 Downloads
New users - here is an introduction
This is a new version of the Java Checkout sample code. When we started planning this version, we had a long wishlist of features:
Compatible with the widest possible range of JDK versions (1.3.x, 1.4.x, 1.5.x) Allow only core JDK types on the public API interfaces therefore independent of JDK version. Shipped as a library which can be dropped into a project. Provide clear customisation points should the user have non-standard requirements. Clearly defined API for the developer - avoid use of static helper style classes. No modifications should be required to the sample code. i.e. externalise all config parameters. Make the .NET and Java sample code APIs similar, to