Programming Guide » History » Version 3
chin-yeh, 09/21/2011 12:29 PM
1 | 2 | chin-yeh | {{toc}} |
---|---|---|---|
2 | |||
3 | 1 | chin-yeh | h1. Programming Guide |
4 | 2 | chin-yeh | |
5 | Describes how to integrate the mPay into online mall. |
||
6 | |||
7 | 3 | chin-yeh | Demo application: |
8 | > |
||
9 | |||
10 | 2 | chin-yeh | h2. Source files |
11 | |||
12 | > Get the source files from [[wiki#SCM|SCM]]. |
||
13 | |||
14 | *Files:* |
||
15 | * my.com.eCosway.mpay |
||
16 | ** Commons - list of common constant |
||
17 | ** MpayInterfaceUtils - an utility to perform data persistence related operation |
||
18 | ** MpayPaymentUtils - the mPay APIs |
||
19 | ** MpayProperties - data model of the mPay properties |
||
20 | ** PaymentRequest - data model of the mPay's payment request |
||
21 | ** PaymentResponse - data model of the mPay's payment response |
||
22 | * resources.properties.mpay |
||
23 | ** mpay.properties - the application properties file |
||
24 | 3 | chin-yeh | |
25 | *Demo application:* |
||
26 | > can be found in mpay-sample folder (web content) |