SlideShare uma empresa Scribd logo
1 de 22
 PCS GLOBAL is one of the leading consultancy
solution providers since 2006 with companies in
India , Australia and United Kingdom. It is an
software development company. The Organization
pioneers in J2EE based technologies , Microsoft
based Technologies, DBMS.
ABOUT THE COMPANY
REQUIRED
TECHNOLOGIES
 HTML stands for Hypertext Markup Language,
and it is the most widely used language to
write Web Pages.
 HTML elements are represented by tags.
 HTML tags label pieces of content such as
"heading", "paragraph", "table", and so on.
 <!DOCTYPE html>
 <html>
 <head>
 <title>Page Title</title>
 </head>
 <body>
 <h1>My First Heading</h1>
 <p>My first paragraph.</p>
 </body>
 </html>
Example...
A Java servlet is a Java program that extends the
capabilities of a server. Although servlets can
respond to any types of requests, they most
commonly implement applications hosted on
Web servers.
The Smarter Way To Learn
 NetBeans is a software development platform written in java. The
NetBeans Platform allows applications to be developed from a set of
modular software components called modules. NetBeans is cross-
platform and runs on Microsoft Windows, Mac OS
X, Linux, Solaris and other platforms supporting a compatible JVM.
MV
C One of the most common Design Patterns is Model-
View-Controller (MVC)
 The model does all the computational work
 It is input/output free
 All communication with the model is via methods
 The controller tells the model what to do
 User input goes to the controller
 The view shows results; it is a “window” into the model
 The view can get results from the controller, or
 The view can get results directly from the model
Advantages of
MVC
 One advantage is separation of concerns
 Computation is not intermixed with I/O
 Consequently, code is cleaner and easier to understand
 Another advantage is flexibility
 The GUI (if one is used) can be completely revamped without
touching the model in any way
 Another big advantage is reusability
 The same model used for a servlet can equally well be used for an
application or an applet (or by another process)

 MVC is widely used and recommended
MVC for
servlets
 The model, as usual, does all the computational work, and no
I/O
 The model can consist of multiple classes
 The servlet class (the one that extends HttpServlet) acts as
the controller
 The servlet gives any relevant information from the user request to the
model
 The servlet takes the results and passes them on to the view
 The view—that is, the HTML page that is returned to the
user—is frequently created by JSP
BASIC STRUCTURE
HOW TO INSERT?
HOW TO UPDATE?
VIEW FULL TABLE
HOW TO DELETE ?
DATA FLOW DIAGRAM
LEVEL:0
DATA FLOW DIAGRAM
LEVEL:1
PRESENTED BY:
-Deepayan Banerjee
-Sourav Dasgupta
-Kajal Manglani
-Kiran Manglani

Mais conteúdo relacionado

Mais procurados

Model View Presenter For Android
Model View Presenter For AndroidModel View Presenter For Android
Model View Presenter For AndroidInnovationM
 
Model View Presenter For Android
Model View Presenter For AndroidModel View Presenter For Android
Model View Presenter For AndroidInnovationM
 
JavaScript - Kristiansand PHP
JavaScript - Kristiansand PHPJavaScript - Kristiansand PHP
JavaScript - Kristiansand PHPholeedave
 
How ASP.NET MVC Implementation Help Enterprise Web Application Development?
How ASP.NET MVC  Implementation  Help Enterprise  Web Application Development?How ASP.NET MVC  Implementation  Help Enterprise  Web Application Development?
How ASP.NET MVC Implementation Help Enterprise Web Application Development?Grey Matter India Technologies PVT LTD
 
Creating MVC Application with backbone js
Creating MVC Application with backbone jsCreating MVC Application with backbone js
Creating MVC Application with backbone jsMindfire Solutions
 
9 reasons why angular js web development should be your choice in 2020
9 reasons why angular js web development should be your choice in 20209 reasons why angular js web development should be your choice in 2020
9 reasons why angular js web development should be your choice in 2020Biztech Consulting & Solutions
 
