SlideShare ist ein Scribd-Unternehmen logo
1 von 28
Index
 Introduction to the Project
 Action Mapping
 Struts
 Struts Action Form
 Flow Chart Of Struts Action Form
 Struts.config.xml
 Java Server Pages (JSP)
 Types of scriplet elements
 Hyper Text Markup Language ( Html )
 Tiles
 Tile.def.xml
 DataBase
 MYSQL
Continued
…..
 Biometric Authentication:
 Finger Print Verification
 Disadvantages of Biometrics
 Advantages of Biometrics
 System Implementation
 Software Requirements & Hardware Requirements
 Software used
 Hardware used
 Conclusion
 References
 The main objective to develop this project is to make covenient for the
people to vote sitting at Home rather standing in Queue.
 In this project we had implemented 4 modules that are
• Administrator
• Election Commission Board
• Candidate
• Voter
1. Administrator will has a control over entire Application.
2. Election Commission Board has a authentication to reject and
accept the candidate
3. Candidates will register themselves can update there information .
4. Voter will vote to the candidate to whom they want to vote
 Login of Voter associated with FingerPrint verification to make it
more secure than a password
Introduction
The project is a web application
There are two Key Component in a Web Application
1) The Data & Business Logic performed on this Data
2) The Presentation of Data
The project is mainly based on J2EE which we are studying in our VIIth
semester.
JSP and Struts are used in developing the Web Project

About
Struts and JSPs
which is used in developing the
Web Project
Struts
Struts is categorized as a request-based web application framework
Struts 2 was originally known as WebWork 2.
Struts Action Form
An ActionForm is a JavaBean that extends org.apache.struts.action.ActionForm
ActionForm maintains the session state for web application and the ActionForm
object is automatically populated on the server side with data entered from a form
on the client side.
Struts.config.xml
The main control file in the Struts framework is the struts-config.xml XML file,where
action mappings are specified.
The Action-mappings—A set of action elements describing a request-to-action
mapping
The Form-beans—A set of form-bean elements that describe the form beans that
this application uses
• top-level element is struts-config. Basically, it consists of the following
elements:
– Data-sources—A set of data-source elements, describing parameters needed
to instantiate JDBC 2.0 Standard Extension DataSource objects
– Global-forwards—A set of forward elements describing general available
forward URIs
Struts Action Form
Flow Chart
 A server-side technology, JSPs are an extension to the Java servlet
technology that was developed by Sun.
 JSPs have dynamic scripting capability that works with HTML code,
separating the page logic from the static elements “ the actual design and
display of the page“ to help make the HTML more functional ( i.e. dynamic
database queries).
 JSPs are not restricted to any specific platform or server.
 It was orignially created as an alternative to Microsoft's ASPs (Active
Server Pages).
 Architecturally , JSP may be viewed as a high-level abstraction of Java
servlets.
 Page being compiled and executed on the server to deliver an HTML or XML
document.
Java Server Pages ( JSP )
 It is a standard for producing secure, scalable, and high availability
enterprise applications.
 The 2 in the acronym J2EE stands for “ Version 2 ”.
 A Platform independent language.
 Components that deliver Web-based user interfaces
 Components to encapsulate business processes
 Access to data in corporate data stores
 Connectivity to other data sources and legacy system
 Support for XML , language of B2B e-commerce
Java 2 Enterprise Edition (J2EE)
• There are 3 types of elements
 Directive Elements
Start with an opening <%@ tag and end with %> tag
<%@ directive (attributes =“values”)* %>
 Scripting Elements of 3-types-
1. Scriplets
Start with an opening <% tag and end with %> tag
2. Declaration
Start with an opening <%! tag and end with %> tag
3. Experation
Start with an opening <%= tag and end with %> tag
 Action Elements
Jsp:
Java 2 Enterprise Edition (J2EE)
 Html is a language for describing web pages .
 Html is not a programming language , it is a markup language.
 A markup language is a set of markup tags.
 The markup tags describes how text should be displayed.
 Html tags are not case sensitive .
 Html tags generally come in a pair
