ClientServer using java - PowerPoint PPT Presentation

1 / 11
About This Presentation
Title:

ClientServer using java

Description:

Searching the availability. Robust error handling. Client side validation. Train table, Customer table, Reservation table. Credit card ... – PowerPoint PPT presentation

Number of Views:82
Avg rating:3.0/5.0
Slides: 12
Provided by: venra
Category:

less

Transcript and Presenter's Notes

Title: ClientServer using java


1
Client-Server using java
  • Project presentation
  • By venkateshwar rao namilakonda
  • Jaganmohan narendra paidipala

2
Goals
  • To gain broad knowledge in
  • Client side programming
  • Server side programming
  • Connecting databases
  • Implementing a practical web application using
    these

3
Architechture
4
Technologies
  • Server side technologies
  • Jsp/servlets
  • Java beans
  • Jdbc
  • Sql server
  • Client side technologies
  • Java script
  • Html

5
Presentation Tier
  • Jsp vs Servlets
  • jsp
  • More UI rendering
  • Presentation
  • Servlets
  • More logic generation
  • Error handling

6
Java beans
  • Java beans
  • Easily Transfering customer data between
    different servlets and jsp pages
  • It uses jsp tags(ltjspusebeangt,ltjspsetpropertygt,
  • ltjspgetpropertygt) for simplifying setting and
    getting data from request and response objects.

7
JDBC
  • Efficient adapter between java program and
    sql-server
  • Highly interoperable with different sql platforms

8
Technology integration
9
Issues
  • Unique ticket number
  • Concurrency
  • Transactions

10
Knowledge gained
  • Client side
  • Java script
  • Html
  • Server side
  • Jsp/servlets
  • Jdbc
  • Configuring Database drivers
  • Importence of validating the user input
  • Importance of concurrencies, transactions, and
    other issues regarding developing a web
    application in real time business scenario

11
Enhancements
  • Enhancements
  • Robust validation
  • Searching the availability
  • Robust error handling
  • Client side validation
  • Train table, Customer table, Reservation table
  • Credit card
Write a Comment
User Comments (0)
About PowerShow.com