Define an program (called e.g. beanGenerator) which transforms a suitably annotated POJO into a JavaBean.
The annotation (e.g. @bean) must be such, that the program takes as input .java file containing a POJO and if the class contains the annotation, a .java file is generated as output, which contains the same class transformed in a JavaBean.
Deadline Oct 28, 2015 (strict, delivering with a delay will have a penalty proportional to the delay)
You have to deliver:
- source code
- a report.
The report must have the following structure:
with subject: WEBARCH 16- 5th WEEK ASSIGNMENT DELIVERY
The annotation (e.g. @bean) must be such, that the program takes as input .java file containing a POJO and if the class contains the annotation, a .java file is generated as output, which contains the same class transformed in a JavaBean.
Deadline Oct 28, 2015 (strict, delivering with a delay will have a penalty proportional to the delay)
You have to deliver:
- source code
- a report.
The report must have the following structure:
- Title Page containing date, title (Writing an annotation preprocessor), your name)
- Introduction (problem statement, description of the domain, i.e. which data will you be dealing with?)
- Implementation (report and comment the most relevant pieces of soure code and config files)
- Deployment (screen shots of your app running, documenting the various steps)
- Comments and notes (optional: any problems encountered during the project development, any other comment
with subject: WEBARCH 16- 5th WEEK ASSIGNMENT DELIVERY