reactiveWM: a reactive framework for webMethods developers

Hello all,

I would like to share with you a new framework of mine: reactiveWM.

Basically reactiveWM extends standard webMethods multithreading capabilities (doThreadInvoke()) by offering:

  • Additional security
  • Complex timeout management
  • Failfast system

Futhermore, reactiveWM provides a solution to implement reactive patterns by dynamically chaining asynchronous webMethods services.

More information: [url]https://github.com/teivah/reactiveWM[/url]

I would be very interested in having your feedbacks on the solution.

Thanks :slight_smile:

Thanks for sharing this. Very interesting solution!