Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Tip

The instructions below use Eclipse's New Project wizard to create the project from a Maven archetype. If you'd rather use the mvn command line, see the Getting Started instructions, then skip to 85464332 Creating The Skeleton Application page.


In Eclipse, go to File > New > Project... > Maven > Maven Project

...

Tapestry runs best with a couple of additional options; click the "JRE" tab and enter the following VM Arguments:

-XX:MaxPermSize=256M
Pre

-Xmx600m

-Dtapestry.execution-mode=development

...

Here's how it looks:


Finally, click Run.

...