Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: To learn more, user should go to the tutorial first.

...

You can also load the newly-created project it into any IDE and start coding. See the next section on where to find the different components of the application.

For more information on this, try the Tapestry Tutorial which goes into more detail about setting up your project, as well as loading it into Eclipse ... then continues on to teach you more about Tapestry.

Exploring the test project

...

In the test project, most of the HTML is not found on the pages themselves but in a Layout component which acts as a global template for the whole site. Java classes for components live in src/main/java/com/example/newapp/components and component templates go in src/main/resources/com/example/newapp/components

More

For more information on this, try the Tapestry Tutorial which goes into more detail about setting up your project, as well as loading it into Eclipse ... then continues on to teach you more about Tapestry.

Then, learn Learn more about Tapestry Philosophy and then checkout our full Documentation page on which you will find a lot of resources written by committers and contributors.

...