IBM webMethods Hybrid Integration

IBM webMethods Hybrid Integration

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.



#Automation


#Applicationintegration
#webMethods
#Integration
 View Only
  • 1.  Writing Hashtable to Memory

    Posted 08/13/03 01:31 AM

    Hi,

    I’ve been looking thru the forum for writing a Hashtable to IS memory and refering/reading the table later. Could somebody guide me how to do this. Any sample code is appreciated.

    Thanks.


    #Integration-Server-and-ESB
    #Flow-and-Java-services
    #webMethods


  • 2.  RE: Writing Hashtable to Memory

    Posted 08/15/03 12:20 AM

    Write Java services to provide the features you want (put, get, clear, etc.). On the shared tab, declare and initialize a static Hashtable var. This will cause the Hashtable to be created when the package is loaded by IS. Your put, get, etc. services will reference this var.

    HTH


    #Flow-and-Java-services
    #webMethods
    #Integration-Server-and-ESB