For example : Start tag <b> and end tag </b> here ‘ b ’ is for bold
 Basic Html Document :
<html>
<head > <title> First Document </title> </head>
<body style={fontcolor: red}> <p> This is my first paragraph
<a href= www.info.com>information</a> </p>
</body>
</html>
Hyper Text Markup Language(Html)
Tiles.def.xml
In tiles-def.xml we can define the definations which specifies the
different components to plugin to generate output.
Resource bundle. properties maintains messages used in the struts
project.
The Tiles Framework is an advanced version of that comes
bundled with the Struts Web application framework.
Its purpose is reduce the duplication between jsp pages as well as
make layouts flexible and easy to maintain.
It integrates with Struts using the concept of named views or
definitions.
Validation.xml
Maintains the validation code for validating form beans.
 MySQL is a relational database management system (RDBMS)that runs
as a server providing multi-user access to a number of databases.
 MySQL is officially pronounced /maɪˌɛskju:ˈɛl/ ("My S-Q-L"), but is often
also pronounced /maɪˈsi:kwəl/ ("My Sequel").
 It is named for original developer Michael Widenius' daughter My.
 The SQL phrase stands for Structured Query Language.
DataBase
Biometric
“ Biometrics is the identification or verification of human identity
through the measurement of repeatable physiological and behavioural
characteristics”
Biometrics can be sorted into two classes:
•Physiological-
Examples-face, fingerprints, hand geometry and iris Recognition ,DNA.
•Behavioural-
Examples-signature and voice.
FingerPrint Verification
For fingerprint Recognition look at:
1) Friction ridges.
2) Core
3) Crossover
4) Delta
5) Island
6) Ridge Ending
7) Pore
3-types of design
1) An Arch pattern where the ridges enter from one side of the finger, rise in
the center forming an arc, and then exit the other side of the finger.
2) The Loop pattern where the ridges enter from one side of a finger, form a
curve, and tend to exit from the same side they enter.
3) The Whorl pattern, ridges form circularly around a central point on the
finger.
1. 3.2.
• Uses ridge endings ,bifurcations on a person’s finger to plot points know as
Minutiae.
• The number and locations of the minutiae vary from finger to finger in any
particular person, and from person to person for any particular finger.
Minutiae
Finger Image + Minutiae
Minutiae
The finger print of those people working in Chemical industries are often affected.
Therefore these companies should not use the finger print mode of authentication.
Biometrics is an expensive security solution.
Disadvantages of Biometrics :
Advantages of Biometrics :
•Biometric identification can provide extremely accurate, secured access to
information; fingerprints, retinal and iris scans produce absolutely unique data sets
when done properly.
•Current methods like password verification have many problems (people write them
down, they forget them, they make up easy-to-hack passwords)
•Your identity can be verified without resort to documents that may be stolen, lost or
altered.
Databases are most useful when it comes to storing information that fits
into logical categories
A database is a structure that comes in two flavours:
1. A flat database
Flat database that are just stored on hard drives like a text file.
2. A relational database.
In a relational structured database there are tables that store data.
MySQL is a relational database.
DataBase
System Implementation
Software & Hardware Requirements
Hardware selection for any system generally means that
what is the amount of main memory required, how much should be the
minimum hard disk space etc. So for implementing “DIJKSTRA ALGORITHM”
requires a computer of at least 128 MB main memory and hard disk space of
at least 4GB.
Similarly Software requirements for this system are Window XP
as Operating System. The configuration of the system on which this Algo is
developed is
Main Memory 3 GB
Main Processor Intel CORE2DUO 2.87GHz
Hard Disk 250 GB
Software Requirements
Software Used
• Operating System : Windows
Xp
O
• Software Require: NetBeans
• Platform Used : Java (JSP &
Struts)
• DataBase Used : MySQL
Hardware Requirements
Hardware Used
 Laptop
 A4 pages of good quality
 CD : Sony
 Black Ink & Colored Ink
 DVD Writer
 Printer : hp
End Of Slide
Thank You For Your Patience

