SlideShare a Scribd company logo
By:
NicheTech
http://www.nichetechinstitute.com/
© NicheTech Computer Solutions Pvt ltd
Introduction of Java Web
Development
Web Development
 The term Web development is used for several different
activities which are linked to the developing of a website
especially for the WWW which is the World Wide Web
or also called as an intranet.
 The Web development strategies include the business
of the e-commerce, the web designing, the web content
development, the client and sever-side coding and also
the configuration of the web server.
 The web development can be branched into two main
categories, the Client Side Coding and the Server Side
Coding. The roles of a web developer generally include
the Graphic and Web designing, information
architecture and the copyediting with the usability of the
web and the optimization of the search engine.
Types of server side web
development languages
 ASP (Active Server Page)
 PHP (Hypertext Preprocessor)
 Cold Fusion
 ASP.NET
 Servlet/Jsp
What is Servlet
 A servlet is any Java class that can be invoked
and executed on a server, usually on behalf of a
client. A servlet works on the server, while an
applet works on the client. An HTTP servlet is a
Java class that handles an HTTP request and
delivers an HTTP response. HTTP servlets reside
on an HTTP server and must extend the Java
javax.servlet.http.Http Servlet Class so that they
can run in a generic servlet engine framework.
What is JSP?
 JSP (a TLA for Java Server Pages) is a server-
side implementation of the java language. Very
similar in structure to ASP, it enables the
developer to build dynamic websites and
incorporate the flexibility of java, XML etc.
 One of the most powerful features of JSP is that
you can access JavaBeans and Enterprise
JavaBeans (EJB) components from a JSP file.
 JavaBeans can be class files, serialized
Beans, Beans that are dynamically generated by
a servlet, or a servlet itself. Each JSP is
automatically compiled to a servlet by the JSP
engine, the first time it is requested, and then
executed
Java Database Connectivity Example
connectivityClaas.java
//Required import packages
import java.io.*;
import java.util.*;
import javax.sql.*;
import javax.servlet.*;
import javax.servlet. Http.*;
import java.sql.Connection;
import java.sql.DriverManager;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.sql.Statement;
//class Nmae Declration
 public class connectivityClaas extends HttpServlet
 {
// connecting to database object
Connection cn = null;
Statement st = null;
ResultSet rs = null;
try {
Class.forName("com.mysql.jdbc.Driver");
con =DriverManager.getConnection
(“localhost/Testexample", "root","root");
stmt = con.createStatement();
rs = stmt.executeQuery("SELECT * FROM stud");
{
// displaying records
while(rs.next()){
out.println(“No::”);
out.println("ttt");
out.println(“ Name::“);
out.println("<br>");
out.println(rs.getObject(1).toString());
out.println("ttt");
out.println(rs.getObject(2).toString());
out.println("<br>");
}
} catch (Exception){}
}
Thanks
 Surendra Kunwar
 NicheTech Com Sol Pvt Ltd
 Our Sites
1) http://www.nichetechsolutions.com/
(Development)
2) http://www.nichetechinstitute.com/ (NicheTech
Gurukul)
3) http://www.liveprojecttraining.in/ ( Live Project
Training Details)
4) https://www.facebook.com/nichetechinstituteIndi
a ( For Daily Updates)

More Related Content

What's hot (20)

PPT
Introduction to ASP.NET MVC 1.0
Shiju Varghese
 
PDF
Require.JS
Ivano Malavolta
 
PDF
Modularize JavaScript with RequireJS
Minh Hoang
 
PDF
Less & RequireJS - Frontend Development in Magento 2
Arjen Miedema
 
PPTX
Client and server side scripting
baabtra.com - No. 1 supplier of quality freshers
 
PPTX
ADP - Chapter 1 Introducing Web Application Development
Riza Nurman
 
PPTX
Server and Client side comparision
Stew Duncan
 
PPT
Active Server Page(ASP)
Keshab Nath
 
PPTX
Modern Applications With Asp.net Core 5 and Vue JS 3
Alexandre Malavasi
 
PPTX
Client side scripting and server side scripting
baabtra.com - No. 1 supplier of quality freshers
 
PPT
Web forms and server side scripting
sawsan slii
 
PPTX
Single Page Application (SPA) using AngularJS
M R Rony
 
PPTX
New Features of ASP.NET 4.0
Buu Nguyen
 
PPTX
Java server pages
Apoorv Anand
 
PPTX
Client & server side scripting
baabtra.com - No. 1 supplier of quality freshers
 
PPTX
Dynamic web pages in java
vishal choudhary
 
PPTX
Client server 01
Lockey Irawan
 
PPTX
Web Application Development using PHP and MySQL
Ganesh Kamath
 
Introduction to ASP.NET MVC 1.0
Shiju Varghese
 
