Skip to content

Architectural Demonstration of Inheritance Between Two Web Applications using Apache Maven

License

Notifications You must be signed in to change notification settings

Pahansith/Java-WebApp-Inheritance

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Java Web Application Inheritance Demo

An architectural demonstration of inheritance between Java web applications using Apache Maven

Developr can use the parent-web-app as a template and create new web applications while modifying and adding new functionalities to the parent web app. Using the parent-webapp as a maven dependency, developer can create customized, independently deployable child web applications without duplicating the code in the parent web-app.

When creating a child-web-app, user can add jsp page segments to replace the default segments in the parent web-app, also full jsp pages to replace default jsp's in parent web app. And user can add new jsp files that parent project has not included.

Also user can override servlet classes of the parent by adding new classes that has the same name as parent and add new classes to perform new functions.

And user is able to override the default deployment descriptor located in the parent app by providing new deployment descriptor.

About

Architectural Demonstration of Inheritance Between Two Web Applications using Apache Maven

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages