Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "JSF Facelets Tools Project"

(Useful links)
(Useful links)
 
(6 intermediate revisions by the same user not shown)
Line 6: Line 6:
  
 
=Useful links=
 
=Useful links=
 +
*[http://live.eclipse.org/node/483 Preview Webinar (recorded live on June 17, 2008)]
 
*'''Cast a vote for your favorite feature:''' [https://bugs.eclipse.org/bugs/buglist.cgi?query_format=advanced&short_desc_type=allwordssubstr&short_desc=&classification=WebTools&product=Web+Tools&component=wtp.inc.facelets&long_desc_type=allwordssubstr&long_desc=&bug_file_loc_type=allwordssubstr&bug_file_loc=&status_whiteboard_type=allwordssubstr&status_whiteboard=&keywords_type=allwords&keywords=&bug_severity=enhancement&emailtype1=substring&email1=&emailtype2=substring&email2=&bugidtype=include&bug_id=&votes=&chfieldfrom=&chfieldto=Now&chfieldvalue=&cmdtype=doit&order=Reuse+same+sort+as+last+time&field0-0-0=noop&type0-0-0=noop&value0-0-0= Possible New Features]
 
*'''Cast a vote for your favorite feature:''' [https://bugs.eclipse.org/bugs/buglist.cgi?query_format=advanced&short_desc_type=allwordssubstr&short_desc=&classification=WebTools&product=Web+Tools&component=wtp.inc.facelets&long_desc_type=allwordssubstr&long_desc=&bug_file_loc_type=allwordssubstr&bug_file_loc=&status_whiteboard_type=allwordssubstr&status_whiteboard=&keywords_type=allwords&keywords=&bug_severity=enhancement&emailtype1=substring&email1=&emailtype2=substring&email2=&bugidtype=include&bug_id=&votes=&chfieldfrom=&chfieldto=Now&chfieldvalue=&cmdtype=doit&order=Reuse+same+sort+as+last+time&field0-0-0=noop&type0-0-0=noop&value0-0-0= Possible New Features]
 
*[https://bugs.eclipse.org/bugs/show_bug.cgi?id=192393 192393 ] Facelets work tracking bug
 
*[https://bugs.eclipse.org/bugs/show_bug.cgi?id=192393 192393 ] Facelets work tracking bug
 +
 +
=Where I can get help and information?=
 +
*[http://www.eclipse.org/newsportal/thread.php?group=eclipse.webtools.jsf JSF Newsgroup]
 +
*[https://dev.eclipse.org/mailman/listinfo/wtp-jsf-dev Information for the JSF Dev mailing list]
 +
 +
=Documents=
 
*[[Design Time View Handlers]] support in the JSF Tools Project Release 2.0
 
*[[Design Time View Handlers]] support in the JSF Tools Project Release 2.0
*[http://live.eclipse.org/node/483 Building Facelets Applications with the JSF Tools for Eclipse] Eclipse Webinar
 
 
*[[Facelet Functional Test]]
 
*[[Facelet Functional Test]]
 +
 +
=How to do I get it?=
 +
 +
A regular Eclipse download will be available shortly after the release of Eclipse 3.4 (end of June 2008).  In the meantime, you can get the following plugins from CVS:
 +
 +
'''org.eclipse.jst.facelet.core'''
 +
 +
'''org.eclipse.jst.facelet.ui'''
 +
 +
'''org.eclipse.jst.facelet.tagsupport'''
 +
 +
 +
CVS:
 +
 +
Host: ''dev.eclipse.org''
 +
 +
Repository path: ''/cvsroot/webtools''
 +
 +
Connection Type: ''pserver''
 +
 +
User: ''anonymous''
 +
 +
 +
To find the plugins, from the repository go to:
 +
 +
''HEAD/incubator/org.eclipse.jsf/plugins''

Latest revision as of 14:24, 17 June 2008

Overview

The JSF Facelets Tools project will enable the current features of the JSF Tools Project in a dynamic web project for Facelets. Since Facelets is not part of the current JSF specification, this work is being done as an incubating project under WTP. The project proposal has additional information.

Project Status

The first milestone build of the project is planned to be available by the end of June, 2008

Useful links

Where I can get help and information?

Documents

How to do I get it?

A regular Eclipse download will be available shortly after the release of Eclipse 3.4 (end of June 2008). In the meantime, you can get the following plugins from CVS:

org.eclipse.jst.facelet.core

org.eclipse.jst.facelet.ui

org.eclipse.jst.facelet.tagsupport


CVS:

Host: dev.eclipse.org

Repository path: /cvsroot/webtools

Connection Type: pserver

User: anonymous


To find the plugins, from the repository go to:

HEAD/incubator/org.eclipse.jsf/plugins

Back to the top