Weitere ähnliche Inhalte

Was ist angesagt?

What is struts_en
What is struts_enWhat is struts_en
What is struts_en
techbed
 
Chapter01 introduction
Chapter01 introductionChapter01 introduction
Chapter01 introduction
Ngeam Soly
 
Apachecon 2002 Struts
Apachecon 2002 StrutsApachecon 2002 Struts
Apachecon 2002 Struts
yesprakash
 
GWSSB Scheme Tracking System
GWSSB Scheme Tracking SystemGWSSB Scheme Tracking System
GWSSB Scheme Tracking System
Divyen Patel
 

Was ist angesagt? (17)

What is struts_en
What is struts_enWhat is struts_en
What is struts_en
 
Physical Design and Development
Physical Design and DevelopmentPhysical Design and Development
Physical Design and Development
 
Unit iii dbms
Unit iii dbmsUnit iii dbms
Unit iii dbms
 
Lesson 2 network database system
Lesson 2 network database systemLesson 2 network database system
Lesson 2 network database system
 
Chapter01 introduction
Chapter01 introductionChapter01 introduction
Chapter01 introduction
 
Application Hosting
Application HostingApplication Hosting
Application Hosting
 
JDBC-Introduction
JDBC-IntroductionJDBC-Introduction
JDBC-Introduction
 
Ejb intro
Ejb introEjb intro
Ejb intro
 
Apachecon 2002 Struts
Apachecon 2002 StrutsApachecon 2002 Struts
Apachecon 2002 Struts
 
Handy annotations-within-oracle-10g
Handy annotations-within-oracle-10gHandy annotations-within-oracle-10g
Handy annotations-within-oracle-10g
 
Database fundamentals
Database fundamentalsDatabase fundamentals
Database fundamentals
 
Complete placement guide(technical)
Complete placement guide(technical)Complete placement guide(technical)
Complete placement guide(technical)
 
How do i connect to that
How do i connect to thatHow do i connect to that
How do i connect to that
 
Jdbc Dao it-slideshares.blogspot.com
Jdbc Dao it-slideshares.blogspot.comJdbc Dao it-slideshares.blogspot.com
Jdbc Dao it-slideshares.blogspot.com
 
GWSSB Scheme Tracking System
GWSSB Scheme Tracking SystemGWSSB Scheme Tracking System
GWSSB Scheme Tracking System
 
Portfolio Npf Ms Batch Loader
Portfolio   Npf Ms Batch LoaderPortfolio   Npf Ms Batch Loader
Portfolio Npf Ms Batch Loader
 
Sw Software Design
Sw Software DesignSw Software Design
Sw Software Design
 

Ähnlich wie Caste a vote online

Design Decisions For Understanding Software Architecture
Design Decisions For Understanding Software ArchitectureDesign Decisions For Understanding Software Architecture
Design Decisions For Understanding Software Architecture
Tiffany Graham
 
Java Abs Java Productivity Creator & Analyzer
Java Abs   Java Productivity Creator & AnalyzerJava Abs   Java Productivity Creator & Analyzer
Java Abs Java Productivity Creator & Analyzer
ncct
 
Application Of A New Database Management System
Application Of A New Database Management SystemApplication Of A New Database Management System
Application Of A New Database Management System
Pamela Wright
 
Document defect tracking for improving product quality and productivity
Document   defect tracking for improving product quality and productivityDocument   defect tracking for improving product quality and productivity
Document defect tracking for improving product quality and productivity
ch_tabitha7
 

Ähnlich wie Caste a vote online (20)

Data Base
Data BaseData Base
Data Base
 
Struts Ppt 1
Struts Ppt 1Struts Ppt 1
Struts Ppt 1
 
Struts course material
Struts course materialStruts course material
Struts course material
 
Ikenstudiolive
IkenstudioliveIkenstudiolive
Ikenstudiolive
 
Sudhir srivastava profile
Sudhir srivastava profileSudhir srivastava profile
Sudhir srivastava profile
 
