dev@javaserverfaces.java.net

Re: jsf1.2fcs-src vs. documentation

From: Ryan Lubke <Ryan.Lubke_at_Sun.COM>
Date: Wed, 14 Jun 2006 08:56:56 -0700

Dennis Byrne wrote:
> I download jsf1.2fcs-src.zip, where the following method can be found for UIComponentClassicTagBase.
>
> private UIComponent createChild(FacesContext context, UIComponent parent,
> String componentId) throws JspException
>
> However I cannot find this in the documentation ...
>
> http://java.sun.com/javaee/5/docs/api/javax/faces/webapp/UIComponentClassicTagBase.html
>
This method won't be in the javadocs since it's private. Only
public/protected methods will be there.
> Until the TCK for 1.2 is out, what should MyFaces devs be looking at? I am curious about spec version, release version (for binary compatibility), etc.
>
The official Spec document set consists of:
     TLD Docs -
http://java.sun.com/javaee/javaserverfaces/1.2/docs/tlddocs/index.html
     Renderkit Docs -
http://java.sun.com/javaee/javaserverfaces/1.2/docs/renderkitdocs/index.html
     Javadocs -
http://java.sun.com/javaee/javaserverfaces/1.2/docs/api/index.html
     Specification -
http://javashoplm.sun.com/ECom/docs/Welcome.jsp?StoreId=22&PartDetailId=jsf-1.2-fr-eval-oth-JSpec&SiteId=JCP&TransactionId=noreg

Also, the TCK for 1.2 is available now.
> Also, what does 'fcs' stand for in jsf1.2fcs-src ? Yes, I know it is probably something simple :)
>
FCS - First Customer Shipment
> Thanks
>
> Dennis Byrne
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe_at_javaserverfaces.dev.java.net
> For additional commands, e-mail: dev-help_at_javaserverfaces.dev.java.net
>
>