Skip to content

Distributions and Dependencies

inno-juanal edited this page Mar 22, 2017 · 9 revisions

Dependencies

The library has the following dependencies:

  • Spring's core module. Version 3.2.1 or higher is required
  • wm-isclient.jar, which is included with webMethods

wmboost-data type conversions are internally performed by Spring.

Distributions

There are two options to get the library:

  • wmboost-data-version-standalone.jar. Contains contains an embedded version of Spring version 4.x. It's the simplest option to use and is appropriate in most cases. If you need to know the specific Spring version that is embedded, refer to the project's pom.xml file.
  • wmboost-data-version.jar. Use this JAR if:
    • you want to use a specific Spring version or
    • you want to customise the default conversion used by the library. Refer to the Document Factories section for more details. The stand-alone version embeds Spring classes in a non-standard Java package, hence the recommendation to use this JAR instead when Spring classes need to be referenced by your customisation