Require.JS
Ivano Malavolta
 
Modularize JavaScript with RequireJS
Minh Hoang
 
Less & RequireJS - Frontend Development in Magento 2
Arjen Miedema
 
Client and server side scripting
baabtra.com - No. 1 supplier of quality freshers
 
ADP - Chapter 1 Introducing Web Application Development
Riza Nurman
 
Server and Client side comparision
Stew Duncan
 
Active Server Page(ASP)
Keshab Nath
 
Modern Applications With Asp.net Core 5 and Vue JS 3
Alexandre Malavasi
 
Client side scripting and server side scripting
baabtra.com - No. 1 supplier of quality freshers
 
Web forms and server side scripting
sawsan slii
 
Single Page Application (SPA) using AngularJS
M R Rony
 
New Features of ASP.NET 4.0
Buu Nguyen
 
Java server pages
Apoorv Anand
 
Client & server side scripting
baabtra.com - No. 1 supplier of quality freshers
 
Dynamic web pages in java
vishal choudhary
 
Client server 01
Lockey Irawan
 
Web Application Development using PHP and MySQL
Ganesh Kamath
 

Similar to Java Training Ahmedabad , Introduction of java web development (20)

PPTX
BITM3730Week12.pptx
MattMarino13
 
PPT
Ppt for Online music store
ADEEBANADEEM
 
PPTX
JavaScript, often abbreviated as JS, is a programming language and core techn...
MathivananP4
 
PPT
JSP 1.pptdfdfdfdsfdsfdsfdsfdsgdgdgdgdgdd
zmulani8
 
PPTX
JAVA SERVER PAGES
Kalpana T
 
DOCX
Unit 4 1 web technology uptu
Abhishek Kesharwani
 
DOCX
Unit 4 web technology uptu
Abhishek Kesharwani
 
PPTX
Arpita industrial trainingppt
ARPITA SRIVASTAVA
 
PDF
Java part 3
ACCESS Health Digital
 
PPTX
Jsp and Servlets
Raghu nath
 
PPTX
Advance Java Topics (J2EE)
slire
 
PPTX
435819601-Advanced-Java_Study About Java.pptx
JPrince9
 
PPTX
AJppt.pptx
SachinSingh217687
 
PPTX
JSP overview
Amisha Narsingani
 
PPTX
JSP - Java Server Page
Vipin Yadav
 
PPTX
Server side programming
javed ahmed
 
PPTX
presentation on online movie ticket booking
dharmawath
 
PDF
Java Server Pages
Eleonora Ciceri
 
PPTX
Platform for Enterprise Solution - Java EE5
abhishekoza1981
 
PPT
Jsp intro
husnara mohammad
 
BITM3730Week12.pptx
MattMarino13
 
Ppt for Online music store
ADEEBANADEEM
 
JavaScript, often abbreviated as JS, is a programming language and core techn...
MathivananP4
 
JSP 1.pptdfdfdfdsfdsfdsfdsfdsgdgdgdgdgdd
zmulani8
 
JAVA SERVER PAGES
Kalpana T
 
Unit 4 1 web technology uptu
Abhishek Kesharwani
 
Unit 4 web technology uptu
Abhishek Kesharwani
 
Arpita industrial trainingppt
ARPITA SRIVASTAVA
 
Jsp and Servlets
Raghu nath
 
Advance Java Topics (J2EE)
slire
 
435819601-Advanced-Java_Study About Java.pptx
JPrince9
 
AJppt.pptx
SachinSingh217687
 
JSP overview
Amisha Narsingani
 
JSP - Java Server Page
Vipin Yadav
 
Server side programming
javed ahmed
 
presentation on online movie ticket booking
dharmawath
 
Java Server Pages
Eleonora Ciceri
 
Platform for Enterprise Solution - Java EE5
abhishekoza1981
 
Jsp intro
husnara mohammad
 
Ad

More from NicheTech Com. Solutions Pvt. Ltd. (10)

PPTX
Java Training Ahmedabad , how to Insert Data in Servlet, iOS Classes Ahmedabad
NicheTech Com. Solutions Pvt. Ltd.
 
PPT
Android Training Ahmedabad , Android Course Ahmedabad, Android architecture
NicheTech Com. Solutions Pvt. Ltd.
 
PPTX
Cocoa and MVC in ios, iOS Training Ahmedbad , iOS classes Ahmedabad
NicheTech Com. Solutions Pvt. Ltd.
 
PPTX
Objective of c in IOS , iOS Live Project Training Ahmedabad, MCA Live Project...
NicheTech Com. Solutions Pvt. Ltd.
 
PPT
Introduction Of Linq , ASP.NET Training Ahmedabad, ASP.NET Course Ahmedabad
NicheTech Com. Solutions Pvt. Ltd.
 
