[Glass] Support for XML DOM, SOAP and DBs

BrunoBB via Glass glass at lists.gemtalksystems.com
Wed Jun 28 04:42:34 PDT 2017


Hi,

1) There is a XPath package that i use in my system.
http://www.smalltalkhub.com/mc/PharoExtras/XMLParser/main
http://www.smalltalkhub.com/mc/PharoExtras/XPath/main

Here is how to use it with a github project (check "XMLParser" & "XPath"):
https://github.com/brunobuzzi/OrbeonPersistenceLayer/blob/master/repository/BaselineOfOrbeonPersistenceLayer.package/BaselineOfOrbeonPersistenceLayer.class/instance/baseline..st


3) For MySql  i use System performOnServer: 'mysql -u <user> -pmypassword -e
"select * from schema.table"'

If the database accept sql queries from command line the you can use System
performOnSever:
Of course is not a cursor but it does the job. 
I know there is a package for Oracle and DB2 i think.

regards,
bruno



--
View this message in context: http://forum.world.st/Support-for-XML-DOM-SOAP-and-DBs-tp4952755p4952769.html
Sent from the GLASS mailing list archive at Nabble.com.


More information about the Glass mailing list