Toolbar menu

 The toolbar menu

Navigation tools

This button enables to return to last opened package, in navigation history.

This button enables to open next opened package, in navigation history.

This button enables to open current package's parent package.

Manipulation tools

There are two editing modes on MVC Web Project graph:

  • The editing mode is the default mode. It enables to move nodes on the graph, in drag'n drop.
  • The link mode enables to create links between nodes, by simple drag'n drop between nodes.

Two buttons are available on toolbar to select current mode:

This button enables link mode.

This button enables edition mode.

Creating nodes

This button enables to create new alveole packages. To create a new package, click on this button, and then fill a package name on node-properties panel. Package is created only when ok button is clicked.

This button enables to create new Struts2 action. To create a new action, click on this button, and then fill all fields on node-properties panel. Action is created only when ok button is clicked.

This button enables to create new JSP view. To create a new view, click on this button, and then fill all fields on node-properties panel. View is created only when ok button is clicked.

JSP views are used to define links to JSP files. These JSP files must be placed under webcontents directory.

This button enables to create a static file view. To create a new view, click on this button, and then fill all fields on node-properties panel. View is created only when ok button is clicked.

Static file views are used to define links to any files. These files must be placed under webcontents directory.

This button enables to create any struts2 result-type. To create a new view, click on this button, and then fill all fields on node-properties panel. View is created only when ok button is clicked.

Struts2 result views are used to define any generic struts2 result. These results may be customly handled by your application.