WebServlet « Glassfish « JSP-Servlet Q&A





1. @WebServlet with GlassFish server    stackoverflow.com

The @WebServlet annotation has also this keys: displayName, smallIcon, largeIcon, description but after setting these attributes where can I get or see them?

3. Jersey X @WebServlet    java.net

> I am thinking about a new pet project, and I did a POC here: > http://kenai.com/projects/puj/lists/arena-dev/archive/2009-08/message/20 > > The mini-project is for a competition project we are promoting in > Brazil: http://kenai.com/projects/puj/pages/Home > > The code of my POC is Java EE 5 style, EJB 3.0 and using Jersey to > expose business through a RESTful interface.... my plain old ...