dev@glassfish.java.net

RE: JSF really here? jarred differently?

From: Jason Lee <lee_at_iecokc.com>
Date: Wed, 15 Mar 2006 14:40:58 -0600

IIRC, you need to look at javaee.jar. Ed Burns has a utility linked
from his blog that will split it out and update your GF installation to
the latest 1.2 nightly build.
 
--
Jason Lee
Programmer/Analyst
 
  _____  
From: Roger I Martin PhD [mailto:hypernexdev_at_hypernexinc.com] 
Sent: Wednesday, March 15, 2006 2:30 PM
To: dev_at_glassfish.dev.java.net
Subject: JSF really here? jarred differently?
I'm attempting to upgrade a jsf 1.1 webapp to 1.2.  The jsf pages say it
is now integrated into the GlassFish project.  I look at the javadocs
and don't see all jsf or at least what I am familiar with.
javax.faces.component is there but
javax.faces.component.html is not.
Then I looked through the jars looking for classes and implementations.
Are they now in different jars?  I see jsf-impl.jar but not jsf-api.jar.
I've viewed contents of many glassfish jars but haven't found all of jsf
yet.
-Roger