Flight By Night’s Information Searching Services

Slides:



Advertisements
Similar presentations
In Review JAVA C++ GUIs - Windows Webopedia.com.
Advertisements

A Presentation for CS 430 by: Lee Zaniewski Aaron Costa Chris Cole Kai Ma.
Enterprise Java Beans Welcome to the world of “Distributed System” Presented By: Sameer Nanda Date: 12/17/03.
Prepared By E.Musa Alyaman1 Chapter 2 The Java Overview.
J2EE Java 2 Enterprise Edition. Relevant Topics in The Java Tutorial Topic Web Page JDBC orial/jdbc
Software Engineering Module 1 -Components Teaching unit 3 – Advanced development Ernesto Damiani Free University of Bozen - Bolzano Lesson 2 – Components.
Structure of a web application1 Dr Jim Briggs. MVC Structure of a web application2.
System Architecture: Desing alternatives and methodologies.
Copyright © 2005, GemStone Systems Inc. All Rights Reserved. A Capstone with GemStone David Whitlock April 18, 2005.
© 2004 IBM Corporation BEA WebLogic Server Introduction and Training.
Java Pet Store Application. Outline Introduction Introduction Information Layer Information Layer Application Layer Application Layer Infrastructure Layer.
“This presentation is for informational purposes only and may not be incorporated into a contract or agreement.”
Installation and Administration
Java Frameworks Indy Java Users Group January 29, 2003.
NMS1.0(c) Copyright Final Year Project Demonstration Dublin City University 29 th May 2003 Team Members : David ReadeTimothy Kelly
Presented by, MySQL & O’Reilly Media, Inc. Data Services: Mashing and Shredding Data Using XAware.
Meir Botner David Ben-David. Project Goal Build a messenger that allows a customer to communicate with a service provider for a fee.
4/1/2003Application Server Standards Application Server Standards for ITSS Bruce Vincent, ITSS Technology Strategist.
4 - 1 Copyright © 2006, The McGraw-Hill Companies, Inc. All rights reserved.
Computer Science Wi-Fi App using J2ME and MVC Architecture Advisor : Dr. Chung-E Wang Department of Computer Science Sacramento State University Date:
第十四章 J2EE 入门 Introduction What is J2EE ?
® IBM Software Group © 2007 IBM Corporation J2EE Web Component Introduction
I Copyright © 2004, Oracle. All rights reserved. Introduction Copyright © 2004, Oracle. All rights reserved.
JSF Introduction Copyright © Liferay, Inc. All Rights Reserved. No material may be reproduced electronically or in print without written permission.
Lecturer: Prof. Piero Fraternali, Teaching Assistant: Alessandro Bozzon, Advanced Web Technologies: Struts–
Adaptive Hypermedia Tutorial System Based on AHA Jing Zhai Dublin City University.
Introduction to Java Programming. Introduction Course Objectives Organization of the Book.
ABSTRACT The JDBC (Java Database Connectivity) API is the industry standard for database- independent connectivity between the Java programming language.
Copyright © by Shayne R Flint Simplified Web Application Development Shayne R Flint Department of Computer Science Australian National University.
Copyright © Mohamed Nuzrath Java Programming :: Syllabus & Chapters :: Prepared & Presented By :: Mohamed Nuzrath [ Major In Programming ] NCC Programme.
Shell Interface Shell Interface Functions Data. Graphical Interface Graphical Interface Command-line Interface Command-line Interface Experiments Private.
Activity Monitoring Tool MIS 2008/2009 Software Project - Group 1 1/4 Architecture Technical Manager.
KING SAUD UNIVERSITY – COLLAGE OF COMPUTER AND INFORMATION SCIENCES CSC 113 JAVA ONLINE DOCUMENTATION.
Modern Programming Language. Web Container & Web Applications Web applications are server side applications The most essential requirement.
SOFTWARE DESIGN AND ARCHITECTURE LECTURE 15. Review Interaction-Oriented Software Architectures – MVC.
Software Architecture in Practice Mandatory project in performance engineering.
JSP / Servlets and Beans
2 Copyright © 2006, Oracle. All rights reserved. Running a Forms Developer Application.
Introduction to Information Systems SSD1: Introduction to Information Systems Unit 1. The World Wide Web Unit 2. Introduction to Java and Object- Oriented.
10 Questions and Answers about.
PHP Basics and Syntax Lesson 3 ITBS2203 E-Commerce for IT.
The Holmes Platform and Applications
Why Laravel Development is the Best PHP Framework
Fundamental of Databases
WebSphere Diego Leone.
Structure of a web application
Introduction to Advanced Java Programming
Multilevel Marketing Tree Viewer
Rudimentary Client-Server Message Board Ricky Landry COP5611 – Operating Systems Design Principles University of Central Florida April.
Java programming lecture one
Systems Analysis and Design With UML 2
Introduction to J2EE Architecture
מרכז אימות לפלטפורמת מתן שירותים
Managing Information Systems and Communications Technology
Design and Maintenance of Web Applications in J2EE
MSIS 655 Advanced Business Applications Programming
Building Graphical User Interface with Swing a short introduction
Tiers vs. Layers.
Tango in a Nutshell 31/12/2018.
Analysis models and design models
The Islamia University Bahawalpur
Java Online documentation
FEniCS = Finite Element - ni - Computational Software
F II 1. Background Objectives
Java Analysis Studio - Status
Calypso Service Architecture
Mark Quirk Head of Technology Developer & Platform Group
Outcome of the Lecture Upon completion of this lecture you will be able to understand Fundamentals and Characteristics of Java Language Basic Terminology.
Web Application Development Using PHP
from Lutz Dietrich and Hans Kluge
Presentation transcript:

Flight By Night’s Information Searching Services Youn Hyuk Jun 96907116 k894002@hotmail.com Copyright Youn Hyuk Jun, 2002. All rights reserved.

Roadmap Motivations for Studying SUN’s Java programs Architecture and understanding technical department Based on J2EE. What about is this application? What I must do, How I must do it? Explanation Database Client-side Graphical Interface Server-side Graphical Interface Additional Comment Execution Application & Explanation

What about is this application Server-Client side application. Use JFC(JavaTM Foundation Classes) On Presentaion Logic Use RMI(Remote Method Invocation) On Business Logic Database using Binary Data File About Information Services & Searching & Modification Information On Server-Client Environ.

What I must do? A Graphical User-Interface Extensions API to support a more flexible search and record locking Network server functionality for the database system Communications functionality to connect the user interface with the database code

How I must do it? Clarity and Maintainability - A clear design, such as will be readily understood by junior programmers Documentation - The code itself should be as clear as possible, and "obvious" comments should be avoided Correctness Use of Standard Elements and Design Patterns - The design should use standard Java package facilities wherever possible

Explanation Database

Client-side Graphical Interface

Server-side Graphical Interface

Additional Comment Used JDK 1.3.1 and working platform is window 2000 server And this is tested on the window 98, window 2000 professional, window 2000 server and turbo-linux 6.5 Used Policy File for Security-Access Used Design patterns, Adapter pattern, MVC , Singleton pattern.

Execution Application & Explanation