Specification » History » Revision 6
Revision 5 (chin-yeh, 10/20/2010 04:55 PM) → Revision 6/14 (chin-yeh, 10/21/2010 12:42 PM)
{{toc}} h1. Specification The chosen integration method is *HTML Link Method*. By using this method, the customer(consumer) enters her/his credit card information through MAXCONNECT's payment form. Once the payment is processed by MAXCONNECT, the customer will be redirected back to merchant site either through <code>Kick System</code> or <code>Return Button</code>. See attachment:diagram.pdf for the high level view of the payment flow. h2. Java Package Name The package name is <pre>my.com.eCosway.maxconnect</pre> <pre>my.com.ecosway.maxconnect</pre> h3. Required libraries List of the required libraries: * junit 4.7 * 2 h2. How to build JAR This project uses <code>ANT</code> tool to build the JAR. You can use <code>Eclipse</code> or <code>ANT</code> to run the ant script. The following guide executes the ant script using ANT. h3. For Production <pre> ant script: build.xml target name: package </pre> # Checkout the project from [[Wiki#SCM|Source repository]] # <code>cd</code> to the checkout-ed folder and executes: <pre> # ant package </pre> h3. For Development <pre> ant script: build.xml target name: package-dev </pre> # Checkout the project from [[Wiki#SCM|Source repository]] # <code>cd</code> to the checkout-ed folder and executes: <pre> # ant package-dev </pre>