{8.0.0-updated} HelloWorldResource
The
Notice that in this case we're not extending from {@link oajr.RestServlet}.
We are however implementing {@link oajr.BasicRestConfig} which is a no-op
interface that defines a default
The only difference between implementing
All other examples in this project extend from
Pointing a browser to the resource shows the following:
http://localhost:10000/helloWorld
Using the special
http://localhost:10000/helloWorld?Accept=text/json&plainText=true