What use is PASE to me as an RPGLE and Java coder.
If I am a Java coder what use is PASE to me on IBMi. Any example practical things that you have done in your professional life would help?
So if I was a node developer would I install in the PASE container, and call rpgle to do DB2 access, I know you could use SQL directly from node?
Regards, Jemrug
Here are my notes on PASE (from https://github.com/MandyShaw/iPerimeter/blob/master/IBMi/CallPASE/ILEtoPASEProofOfConcept.pptx)
You should be able to use the usual Java Toolbox jt400.jar JDBC driver from inside PASE, though I'm honestly unclear why you would bother when you could run the same Java from inside IBM i.
I had to do the interfacing in the ppt to make an RPG program talk to a third party product running in PASE. I used ILE C rather than ILE RPG for the actual interfacing because there were no sufficiently usable RPG examples on the web. I then ran the ILE C module via a service program call from the ILE RPG program (as I recall, I couldn't link it into the program because of the necessary teraspace compilation option).
PASE isn't a 'container', it's just an AIX instance hiding alongside IBM i.