Search results

  1. K

    XML parsing using SAX or OE read-xml

    This is regarding parsing an XML using SAX parser or OE read-xml. My objective: I might have a big xml with say 1000's of Hotel details in the form of XML. Each Hotel node would have child nodes with information like Hotel code, description, availability from date , to date etc. From this huge...
  2. K

    Does Progress support any in-memory caching framework ?

    Hello, Does Progress support any in-memory caching framework? ObjectStore also does not have Progress support. Frameworks like ObjectStore and MemCached have C++ and Java APIs which we can use from Progress by loading some shared library. But to me it does not look like a neat solution. It...
  3. K

    Can I call a Java class function from Progress ?

    Hello, Is there a way i can call a Java class from Progress? I don't want to use OSCommand function though. Any other better method to invoke Java functions residing in a class? What i am trying to do is to call the Memcached Java APIs from Progress, since i do not have a Progress equivalent...
Top