Jump to content

WebMethods Developer

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by NathanLee (talk | contribs) at 05:19, 26 February 2007 (Initial create.. Needs more content.). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

webMethods Developer is the Java based IDE for developing code on the webMethods Integration Server.

It allows development in webMethods Flow which is a graphical programming language designed to simplify integration application development.

Note that it does not store code or execute application logic locally as it is merely a client which instructs the Integration Server to perform those actions.

Program Features

The webMethods Developer provides editing facilities for:

  • writing flow and java services (the programming logic)
  • defining and modifying documents (which represent structured data within the Integration Server)
  • testing, debugging and executing services
  • creation and configuration of "Adapter services" (which allow operations on 3rd party systems such as databases to be carried out)

See Also