Building Website with JAX-RS (Jersey)
- by 0xMG
Is it discouraged/not-common to build Websites (not web-services!) using Jersey or any other JAX-RS implementation ?
I didn't find any guide/tutorial/article regarding that..
At first impression , it seems to me that building website using Jersey (with JSPs as Viewables) is easier and more efficient than using Servlets & JSPs.
If anyone did it before , I will be pleased to get tips, Do's & Don'ts, best practices etc...
And maybe a good tutorial.