Postby ConvertFromOldNGs » Fri Aug 07, 2009 11:42 am
by Leigh Roberts >> Mon, 26 Jul 1999 20:58:02 GMT
Martin
We have connected to AS/400 systems by using flat file transfers with IBM SNA to DOS software. It works fine as we only need to poll directories and process files when the are detected by a Jade application. This works in mission critical production systems.
Also I've connected to DB2 from a Jade application to prove to myself that it works. It works fine but haven't built a production system with it.
I've had experience connecting to SQL databases in this way before to build client-server applications (not with Jade). There are books written on the subject because it is not as simple as just getting rows from a table or updating a single table. From what I've seen using Jade would entail solving all the known OO-relational impedence mismatch problems everyone else has to solve. I'm sure it could work well but it needs some careful design up front and a good thrashing to prove that performance isn't an issue.
Leigh