Best practices to optimize code and build robust and scalable web applications
Best practices to optimize code and build robust and scalable web applicationsBest practices to optimize code and build robust and scalable web applications
Best practices to optimize code and build robust and scalable web applicationsdheerajpiet
 
Mvc vs mvp vs mvvm a guide on architecture presentation patterns
Mvc vs mvp vs mvvm  a guide on architecture presentation patternsMvc vs mvp vs mvvm  a guide on architecture presentation patterns
Mvc vs mvp vs mvvm a guide on architecture presentation patternsConcetto Labs
 
From Flash to HTML5 in a flash: your ultimate guide to converting legacy e-le...
From Flash to HTML5 in a flash: your ultimate guide to converting legacy e-le...From Flash to HTML5 in a flash: your ultimate guide to converting legacy e-le...
From Flash to HTML5 in a flash: your ultimate guide to converting legacy e-le...Litmos Heroes
 
Mvvm pattern
Mvvm patternMvvm pattern
Mvvm patternmsarangam
 
Code Sharing Between Windows Phone/Store Apps
Code Sharing Between Windows Phone/Store AppsCode Sharing Between Windows Phone/Store Apps
Code Sharing Between Windows Phone/Store AppsAdil Mughal
 
Write cleaner, maintainable, and testable code in Android with MVVM
Write cleaner, maintainable, and testable code in Android with MVVMWrite cleaner, maintainable, and testable code in Android with MVVM
Write cleaner, maintainable, and testable code in Android with MVVMAdil Mughal
 

Mais procurados (20)

Model View Presenter For Android
Model View Presenter For AndroidModel View Presenter For Android
Model View Presenter For Android
 
Model View Presenter For Android
Model View Presenter For AndroidModel View Presenter For Android
Model View Presenter For Android
 
Migrate Your E-learning Courses to HTML5 The Right Way!
Migrate Your E-learning Courses to HTML5 The Right Way!Migrate Your E-learning Courses to HTML5 The Right Way!
Migrate Your E-learning Courses to HTML5 The Right Way!
 
JavaScript - Kristiansand PHP
JavaScript - Kristiansand PHPJavaScript - Kristiansand PHP
JavaScript - Kristiansand PHP
 
How ASP.NET MVC Implementation Help Enterprise Web Application Development?
How ASP.NET MVC  Implementation  Help Enterprise  Web Application Development?How ASP.NET MVC  Implementation  Help Enterprise  Web Application Development?
How ASP.NET MVC Implementation Help Enterprise Web Application Development?
 
Creating MVC Application with backbone js
Creating MVC Application with backbone jsCreating MVC Application with backbone js
Creating MVC Application with backbone js
 
9 reasons why angular js web development should be your choice in 2020
9 reasons why angular js web development should be your choice in 20209 reasons why angular js web development should be your choice in 2020
9 reasons why angular js web development should be your choice in 2020
 
Why Articulate Storyline is an Ideal Tool to Convert Legacy Courses into HTML5?
Why Articulate Storyline is an Ideal Tool to Convert Legacy Courses into HTML5?Why Articulate Storyline is an Ideal Tool to Convert Legacy Courses into HTML5?
Why Articulate Storyline is an Ideal Tool to Convert Legacy Courses into HTML5?
 
dot net
dot netdot net
dot net
 
5 benefits of angular js
5 benefits of angular js5 benefits of angular js
5 benefits of angular js
 
Best practices to optimize code and build robust and scalable web applications
Best practices to optimize code and build robust and scalable web applicationsBest practices to optimize code and build robust and scalable web applications
Best practices to optimize code and build robust and scalable web applications
 
Mvc vs mvp vs mvvm a guide on architecture presentation patterns
Mvc vs mvp vs mvvm  a guide on architecture presentation patternsMvc vs mvp vs mvvm  a guide on architecture presentation patterns
Mvc vs mvp vs mvvm a guide on architecture presentation patterns
 
