• 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:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Can I get sample code for JSF

 
Greenhorn
Posts: 8
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi ,

Can I get the sample code for JSF application please since I am new to this JSF :roll:



Thanks & Regards
Hanuman
 
Ranch Hand
Posts: 2458
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Just go through a decent JSF book or tutorial for code samples.

First you need basic knowledge of JSP/Servlet (and indirectly also HTML/CSS/JS/XML/HTTP). Then you need to understand why JSF is there and what it all can by reading the specification document: http://jcp.org/aboutJava/communityprocess/final/jsr252/index.html (pick the 1st download link). Then learn how to work with JSF by reading for example the Sun Java EE tutorial: http://java.sun.com/javaee/5/docs/tutorial/doc/ (JSF is covered in part II) or a book such as JSF The Complete Reference: http://jsfcompref.com

Good luck.
 
Hanuman Navulury
Greenhorn
Posts: 8
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thank you very much :-)
 
Space seems cool in the movies, but once you get out there, it is super boring. Now for a fascinating tiny ad:
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic