From jbosstools-commits at lists.jboss.org Fri Oct 31 11:44:29 2008 Content-Type: multipart/mixed; boundary="===============4981948630906152678==" MIME-Version: 1.0 From: jbosstools-commits at lists.jboss.org To: jbosstools-commits at lists.jboss.org Subject: [jbosstools-commits] JBoss Tools SVN: r11409 - trunk/jsf/docs/jsf_tools_ref_guide/en/modules. Date: Fri, 31 Oct 2008 11:44:29 -0400 Message-ID: --===============4981948630906152678== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Author: ochikvina Date: 2008-10-31 11:44:29 -0400 (Fri, 31 Oct 2008) New Revision: 11409 Modified: trunk/jsf/docs/jsf_tools_ref_guide/en/modules/jsf_project_verification.x= ml Log: https://jira.jboss.org/jira/browse/JBDS-447 - adding the concluding part; Modified: trunk/jsf/docs/jsf_tools_ref_guide/en/modules/jsf_project_verific= ation.xml =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- trunk/jsf/docs/jsf_tools_ref_guide/en/modules/jsf_project_verification.= xml 2008-10-31 15:42:20 UTC (rev 11408) +++ trunk/jsf/docs/jsf_tools_ref_guide/en/modules/jsf_project_verification.= xml 2008-10-31 15:44:29 UTC (rev 11409) @@ -1,118 +1,107 @@ - - - = - - - JBoss Developer Studio - Eclipse - JSF Tools - Java - JBoss - - - = - JSF Project Verification - = - In this chapter we'll discuss a possible verification that = you can take advantage of. - - Many different rules are checked for a JSF - project that can be configured by selecting - Window > Preferences - from the menu bar, selecting - JBoss Tools > Web > Verification - from the Preferences dialog box and then expanding the - JSF Rules node. -
- JSF Rules - - - - - -
- Suppose you are working in the Source viewer for a JSF configura= tion - file as shown below: -
- Faces-config.xml File - - - - - -
- While typing a class name, you might make a minor typo (like - "jsfHello.PersonBean9" - instead of - "jsfHello.PersonBean" - ). After saving the file, verification checks to make - sure everything is correct and finds the error below: -
- Error in Source View - - - - - -
- Notice that the Package Explorer View shows a marked folder and a - marked file where the error is. - You can place the cursor over the line with an error message and= get a - detailed error message: -
- Error Message - - - - - -
- Verification also checks navigation rules: -
- Checking Navigation Rules - - - - - -
- If you provide a page name that does not exist, verification wil= l let - you know about that: -
- Page Name Verification - - - - - -
- You can always call up verification explicitly by right-clicking= any - element in the tree and selecting Verify from the context menu. Th= is - works from both the Tree and Diagram viewers for the JSF - configuration file editor. You can also invoke verification from t= he - Web Projects view. Below we are checking all of the elements in the - configuration file. -
- Verify Command - - - - - -
-
\ No newline at end of file + + + + + + JBoss Developer Studio + Eclipse + JSF Tools + Java + JBoss + + + + JSF Project Verification + + In this chapter we'll discuss a possible verification that = you can take advantage + of. + + Many different rules are checked for a JSF project that can be c= onfigured by selecting + Window > Preferences + from the menu bar, selecting + JBoss Tools > Web > Verification + from the Preferences dialog box and then expanding the= JSF Rules node. +
+ JSF Rules + + + + + +
+ Suppose you are working in the Source viewer for a JSF configura= tion file as shown below: +
+ Faces-config.xml File + + + + + +
+ While typing a class name, you might make a minor typo (like + "jsfHello.PersonBean9" + instead of + "jsfHello.PersonBean" + ). After saving the file, verification checks to make s= ure everything is correct + and finds the error below: +
+ Error in Source View + + + + + +
+ Notice that the Package Explorer View shows a marked folder and = a marked file where the + error is. + You can place the cursor over the line with an error message and= get a detailed error + message: +
+ Error Message + + + + + +
+ Verification also checks navigation rules: +
+ Checking Navigation Rules + + + + + +
+ If you provide a page name that does not exist, verification wil= l let you know about that: +
+ Page Name Verification + + + + + +
+ You can always call up verification explicitly by right-clicking= any element in the tree + and selecting Verify from the context menu. This works from both t= he Tree and Diagram + viewers for the JSF configuration file editor. You can also invoke= verification from the Web + Projects view. Below we are checking all of the elements in the co= nfiguration file. +
+ Verify Command + + + + + +
+ + In summary, this document highlights all the JSF-specific featur= es of JBoss Tools + meant for enhancing the development of rich Web applications based= on JSF technology. The + reference introduces you to wizards for creating and importing JSF= projects, JSF + Configuration File editor features, functionality for enabling JSF= capabilities and etc. + = + If you have questions or good suggestions, please refer to JBoss + Tools Forum. +
--===============4981948630906152678==--