From Flash to HTML5 in a flash: your ultimate guide to converting legacy e-le...
From Flash to HTML5 in a flash: your ultimate guide to converting legacy e-le...From Flash to HTML5 in a flash: your ultimate guide to converting legacy e-le...
From Flash to HTML5 in a flash: your ultimate guide to converting legacy e-le...
 
3 Options to Consider While Choosing An LMS - An Expert’s Advice
3 Options to Consider While Choosing An LMS - An Expert’s Advice3 Options to Consider While Choosing An LMS - An Expert’s Advice
3 Options to Consider While Choosing An LMS - An Expert’s Advice
 
Resume
ResumeResume
Resume
 
Mvvm pattern
Mvvm patternMvvm pattern
Mvvm pattern
 
ColdFusion 11 New Features
ColdFusion 11 New FeaturesColdFusion 11 New Features
ColdFusion 11 New Features
 
Code Sharing Between Windows Phone/Store Apps
Code Sharing Between Windows Phone/Store AppsCode Sharing Between Windows Phone/Store Apps
Code Sharing Between Windows Phone/Store Apps
 
Write cleaner, maintainable, and testable code in Android with MVVM
Write cleaner, maintainable, and testable code in Android with MVVMWrite cleaner, maintainable, and testable code in Android with MVVM
Write cleaner, maintainable, and testable code in Android with MVVM
 
Masood
MasoodMasood
Masood
 

Destaque

Rural Risk Analysis_Due Diligence_ 2015
Rural Risk Analysis_Due Diligence_ 2015Rural Risk Analysis_Due Diligence_ 2015
Rural Risk Analysis_Due Diligence_ 2015Steve Cupitt
 
RevisedL.E.A.P.CareerWorkshopWorkbook
RevisedL.E.A.P.CareerWorkshopWorkbookRevisedL.E.A.P.CareerWorkshopWorkbook
RevisedL.E.A.P.CareerWorkshopWorkbookGabrielle Persaud
 
RETAINING, EVALUATING AND GROWING YOUR TEAM-CCA Speech
RETAINING, EVALUATING AND GROWING YOUR TEAM-CCA SpeechRETAINING, EVALUATING AND GROWING YOUR TEAM-CCA Speech
RETAINING, EVALUATING AND GROWING YOUR TEAM-CCA SpeechEsdora Rebecca Ochola
 
EdTech Europe 2015 [Track 1]: [Samsung], ([Radhika Palany], [Education Lead])
EdTech Europe 2015 [Track 1]: [Samsung], ([Radhika Palany], [Education Lead])EdTech Europe 2015 [Track 1]: [Samsung], ([Radhika Palany], [Education Lead])
EdTech Europe 2015 [Track 1]: [Samsung], ([Radhika Palany], [Education Lead])EdTech Europe
 
EdTech Europe 2015 [Track 3]: [Cerebriti], ([Raul Orejas], [CEO])
EdTech Europe 2015 [Track 3]: [Cerebriti], ([Raul Orejas], [CEO])EdTech Europe 2015 [Track 3]: [Cerebriti], ([Raul Orejas], [CEO])
EdTech Europe 2015 [Track 3]: [Cerebriti], ([Raul Orejas], [CEO])EdTech Europe
 
Business Process Sample
Business Process SampleBusiness Process Sample
Business Process SampleRachel Hentz
 
Recruitment presentation - original
Recruitment presentation - originalRecruitment presentation - original
Recruitment presentation - originalSteven Fudge-Adams
 

Destaque (13)

Pollution
PollutionPollution
Pollution
 
Mentors - Profile
Mentors - ProfileMentors - Profile
Mentors - Profile
 
O2O Employer Guide May 2016
O2O Employer Guide May 2016O2O Employer Guide May 2016
O2O Employer Guide May 2016
 
Resume Karim
Resume KarimResume Karim
Resume Karim
 
Rural Risk Analysis_Due Diligence_ 2015
Rural Risk Analysis_Due Diligence_ 2015Rural Risk Analysis_Due Diligence_ 2015
Rural Risk Analysis_Due Diligence_ 2015
 
