• 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

JSF newbie needs help

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

I had never heard of JSF until two weeks ago when I was told I had to develop a web application under that technology. I fired up NetBeans 6.1, did some tutorials and today I decided to start implementing. I tried doing the basics that I used when programming on JSP but I got stuck at the very start .

How can I make page templates/layouts? Do I need to download anything else? I've read several posts and/or websited where some tools where named, Tiles, Facelets...

Thanks for your help
 
Ranch Hand
Posts: 2458
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I can highly recommend you Facelets. It is going to be part of the upcoming JSF 2.0 as the default view technology.

Their homepage https://facelets.dev.java.net contains good documentation https://facelets.dev.java.net/nonav/docs/dev/docbook.html how to get started with Facelets.
 
Maximiliano Gonzalez
Greenhorn
Posts: 11
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Great,

I'll try that and if I have any other questions I'll come back here.

Thanks!
 
Bauke Scholtz
Ranch Hand
Posts: 2458
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
You're welcome.
 
Maximiliano Gonzalez
Greenhorn
Posts: 11
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello,

I've successfully set up NetBeans with Facelets, I've created the popular number guess app but I wanted to know if you had a source of examples or tutorials or anything that can get me started with Facelets.

I've done the xhtml template but when adding components in the client pages I get lost.

Any help?

Thanks
 
Maximiliano Gonzalez
Greenhorn
Posts: 11
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
After a 2 hour search I found this web-log:

http://blogs.sun.com/poting/entry/use_facelets_support_modules_on

That's exactly what I was looking for!

Thanks to everyone for your help!
 
reply
    Bookmark Topic Watch Topic
  • New Topic