Informatics Engineer Thomas Fonseca Some projects I have worked on Introduction to Web Apps CA Clarity Goldridge RCD Lynx and Hare Trophic Simulator.

Slides:



Advertisements
Similar presentations
The Self-Organizing Mobile Student Portal IKTA Forum Presentation of IKTA5/2002 Projects University of Debrecen, Institute of Mathematics And Informatics.
Advertisements

Vrije Universiteit amsterdamPostacademische Cursus Informatie Technologie Web Applications – The Object Web combining servers and client-applications multiple.
J2EE Architecture Overview
Servlets Enterprise Systems Programming. Servlets  Servlets: server-side Java programs that enable dynamic processing of web-based requests  Web-based.
METS at UC Berkeley Part I: Generating METS Objects.
Fixed Assets Management in
1 Object-Oriented Software Development Project Aaron Christopher.
Application Servers What is it? General A set of software frameworks, components, utilities, functionality that enables you to develop and deliver n-tiered.
INTRODUCTION The Group WEB BROWSER FOR RELATION Goals.
COMS S1007 Object-Oriented Programming and Design in Java August 5, 2008.
Liang, Introduction to Java Programming, Sixth Edition, (c) 2007 Pearson Education, Inc. All rights reserved L23 (Chapter 25) Networking.
Ming-Hsiang Tsou phone: Fax: Internet GIServices Department of Geography, San Diego.
Multiple Tiers in Action
Java System Architectures David Davenport Bilkent University Ankara – Turkey
Course Map The Java Programming Language Basics Object-Oriented Programming Exception Handling Graphical User Interfaces and Applets Multithreading Communications.
Java Server Team 8. Overview What is a Java Server? History Architecture Advantages Disadvantages Current Technologies Conclusion.
CIS 365 Vandana Janeja Nov 27 th 2001 Connecting Cobol programs to Other Languages- Visual Basic, Java,HTML.
Web-based Software Development - An introduction.
Applets & Servlets.
Advanced Java New York University School of Continuing and Professional Studies.
Oracle8 JDBC Drivers Section 2. Common Features of Oracle JDBC Drivers The server-side and client-side Oracle JDBC drivers provide the same basic functionality.
Web Design Vocab 12 The Last one! Applet, HTTPS, RGB Color, Rollover, Server.
HTTP client wide area network (Internet) HTTP proxy HTTP server HTTP gateway firewall HTTP tunnel Copyright Springer Verlag Berlin Heidelberg 2004.
DWA Example Scenarios This presentation shows a number of the most common scenarios used with the Distributed Websydian Architecture. Note that there are.
PHP With Oracle 11g XE By Shyam Gurram Eastern Illinois University.
Standalone Java Application vs. Java Web Application
I Copyright © 2004, Oracle. All rights reserved. Introduction Copyright © 2004, Oracle. All rights reserved.
HTML. Principle of Programming  Interface with PC 2 English Japanese Chinese Machine Code Compiler / Interpreter C++ Perl Assembler Machine Code.
Web Server Programming 1. Nuts and Bolts. Premises of Course Provides general introduction, no in-depth training Assumes some HTML knowledge Assumes some.
Web Caching By Neeraj Agrawal. Caching Caching is widely used for improving performance in many context( e.g processor caches in hardware, buffer pool.
Project Overview Graduate Selection Process Project Goal Automate the Selection Process.
Copyright © PASS Consulting Corp., Miami 2001 XX/1 XML Application Server.
Referral Policy 1. think innovate lead CURRENT OPENINGS Sales Manager – Mumbai Software Engineer(PHP) Software Engineer(Java/J2ee) Database Administrator.
_______________________________________________________________________________________________________________ E-Commerce: Fundamentals and Applications1.
Project Overview Graduate Selection Process Project Goal Automate the Selection Process.
I need more than my LMS! Requirements for creating multimedia Flectures.
1 Overview of XSL. 2 Outline We will use Roger Costello’s tutorial The purpose of this presentation is  To give a quick overview of XSL  To describe.
Enterprise Java Beans. Model 1 J2EE – Web View Model/View/Controller Model View Control Data base Web Server Model One Architecture HTTP Request HTTP.
Web application architecture1 Based on Jim Conallen: Web Applications with UML.
CSC Proprietary 12/16/2015 1:14 PM Training Material 1 Manage the Student information Project 3 group: Tuong Nguyen – Trung Dang Mentor: Tam Ly.
Servlet Filters JAVA Enterprise Edition. Servlet Filters Servlet Filters are Java classes that can be used in Servlet Programming for the following purposes:
Fall 2000C.Watters1 World Wide Web and E-Commerce Servers & Server Side Processing.
Java Message Service (JMS) Web Apps and Services.
1 Distributed System using J2EE. 2 What is J2EE?  J2EE (Java2 Enterprise Edition) offers a suite of software specification to design, develop, assemble.
Energy pyramid.
Singleton Academy, Pune. Course syllabus Singleton Academy Pune – Course Syllabus1.
CpE PROJECT: Concurrent Programming - Web Services Aim: To develop a multi threaded web service which handles requests from multiple clients, interact.
The process of establishing a connection between a client and a server is called as Client – Server communication.
Fall 2000C.Watters1 World Wide Web and E-Commerce Servers & Server Side Processing.
1 LM 6 Database Applications Dr. Lei Li. Learning Objectives Explain three components of a client-server system Describe differences between a 2-tiered.
.  Welcome to [insert class title] Instructor [Your Name]
2 Copyright © Oracle Corporation, All rights reserved. Basic Oracle Net Architecture.
A Presentation Presentation On JSP On JSP & Online Shopping Cart Online Shopping Cart.
Oracle 10g Administration Oracle Server Introduction Copyright ©2006, Custom Training Institute.
Presented by: K.AMARNATH Ht.no:10841f0045 Guided by: T.Suneetha.
Web-based Software Development - An introduction
Welcome to [insert class title]
Distributed Computing
WyoExchange Zhongshan Lu Jacob Grife
K-Plex, Inc. We Develop Technology for… Personalization Integration
A Match Made In (Ethereal) Heaven
دليل المتدرب واللائحة التنظيمية للبرنامج
نرم افزار گزارش ساز کارنیک
دليل المتدرب واللائحة التنظيمية للبرنامج
CGI – GeoSciML Use Case 2 & 3 Delivering GetFeatureInfo and GetFeature into HTML, GML and GeoSciML WFS & Filters.
Introduction of Week 11 Return assignment 9-1 Collect assignment 10-1
TMD Training Management Database at ASC
Snippet Engine as a Database Server
Client-Server Model: Requesting a Web Page
Fixed Assets Management in
Presentation transcript:

Informatics Engineer Thomas Fonseca Some projects I have worked on Introduction to Web Apps CA Clarity Goldridge RCD Lynx and Hare Trophic Simulator

Introduction to Web Apps

CA Clarity (ABT and Niku) ➲ Project Management Software for the Enterprise ➲ Java Servlets on the Web Server Handle requests from the client. ➲ JDBC connection from Web Server to database ➲ Oracle or SQL Server database ➲ XML and XSLT create HTML response ➲ Questions?

Projects Gold Ridge RCD 2005 ➲ Waterfall Development Model ➲ Requirements Gathering ➲ Design/Notebook Sketches/Sotoyome ➲ Implementation/Coding HTML Dreamweaver ➲ Interactive Watershed Map ➲ Testing ➲ Maintenance/User training and handoff ➲ Questions?

Lynx and Hare

Trophic Simulator ➲ Inspired by Snowshoe Hare and Canadian Lynx from ecology text book. ➲ Plants, Herbivores and Carnivores ➲ Models how populations are regulated ➲ Java Applet utilizing multiple threads, collision detection and polymorphism. ➲ Questions?

Thank You! ➲ The End