Project

General

Profile

Specification » History » Revision 5

Revision 4 (chin-yeh, 10/20/2010 04:53 PM) → Revision 5/14 (chin-yeh, 10/20/2010 04:55 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 Click 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> 

 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>