java - Offline api references and recommended online ones? -
i want find offline reference on jsf components. i'm learning jsf 2.0 core jsf 2.0 book + glassfish + cdi.
i've found online version such download.oracle.com/docs/cd/e17802_01/j2ee/javaee/javaserverfaces/2.0/docs/pdldocs/facelets/index.html , www.jsftoolbox.com/documentation/help/12-tagreference/index.jsf , far i've been unlucky find offline versions of api doc.
could share offline versions of it, , maybe share other jsf 2.0 references ?
thank !
if download mojarra binaries homepage (click orange button on right hand side), necessary documentation available in /docs/mojarra-x.x.x-fcs-documentation.zip
of downloaded binary (where x.x.x
version number). documentation contains offline versions of java api docs, js docs, managed bean docs, renderkit docs, taglib docs jsp , taglib docs facelets). can download jsf 2.0 specification pdf file (click 1 "for evaluation"), contains among others several references configuration settings.
Comments
Post a Comment