Any framework in java to write simple rest tests for testing some restful calls.
I came across JerseyTest. But didn't find an example how to write a simple test
Yes you can use Jersey-Test-Framework.
You can find an example here:
You can also use REST Assured. With an example here