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.

 View Only
Expand all | Collapse all

Hi When to write Flow service and when to write Java service?

  • 1.  Hi When to write Flow service and when to write Java service?

    Posted Wed June 27, 2007 07:20 AM

    Hi All,

    I want to know in which circumstances or where do we need to write java services instead of Flow services?
    Please calrify my doubt with an example

    Regards,
    Datta


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


  • 2.  RE: Hi When to write Flow service and when to write Java service?

    Posted Wed June 27, 2007 09:18 AM

    Hi Datta,

    We go for java services if there is no buit in srvice available to implement our business logic.

    for eg: If you want to a string into file, there is no built in service for this then we write a java service.

    It is better to prefer built in service if it is available.

    Regards,
    Jag


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


  • 3.  RE: Hi When to write Flow service and when to write Java service?

    Posted Wed June 27, 2007 11:17 AM

    Hi Datta,

    I recommend you to try to develop everything in flow language, as you need to deliver your solution ASAP.

    As Jab said, if there is any built in service available for a particular functionality, you can go for a custom java code.

    After finish the development, I usually do a performance test and try to identify what are the bottlenecks. Usually some services performance can be increased by replacing the flow service by a java code.

    Another point that you must keep in mind is that flow services are easier to maintain than java codes.

    Regards,

    Rodrigo


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


  • 4.  RE: Hi When to write Flow service and when to write Java service?

    Posted Wed June 27, 2007 05:11 PM

    Please search the forums for the numerous threads on this topic.


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