

Of course, you are free to choose your own names. This tutorial uses "Test" and variations thereof as project names.

The following instructions show how to create an enterprise application from scratch, without importing existing projects. The Library web application is accessible under Creating an Enterprise Application from scratch.Start the server and wait until the application has been deployed.gitignore file within EarContent will ensure the directory is always present. In case the project was imported from VCS (e.g. Should Eclipse fail to display any applications, ensure that all EAR projects in the workspace contain an EarContent directory. Select the library application and click "Add >", then "Finish.Eclipse will automatically validate and build the projects. The project explorer should now contain the four projects.Make sure all four are selected and "Finish". Four projects called Library, Library-EJB, Library-Persistence and Library-Web should appear under "Projects".Choose "Select archive file" and browse to the archive from step 1.Choose "General > Existing Projects into Workspace" and click next.Select "File->Import." from the Eclipse menu bar.Download the library application source files to a temporary folder.The next section, " Creating an Enterprise Application from scratch", will show how you can create your own Java EE projects. It allows you to quickly get started with Eclipse, Java EE and JBoss Tools. This tutorial will show how to import a Java EE application using the example of a library application. Importing the Example Application into Eclipse Make sure that a WildFly 8 Runtime Server is configured in Eclipse as outlined in the first tutorial.Start Eclipse with JBoss Tools Plug-in and make sure the Java EE perspective is opened.Make sure WildFly and Eclipse with JBoss Tools Plug-in are properly installed and configured ( tutorial).

Creating an Enterprise Application from scratch.

