This is the code that is helpful for any Enterprise where they have to manage subscribers and number of years of subscriptions and also search for people and their subscription expiry etc.
Following are the basic needs that are required for such kind of products:
- Option to create a new entry with firstname, lastname, mobile number, number of years subscriptions etc
- Successfully register the entries and display them in a format that is desired.
- Option to list all the subscribers in table format, label formats
- classify users based on number of years of subscriptions, expiry of their subscriptions and color code them accordingly.
- Generate download of the subscribers information into a CSV file
- Optimize search to find by any of the fields as easily as possible. For example search by subscription period, street name, pin code, lastname, part of the name, mobile number, and many more such search options
- Display given subscriber on the sample magzine last page where it will be really printed to give a feel of real magzine of the subscriber.
- git clone / download zip
- goto main folder where you find pom file
- mvn install
- locate war file in the target folder and deploy it into tomcat server
- Download the release version war rile
- Deploy the war file in tomcat
- Access the webapplication to try the features
Thanks, Madhava