RevisedL.E.A.P.CareerWorkshopWorkbook
RevisedL.E.A.P.CareerWorkshopWorkbookRevisedL.E.A.P.CareerWorkshopWorkbook
RevisedL.E.A.P.CareerWorkshopWorkbook
 
RETAINING, EVALUATING AND GROWING YOUR TEAM-CCA Speech
RETAINING, EVALUATING AND GROWING YOUR TEAM-CCA SpeechRETAINING, EVALUATING AND GROWING YOUR TEAM-CCA Speech
RETAINING, EVALUATING AND GROWING YOUR TEAM-CCA Speech
 
EdTech Europe 2015 [Track 1]: [Samsung], ([Radhika Palany], [Education Lead])
EdTech Europe 2015 [Track 1]: [Samsung], ([Radhika Palany], [Education Lead])EdTech Europe 2015 [Track 1]: [Samsung], ([Radhika Palany], [Education Lead])
EdTech Europe 2015 [Track 1]: [Samsung], ([Radhika Palany], [Education Lead])
 
EdTech Europe 2015 [Track 3]: [Cerebriti], ([Raul Orejas], [CEO])
EdTech Europe 2015 [Track 3]: [Cerebriti], ([Raul Orejas], [CEO])EdTech Europe 2015 [Track 3]: [Cerebriti], ([Raul Orejas], [CEO])
EdTech Europe 2015 [Track 3]: [Cerebriti], ([Raul Orejas], [CEO])
 
bsnl (3)
 bsnl (3) bsnl (3)
bsnl (3)
 
Business Process Sample
Business Process SampleBusiness Process Sample
Business Process Sample
 
Recruitment presentation - original
Recruitment presentation - originalRecruitment presentation - original
Recruitment presentation - original
 
TSSK_02_2014_ENG_web
TSSK_02_2014_ENG_webTSSK_02_2014_ENG_web
TSSK_02_2014_ENG_web
 

Semelhante a Pcs global (4)

A report on mvc using the information
A report on mvc using the informationA report on mvc using the information
A report on mvc using the informationToushik Paul
 
Front-End Web Development
Front-End Web DevelopmentFront-End Web Development
Front-End Web DevelopmentYash Sati
 
Choosing the Right HTML5 Framework to Build your Mobile Web Application White...
Choosing the Right HTML5 Framework to Build your Mobile Web Application White...Choosing the Right HTML5 Framework to Build your Mobile Web Application White...
Choosing the Right HTML5 Framework to Build your Mobile Web Application White...RapidValue
 
235042632 super-shop-ee
235042632 super-shop-ee235042632 super-shop-ee
235042632 super-shop-eehomeworkping3
 
Online test management system
Online test management systemOnline test management system
Online test management systemPrateek Agarwak
 
MVC(Model View Controller),Web,Enterprise,Mobile
MVC(Model View Controller),Web,Enterprise,MobileMVC(Model View Controller),Web,Enterprise,Mobile
MVC(Model View Controller),Web,Enterprise,Mobilenaral
 
Front End Development | Introduction
Front End Development | IntroductionFront End Development | Introduction
Front End Development | IntroductionJohnTaieb
 
Development of Multiplatform CMS System with Zend Framework
Development of Multiplatform CMS System with Zend FrameworkDevelopment of Multiplatform CMS System with Zend Framework
Development of Multiplatform CMS System with Zend FrameworkSinisa Vukovic
 
Actively looking for an opportunity to work as a challenging Dot Net Developer
Actively looking for an opportunity to work as a challenging Dot Net DeveloperActively looking for an opportunity to work as a challenging Dot Net Developer
Actively looking for an opportunity to work as a challenging Dot Net DeveloperKarthik Reddy
 
Actively looking for an opportunity to work as a challenging Dot Net Developer
Actively looking for an opportunity to work as a challenging Dot Net DeveloperActively looking for an opportunity to work as a challenging Dot Net Developer
Actively looking for an opportunity to work as a challenging Dot Net DeveloperKarthik Reddy
 
