Open in new window

back

Creating flexible and custom project templates

Exadel Studio lets you create flexible and custom project structures - this will allow you to create brand new projects based on your own structure. You can create templates for:

  • Struts projects
  • JSF projects

Creating new project based on MyFaces JSF project templates -

Creating new Struts project based on a template -

To create your own project templates is very simply.

  1. Create the desired project structure, you can do with Exadel Studio
  2. Place all project files under <ExadelStudioHome>\templates (under struts or jsf-1.x folder). Look what's there right now, this will give you a good example
  3. Don't forget to put your project under a new folder - which will be used as the template name
  4. Restart Eclipse
  5. Select to create new JSF or Struts project. Your template will now be there

back