| Author |
Simple tutorial
|
Dave Klein
author
Ranch Hand
Joined: Aug 29, 2007
Posts: 77
|
|
Do you know of a tutorial for building a simple JSF app without an IDE?
Thanks,
Dave
|
Author of Grails: A Quick-Start Guide
|
 |
Lincoln Baxter
Greenhorn
Joined: Aug 25, 2008
Posts: 24
|
|
Hi Dave,
You can find a very simple tutorial (IDE Optional) here on www.javaserverfaces.org
http://www.javaserverfaces.org/get-started
You will, however, need to run the packaged application on a server, which you can do using GlassFish v3, downloadable here:
http://www.sun.com/software/products/appsrvr/get_it.jsp
Good luck!
|
Lincoln Baxter, III | [url]http://ocpsoft.com/[/url] | Creator of: PrettyFaces - Bookmarks, Navigation, and Dynamic Parameters for JSF
|
 |
Dan Allen
Author
Ranch Hand
Joined: Mar 05, 2003
Posts: 164
|
|
|
Just to clarify, it isn't required that you deploy JSF 2 applications to a Java EE application server, but it is the recommended approach. Note that JSF 2 will run fine on a servlet container (Tomcat, Jetty), it just requires a couple more steps to setup. Cay puts it into perspective in his blog: http://weblogs.java.net/blog/cayhorstmann/archive/2009/12/29/jsf-20-and-tomcat
|
Dan Allen | http://mojavelinux.com | Author of Seam in Action - http://mojavelinux.com/seaminaction
|
 |
Rick Sam
Greenhorn
Joined: Feb 01, 2010
Posts: 4
|
|
http://jsflessons.blogspot.com
|
 |
Lincoln Baxter
Greenhorn
Joined: Aug 25, 2008
Posts: 24
|
|
|
Not to state the obvious, but, well... that tutorial requires an IDE ;) very thorough guide for JSF1.2, though!
|
 |
Ed Burns
author
Ranch Hand
Joined: Sep 11, 2006
Posts: 69
|
|
I'll also mention that chapter 2 of the book you might win is a basic tutorial, without requiring an IDE.
Ed
|
 |
Dave Klein
author
Ranch Hand
Joined: Aug 29, 2007
Posts: 77
|
|
Who's waiting to win one? I ordered one and it's winging its way to my house even as we speak!
Thanks,
Dave
|
 |
 |
|
|
subject: Simple tutorial
|
|
|