Inventory management project based on ASP.NET, introduction to C# and ASP.NET
Inventory management project based on ASP.NET, introduction to C# and ASP.NETInventory management project based on ASP.NET, introduction to C# and ASP.NET
Inventory management project based on ASP.NET, introduction to C# and ASP.NETHimanshu Patel
 

Semelhante a Pcs global (4) (20)

Mvp pattern
Mvp patternMvp pattern
Mvp pattern
 
A report on mvc using the information
A report on mvc using the informationA report on mvc using the information
A report on mvc using the information
 
Front-End Web Development
Front-End Web DevelopmentFront-End Web Development
Front-End Web Development
 
Choosing the Right HTML5 Framework to Build your Mobile Web Application White...
Choosing the Right HTML5 Framework to Build your Mobile Web Application White...Choosing the Right HTML5 Framework to Build your Mobile Web Application White...
Choosing the Right HTML5 Framework to Build your Mobile Web Application White...
 
Teamwork Presentation
Teamwork PresentationTeamwork Presentation
Teamwork Presentation
 
Why MVC?
Why MVC?Why MVC?
Why MVC?
 
235042632 super-shop-ee
235042632 super-shop-ee235042632 super-shop-ee
235042632 super-shop-ee
 
Online test management system
Online test management systemOnline test management system
Online test management system
 
MVC(Model View Controller),Web,Enterprise,Mobile
MVC(Model View Controller),Web,Enterprise,MobileMVC(Model View Controller),Web,Enterprise,Mobile
MVC(Model View Controller),Web,Enterprise,Mobile
 
Front End Development | Introduction
Front End Development | IntroductionFront End Development | Introduction
Front End Development | Introduction
 
Development of Multiplatform CMS System with Zend Framework
Development of Multiplatform CMS System with Zend FrameworkDevelopment of Multiplatform CMS System with Zend Framework
Development of Multiplatform CMS System with Zend Framework
 
ASP.NET MVC3 RAD
ASP.NET MVC3 RADASP.NET MVC3 RAD
ASP.NET MVC3 RAD
 
Asp.Net MVC overview
Asp.Net MVC overviewAsp.Net MVC overview
Asp.Net MVC overview
 
Onine exam 1
Onine exam 1Onine exam 1
Onine exam 1
 
Actively looking for an opportunity to work as a challenging Dot Net Developer
Actively looking for an opportunity to work as a challenging Dot Net DeveloperActively looking for an opportunity to work as a challenging Dot Net Developer
Actively looking for an opportunity to work as a challenging Dot Net Developer
 
Actively looking for an opportunity to work as a challenging Dot Net Developer
Actively looking for an opportunity to work as a challenging Dot Net DeveloperActively looking for an opportunity to work as a challenging Dot Net Developer
Actively looking for an opportunity to work as a challenging Dot Net Developer
 
Php Framework
Php FrameworkPhp Framework
Php Framework
 
student supervision system
student supervision systemstudent supervision system
student supervision system
 
Inventory management project based on ASP.NET, introduction to C# and ASP.NET
Inventory management project based on ASP.NET, introduction to C# and ASP.NETInventory management project based on ASP.NET, introduction to C# and ASP.NET
Inventory management project based on ASP.NET, introduction to C# and ASP.NET
 
Ravindra Prasad
Ravindra PrasadRavindra Prasad
Ravindra Prasad
 

Mais de Suraj Soni

Passenger amenities (2)
Passenger amenities (2)Passenger amenities (2)
Passenger amenities (2)Suraj Soni
 
Indian railways traffic control (4)
Indian railways traffic control (4)Indian railways traffic control (4)
Indian railways traffic control (4)Suraj Soni
 
Home appliance control system (2)
Home appliance control system (2)Home appliance control system (2)
Home appliance control system (2)Suraj Soni
 
Gsm(global system for mobile communication) (2)
Gsm(global system for mobile communication) (2)Gsm(global system for mobile communication) (2)
Gsm(global system for mobile communication) (2)Suraj Soni
 
Android application development(training) (1)
Android application development(training) (1)Android application development(training) (1)
Android application development(training) (1)Suraj Soni
 

