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.



#Automation


#Applicationintegration
#webMethods
#Integration
 View Only
  • 1.  Application configuration best practice

    Posted 06/26/08 05:02 AM

    Hello,

    Can some one share your experience on the application configuration? We have a lot of configuration for our system. Such as the FTP setting to get and put files, the package name need to do archive for each server, the system log archvie setting for each server, etc. And now, we a using a map step or a database table for these settings. But these two way are not the perfect way, map step will be diffcult to maintain, we need to login the server with the Developer to do this each time; And using the database will low the performance, and it will also bring the extra loading for our DB server. So can any one share your experience on the configuration? Thanks in advance.


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


  • 2.  RE: Application configuration best practice

    Posted 06/26/08 02:55 PM

    Most common way is to have a properties file (or files) and load those properties into a static Java object in memory through the use of a Java service. This Java service would be set as the “startup” service for the package so that the properties are loaded as soon as the server starts. You’d then have other services that give you access to the data in the Properties object.

    You should be able to find at least a few related threads here in WMUsers.

    • Percio

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