IBM Sterling Transformation Extender

Sterling Transformation Extender

Come for answers, stay for best practices. All we're missing is you.


#Sterling
#Supplychain
 View Only
  • 1.  ITX with NODE-JS Integration by using WTX API.

    Posted 03/02/16 10:13 AM

    Originally posted by: steverats


    Hi,

    I am working on the concept of WTX integration with Node-JS . 

    My theme is to run a sample.js file in Node-js and get the result "Map Status: Map completed successfully (0)".

    For this , I have installed Node-js.msi v4.3.1 64 bit software. In order  to run my samples i need to create node FFI and REF modules.

    FFI:

    node-ffi is a Node.js addon for loading and calling dynamic libraries using pure JavaScript.
    It can be used to create bindings to native libraries without writing any C++ code.

    REF:

    ref module is inspired by the old Pointer class from node-ffi, but with the intent of using Node's 
    fast Buffer instances instead of a slow C++ Pointer class. 
    These two concepts were previously very similar, but now this module brings over the functionality that 
    Pointers had and Buffers are missing, so now Buffers are a lot more powerful.

     

    can u help me out to create these modules??

     

    Thanks in advance.


    #IBMSterlingTransformationExtender
    #DataExchange
    #IBM-Websphere-Transformation-Extender


  • 2.  Re: ITX with NODE-JS Integration by using WTX API.

    Posted 03/03/16 05:02 AM

    Originally posted by: paul.brett


    Hi,

    I recommend you review the examples installed with the Design Studio for Java API:

    C:\IBM\WebSphere Transformation Extender 8.4.1\examples\dk\dtxpi\java

    ...where you will find examples of running a map from Java.

    I also recommend you review this Webcast replay: http://www-01.ibm.com/support/docview.wss?uid=swg27019408 - "Webcast replay: Running the WebSphere Transformation Extender (WTX) Java API Examples in the Eclipse Based Design Studio"

    Thank-you.

    Paul

    Follow me on Twitter


    #IBMSterlingTransformationExtender
    #DataExchange
    #IBM-Websphere-Transformation-Extender


  • 3.  Re: ITX with NODE-JS Integration by using WTX API.

    Posted 03/03/16 05:27 AM

    Originally posted by: paul.brett


    Please note, that additional Java coding help should be sought on a Java programming forum, although you might start with this:

    http://siva-palakurthi.blogspot.co.uk/2012/12/use-java-in-nodejs.html

    Thank-you.

    Paul

    Follow me on Twitter


    #DataExchange
    #IBM-Websphere-Transformation-Extender
    #IBMSterlingTransformationExtender