CellBus Final Release.

Slides:



Advertisements
Similar presentations
UCLP User controlled LightPaths Ruben Valke en Remco Hobo.
Advertisements

By Francisco Morales Carbonell Jaime Rodriguez Maya Jan Sola Ramos Find My Business.
SPICE! An Ontology Based Web Application By Angela Maduko and Felicia Jones Final Presentation For CSCI8350: Enterprise Integration.
Writing Your First MIDlet Running JAVA on a Cell Phone Jon A. Batcheller January 27, 2004.
Zach Musgrave & Jason Fulghum Amazon Web Services March 28, 2013.
Voice Instant Messenger Andrew Miller CS 491B Fall 2006 Professor Sun.
MC365 Application Servers: Servlets. Today We Will Cover: What a servlet is The HTTPServlet and some of its more important methods How to configure the.
A CHAT CLIENT-SERVER MODULE IN JAVA BY MAHTAB M HUSSAIN MAYANK MOHAN ISE 582 FALL 2003 PROJECT.
Developing Software for Wireless Devices
Theatrical Lighting Design and Inventory Management System Architecture Presentation Presenters: Ed Morrison, Harikrishna Patel, Joshua Zawislak.
Developing J2ME Applications Mobile and Wireless Networks.
The 21th century Repairman Agenda Introduction J2EE J2ME Demonstration.
IP Camera Security System Dallan Byrne th Electronic and Computer Engineering 2007 Supervisor: Fergal O’ Malley.
SET UP COMPUTER ** PLEASE BE AWARE SCREENSHOTS MAY NOT MATCH **
What are we up to today? We provide the ability to check the deployment status of the U.S. navy at real time with a cellular telephone. In addition, we.
WebQuilt and Mobile Devices: A Web Usability Testing and Analysis Tool for the Mobile Internet Tara Matthews Seattle University April 5, 2001 Faculty Mentor:
Professional Informatics & Quality Assurance Software Lifecycle Manager „Tools that are more a help than a hindrance”
Client/Server Software Architectures Yonglei Tao.
JSP and Servlets Lecture notes by Theodoros Anagnostopoulos.
ProSense BELGRADE Deploying SunSPOT SDK and Emulator on your Desktop or Laptop Computer Author: Stanislava Stanković, B.Sc. student of the School of Electrical.
J2ME Java for Mobile Environments Based on J2ME In A Nutshell, by Kim Topley, O’Reilly & Associates Inc., 2002, and Tetris by Alexei Patinov.
Apache Tomcat Web Server SNU OOPSLA Lab. October 2005.
Web Based Applications
by Marc Comeau. About A Webmaster Developing a website goes far beyond understanding underlying technologies Determine your requirements.
#RefreshCache Redmine Learn why RefreshCache is the community developer's new best friend. Daniel Hazelbaker Information Technology Director.
Java Omar Rana University of South Asia. Course Overview JAVA  C/C++ and JAVA Comparison  OOP in JAVA  Exception Handling  Streams  Graphics User.
NETWORK SERVERS Oliver Topping (with a little help from my Mum)
J2ME Presented by May Sayed & Menna Hawash. Outline Introduction “Java Technology” Introduction “What is J2ME?” J2ME Architecture J2ME Core Concepts 
Marcel Casado NCAR/RAP WEATHER WARNING TOOL NCAR.
Software Software consists of the instructions issued to the computer to perform specific tasks. –The software on a computer system refers to the programs.
1 Performance Optimization In QTP Execution Over Video Automation Testing Speaker : Krishnesh Sasiyuthaman Nair Date : 10/05/2012.
Our goal is to make a web based multi-user organizer that can be accessed via cellular devices. There are three main component for this project: A main.
© 2002 IBM Corporation Confidential | Date | Other Information, if necessary June, 2011 Made available under the Eclipse Public License v Mobile.
AIDA Web Interface Tony Johnson, Victor Serbo, Max Turri AIDA Workshop, CERN, July 2003.
GIS in the cloud: implementing a Web Map Service on Google App Engine Jon Blower Reading e-Science Centre University of Reading United Kingdom
CSE403 - Spring 03 Headline Tracker Jeremy Claeson Albert Wong
Performance of New the ACL Cesar Cavazos Accounting Information Technology (AIT)
EGEE-II INFSO-RI Enabling Grids for E-sciencE EGEE Site Architecture Resource Center Deployment Considerations MIMOS EGEE Tutorial.
Paperless Timesheet Management Project Anant Pednekar.
IPT – Getting Started June Online Resources Project Website Requirements Server Preparation Installation Running IPT Installation Demo Upgrade/Reinstall.
DSpace System Architecture 11 July 2002 DSpace System Architecture.
Field Trip #24 Setting Up a Web Server. Apache Apache is one of the most successful open source web servers In 1995 the most popular web server was the.
Understand Windows Services Software Development Fundamentals LESSON 5.3.
Oman College of Management and Technology Course – MM Topic 7 Production and Distribution of Multimedia Titles CS/MIS Department.
EGEE-II INFSO-RI Enabling Grids for E-sciencE Storage Accounting for Grid Environments Fabio Scibilia INFN - Catania.
Managed by UT-Battelle for the Department of Energy Kay Kasemir ORNL/SNS Jan Control System Studio Training - Extension Points:
Notespace IOC Initial Operational Capability Rachel Hunt Viet Nguyen Griff Hazen Erich Smick Friday, March 6, 2003.
1 Introduction to Shared Folders Shared folders provide network users access to files. Users connect to the shared folder over the network. Users must.
Final Fantasy ½: IOC Overview Team Q CSE 403 Winter ‘03 I’ve got something special for you.
Ashley Montebello Katie Githens Wayne Rowcliffe. Project Overview Create graduate student review system for ECpE department Review system is used by students.
 Computer hardware refers to the physical parts of a computer and related devices. Internal hardware devices include motherboards, hard drives,
