Advance Java Syllabus: With Projects
Advance Java Syllabus: With Projects
Websites: https://www.smartprogramming.in/
https://courses.smartprogramming.in
Android App:
https://play.google.com/store/apps/details?id=com.sma
rtprogramming
YouTube Channel:
https://www.youtube.com/c/SmartProgramming
1
Smart Programming (Mohali, Chandigarh India)
Call or Whats App Online & Industrial Training: +91 62838-30308
Introduction
"Core Java" is, however, the title of a book from Sun that introduces Java as
a language and the most important parts of the Java SE Standard API - and
that's probably what most people think of when they hear the term.
"Advanced Java" is everything that goes beyond that - most importantly the
APIs defined in Java Enterprise Edition, i.e. Servlet programming, Web
Services, the Java Persistence API, etc
1. JSP: JSP stands for Java Server Pages. JSP is used to build up forms.
it’s used as a view part of the MVC model. if somebody don’t know
to wrote the code in JSP they can directly use JavaScript or HTML
with CSS
2. SERVLET: servlet is the controller part of MVC model. this is used to
read the content of data whatever is coming from the view part. Eg:
reading form data . I someone doesn’t know how to write servlet
code then they can go for frameworks like Spring MVC
3. JDBC: this is the model part of the MVC model. this is used for
getting connected with database and performing database
operations like storing and retrieving data. if someone doesn’t know
how to write database code then they can go for a framework called
Hibernate. Other frameworks include Spring, Apache Struts, Spark,
Vaadin etc.
2
Smart Programming (Mohali, Chandigarh India)
Call or Whats App Online & Industrial Training: +91 62838-30308
3
Smart Programming (Mohali, Chandigarh India)
Call or Whats App Online & Industrial Training: +91 62838-30308
a. java.sql
b. javax.sql
CallableStatement
9.11 Cursors
4
Smart Programming (Mohali, Chandigarh India)
Call or Whats App Online & Industrial Training: +91 62838-30308
9.17 SavePoint
10. SERVLETS
10.1 Basics of Servlet
Servlet Introduction
Servlet API
Servlet Interface
GenericServlet
HttpServlet
5
Smart Programming (Mohali, Chandigarh India)
Call or Whats App Online & Industrial Training: +91 62838-30308
a. Servlet-Browser communication
1. sendError
2. setHeader
3. sendRedirect
b. Web-component Communication
1. Forward
2. Include
10.3 ServletConfig
ServletConfig methods
ServletConfig example
10.4 ServletContext
ServletContext methods
ServletContext example
6
Smart Programming (Mohali, Chandigarh India)
Call or Whats App Online & Industrial Training: +91 62838-30308
10.5 Attribute
HttpSession
Cookies
URL-Rewriting
Hidden-Form Fields
10.8 Filter
Filter
Authentication Filter
FilterConfig
Useful examples
10.11 Web-Security
7
Smart Programming (Mohali, Chandigarh India)
Call or Whats App Online & Industrial Training: +91 62838-30308
11. JSP
11.1 Basics of JSP
JSP API
scriptlet tag
expression tag
declaration tag
out
request
response
config
application
session
pageContext
page
8
Smart Programming (Mohali, Chandigarh India)
Call or Whats App Online & Industrial Training: +91 62838-30308
exception
page directive
include directive
taglib directive
jsp:forward
jsp:include
Bean class
jsp:useBean
9
Smart Programming (Mohali, Chandigarh India)
Call or Whats App Online & Industrial Training: +91 62838-30308
Attributes
Iteration
Custom URI
Singleton
DAO
13. SERVERS
Apache Tomcat
Glassfish Server
JBoss Server
Weblogic Server
10
Smart Programming (Mohali, Chandigarh India)
Call or Whats App Online & Industrial Training: +91 62838-30308
11
Smart Programming (Mohali, Chandigarh India)
Call or Whats App Online & Industrial Training: +91 62838-30308
12