< HTML/JSP/XML Editor | A Sample JSF Application > |
FacesIDE provides an editor for faces-config.xml. The editor consists of 3 tabs, described below.
The Navigation tab lets you set navigation among pages. The palette along the left allows you to insert pages, and forward-actions among them. When a page or forward-action is selected, its properties are displayed, and may be edited, in the Workbench's Properties view. Right-clicking a page or navigation-case displays a popup context menu.
The Managed Bean tab lets you set up managed beans--indicating bean name (as used in web pages), class, and scope.
The Source tab displays, and lets you modify, the raw XML source of faces-config.xml, which is kept in sync with edits made in other tabs. It provides context-sensitive code-completion.
< HTML/JSP/XML Editor | A Sample JSF Application > |
FacesIDE User Guide (https://amateraside.dev.java.net/) | |