Java Training
Java Training
J AVA W E B A P P L I C A T I O N S T A C K
THE BASICS
• HTML/CSS/JS
Pls write details here..
• JQuery
Pls write details here..
• Java Refresher
Pls write details here..
• SQL Refresher
Pls write details here..
• Basic NoSQL
Pls write details here..
THE BASICS contd..
• What is a Web Server?
A web server is a software program that delivers web content to clients over
the Internet or other networks. It is responsible for receiving and processing
HTTP requests from clients (such as web browsers), and sending back the
corresponding HTTP responses along with the requested content (such as
HTML pages, images, videos, etc.).
– REST API is a software architectural style used for building web services.
– It is based on a client-server model and uses HTTP requests to POST (create),
PUT (update), GET (read), and DELETE (delete) data.
– REST is a lightweight, flexible and scalable alternative to more heavyweight
protocols like SOAP (Simple Object Access Protocol).
– REST APIs are widely used for building modern web and mobile applications.
(Web services are software applications that use standardized protocols, such as
HTTP, to exchange data over the internet. Two types – SOAP and RESTful) )
PROJECT STRUCTURE…explained
Xxx
<html>
<head>
<title>{{ title }}</title>
</head>
<body>
<h1>Hello {{ username }}</h1>
</body>
</html>
USER AUTHENTICATION-JWT
• Check section 35 in Udemy Training
JPA or NHIBERNATE - OBJECT
RELATIONAL MAPPER (ORM)
• xxx
GIT CRASH COURSE
• xxx
Web Server
Web Framework
GIT
IN YOUR SPARE TIME