Building Website with JAX-RS (Jersey)

Posted by 0xMG on Programmers See other posts from Programmers or by 0xMG
Published on 2013-05-14T19:53:43Z Indexed on 2013/11/11 10:24 UTC
Read the original article Hit count: 119

Filed under:
|
|

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.

© Programmers or respective owner

Related posts about rest

Related posts about websites