Introduction to ejb and struts framework
Introduction to ejb and struts frameworkIntroduction to ejb and struts framework
Introduction to ejb and struts framework
 
J2EE PPT --CINTHIYA.M Krishnammal college for women
J2EE PPT --CINTHIYA.M Krishnammal college for womenJ2EE PPT --CINTHIYA.M Krishnammal college for women
J2EE PPT --CINTHIYA.M Krishnammal college for women
 
The Magic Of Application Lifecycle Management In Vs Public
The Magic Of Application Lifecycle Management In Vs PublicThe Magic Of Application Lifecycle Management In Vs Public
The Magic Of Application Lifecycle Management In Vs Public
 
Isset Presentation @ EECI2009
Isset Presentation @ EECI2009Isset Presentation @ EECI2009
Isset Presentation @ EECI2009
 
Design Decisions For Understanding Software Architecture
Design Decisions For Understanding Software ArchitectureDesign Decisions For Understanding Software Architecture
Design Decisions For Understanding Software Architecture
 
Microsoft Entity Framework
Microsoft Entity FrameworkMicrosoft Entity Framework
Microsoft Entity Framework
 
Dbms
DbmsDbms
Dbms
 
Java Abs Java Productivity Creator & Analyzer
Java Abs   Java Productivity Creator & AnalyzerJava Abs   Java Productivity Creator & Analyzer
Java Abs Java Productivity Creator & Analyzer
 
DBMS
DBMSDBMS
DBMS
 
Application Of A New Database Management System
Application Of A New Database Management SystemApplication Of A New Database Management System
Application Of A New Database Management System
 
Document defect tracking for improving product quality and productivity
Document   defect tracking for improving product quality and productivityDocument   defect tracking for improving product quality and productivity
Document defect tracking for improving product quality and productivity
 
Prabhu-Software-Engineer-3+-Year-Exp
Prabhu-Software-Engineer-3+-Year-ExpPrabhu-Software-Engineer-3+-Year-Exp
Prabhu-Software-Engineer-3+-Year-Exp
 
Database Systems - Introduction (Chapter 1)
Database Systems - Introduction (Chapter 1)Database Systems - Introduction (Chapter 1)
Database Systems - Introduction (Chapter 1)
 
Enterprise Library 2.0
Enterprise Library 2.0Enterprise Library 2.0
Enterprise Library 2.0
 
Project seminar
Project seminarProject seminar
Project seminar
 

Mehr von Manoj Kumar (9)

Artificial Intelligence : A Presentation
Artificial Intelligence : A Presentation Artificial Intelligence : A Presentation
Artificial Intelligence : A Presentation
 
Who Is Youth ?
Who Is Youth ?Who Is Youth ?
Who Is Youth ?
 
Computer Network - Telnet and Gopher
Computer Network -  Telnet and GopherComputer Network -  Telnet and Gopher
Computer Network - Telnet and Gopher
 
TCP/IP Protocol Architeture
TCP/IP Protocol ArchitetureTCP/IP Protocol Architeture
TCP/IP Protocol Architeture
 
Computer Network - Network Layer
Computer Network - Network LayerComputer Network - Network Layer
Computer Network - Network Layer
 
Computer Network - OSI model
Computer Network - OSI modelComputer Network - OSI model
Computer Network - OSI model
 
Computer Network - NetworkTopology
Computer Network - NetworkTopologyComputer Network - NetworkTopology
Computer Network - NetworkTopology
 
Biometric authentication system
Biometric authentication systemBiometric authentication system
Biometric authentication system
 
Some Basic Concepts of Object Oriented Methodology
Some Basic Concepts of Object Oriented MethodologySome Basic Concepts of Object Oriented Methodology
Some Basic Concepts of Object Oriented Methodology
 

Kürzlich hochgeladen

XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
ssuser89054b
 
Kuwait City MTP kit ((+919101817206)) Buy Abortion Pills Kuwait
Kuwait City MTP kit ((+919101817206)) Buy Abortion Pills KuwaitKuwait City MTP kit ((+919101817206)) Buy Abortion Pills Kuwait
Kuwait City MTP kit ((+919101817206)) Buy Abortion Pills Kuwait
jaanualu31
 

