Book Image

Tapestry 5: Building Web Applications

Book Image

Tapestry 5: Building Web Applications

Overview of this book

Table of Contents (17 chapters)
Tapestry 5
Credits
About the Author
About the Reviewers
Preface
Foreword
Where to Go Next

Install NetBeans


Even if you decided to use Eclipse, I still recommend you to read this section as starting a new project in NetBeans is significantly simpler.

Go to http://www.netbeans.info/downloads and download the latest package for your platform. Install it with all the default options. Your working environment is ready.

Now let us use NetBeans to work with the project created for us by Maven.

Start the IDE and in its menu choose File | New Project... (or press the second from the left button on the toolbar). You will see the New Project dialog opened. In it, select Web under Categories and Web Application with Existing Sources under Projects, as shown in the following figure, and click on Next:

In the next dialog, click on theBrowse... button next to Location, and navigate to the directory of the new project created by Maven (C:\tapestry5\work\t5first, if you accepted my choice of naming). Select this directory and press Open. Make sure that Bundled Tomcat is selected for the server...