Mais de Suraj Soni (9)

Solar energy
Solar energySolar energy
Solar energy
 
E-waste
E-wasteE-waste
E-waste
 
Passenger amenities (2)
Passenger amenities (2)Passenger amenities (2)
Passenger amenities (2)
 
Indian railways traffic control (4)
Indian railways traffic control (4)Indian railways traffic control (4)
Indian railways traffic control (4)
 
Home appliance control system (2)
Home appliance control system (2)Home appliance control system (2)
Home appliance control system (2)
 
Gsm(global system for mobile communication) (2)
Gsm(global system for mobile communication) (2)Gsm(global system for mobile communication) (2)
Gsm(global system for mobile communication) (2)
 
Bsnl (1)
Bsnl (1)Bsnl (1)
Bsnl (1)
 
Android application development(training) (1)
Android application development(training) (1)Android application development(training) (1)
Android application development(training) (1)
 
Air (3)
Air (3)Air (3)
Air (3)
 

Último

Introduction to Serverless with AWS Lambda
Introduction to Serverless with AWS LambdaIntroduction to Serverless with AWS Lambda
Introduction to Serverless with AWS LambdaOmar Fathy
 
Generative AI or GenAI technology based PPT
Generative AI or GenAI technology based PPTGenerative AI or GenAI technology based PPT
Generative AI or GenAI technology based PPTbhaskargani46
 
Computer Lecture 01.pptxIntroduction to Computers
Computer Lecture 01.pptxIntroduction to ComputersComputer Lecture 01.pptxIntroduction to Computers
Computer Lecture 01.pptxIntroduction to ComputersMairaAshraf6
 
Moment Distribution Method For Btech Civil
Moment Distribution Method For Btech CivilMoment Distribution Method For Btech Civil
Moment Distribution Method For Btech CivilVinayVitekari
 
Block diagram reduction techniques in control systems.ppt
Block diagram reduction techniques in control systems.pptBlock diagram reduction techniques in control systems.ppt
Block diagram reduction techniques in control systems.pptNANDHAKUMARA10
 
Unit 4_Part 1 CSE2001 Exception Handling and Function Template and Class Temp...
Unit 4_Part 1 CSE2001 Exception Handling and Function Template and Class Temp...Unit 4_Part 1 CSE2001 Exception Handling and Function Template and Class Temp...
Unit 4_Part 1 CSE2001 Exception Handling and Function Template and Class Temp...drmkjayanthikannan
 
A CASE STUDY ON CERAMIC INDUSTRY OF BANGLADESH.pptx
A CASE STUDY ON CERAMIC INDUSTRY OF BANGLADESH.pptxA CASE STUDY ON CERAMIC INDUSTRY OF BANGLADESH.pptx
A CASE STUDY ON CERAMIC INDUSTRY OF BANGLADESH.pptxmaisarahman1
 
"Lesotho Leaps Forward: A Chronicle of Transformative Developments"
"Lesotho Leaps Forward: A Chronicle of Transformative Developments""Lesotho Leaps Forward: A Chronicle of Transformative Developments"
"Lesotho Leaps Forward: A Chronicle of Transformative Developments"mphochane1998
 
S1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptx
S1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptxS1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptx
S1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptxSCMS School of Architecture
 
1_Introduction + EAM Vocabulary + how to navigate in EAM.pdf
1_Introduction + EAM Vocabulary + how to navigate in EAM.pdf1_Introduction + EAM Vocabulary + how to navigate in EAM.pdf
1_Introduction + EAM Vocabulary + how to navigate in EAM.pdfAldoGarca30
 
Design For Accessibility: Getting it right from the start
Design For Accessibility: Getting it right from the startDesign For Accessibility: Getting it right from the start
Design For Accessibility: Getting it right from the startQuintin Balsdon
 
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXssuser89054b
 
