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.


#TechXchangePresenter
 View Only
  • 1.  Flow to Java

    Posted Fri August 30, 2013 03:57 PM

    Can a flow service be converted into Java code? My thought is to have a flow service written convert it into java and can I use one of the available app servers and deploy the java code and libraries to do the integrations. I know Flow is a proprietary language but it will add flexibility.


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


  • 2.  RE: Flow to Java



  • 3.  RE: Flow to Java

    Posted Wed December 25, 2013 02:06 AM

    Covert a flow service to java code, I think it’s possible. A flow service is actually an XML file, if you understand the flow language specification, then you can parse the XML content then execute the steps, it’s exactly what IS does.

    Deploy the java code and libraries to other available app servers, I don’t think so. A flow service is actually an XML file, so it does little practical work, mostly it invokes other service. To deploy one flow service to other app servers, means you need to deploy all the services(flow, java, c and any other types), API, … The workload equals to write your own IS.


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


  • 4.  RE: Flow to Java

    Posted Wed August 16, 2017 04:15 AM

    Hi Guys,

    Does anyone achieved this ?. I have same requirement.


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


  • 5.  RE: Flow to Java

    Posted Wed August 16, 2017 02:44 PM

    Interesting idea.
    Not sure SAG can stop you to do so on any legal reason, but at least it’s not in their interest.
    technically, converting the logic is not difficult, but having a stable runtime will be a challenge, you need to create the IS engine more or less.


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


  • 6.  RE: Flow to Java

    Posted Thu August 17, 2017 10:14 AM

    Hi,

    But this will only generate a wrapper java service to invoke the flow service.
    Not an equivalent java service doing the same as the flow service.

    Regards,
    Holger


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