Skip to content

cicadas/java-maven-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Multi-module Maven Web Service Template

This is a multi-module Maven template project with Jersey web api support. It will show following concepts and best practices:

  1. How to use Maven build multi-module project.
  2. What is Maven scope and hwo to use it.
  3. How to combine test codes, test cases and document with real codes.
  4. How to reference a JAR lib.
  5. How to use local DB mode for online service testing.
  6. How to use alternative web.xml help local Tomcat testing.
  7. What is effective pom? Why we should use it after upload to public repository.
  8. How to share logical codes between unit test, func-lit test, functional test and integration test.
  9. How to generate a online doc form Javadoc.
  10. How to do centralized web service management in Java.
  11. How to avoid self signed Cert error.
  12. Why we need func-lite?
  13. Dependency injection compare with setMethod.
  14. Project folder structure best practice.
  15. How to add scheduler on web service.
  16. Generic DAO design pattern.

Common Links

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages