Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The first thing to do is to read through the conventions section on the REST Web Services API page.  Your module should follow similar conventions.Your REST URLs

Code Block

Note: When creating a REST Resource URI, the path should be written in all-lowercase ASCII letters. Avoid capital letters, camel caps to mention a few. The norm is to use lower case letters.

should be exposed as /ws/rest/yourmoduleid/*

Example:

/ws/rest/yourmoduleid/*

Getting the REST Web Services Jar into your project

...