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

public static java class in Shared Source

  • 1.  public static java class in Shared Source

    Posted Thu September 24, 2009 02:23 PM

    Can I use static class in my java service? Is there any performance issue?


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


  • 2.  RE: public static java class in Shared Source

    Posted Thu September 24, 2009 04:39 PM

    You will not get any performance issues for using static class. Just I want to know why are you going to use static class? Is there any specific requirement for this?


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


  • 3.  RE: public static java class in Shared Source

    Posted Thu September 24, 2009 05:33 PM

    I need use class to make my code clean. The admin people don’t want me put the jar file in the integration server. So I have to find my way.


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