Specification » History » Revision 3
Revision 2 (chin-yeh, 10/20/2010 03:06 PM) → Revision 3/14 (chin-yeh, 10/20/2010 03:08 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>.
h2. Java Package Name
The package name is
<pre>my.com.ecosway.maxconnect</pre>
h3. Required libraries
List of the required libraries:
* 1
* 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>