PPTX
Android Training Ahmedabad , Android Project Training Ahmedabad, Android Live...
NicheTech Com. Solutions Pvt. Ltd.
 
PPTX
Introduction of Mastert page
NicheTech Com. Solutions Pvt. Ltd.
 
PPSX
Introduction of wordpress, Wordpress Training Ahmedabad, Wordpress Class Ahme...
NicheTech Com. Solutions Pvt. Ltd.
 
PPSX
Introduction of Oscommerce, PHP Live Project Training Ahmedabad, PHP Course A...
NicheTech Com. Solutions Pvt. Ltd.
 
Java Training Ahmedabad , how to Insert Data in Servlet, iOS Classes Ahmedabad
NicheTech Com. Solutions Pvt. Ltd.
 
Android Training Ahmedabad , Android Course Ahmedabad, Android architecture
NicheTech Com. Solutions Pvt. Ltd.
 
Cocoa and MVC in ios, iOS Training Ahmedbad , iOS classes Ahmedabad
NicheTech Com. Solutions Pvt. Ltd.
 
Objective of c in IOS , iOS Live Project Training Ahmedabad, MCA Live Project...
NicheTech Com. Solutions Pvt. Ltd.
 
Introduction Of Linq , ASP.NET Training Ahmedabad, ASP.NET Course Ahmedabad
NicheTech Com. Solutions Pvt. Ltd.
 
Android Training Ahmedabad , Android Project Training Ahmedabad, Android Live...
NicheTech Com. Solutions Pvt. Ltd.
 
Introduction of Mastert page
NicheTech Com. Solutions Pvt. Ltd.
 
Introduction of wordpress, Wordpress Training Ahmedabad, Wordpress Class Ahme...
NicheTech Com. Solutions Pvt. Ltd.
 
Introduction of Oscommerce, PHP Live Project Training Ahmedabad, PHP Course A...
NicheTech Com. Solutions Pvt. Ltd.
 
Ad

Recently uploaded (20)

PPTX
INTESTINALPARASITES OR WORM INFESTATIONS.pptx
PRADEEP ABOTHU
 
PDF
EXCRETION-STRUCTURE OF NEPHRON,URINE FORMATION
raviralanaresh2
 
PPTX
Top 10 AI Tools, Like ChatGPT. You Must Learn In 2025
Digilearnings
 
PDF
The-Invisible-Living-World-Beyond-Our-Naked-Eye chapter 2.pdf/8th science cur...
Sandeep Swamy
 
PDF
John Keats introduction and list of his important works
vatsalacpr
 
PPTX
Translation_ Definition, Scope & Historical Development.pptx
DhatriParmar
 
PPTX
Dakar Framework Education For All- 2000(Act)
santoshmohalik1
 
PPTX
The Future of Artificial Intelligence Opportunities and Risks Ahead
vaghelajayendra784
 
PPTX
Rules and Regulations of Madhya Pradesh Library Part-I
SantoshKumarKori2
 
PPTX
Continental Accounting in Odoo 18 - Odoo Slides
Celine George
 
DOCX
Unit 5: Speech-language and swallowing disorders
JELLA VISHNU DURGA PRASAD
 
PPTX
YSPH VMOC Special Report - Measles Outbreak Southwest US 7-20-2025.pptx
Yale School of Public Health - The Virtual Medical Operations Center (VMOC)
 
PPTX
LDP-2 UNIT 4 Presentation for practical.pptx
abhaypanchal2525
 
PDF
The Minister of Tourism, Culture and Creative Arts, Abla Dzifa Gomashie has e...
nservice241
 
PPTX
Artificial Intelligence in Gastroentrology: Advancements and Future Presprec...
AyanHossain
 
PPTX
Applied-Statistics-1.pptx hardiba zalaaa
hardizala899
 
PPTX
Basics and rules of probability with real-life uses
ravatkaran694
 
DOCX
pgdei-UNIT -V Neurological Disorders & developmental disabilities
JELLA VISHNU DURGA PRASAD
 
PPTX
PROTIEN ENERGY MALNUTRITION: NURSING MANAGEMENT.pptx
PRADEEP ABOTHU
 
PPTX
Sonnet 130_ My Mistress’ Eyes Are Nothing Like the Sun By William Shakespear...
DhatriParmar
 
INTESTINALPARASITES OR WORM INFESTATIONS.pptx
PRADEEP ABOTHU
 
EXCRETION-STRUCTURE OF NEPHRON,URINE FORMATION
raviralanaresh2
 
Top 10 AI Tools, Like ChatGPT. You Must Learn In 2025
Digilearnings
 
