this also involves technologies like spring batch for receiving the list of the approved vendors from different system on a daily basis and weekly basis in a csv file.
It also involves sending an email to the approval manager and reminding him by sending emails everyday if he didn't approve.
planning to use modules of the spring framework for implementing this project. started learning about spring webmvc and spring webflow. getting some understanding of the webmvc. created a small prototype of my own.
Now I need to integrate Spring MVC with tiles framework.
breif description of spring MVC.
Dispatcher servlet. code is
once the controller performs the business operation by invoking the service methods it will return a ModelandView object that is populated with model Map data to the dispatcher servlet.
Now dispatcher servlet uses viewresolver to identify the correct view that has to render back to the user.
Just started now...lets dig more into it by developing a real application....looks like fun
No comments:
Post a Comment