KEMBAR78
Creating A Custom Component For Display of Airport | PDF | Java Script | Java (Programming Language)
0% found this document useful (0 votes)
120 views17 pages

Creating A Custom Component For Display of Airport

This document discusses creating a custom component for displaying airport facilities using Google Web Toolkit (GWT). It introduces the need for a system to help passengers find information inside the airport. It will create a Java component visible in any browser. The document describes GWT, the proposed system to create an application entirely in Java using GWT which will translate to JavaScript. It discusses the admin and user modules, including updating facility information and allowing users to access airport information. It lists the software and hardware requirements.

Uploaded by

MallikArjun
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
120 views17 pages

Creating A Custom Component For Display of Airport

This document discusses creating a custom component for displaying airport facilities using Google Web Toolkit (GWT). It introduces the need for a system to help passengers find information inside the airport. It will create a Java component visible in any browser. The document describes GWT, the proposed system to create an application entirely in Java using GWT which will translate to JavaScript. It discusses the admin and user modules, including updating facility information and allowing users to access airport information. It lists the software and hardware requirements.

Uploaded by

MallikArjun
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
You are on page 1/ 17

Creating a custom component for

display of Airport facilities using


GWT
Introduction
Many passengers, either Domestic or
International, are not familiar to the
Airport. Passengers themselves could be
using the airport for the very first time.

We are introducing a system into the
Airport, offering the visitor a variety of
options that reduces his hassle for
finding information for places inside the
airport.
Inthis project we will create a GWT
component for displaying the airport
facilities which will only be a java
component visible in any browser.
About GWT
üGWT is:
A framework for building Web
 applications using the Java
 language.
üWhat makes GWT interesting?
Absolutely everything is in Java.
 Write, run, test and debug your entire
 Web application (including client and
 server side code) all in one language.
About GWT

Basic API for creating Graphical User Interfaces
(GUI) Similar to Swing.
 Client/servercommunication (XHR, RPC, JSON, ...)
 App infrastructure (history, timers, unit testing, i18n,
a11y, ...)

Description
Today most complex web UI’s are made by using
java script or java script based toolkits and the
back end is created in java.
The Google cooperation has introduced the
Google web toolkit so that the application can
be written in Java using GWT and at runtime
the GWT portion will be automatically
converted to JavaScript.
Scope
The scope of this project is to create an
enterprise application with GWT. GWT
 provides more power, flexibility,
 testability and control than something like

straight JSP or struts.

Purpose
The purpose of this project is to create a
site using Google web toolkit. It is a RIA
by which a user can have thorough
knowledge on airport facilities by just
visiting the site.

Existing System

Today most of the web UI’s are using
JavaScript or JavaScript based toolkits
and backend is created in java.
This means developer need to have
knowledge in both JavaScript and Java
in detail.


Proposed System

To overcome the above drawbacks we will


create an application entirely in Java
using Google Web Toolkit (GWT) where
during run time the GWT portion will be
automatically translated to JavaScript.
This will enable the developer to stay
within the well defined object oriented
template of java.

MODULES:

This project mainly consists of two


modules.
Admin Module
User Module

Admin Module

This module is basically designed for the


Admin he updates the information about
the flight status and facilities which are
available at Airport .This module
concentrates on updating and adding
information from time to time.

User Module
In this module user can access the site and
gather the required information about the
Airport facilities. Like core facilities,
lounge, terminals facilities like no. of
terminals, location, used for which
purpose domestic or International etc in
airport , rules regarding passport, visa,
customs, baggage etc.

SOFTWARE REQUIREMENTS:


Java (jdk1.6).
GWT – Plug in.
Net beans IDE-6.9.1.
MySQL.

HARDWARE REQUIREMENTS:


Pentium4 Processor
Minimum 1 GB RAM
80 GB HDD

 Thank You

You might also like