+ 9
How to make student information management system web application using java servelts and jsp
🌸🌸🌸🌸🌸
2 Answers
+ 5
This question is a bit too vague. Elaborating on what specific tasks you want might be helpful in getting more suitable responses (which I probably won't be the one giving)
+ 5
As with every large task you need to break it down into small bits. Regardless of programming language :
1. Design it
2. Code it
3. Test it
First step is extremely important, to plan all the functionality your system will do, and the data structure and user interfaces. If you write a good specification, then coding will be a trivial task.
Good luck!