HAND TOOLS USED AT ELECTRONICS WORK PRESENTED BY KOUSTAV SARKAR
HAND TOOLS USED AT ELECTRONICS WORK PRESENTED BY KOUSTAV SARKARHAND TOOLS USED AT ELECTRONICS WORK PRESENTED BY KOUSTAV SARKAR
HAND TOOLS USED AT ELECTRONICS WORK PRESENTED BY KOUSTAV SARKARKOUSTAV SARKAR
 
A Study of Urban Area Plan for Pabna Municipality
A Study of Urban Area Plan for Pabna MunicipalityA Study of Urban Area Plan for Pabna Municipality
A Study of Urban Area Plan for Pabna MunicipalityMorshed Ahmed Rahath
 
Work-Permit-Receiver-in-Saudi-Aramco.pptx
Work-Permit-Receiver-in-Saudi-Aramco.pptxWork-Permit-Receiver-in-Saudi-Aramco.pptx
Work-Permit-Receiver-in-Saudi-Aramco.pptxJuliansyahHarahap1
 
Employee leave management system project.
Employee leave management system project.Employee leave management system project.
Employee leave management system project.Kamal Acharya
 

Último (20)

Introduction to Serverless with AWS Lambda
Introduction to Serverless with AWS LambdaIntroduction to Serverless with AWS Lambda
Introduction to Serverless with AWS Lambda
 
Generative AI or GenAI technology based PPT
Generative AI or GenAI technology based PPTGenerative AI or GenAI technology based PPT
Generative AI or GenAI technology based PPT
 
Computer Lecture 01.pptxIntroduction to Computers
Computer Lecture 01.pptxIntroduction to ComputersComputer Lecture 01.pptxIntroduction to Computers
Computer Lecture 01.pptxIntroduction to Computers
 
Moment Distribution Method For Btech Civil
Moment Distribution Method For Btech CivilMoment Distribution Method For Btech Civil
Moment Distribution Method For Btech Civil
 
Call Girls in South Ex (delhi) call me [🔝9953056974🔝] escort service 24X7
Call Girls in South Ex (delhi) call me [🔝9953056974🔝] escort service 24X7Call Girls in South Ex (delhi) call me [🔝9953056974🔝] escort service 24X7
Call Girls in South Ex (delhi) call me [🔝9953056974🔝] escort service 24X7
 
Block diagram reduction techniques in control systems.ppt
Block diagram reduction techniques in control systems.pptBlock diagram reduction techniques in control systems.ppt
Block diagram reduction techniques in control systems.ppt
 
Unit 4_Part 1 CSE2001 Exception Handling and Function Template and Class Temp...
Unit 4_Part 1 CSE2001 Exception Handling and Function Template and Class Temp...Unit 4_Part 1 CSE2001 Exception Handling and Function Template and Class Temp...
Unit 4_Part 1 CSE2001 Exception Handling and Function Template and Class Temp...
 
A CASE STUDY ON CERAMIC INDUSTRY OF BANGLADESH.pptx
A CASE STUDY ON CERAMIC INDUSTRY OF BANGLADESH.pptxA CASE STUDY ON CERAMIC INDUSTRY OF BANGLADESH.pptx
A CASE STUDY ON CERAMIC INDUSTRY OF BANGLADESH.pptx
 
"Lesotho Leaps Forward: A Chronicle of Transformative Developments"
"Lesotho Leaps Forward: A Chronicle of Transformative Developments""Lesotho Leaps Forward: A Chronicle of Transformative Developments"
"Lesotho Leaps Forward: A Chronicle of Transformative Developments"
 
S1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptx
S1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptxS1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptx
S1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptx
 
1_Introduction + EAM Vocabulary + how to navigate in EAM.pdf
1_Introduction + EAM Vocabulary + how to navigate in EAM.pdf1_Introduction + EAM Vocabulary + how to navigate in EAM.pdf
1_Introduction + EAM Vocabulary + how to navigate in EAM.pdf
 
Design For Accessibility: Getting it right from the start
Design For Accessibility: Getting it right from the startDesign For Accessibility: Getting it right from the start
Design For Accessibility: Getting it right from the start
 
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
 
