Hi,
We have a Progress based application, we are using 9.1D version. Is it possiable to access this 9.1D databse from java based web application?
Need to know the process how we can do this, using Proxygen, Appserver ?
Please tell in details.
Thanks in advance.
ProxyGen / The Open Client Toolkit is a very good approach to access 4GL logic on the AppServer. The documentation for ancient 9.1D is still available here: http://communities.progress.com/pcom/docs/DOC-12228 As you've already heard of ProxyGEn you may have more detailled questions already?JDBC / SQL92 is another possibility if you need to access the database directly: http://communities.progress.com/pcom/docs/DOC-12238
Thanks Mike!
I'd say a lot depends on how that Java based web application is written.
The ProxyGen creates Java Classes that use the native AppServer protocol to talk to the AppServer. No XML overhead as with Web Services. Web Services however are a more universally usable interface.
Ok, one more question is it possible if i use Progress 10.1a version Appserver to connect 9.1D DB (if it is possible) and 10.1a Proxygen to produce wsdl web services so that i can fulfil my purpose accessing 9.1D database in web. So do you think this approach is possible?
10.1A AppServer can connect to 9.1D Client.
AFAIK the AppServer version should match (more or less) the ProxyGen version.