Deployment Guide - qiwi-billManagement » History » Version 6
Soh Keong, 06/07/2012 10:12 AM
1 | 6 | Soh Keong | h1. Deployment Guide - qiwi-billManagement |
---|---|---|---|
2 | 1 | Soh Keong | |
3 | *Steps-By-Steps:* |
||
4 | 6 | Soh Keong | # checkout the [[wiki#SCM|qiwi-billManagement]] project into <code>Eclipse</code> |
5 | # upload application.properties to /data/qiwi-provider/application.properties</code> (\\cwyrnd2-server\src\sohkeong\QIWI\Qiwi_billManagement_Properties) |
||
6 | # Jar file (\\cwyrnd2-server\src\sohkeong\QIWI\Qiwi_billManagement_Jar) |
||
7 | 5 | Soh Keong | # By calling below method will get the result code. |
8 | <pre> |
||
9 | CreateBillService service = new CreateBillServiceImpl(); |
||
10 | int result = service.createBill(String user, double amount, String comment, |
||
11 | String transaction, String lifetime, int alarm, boolean create); |
||
12 | </pre> |
||
13 | 1 | Soh Keong | |
14 | 4 | Soh Keong | *Development Server:* |
15 | 1 | Soh Keong | <pre> |
16 | 6 | Soh Keong | http://192.168.2.68:8080/qiwi-billManagementTest/ |
17 | 1 | Soh Keong | </pre> |