java-servlet
There are 126 repositories under java-servlet topic.
thomasWeise/distributedComputingExamples
Example codes for my Distributed Computing course at Hefei University.
ayushman1024/Hospital-Management-Using-Servlets
Web application for Hospital management using JAVA Servlets and Tomcat server. Database is maintained using MySQL.
rohanpillai20/Web-Based-Graphical-Password-Authentication-System
Web Based Graphical Password Authentication System is a web based application that can be used in any system to allow users to sign up and log in using a different model other than the static passwords. In normal authentication systems, static passwords are used by users to get in the system but it is a known fact that static passwords are very easy to hack. Thus in this system, a user can select certain points in an image and use them as their password. They are immune to basic hacking techniques like brute force attack & dictionary attacks.
bleshik/aws-lambda-servlet
AWS Lambda adapter for Java's Servlets (and Jersey in particular, JAX-RS implementation)
Moesif/moesif-servlet
Moesif Servlet SDK for API Monitoring, Analytics, and Monetization.
shred/commons-captcha
Generator for simple captcha images
NicoMincuzzi/no-framework-webapp
The aim is to develop a web application, which not need to use any frameworks.
pradumn203/AI-enabled-B2B-fintech-invoice-management-system
A web application made with ReactJS and JAVA Servlets to help the people working in the Accounts Receivable departments in their day-to-day activities.
williamniemiec/nforum-web
Simple web forum built with servlets and JSP without Spring Framework.
ducthotran2010/s.i.m.w.o.r.l.d-xml
This is a web application project for my assignment from FPT University. It's about crawling pieces of data about sim card from the certain websites, transforming things and taking advantage of it.
FabMab/e-shop
E-shop Web App with Java Servlets
geegog/RemitaSplitPayment
Remita Split Payment Example using Java Servlet, JSP, JSTL, Jersey and Maven
TareqK/CRUDlets
A simple Java framework for creating CRUD REST web services using java servlets
yusufsefasezer/java-servlet-contact
A simple MySQL contact list application developed with Java/Jakarta EE Servlet.
ayushjain01/Database_Encryption
Database Encryption Using Servlet and JDBC
gracefullight/Java-mvc-framwork
간단하게 사용할 수 있는 MVC pattern의 Java Web Server
ankit1222000/Parent-Portal-Website
Dynamic and Responsive School Based ERP System for my Project Staysafe Security System,using login credentials parent's are able to access ward's Attendence, Fees, Result Details,Profile as well as consists of E-Learning and Video Library feature.
danthe1st/Chat
a small Web-Chat Based on Java-Servlets
matthewgrosman/spotify-stats
Website that shows users their top Spotify artists and tracks.
emmapaczkowski/google-internship-2020
Personal portfolio using full stack development with HTML, CSS, JavaScript, and Java servlets, as well as Google Maps, and Charts APIs to develop interactive comment and map features. Developed as a starter project as an intern at Google Inc.
heshan9610/healthfirst_medical
A web application for e channelling center is designed by java servlets.
joeaoregan/LIT-Yr2-EnterpriseApplicationDevelopment
Enterprise Application for an ICT in Education event
leotodisco/KindKariibe
Progetto per l'esame di Tecnologie Software per il Web.
MayankVerma105/Java-servlet
Servlet, Servlets and it's projects 🌟
nazislam/WordSearch-Servlet-Using-Tomcat
A semester long project for Java Tomcat that creates servlets for a WordSearch game. The program searches for a word in a 5*5 grid (each cell contains a letter) from a list of 20, 3 letter words. Once it gets the word, prints the time in mili-seconds it took to find it. Finally, it prints the fastest 5 scores.
quzanh1130/FFood-shop
FFood is a food e-commerce site that lets customers order food in a quick and convenient way.
szymmirr/Client-Manager
Client Manager for PostgreSQL database
andradeoromulo/my-first-java-servlet
Simple project of a Java Servlet built from instructions of the two first courses of Alura Spring Framework curriculum .
bhairavibhuyar/NGO-Database-Management-System
An NGO Database Management System to manage operations, events, finances, and other organizational tasks using MySQL database for backend connected to frontend in HTML, CSS, JavaScript using Java Servlet.
bhavyab-042/Event-Management-System-using-Java
Event Management System is a web application built using Java for event registration and handling at University level events with the help of Java servlet.
Danitilahun/JavaProjects
Java Servlets, JSP, and JDBC: A powerful trio forming the backbone of dynamic web development. Servlets manage server-side logic, JSP simplifies dynamic content creation, and JDBC enables seamless interaction with databases for robust web applications.
les-experts/epiflex
Project in Web Development to learn JEE/JSP at Engineering school
linux-vps/Schedule-Appointment
Medical appointments management system using Java Servlet, JDBC, Bootstrap 5.
mathee00/OOP_submission
This is my 2nd year, 1st-semester project
VaishnaviSh14/ServletRequestDispatching-and-FiltersInServlet
Demonstrating Filters in Servlet and Request Dispatching mechanism