Android Development 陆俊敏 F
Remote User Tracking Initial Operational Capability March 7, 2003
(on behalf of the POOL team)
Dustin Barnes Greg Greenway Erik Day
Dirk Düllmann CERN Openlab storage workshop 17th March 2003
Publishing and Maintaining a Website
Article Source:
Quicken Support Help Instant Fix Quicken Installation Problems.
Scheduler 1.0 By Vipul Sabhaya Udam Dewaraja.
Remote User Tracking Life Cycle Objectives
The Application Lifecycle
Apache Tomcat Web Server
CS703 - Advanced Operating Systems
Initial Operational Capability
Quotation Midlet Council (QMC)
Objectives In this lesson you will learn about: Need for servlets
Anav Silverman Crystal Hoyer Dylan Carney David Dearing
Shane Cantrell Zach Crisman
Early Prototype Team D.
Presentation transcript:

CellBus Final Release

Software Preparation Required Midlet Software Java sdk 1.4.1 J2ME Toolkit (for emulation) See http://java.sun.com/j2me/ for installation help Midlet.jar (our midlet) Midlet.jad Required Server Software Tomcat 4.1 Server Java 1.4.1 server.war (our package)

Site Preparation Log files? Socket Files Persistent connection to SDD server Substantial bandwidth requirement Images not quite working yet....

People Preparation Users Those who ask “Where’s my bus?” Operators Keeping up the servers Maintainers Extending the code

Users Deal mostly with the Midlet UI is intuitive. Slightly difficult to read, but that’s a limitation of the medium

Operators Images cost a lot Disk Space Bandwidth RAM Streaming SDD socket to ITS Computation to extract information

Maintainers Reliant on sdd.its.washington.edu Uses sdd package from its.washington.edu Maps stored in servlet.war Javadocs

IOC Success Images more resource intensive than first expected. Location serving properly Midlet using interfacing properly with servlet. Of 26 bugs 14 resolved Fixed 5 implemented 2 Unresolved

Have we succeeded? We’re close A couple more details that should be worked out before it’s really public ready.