Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/epintos/dinuxpropiedades-v3
Third project for Web Applications Project course at ITBA. Year 2012
https://github.com/epintos/dinuxpropiedades-v3
Last synced: 22 days ago
JSON representation
Third project for Web Applications Project course at ITBA. Year 2012
- Host: GitHub
- URL: https://github.com/epintos/dinuxpropiedades-v3
- Owner: epintos
- Created: 2013-06-26T21:02:17.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-06-27T00:47:38.000Z (over 11 years ago)
- Last Synced: 2023-08-01T11:25:06.878Z (over 1 year ago)
- Language: Java
- Size: 563 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Dinux Propiedades Version 3
============================Third project for Web Applications Project course at ITBA. Year 2012.
The idea was to make a web application using:
- Domain Driven Design with Spring for dependecies injection.
- Wicket.
- Hibernate using JDBC.
- Maven.
- PostgreSQL.
- Deploy in Tomcat.## Instructions
Migration scripts to update from Version 2 are in `src/test/java/resources`.
To generate war execute:
mvn clean package