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

Wants to use Jbuilder for developing Java Services

  • 1.  Wants to use Jbuilder for developing Java Services

    Posted Wed July 28, 2004 10:13 AM

    Hi All,

    I want to utilize Jbuilder as an external IDE for developing Java Service, can any body tell me how can use Jbuilder as an external IDE for writing Java Service, and what packages needs to be copied in to lib directory of Jbuilder

    Thanks & Regards
    Krishnan


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


  • 2.  RE: Wants to use Jbuilder for developing Java Services

    Posted Wed July 28, 2004 02:21 PM

    Krishnan-

    I haven't used JBuilder before for external Java service development, but I have used Eclipse for the same task.  The api's that you will need can be found in the <wm6_root_directory>/IntegrationServer/lib directory, they are client.jar and server.jar.  This should provide you access to the Java API's described in the javadoc documentation provided with Integration Server.   
    You may want to read the "Building Java Services with Your Own IDE" section of the ISDeveloperGuide.pdf.  You will need to become familiar with the jcode utility described therein.  There is also information in that document on debugging Java services that may be of interest also consider this post:  
    

    [url=“wmusers.com”]wmusers.com

    It contains information about using an external IDE (or even jdb) to debug a service remotely.

    Regards,
    -Dave


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