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

Does webMethods 10.11 support Spring Boot?

  • 1.  Does webMethods 10.11 support Spring Boot?

    Posted Tue November 09, 2021 06:01 AM

    Is it possible to develop java services for webMethods 10.11 using Spring Boot?


    #Integration-Server-and-ESB
    #webMethods


  • 2.  RE: Does webMethods 10.11 support Spring Boot?

    Posted Tue November 09, 2021 08:29 AM

    Not the java service itself as it is designed to interface statically via the webMethods InvokeManager and pipeline, so it wouldn’t make any sense.

    However you should not be writing complex java into a java service anyway but as a proper java project where you could then use springboot or any other framework/pattern.

    Your java service would simply then bridge the wm service pattern to your underlying library.
    regards,
    John.


    #webMethods
    #Integration-Server-and-ESB