attendance management system servlets
#1
Star 

i want to create a page.this page called attendance.and in database students are 20.when this page load then all student data will be show in this attendance page.suppose name Amit in front of amit will create 3 radio buttons dynamically present absent waiting.. so how i can create this page and after that this date save in tha attandance table.mydatabase is in mysql.
Reply
#2
Servlets are most commonly used to process or store a Java class in Java EE that complies with the Java Servlet API, a standard for implementing Java classes that respond to requests. Servlets could in principle be communicated through any client-server protocol, but are most often used with the HTTP protocol. Thus, "servlet" is often used as an abbreviation for "HTTP servlet". Therefore, a software developer can use a servlet to add dynamic content to a web server using the Java platform. The generated content is commonly HTML, but there may be other data like XML. Servlets can maintain the state of session variables in many server transactions by using HTTP cookies or URL rewriting.

To implement and run a servlet, a web container must be used. A web container (also known as a servlet container) is essentially the component of a web server that interacts with servlets. The web container is responsible for managing the servlet lifecycle, assigning a URL to a particular servlet, and ensuring that the URL requester has the correct access rights.

It can be understood in the following video:


Reply

Important Note..!

If you are not satisfied with above reply ,..Please

ASK HERE

So that we will collect data for you and will made reply to the request....OR try below "QUICK REPLY" box to add a reply to this page
Popular Searches: attandance, attendance management system servlets, source code of school management timetable in servlets,

[-]
Quick Reply
Message
Type your reply to this message here.

Image Verification
Please enter the text contained within the image into the text box below it. This process is used to prevent automated spam bots.
Image Verification
(case insensitive)

Possibly Related Threads...
Thread Author Replies Views Last Post
  Test cases for Attendance management System 0 1,153 12-08-2023, 11:06 AM
Last Post:
  Cricket club management system 0 909 18-04-2021, 06:01 AM
Last Post:
Video tollbooth management system vb with ms access 0 1,014 14-12-2019, 03:31 PM
Last Post:
  Garment management system 0 1,249 16-02-2019, 11:31 PM
Last Post:
  Pseudocode for hotel management system 0 1,210 10-02-2019, 02:13 PM
Last Post:
  code on mobile based attendance system for project 0 1,189 14-01-2019, 12:52 PM
Last Post:
  Regarding help for code on mobile based attendance system 1 1,142 14-01-2019, 12:48 PM
Last Post:
  dfd of housing society management system project 0 1,070 07-10-2018, 03:10 PM
Last Post: Guest
  online temple management system project 0 1,099 07-10-2018, 11:53 AM
Last Post: Guest
  census management system using vb net 0 893 30-09-2018, 05:03 AM
Last Post: Guest

Forum Jump: