Web application that modifies the different modules of a maven java business application with modular architecture.
ProjectBuilder works with maven java enterprise projects with next directory structure:
Project
|_core
|_core-module #
|_entities
|_pom.xml
|_persistence
|_pom.xml
|_plugin
|_pom.xml
|_service
|_pom.xml
|_tools
|_pom.xml
|_web
|_pom.xml
|_persistence
|_service
|_src
|_main
|_resources
|_META-INF
|_persistence.xml
|_web
|_ui
|_pom.xml
|_dist
|_ear
|_pom.xml
|_modules
|_module #
|_entities
|_pom.xml
|_business
|_pom.xml
|_persistence
|_pom.xml
|_plugin
|_pom.xml
|_web
|_pom.xml
|_pom.xml
- Primefaces - The web framework used
- Maven - Dependency Management
- Steven Gonzalez - Initial work - StevenCode5
See also the list of contributors who participated in this project.
This project is licensed under the MIT License - see the LICENSE.md file for details