The-Invisible-Living-World-Beyond-Our-Naked-Eye chapter 2.pdf/8th science cur...
Sandeep Swamy
 
John Keats introduction and list of his important works
vatsalacpr
 
Translation_ Definition, Scope & Historical Development.pptx
DhatriParmar
 
Dakar Framework Education For All- 2000(Act)
santoshmohalik1
 
The Future of Artificial Intelligence Opportunities and Risks Ahead
vaghelajayendra784
 
Rules and Regulations of Madhya Pradesh Library Part-I
SantoshKumarKori2
 
Continental Accounting in Odoo 18 - Odoo Slides
Celine George
 
Unit 5: Speech-language and swallowing disorders
JELLA VISHNU DURGA PRASAD
 
YSPH VMOC Special Report - Measles Outbreak Southwest US 7-20-2025.pptx
Yale School of Public Health - The Virtual Medical Operations Center (VMOC)
 
LDP-2 UNIT 4 Presentation for practical.pptx
abhaypanchal2525
 
The Minister of Tourism, Culture and Creative Arts, Abla Dzifa Gomashie has e...
nservice241
 
Artificial Intelligence in Gastroentrology: Advancements and Future Presprec...
AyanHossain
 
Applied-Statistics-1.pptx hardiba zalaaa
hardizala899
 
Basics and rules of probability with real-life uses
ravatkaran694
 
pgdei-UNIT -V Neurological Disorders & developmental disabilities
JELLA VISHNU DURGA PRASAD
 
PROTIEN ENERGY MALNUTRITION: NURSING MANAGEMENT.pptx
PRADEEP ABOTHU
 
Sonnet 130_ My Mistress’ Eyes Are Nothing Like the Sun By William Shakespear...
DhatriParmar
 

Java Training Ahmedabad , Introduction of java web development

  • 2. Web Development  The term Web development is used for several different activities which are linked to the developing of a website especially for the WWW which is the World Wide Web or also called as an intranet.  The Web development strategies include the business of the e-commerce, the web designing, the web content development, the client and sever-side coding and also the configuration of the web server.  The web development can be branched into two main categories, the Client Side Coding and the Server Side Coding. The roles of a web developer generally include the Graphic and Web designing, information architecture and the copyediting with the usability of the web and the optimization of the search engine.
  • 3. Types of server side web development languages  ASP (Active Server Page)  PHP (Hypertext Preprocessor)  Cold Fusion  ASP.NET  Servlet/Jsp
  • 4. What is Servlet  A servlet is any Java class that can be invoked and executed on a server, usually on behalf of a client. A servlet works on the server, while an applet works on the client. An HTTP servlet is a Java class that handles an HTTP request and delivers an HTTP response. HTTP servlets reside on an HTTP server and must extend the Java javax.servlet.http.Http Servlet Class so that they can run in a generic servlet engine framework.
  • 5. What is JSP?  JSP (a TLA for Java Server Pages) is a server- side implementation of the java language. Very similar in structure to ASP, it enables the developer to build dynamic websites and incorporate the flexibility of java, XML etc.  One of the most powerful features of JSP is that you can access JavaBeans and Enterprise JavaBeans (EJB) components from a JSP file.  JavaBeans can be class files, serialized Beans, Beans that are dynamically generated by a servlet, or a servlet itself. Each JSP is automatically compiled to a servlet by the JSP engine, the first time it is requested, and then executed
  • 7. connectivityClaas.java //Required import packages import java.io.*; import java.util.*; import javax.sql.*; import javax.servlet.*; import javax.servlet. Http.*; import java.sql.Connection; import java.sql.DriverManager; import java.sql.ResultSet; import java.sql.SQLException; import java.sql.Statement;
  • 8. //class Nmae Declration  public class connectivityClaas extends HttpServlet  { // connecting to database object Connection cn = null; Statement st = null; ResultSet rs = null; try { Class.forName("com.mysql.jdbc.Driver"); con =DriverManager.getConnection (“localhost/Testexample", "root","root"); stmt = con.createStatement(); rs = stmt.executeQuery("SELECT * FROM stud"); {
  • 9. // displaying records while(rs.next()){ out.println(“No::”); out.println("ttt"); out.println(“ Name::“); out.println("<br>"); out.println(rs.getObject(1).toString()); out.println("ttt"); out.println(rs.getObject(2).toString()); out.println("<br>"); } } catch (Exception){} }
  • 10. Thanks  Surendra Kunwar  NicheTech Com Sol Pvt Ltd  Our Sites 1) http://www.nichetechsolutions.com/ (Development) 2) http://www.nichetechinstitute.com/ (NicheTech Gurukul) 3) http://www.liveprojecttraining.in/ ( Live Project Training Details) 4) https://www.facebook.com/nichetechinstituteIndi a ( For Daily Updates)