timyas / java-muster

Java model project
0 stars 0 forks source link

Create model WebProject with all most important Java technology and frameworks. #1

Closed timyas closed 8 years ago

timyas commented 8 years ago

The purpose of this model project is to show my ability and knowledges in Java, SQL, Hibernate, Spring. As well like my capability to use and to apply tools like Maven, JUnit.

As a result to proof my qualification for Java Junior position.

peterarsentev commented 8 years ago

Important, you need to create maven project. This project should build the WAR file, which can be deployed to Tomcat. I recommend you don't use Eclipse or maven web archetype for creating it. You should try to create all necessary structure by hands. You need to follow those steps https://maven.apache.org/guides/introduction/introduction-to-the-standard-directory-layout.html

timyas commented 8 years ago

Got it! I've made a clean Maven webapp project with 'war' packaging.

peterarsentev commented 8 years ago

I have checked. Evething is ok.