• 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

no clue wat it is!!!

 
Greenhorn
Posts: 12
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hey, am supposed to use JSF for one of my projects.. but have no clue wat it s or for wat its used!!
please help..
suggest some related sites to browse thru n dowmload too..
 
Ranch Hand
Posts: 83
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
JSF is a java web development framework like struts. There is a ton of information out there on it, you just jave to look. Here is an article from oreilly (introduction to jsf)

http://www.onjava.com/pub/a/onjava/2004/04/07/jsf.html

another one (why java programmers need jsf)

http://www.onjava.com/pub/a/onjava/2003/07/23/java_qa.html

There are a few reference implementations of jsf. One by sun microsystems (http://java.sun.com/j2ee/javaserverfaces/download.html) an another - probably the most popular by the good folks at apache (http://myfaces.apache.org). The apache site is a good place to start browsing around. Another site to check out would be jsfcentral.com where there are good links to articles, books, etc.

There are also a ton of good tutorials on the net on writing hello world type jsf applications.

Hope this helps.

Cory

I as well am new to jsf, but have found the following sites usefull.
 
Ranch Hand
Posts: 1400
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
You can search this forum too for plenty of other useful JSF links and resources.
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic