Hi,
I have migrated (very old) VaGen code to EGL. Programs have Text UI and all the logic, database access etc are inside a program.
I've generated EGL code into a Application Client project. And then built deployable file (according to IBM Java Web Start Deployment Sample), installed it into Websphere Application Server. And then run it with Java Web Start.
Am I on the right track here? Is there a better solution to deploy TUI based programs? Should I generate it to some other way?
I'm asking because my problem now is that the software is working only if I use direct database access (jdbc). But that is not a good solution because JWS is loading the software into user's workstation and database access cannot be made from there. Ideally database traffic should go through WAS server where the software is actually installed. But I can't find a way to do it.
Any help would be appreciated, thanks
Petri
PetriTani