glassfish « Servlet « JSF Q&A





1. v3, Servlet 3.0 and JSF    java.net

On 2/26/09 9:28 AM, Vince Kraemer wrote: > Hi, > > I was wondering if the JSF impl that ships with the recent v3 promoted > builds leverages Servlet 3.0? Mojarra (the JSF impl that ships with the v3 promoted builds) has no dependencies on Servlet 3.0. > > Specifically: do I need to have a web.xml in my web app ...

2. simple jsf web app servlets ???    java.net

On 02/10/10 11:17 AM, emiddio-verizon wrote: > netbeans shows/says 3 servlets are part of a simple jsf web app i am > learning from. > > i am deployed to glassfish v2.1.1 > > they are > > default > Faces Servlet > jsp > > only Faces Servlet appears in the web.xml -- > > what are the others ? ...