Foss: Java Business Application - English

Outline: Overview of Library Management System Web application. To create a basic inventory system. Library Management System Example of a Library Management system. Need of Library Ma..

Basic

Foss: Java Business Application - English

Outline: * Developing a simple web project * Deployment descriptor * Web content folder * web.xml * HTML Page * Run the application

Basic

Foss: Java Business Application - English

Outline: Definition of web server Definition of web container Creating a servlet Running the servlet Including HTML inside Java code Running the Project again Difference between Servlets and JSPs Crea..

Basic

Foss: Java Business Application - English

Outline: Creating the home page of Library Management System Go to index.jsp Modify the index.jsp by creating a form Create GreetingServlet.java Servlet as a controller Inside the doGet method retrieve th..

Basic

Foss: Java Business Application - English

Outline: Create database library Create table users Load JDBC Driver Run the project Login and show successGreeting page Explain GreetingServlet.java Explain getParameter method Explain code for JDBC co..

Basic

Foss: Java Business Application - English

Outline: Modify the login page to redirect to admin page Create Book and Checkout model Modifying GreetingServlet.java Creating AdminSection.java Create listBooks.jsp Fetch all the book details Create l..

Basic

Foss: Java Business Application - English

Outline: Adding more functionalities to the Admin Section Page Listing all the users Checkout/Return a book Modifications in the corresponding servlets Interface for checkout and return Creating CheckoutS..

Basic