Agile and Continuous Integration Development
A Web application for agile methodologies and bugs report such as Trello or Jira.
- Java EE (version >= 5)
- Maven (version >= 3)
- JOnAS server (version 5.3.0 used for development)
- MySQL database (name :
ACIDDB, username :acid, password :acid)
- Copy the file
conf/mysql-ds.xmlin your JOnAS's deploy folder. - Copy the Spring jars (
~/.m2/repository/org/springframework/spring-*/4.1.2.RELEASE/*.jar) in the folderlib/extof JOnAS - Copy the MySQL connector jar (
~/.m2/repository/mysql/mysql-connector-java/5.1.34/*.jar) in the folderlib/extof JOnAS
If you are using Bash, you can use the Bash script auto.sh to build/clean/deploy the project on a local server.
Otherwise :
- Compile the project using Maven :
mvn clean install - Copy the EAR file in the folder
deployof your JOnAS server.
To use ACID, just go on JOnAS_server_address:port/ACID-web.
For example : http://localhost:9000/ACID-web/