FEA Based Level 3 Assessment of Deformed Tanks with Fluid Induced Loads
FEA Based Level 3 Assessment of Deformed Tanks with Fluid Induced LoadsFEA Based Level 3 Assessment of Deformed Tanks with Fluid Induced Loads
FEA Based Level 3 Assessment of Deformed Tanks with Fluid Induced Loads
 
Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak HamilCara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
 
HAND TOOLS USED AT ELECTRONICS WORK PRESENTED BY KOUSTAV SARKAR
HAND TOOLS USED AT ELECTRONICS WORK PRESENTED BY KOUSTAV SARKARHAND TOOLS USED AT ELECTRONICS WORK PRESENTED BY KOUSTAV SARKAR
HAND TOOLS USED AT ELECTRONICS WORK PRESENTED BY KOUSTAV SARKAR
 
A Study of Urban Area Plan for Pabna Municipality
A Study of Urban Area Plan for Pabna MunicipalityA Study of Urban Area Plan for Pabna Municipality
A Study of Urban Area Plan for Pabna Municipality
 
Integrated Test Rig For HTFE-25 - Neometrix
Integrated Test Rig For HTFE-25 - NeometrixIntegrated Test Rig For HTFE-25 - Neometrix
Integrated Test Rig For HTFE-25 - Neometrix
 
Work-Permit-Receiver-in-Saudi-Aramco.pptx
Work-Permit-Receiver-in-Saudi-Aramco.pptxWork-Permit-Receiver-in-Saudi-Aramco.pptx
Work-Permit-Receiver-in-Saudi-Aramco.pptx
 
Employee leave management system project.
Employee leave management system project.Employee leave management system project.
Employee leave management system project.
 

Pcs global (4)

  • 1.
  • 2.  PCS GLOBAL is one of the leading consultancy solution providers since 2006 with companies in India , Australia and United Kingdom. It is an software development company. The Organization pioneers in J2EE based technologies , Microsoft based Technologies, DBMS. ABOUT THE COMPANY
  • 4.  HTML stands for Hypertext Markup Language, and it is the most widely used language to write Web Pages.  HTML elements are represented by tags.  HTML tags label pieces of content such as "heading", "paragraph", "table", and so on.
  • 5.  <!DOCTYPE html>  <html>  <head>  <title>Page Title</title>  </head>  <body>  <h1>My First Heading</h1>  <p>My first paragraph.</p>  </body>  </html> Example...
  • 6.
  • 7. A Java servlet is a Java program that extends the capabilities of a server. Although servlets can respond to any types of requests, they most commonly implement applications hosted on Web servers.
  • 8. The Smarter Way To Learn  NetBeans is a software development platform written in java. The NetBeans Platform allows applications to be developed from a set of modular software components called modules. NetBeans is cross- platform and runs on Microsoft Windows, Mac OS X, Linux, Solaris and other platforms supporting a compatible JVM.
  • 9. MV C One of the most common Design Patterns is Model- View-Controller (MVC)  The model does all the computational work  It is input/output free  All communication with the model is via methods  The controller tells the model what to do  User input goes to the controller  The view shows results; it is a “window” into the model  The view can get results from the controller, or  The view can get results directly from the model
  • 10. Advantages of MVC  One advantage is separation of concerns  Computation is not intermixed with I/O  Consequently, code is cleaner and easier to understand  Another advantage is flexibility  The GUI (if one is used) can be completely revamped without touching the model in any way  Another big advantage is reusability  The same model used for a servlet can equally well be used for an application or an applet (or by another process)   MVC is widely used and recommended
  • 11. MVC for servlets  The model, as usual, does all the computational work, and no I/O  The model can consist of multiple classes  The servlet class (the one that extends HttpServlet) acts as the controller  The servlet gives any relevant information from the user request to the model  The servlet takes the results and passes them on to the view  The view—that is, the HTML page that is returned to the user—is frequently created by JSP
  • 19.
  • 20.
  • 21.
  • 22. PRESENTED BY: -Deepayan Banerjee -Sourav Dasgupta -Kajal Manglani -Kiran Manglani