DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.
...
| 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:
| Pre |
|---|
-Xmx600m -Dtapestry.execution-mode=development |
...
Here's how it looks:
Finally, click Run.
...
