leemitra / manjunath-n-aralagun

Project developed with Manjunath N Aralagundgi

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

manjunath-n-aralagun

Library college web project is college project

Queries by :

  1. What concepts used in project development ? Ans : Used Java programming language to develop the project concepts from java Servlet, JSP, IO & JDBC. Which clearly demonstrate
  • how I can read file or property file from location
  • how I connect to database to read, write and delete data from database.
  • how I handle HTTP request and response demonstration.
  • how I display data from response object.
  • how I validate user credentials and captcha concept.
  • how I handle books in ordered representation

Developed

  • Programing - Java 11
  • Database - mariaDB ( extended version of mysql)
  • concepts used - Servlet, JSP and basic java knowledge

working

sequenceDiagram
JSP ->> Serlvet: Jsp sends HTTP request
Note right of Serlvet: Analyse request URI and body to send response.
Serlvet ->> Database : Servlet checks in database if required.
Database ->> Serlvet : DB sends response to servlet if exists
Serlvet ->> JSP : Servlet sends response to JSP 
Note left of JSP: JSP reads response and resolve the view in HTML representation.
JSP -->> Captcha: generate captcha and return 
Captcha -->> JSP : 
JSP ->> Serlvet : Create session and sends captcha in session to validate.
Loading

About

Project developed with Manjunath N Aralagundgi


Languages

Language:CSS 44.7%Language:Java 30.7%Language:JavaScript 24.6%