webMethods

webMethods

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.

 View Only
  • 1.  IDATA manipulation in java

    Posted Thu August 07, 2003 11:07 PM

    can someone point me to where i can find documentation on manipulating IDATA objects in a java program

    thanks,
    mow


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


  • 2.  RE: IDATA manipulation in java

    Posted Thu August 07, 2003 11:23 PM

    See Developer Help > Java API Reference > com.wm.data package

    The most interesting classes are IDataCursor and IDataUtil.
    Also, there are examples in the WmSamples package.


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


  • 3.  RE: IDATA manipulation in java

    Posted Mon February 27, 2017 09:59 PM

    IData and IDataUtil are the most used out-of-the-box classes for document/data manipulation. However, their use is very verbose and has limitations.

    wmboost-data ([url]https://github.com/innodev-au/wmboost-data[/url]) is a free and open source library that was created to address those limitations and to provide an easy-to-use abstraction.

    Disclaimer: I’m the author of the library


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