Kürzlich hochgeladen (20)

Tamil Call Girls Bhayandar WhatsApp +91-9930687706, Best Service
Tamil Call Girls Bhayandar WhatsApp +91-9930687706, Best ServiceTamil Call Girls Bhayandar WhatsApp +91-9930687706, Best Service
Tamil Call Girls Bhayandar WhatsApp +91-9930687706, Best Service
 
AIRCANVAS[1].pdf mini project for btech students
AIRCANVAS[1].pdf mini project for btech studentsAIRCANVAS[1].pdf mini project for btech students
AIRCANVAS[1].pdf mini project for btech students
 
PE 459 LECTURE 2- natural gas basic concepts and properties
PE 459 LECTURE 2- natural gas basic concepts and propertiesPE 459 LECTURE 2- natural gas basic concepts and properties
PE 459 LECTURE 2- natural gas basic concepts and properties
 
NO1 Top No1 Amil Baba In Azad Kashmir, Kashmir Black Magic Specialist Expert ...
NO1 Top No1 Amil Baba In Azad Kashmir, Kashmir Black Magic Specialist Expert ...NO1 Top No1 Amil Baba In Azad Kashmir, Kashmir Black Magic Specialist Expert ...
NO1 Top No1 Amil Baba In Azad Kashmir, Kashmir Black Magic Specialist Expert ...
 
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
 
Employee leave management system project.
Employee leave management system project.Employee leave management system project.
Employee leave management system project.
 
School management system project Report.pdf
School management system project Report.pdfSchool management system project Report.pdf
School management system project Report.pdf
 
HOA1&2 - Module 3 - PREHISTORCI ARCHITECTURE OF KERALA.pptx
HOA1&2 - Module 3 - PREHISTORCI ARCHITECTURE OF KERALA.pptxHOA1&2 - Module 3 - PREHISTORCI ARCHITECTURE OF KERALA.pptx
HOA1&2 - Module 3 - PREHISTORCI ARCHITECTURE OF KERALA.pptx
 
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...
 
Kuwait City MTP kit ((+919101817206)) Buy Abortion Pills Kuwait
Kuwait City MTP kit ((+919101817206)) Buy Abortion Pills KuwaitKuwait City MTP kit ((+919101817206)) Buy Abortion Pills Kuwait
Kuwait City MTP kit ((+919101817206)) Buy Abortion Pills Kuwait
 
Wadi Rum luxhotel lodge Analysis case study.pptx
Wadi Rum luxhotel lodge Analysis case study.pptxWadi Rum luxhotel lodge Analysis case study.pptx
Wadi Rum luxhotel lodge Analysis case study.pptx
 
Computer Lecture 01.pptxIntroduction to Computers
Computer Lecture 01.pptxIntroduction to ComputersComputer Lecture 01.pptxIntroduction to Computers
Computer Lecture 01.pptxIntroduction to Computers
 
data_management_and _data_science_cheat_sheet.pdf
data_management_and _data_science_cheat_sheet.pdfdata_management_and _data_science_cheat_sheet.pdf
data_management_and _data_science_cheat_sheet.pdf
 
Online food ordering system project report.pdf
Online food ordering system project report.pdfOnline food ordering system project report.pdf
Online food ordering system project report.pdf
 
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
 
Unleashing the Power of the SORA AI lastest leap
Unleashing the Power of the SORA AI lastest leapUnleashing the Power of the SORA AI lastest leap
Unleashing the Power of the SORA AI lastest leap
 
Introduction to Serverless with AWS Lambda
Introduction to Serverless with AWS LambdaIntroduction to Serverless with AWS Lambda
Introduction to Serverless with AWS Lambda
 
Online electricity billing project report..pdf
Online electricity billing project report..pdfOnline electricity billing project report..pdf
Online electricity billing project report..pdf
 
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
 
