• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Tim Cooke
  • Campbell Ritchie
  • paul wheaton
  • Ron McLeod
  • Devaka Cooray
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Piet Souris
Bartenders:

How to Build a Simple JavaServer Faces Application

 
Ranch Hand
Posts: 1325
Android Java Windows
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hello ranchers,

new in JSF, like to read and work on this Framework but still I don't have any idea some things are not very clear to me I am trying to create some example to get the idea about it but still confuse.

Please help me out.. where do I start learning JSF.
 
author
Posts: 62
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
The easy answer for me is.. just buy the book..

Actually, to learn JSF, I think first its important to have a pretty good understanding of J2EE Web technology to start out with. This means that you understand what Servlets, JSP, Tag libraries are... Knowing how a Web app is configued - i.e. web.xml etc..

Then when approaching JSF for the first time a good book will no doubt help. We offer a very straight forward approach to getting familiar with JSF by first explaining the goals of JSF and where it fits into the bigger world of enterprise Web development in Chapter 1. Chapter 2 then provides a very simple registration example which is basically a classical form submit example used in many different Web intro tutorials. After that, it's merely a matter of understanding the finer points of JSF such as its lifecycle, event model and its navigation model..
Part 1 of the book concludes with a much more comprehensive example with a more advanced (but not too advanced) example application which ties in all the concepts presented in the first 8 chapters.

And of course there's plenty of Web resources - where you can download implementations, download IDEs, components etc...

Have fun!
-Chris
 
Ranch Hand
Posts: 342
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by Chris Schalk:
The easy answer for me is.. just buy the book..

Actually, to learn JSF, I think first its important to have a pretty good understanding of J2EE Web technology to start out with. This means that you understand what Servlets, JSP, Tag libraries are... Knowing how a Web app is configued - i.e. web.xml etc..
-Chris



Sounds like a book I'm after!

How deep we should know Servlet, JSP, Tag Lib? haven't used much them in my job.

thanks
 
Chris Schalk
author
Posts: 62
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by Tony Keith:


Sounds like a book I'm after!

How deep we should know Servlet, JSP, Tag Lib? haven't used much them in my job.

thanks



I would say that you should at least know what they are and perhaps some basic prior experience in developing with them. If you are totally new to J2EE Web development I would also suggest getting a JSP/servlet oriented book or two.
-Chris
 
Muhammad Saifuddin
Ranch Hand
Posts: 1325
Android Java Windows
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks for your help but rigth now these chapters are not available in my college library ;)

Thanks,
[ September 14, 2006: Message edited by: Saif Uddin ]
 
Ranch Hand
Posts: 293
Mac OS X Netbeans IDE Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
If you want a good overview of JSF and want to see how easy it can be to develop a simple JSF app, I suggest you go and have a look at:

JSF For Nonbelievers

If you like the look of JSF, then you should probably buy a book to help you learn more. I'll let others recommend books ;)
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic