...
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.
No Formatpanel |
---|
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. Example: /ws/rest/yourmoduleid/* |
Getting the REST Web Services Jar into your project
...