Continuous Integration with Travis-CI
To see if the Java project compiles correct and that all (unit) tests are running successfully, the git project is added to Travis-CI an Continuous Integration / Continuous Delivery service.
Pages for Dojo Java Programming
To see if the Java project compiles correct and that all (unit) tests are running successfully, the git project is added to Travis-CI an Continuous Integration / Continuous Delivery service.
Create a simple web-application, based on the Maven archetype artifact-id: maven-archetype-webapp
(group-id: org.apache.maven.archetypes
).
Create a simple hello-world project in Eclipse.