Project Presentation EEL 5881, Fall 2003

Slides:



Advertisements
Similar presentations
3 Copyright © 2005, Oracle. All rights reserved. Designing J2EE Applications.
Advertisements

Section 4.1 – Vectors (in component form)
1 Pertemuan 12 Design Pattern Matakuliah: T0053/Web Programming Tahun: 2006 Versi: 2.
Web Applications Development Using Coldbox Platform Eddie Johnston.
Service Oriented Architecture
March R McFadyen1 Architecture Architecture involves the set of significant decisions about the organization of a software system, decisions.
Technical Architectures
Numbers
Chapter 13 Physical Architecture Layer Design
E-business Architecture.NET vs J2EE Judith Molka-Danielsen Feb.27, 2004.
Application Architectures Vijayan Sugumaran Department of DIS Oakland University.
Chapter 2 Client Server Architecture
Tiered architectures 1 to N tiers. 2 An architectural history of computing 1 tier architecture – monolithic Information Systems – Presentation / frontend,
Client – Server Architecture A Basic Introduction Kathleen R. Murray, Ph.D. May 2002.
Web Application Architecture: multi-tier (2-tier, 3-tier) & mvc
Mobile Computing Lecture: 4.
UNIT-V The MVC architecture and Struts Framework.
JavaServer Faces: The Fundamentals Compiled from Sun TechDays workshops (JSF Basics, Web-Tier Codecamp: JavaServer Faces, Java Studio Creator; IBM RAD)
Database Architectures and the Web
Chapter 13 Starting Design: Logical Architecture and UML Package Diagrams.
EJB Overview Celsina Bignoli Distributed Business Applications Server DB Client DB Server DB.
Tony Nguyen.  Architecture  Advantages  Disadvantages  Setup JSF Environment  JSF & Database  Conclusion  Demo.
History of ERP Some components of this lecture is based on: Watson, E. & Schneider, H. (2000) “Using ERP Systems in Education”. Communications of the AIS.
Software Architecture April-10Confidential Proprietary Click to edit Master text styles Second level Third level Fourth level Fifth level Software Architecture.
JSF Introduction Copyright © Liferay, Inc. All Rights Reserved. No material may be reproduced electronically or in print without written permission.
Client – Server Architecture. Client Server Architecture A network architecture in which each computer or process on the network is either a client or.
Introduction to Web Dimitar Nenchev Ivan Nakov
The Client/Server Database Environment Ployphan Sornsuwit KPRU Ref.
Java Web Development with NetBeans IDE -- Kai Qian Chapter 5 JavaServer Faces (JSF) Technology.
JAVA SERVER FACES ADITI RAJORIYA UNI – ar2630. POINTS TO BE DISSCUSED WHAT IS JSF? WHY JSF? ARCHITECTURE JSF VERSIONS UI COMPONENTS JSF STRUCTURE AND.
UML-1 4. Architecture. UML-2 Artifact: Analysis Class Abstraction of one or several classes or subsystems –Focuses on handling functional requirements.
CS551 - Lecture 5 1 CS551 Lecture 5: Quality Attributes Yugi Lee FH #555 (816)
Enterprise Integration Patterns CS3300 Fall 2015.
Model View Controller Architecture of Java Web Applications Dr. M V S Peri Sastry, Ph.D.[BITS-Pilani]
CS 240, Prof. Sarwar Slide 1 CS 240: Software Project Fall 2003 Sections 1 & 2 Dr. Badrul M. Sarwar San Jose State University Lecture #23.
COGNOS 8BI Introduction and Architecture
Liang, Introduction to Java Programming, Seventh Edition, (c) 2009 Pearson Education, Inc. All rights reserved Chapter 41 JavaServer Face.
Application Development
Java EE Patterns Dan Bugariu.  What is Java EE ?  What is a Pattern ?
COMP9321 Web Application Engineering Semester 2, 2015 Dr. Amin Beheshti Service Oriented Computing Group, CSE, UNSW Australia Week 7 1COMP9321, 15s2, Week.
The New Solution? Translate XHTML to Java GUI.. Advantages Using XML W3C support XSLT Language Testing Language Specification Using XHTML Reuse web tools.
Web-based Front End for Kraken Jing Ai Jingfei Kong Yinghua Hu.
Client – Server Architecture A Basic Introduction 1.
Model View ViewModel Architecture. MVVM Architecture components.
JSP / Servlets and Beans
Expense Tracking System Developed by: Ardhita Maharindra Muskan Regmi Nir Gurung Sudeep Karki Tikaprem Gurung Date: December 05 th, 2008.
Text 16 de mayo de 2009 Spring Framework Part III. Portable Service Abstractions and Spring MVC Buenos Aires, June 2009.
JAVA TRAINING IN NOIDA. JAVA Java is a general-purpose computer programming language that is concurrent, class-based, object-oriented and specifically.
10-1 人生与责任 淮安工业园区实验学校 连芳芳 “ 自我介绍 ” “ 自我介绍 ” 儿童时期的我.
PROJECT SECME Carthik A. Sharma Juan Carlos Vivanco Majid Khan Santhosh Kumar Grandai. Software Engineering Fall 2002.
COMP9321 Web Application Engineering Semester 2, 2016
Web-based Software Development - An introduction
Structure of a web application
CIIT-Human Computer Interaction-CSC456-Fall-2015-Mr
ORACLE ADF ONLINE TRAINING COURSE
N-Tier Architecture.
Chapter 2 Database System Concepts and Architecture
MVC and other n-tier Architectures
Software Design and Architecture
The Client/Server Database Environment
EADD – Introduction Chapter -1.
Yahoo Mail Customer Support Number
Tiers vs. Layers.
Starting Design: Logical Architecture and UML Package Diagrams
Technology Landscape and Enterprise Objectives
JavaServer Faces: The Fundamentals
File Operations Access Permissions.
Component-based Applications
Applications Development - Unit Testing
UFCEUS-20-2 Web Programming
Presentation transcript:

Project Presentation EEL 5881, Fall 2003 Web-based front end for Kraken Jing Ai, Jingfei Kong, Yinghua Hu

Original System

Original System(cont)

Original System(cont)

System Architecture A typical 3-tier client/server architecture Separate UI from application-specific activities

Transaction Activities

Internal Architecture JSF has clear separation between behavior and presentation through using event handling and state management compared with JSP Computation is handled by various components

A typical transaction

Design Issues Reusability Maintainability portability Testing Integration

Thank you!