× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



Shannon-

Since the application is written in Java and Java servlets, it  would
be very straight forward to use the jt400 APIs. Using these API's
allow a Java program (running on any OS or any application server) to
call any OS/400 program.

If Tomcat is running in the DMZ, you would need to make sure the ports
that the jt400 APIs use are open between the DMZ and the AS/400. If
Tomcat is running on the AS/400, only port 80 would need to be open
between the DMZ and the AS/400.

Another option is to create a stored procedure entry in
QSYS2/PROCEDURES for each command. Then the Java program could use
standard JDBC methods to call the command/procedure.

Yet another option is to create webservices, which has already been mentioned.

HTH,
Sarah

As an Amazon Associate we earn from qualifying purchases.

This thread ...

Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.