CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Feb 2012
    Posts
    1

    Question Help How to proceed with the requirements

    Following are my requirements :
    * Maintain a student database
    *Based on a student's test results ,reports should be generated so as to project details such as a students weakness in a particular subject /chapter etc.
    *That report with proper formatting,structure and content should be sent to the student's email.

    How do I proceed with that given I want develop it in Java and it has to be a web app.

  2. #2
    Join Date
    Jan 2011
    Posts
    24

    Re: Help How to proceed with the requirements

    1. Create Database Schema
    2. Use Spring MVC
    3. Use Tomcat for Quick and easy development in Eclipse or Netbeans

    following MVC pattern.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured