aspose file tools
The moose likes JSF and the fly likes JSF tags Vs Facelets Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » JSF
Reply Bookmark "JSF tags Vs Facelets" Watch "JSF tags Vs Facelets" New topic
Author

JSF tags Vs Facelets

Sapna Grover
Ranch Hand

Joined: Sep 27, 2002
Posts: 54
I am starting a new project and I am seriously considering Facelets, because it gets all the benefits of JSF and is also close to HTML . You don't have to forget all your HTML and start building UIs using JSF tags.

However I am bit concerned about the future of Facelets, I don't see much activity on the web site or on various blogs about facelets. There is a lot of talk about JSF thought. I don't want to lock my project with something that doesn't have a future.

What is your advice ?
Thanks
Sapna Grover
Chris Schalk
author
Ranch Hand

Joined: Aug 31, 2006
Posts: 62
Personally I've heard nothing but excellent reviews of Facelets and its also covered in our book.

Facelets is definitely an example of the flexibility of the Faces API in that Jacob was able to provide a viewhandler technology that works completely within the API but also provides the ability to easily run outside of a JSP container.

-Chris
Sapna Grover
Ranch Hand

Joined: Sep 27, 2002
Posts: 54
Is it allowed mix facelets and JSF tags ? I mean you start with facelets and then if you want to take advantage of some of the open source components that are available with JSF.
Thanks
Sapna Grover
 
I agree. Here's the link: http://jrebel.com/download
 
subject: JSF tags Vs Facelets
 
Similar Threads
JSF 1.2 & Facelets from Myfaces & JSP ?
JSF and Layouts
Creating a Tag problem ?
Needing to build jsf page with three content panes (forms?), looking for template
Need help in xhtml files