Orlando’s Arnold Palmer Hospital Layout Strategy-1.pptx
Orlando’s Arnold Palmer Hospital Layout Strategy-1.pptxOrlando’s Arnold Palmer Hospital Layout Strategy-1.pptx
Orlando’s Arnold Palmer Hospital Layout Strategy-1.pptx
 

Caste a vote online

  • 1.
  • 2. Index  Introduction to the Project  Action Mapping  Struts  Struts Action Form  Flow Chart Of Struts Action Form  Struts.config.xml  Java Server Pages (JSP)  Types of scriplet elements  Hyper Text Markup Language ( Html )  Tiles  Tile.def.xml  DataBase  MYSQL Continued …..
  • 3.  Biometric Authentication:  Finger Print Verification  Disadvantages of Biometrics  Advantages of Biometrics  System Implementation  Software Requirements & Hardware Requirements  Software used  Hardware used  Conclusion  References
  • 4.  The main objective to develop this project is to make covenient for the people to vote sitting at Home rather standing in Queue.  In this project we had implemented 4 modules that are • Administrator • Election Commission Board • Candidate • Voter 1. Administrator will has a control over entire Application. 2. Election Commission Board has a authentication to reject and accept the candidate 3. Candidates will register themselves can update there information . 4. Voter will vote to the candidate to whom they want to vote  Login of Voter associated with FingerPrint verification to make it more secure than a password Introduction
  • 5. The project is a web application There are two Key Component in a Web Application 1) The Data & Business Logic performed on this Data 2) The Presentation of Data The project is mainly based on J2EE which we are studying in our VIIth semester. JSP and Struts are used in developing the Web Project 
  • 6. About Struts and JSPs which is used in developing the Web Project
  • 7. Struts Struts is categorized as a request-based web application framework Struts 2 was originally known as WebWork 2. Struts Action Form An ActionForm is a JavaBean that extends org.apache.struts.action.ActionForm ActionForm maintains the session state for web application and the ActionForm object is automatically populated on the server side with data entered from a form on the client side. Struts.config.xml The main control file in the Struts framework is the struts-config.xml XML file,where action mappings are specified. The Action-mappings—A set of action elements describing a request-to-action mapping The Form-beans—A set of form-bean elements that describe the form beans that this application uses
  • 8.
  • 9. • top-level element is struts-config. Basically, it consists of the following elements: – Data-sources—A set of data-source elements, describing parameters needed to instantiate JDBC 2.0 Standard Extension DataSource objects – Global-forwards—A set of forward elements describing general available forward URIs
  • 11.  A server-side technology, JSPs are an extension to the Java servlet technology that was developed by Sun.  JSPs have dynamic scripting capability that works with HTML code, separating the page logic from the static elements “ the actual design and display of the page“ to help make the HTML more functional ( i.e. dynamic database queries).  JSPs are not restricted to any specific platform or server.  It was orignially created as an alternative to Microsoft's ASPs (Active Server Pages).  Architecturally , JSP may be viewed as a high-level abstraction of Java servlets.  Page being compiled and executed on the server to deliver an HTML or XML document. Java Server Pages ( JSP )
  • 12.  It is a standard for producing secure, scalable, and high availability enterprise applications.  The 2 in the acronym J2EE stands for “ Version 2 ”.  A Platform independent language.  Components that deliver Web-based user interfaces  Components to encapsulate business processes  Access to data in corporate data stores  Connectivity to other data sources and legacy system  Support for XML , language of B2B e-commerce Java 2 Enterprise Edition (J2EE)
  • 13. • There are 3 types of elements  Directive Elements Start with an opening <%@ tag and end with %> tag <%@ directive (attributes =“values”)* %>  Scripting Elements of 3-types- 1. Scriplets Start with an opening <% tag and end with %> tag 2. Declaration Start with an opening <%! tag and end with %> tag 3. Experation Start with an opening <%= tag and end with %> tag  Action Elements Jsp:
  • 14. Java 2 Enterprise Edition (J2EE)
  • 15.  Html is a language for describing web pages .  Html is not a programming language , it is a markup language.  A markup language is a set of markup tags.  The markup tags describes how text should be displayed.  Html tags are not case sensitive .  Html tags generally come in a pair For example : Start tag <b> and end tag </b> here ‘ b ’ is for bold  Basic Html Document : <html> <head > <title> First Document </title> </head> <body style={fontcolor: red}> <p> This is my first paragraph <a href= www.info.com>information</a> </p> </body> </html> Hyper Text Markup Language(Html)
  • 16. Tiles.def.xml In tiles-def.xml we can define the definations which specifies the different components to plugin to generate output. Resource bundle. properties maintains messages used in the struts project. The Tiles Framework is an advanced version of that comes bundled with the Struts Web application framework. Its purpose is reduce the duplication between jsp pages as well as make layouts flexible and easy to maintain. It integrates with Struts using the concept of named views or definitions. Validation.xml Maintains the validation code for validating form beans.
  • 17.  MySQL is a relational database management system (RDBMS)that runs as a server providing multi-user access to a number of databases.  MySQL is officially pronounced /maɪˌɛskju:ˈɛl/ ("My S-Q-L"), but is often also pronounced /maɪˈsi:kwəl/ ("My Sequel").  It is named for original developer Michael Widenius' daughter My.  The SQL phrase stands for Structured Query Language. DataBase
  • 18. Biometric “ Biometrics is the identification or verification of human identity through the measurement of repeatable physiological and behavioural characteristics” Biometrics can be sorted into two classes: •Physiological- Examples-face, fingerprints, hand geometry and iris Recognition ,DNA. •Behavioural- Examples-signature and voice.
  • 19. FingerPrint Verification For fingerprint Recognition look at: 1) Friction ridges. 2) Core 3) Crossover 4) Delta 5) Island 6) Ridge Ending 7) Pore
  • 20. 3-types of design 1) An Arch pattern where the ridges enter from one side of the finger, rise in the center forming an arc, and then exit the other side of the finger. 2) The Loop pattern where the ridges enter from one side of a finger, form a curve, and tend to exit from the same side they enter. 3) The Whorl pattern, ridges form circularly around a central point on the finger. 1. 3.2.
  • 21. • Uses ridge endings ,bifurcations on a person’s finger to plot points know as Minutiae. • The number and locations of the minutiae vary from finger to finger in any particular person, and from person to person for any particular finger. Minutiae Finger Image + Minutiae Minutiae
  • 22.
  • 23. The finger print of those people working in Chemical industries are often affected. Therefore these companies should not use the finger print mode of authentication. Biometrics is an expensive security solution. Disadvantages of Biometrics : Advantages of Biometrics : •Biometric identification can provide extremely accurate, secured access to information; fingerprints, retinal and iris scans produce absolutely unique data sets when done properly. •Current methods like password verification have many problems (people write them down, they forget them, they make up easy-to-hack passwords) •Your identity can be verified without resort to documents that may be stolen, lost or altered.
  • 24. Databases are most useful when it comes to storing information that fits into logical categories A database is a structure that comes in two flavours: 1. A flat database Flat database that are just stored on hard drives like a text file. 2. A relational database. In a relational structured database there are tables that store data. MySQL is a relational database. DataBase
  • 25. System Implementation Software & Hardware Requirements Hardware selection for any system generally means that what is the amount of main memory required, how much should be the minimum hard disk space etc. So for implementing “DIJKSTRA ALGORITHM” requires a computer of at least 128 MB main memory and hard disk space of at least 4GB. Similarly Software requirements for this system are Window XP as Operating System. The configuration of the system on which this Algo is developed is Main Memory 3 GB Main Processor Intel CORE2DUO 2.87GHz Hard Disk 250 GB
  • 26. Software Requirements Software Used • Operating System : Windows Xp O • Software Require: NetBeans • Platform Used : Java (JSP & Struts) • DataBase Used : MySQL
  • 27. Hardware Requirements Hardware Used  Laptop  A4 pages of good quality  CD : Sony  Black Ink & Colored Ink  DVD Writer  Printer : hp
  • 28. End Of Slide Thank You For Your Patience