views:

754

answers:

4
+6  Q: 

JSF tutorials

Are there any good JSF tutorials? Let's say I'm new to JSF. Any way that my skills would get up to speed? Any good sites?

+2  A: 

I found the scripts at http://www.roseindia.net/jsf/r/introducingjsf.shtml very helpfull.

Also good readings:

http://balusc.blogspot.com/

http://www.ibm.com/developerworks/views/java/libraryview.jsp?search_by=nonbelievers:&S_TACT=105AGX02&S_CMP=ART

http://www-128.ibm.com/developerworks/java/library/j-facelets/

Good luck training!

ChrisAD
+1 For BalusC's blog. Lot's of up-to-date information there.
James P.
+1  A: 

If you are using JSF, I hope you are using facelets. It's the future of Faces and much easier than JSF in JSP. Following are Facelets and JSF links.

facelets: https://facelets.dev.java.net/nonav/docs/dev/docbook.html

facelets-users mailing list: https://facelets.dev.java.net/servlets/ProjectMailingListList

expression language: http://java.sun.com/j2ee/1.4/docs/tutorial/doc/JSPIntro7.html

essential blog post: http://www.ilikespam.com/blog/c:foreach-vs-ui:repeat-in-facelets

jsf-ri docs: http://java.sun.com/javaee/javaserverfaces/reference/api/

I would seriously avoid roseindia. I think they went for quantity over quality. For instance the totally useless entry on the ui:decorate tag, which can be a very useful tag. http://www.roseindia.net/jsf/decorate.shtml The roseindia entry has no useful information about parameters, or why you would want to use the decorate tag, just a demo of a case you would never actually want to do.

I will also second the IBM and balusc links.

digitaljoel
A: 

I recomend javapassion.com as best place for beginners to Java and related technology. Here is JSF course

cetnar