Third-party Java Apps

You are here

Third-party Java Apps

4 posts / 0 new
Last post
chonekim
chonekim's picture
Third-party Java Apps

Hi;

I want to write a small Java program that connect to AS2 database, to generate reports.

Can anyone advice on how am I going forward?
-database name;
-URL
-tables
-id/password.

Any help would be greatly appreciated.

thanks

heller
heller's picture

chonekim,

Please have a look at the class de.mendelson.comm.as2.database.DBDriverManager for the connection issue.

The db creation script could be found at sql/CREATE.sql.

Regards
Heller

chonekim
chonekim's picture

thanks Heller,

I was able to implemented a Java application to monitor the process.
- if there is a failed transmission, it will re-queue
- if any file(s) did not sent due to Server is down, an alert is send to the user.

thanks for your help.
chonekim

Avinash75
Avinash75's picture

Hi
This app sounds interesting do you think you can share it with us