Driving Directions via Mapquest Get directions from anywhere to anywhere on your cell phone.

Slides:



Advertisements
Similar presentations
RDz and Process Integration Using Menu Manager and HATS to customize your RDz installation David Myers.
Advertisements

T.Sharon-A.Frank 1 Internet Resources Discovery (IRD) Shopping Agents.
AskMe A Web-Based FAQ Management Tool Alex Albu. Background Fast responses to customer inquiries – key factor in customer satisfaction Costs for customer.
EJB Design. Server-side components Perform –complex algorithms –high volume transactions Run in –highly available environment (365 days/year) –fault tolerant.
CS 337 Final Project Presentation Asset Management and Tracking Developers: –Jimmy Hoo –Edwin Panameno –Manuel Segura –Sheng-Tian Lin Customers –Alexandre.
Web Clipping Presentation By: Alex Jacobs, Philip Kim, Nathan Po Web Clipping.
Picture Users Making Art Chat An interactive communication tool.
Online RPG Baboucarr Mbowe Nicholas Poplaski. Operational Concepts What is it? Our project idea is a role-playing game(RPG) RPG is a single player game.
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.
M-Lottery LCO presentation A simple interface for cell phone users to conveniently purchase lottery tickets through the phone Over 50% of Americans participate.
How do you simplify? Simple Complicated.
Design Patterns Phil Smith 28 th November Design Patterns There are many ways to produce content via Servlets and JSPs Understanding the good, the.
Computer Science Wi-Fi App using J2ME and MVC Architecture Advisor : Dr. Chung-E Wang Department of Computer Science Sacramento State University Date:
Directory and Map Service Operational Concept  Provides Business directory listings to cell phone users  Provide maps of specified area  Provide driving.
RadioList Geoff Van Ess Malcolm Bixby. What is it? Who will use it? 1.RadioList is a service that gives people a list of radio stations in a given area.
HERTS Paul Larpenteur Lee Murphy CSE 403 – Sp 2003 Hearts Experimental Remote Transportable System.
Baseball Gamecast Robert Sawers Barrett Arney. The Gamecast Provides live updates and a complete summary of a baseball game, including: The players and.
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.
CSE403 - Spring 03 Headline Tracker Jeremy Claeson Albert Wong
The Pocket GPS By: Samantha Rossman Tom Whitson. Goal of the Project: Display: Latitude Longitude Speed Direction Date & Time GPS should be small enough.
1 Java Server Pages A Java Server Page is a file consisting of HTML or XML markup into which special tags and code blocks are inserted When the page is.
Invitation to Computer Science 6 th Edition Chapter 10 The Tower of Babel.
CELL2PC 403 Presentation By Rohit Malhotra Kinson Liu.
Lost No More: Driving Directions & Traffic Conditions For Your Cell Phone David Kasprzyk Karl Yerkes.
System concept and development by: Tony Rees Divisional Data Centre CSIRO Marine Research, Australia c-squares - a new method for representing, querying,
Digital Data Preservation: a schema-driven model Student: Stacy Kowalczyk Co-Authors: Clare McInerney and Phil Mitchell Digital Data Preservation – the.
© Rob Schlender & Hamed Esfahani StadiumFood Life Cycle Objective Review CSE 403, Project Proposal Rob Schlender & Hamed Esfahani.
CSE 403 LCO Presentation Chris Scoville. Operational Concepts Create a built in 411-type system in a cell phone Allows the user to find a person’s phone.
Learning Aim B.  In this section, you will consider the resources necessary for designing your website.  You will also think about any constraints that.
Life Cycle Objectives AirlineRequest By Phong Phan Erik Day.
Airport Ride Service LCO Project Proposal. AGENDA Operational Concepts System Requirements System and Software Architecture Lifecycle Plan Feasibility.
Server-side http General form of http response/request GET request method POST request method Responses Servlet support.
Kevin Pheasey.  Introduction  Related Work  How the language was implemented  Main concepts of query language  Test.
Silent Spaces Steven Danneman Ryan Phillips Lam Nguyen Burt Bielicki.
The process of establishing a connection between a client and a server is called as Client – Server communication.
IT Brazil Application Architecture GI3 – Suggested SMS Architecture Overview V1.
Math Expression Evaluation With RegEx and Finite State Machines.
Fun Finder Christopher Fitzner. Operational Concepts Find Relative Locations from yourself to other mobile client users and points of interest (POI) in.
What is your plan or Idea.. Website Design Branding Service Analytics Customer management Social marketing SEO.
Multilevel Marketing Tree Viewer
What do you Wanna Do? The LCO Overview.
FileSpot Collaborative File Manager
Final Fantasy ½: LCO Overview
Anav Silverman Dave Dearing
Scheduler 1.0 By Vipul Sabhaya Udam Dewaraja.
Design and Maintenance of Web Applications in J2EE
Project Proposal James Crompton Hendry Prasetyo 11/11/2018 CSE403.
Life Cycle Objectives By James Lee and Matt Higgins
Remote User Tracking Life Cycle Objectives
CSE 403 Lifecycle Objectives LCO Vijay Mani &Travis Krick
پروتكل آموزش سلامت به مددجو
PhoNET Voice based web access ASWIN.P S3 EC ROLL : 24.
Don Le Kunal Walia CSE 403 Group J
CSE 403 Group D Eric Chu Jordan Kiang
CellMap Erik Curre Taj Isono.
Back to Table of Contents

Your friendly UW Classroom Finder
TravelWiz Dinh Lam David Tran 12/27/2018 CSE 403.
Wireless Hotspot Locator
Brian Kotek INDUS Corporation
Vivek Rajkumar Abhinav Jain
LCO Review By Crystal Hoyer and Benjamin Irwin
Clayton Chang, Justin McCarron, Vincent Pai
Online Multilevel Media Sharing
Phone no. (00966) Visit at
University of Washington, Autumn 2018
BULK SMS Bulk Sms Service Bulk Sms Provider Bulk Sms Gateway Bulk Sms Software.
An Application for Small to Medium Scale Intra-Group Communication
ບົດທີ10 ກົນລະຍຸດໃນການສ້າງລະບົບ (Systems Building Approaches)
Presentation transcript:

Driving Directions via Mapquest Get directions from anywhere to anywhere on your cell phone

Operational Concepts Gets driving directions just like on mapquest.com Marketed towards end consumers Doesn’t display maps – just text directions

System Requirements Cell phone Supports java Has internet/server access Mapquest must be online

System Architecture Midlet inputs query from user Midlet sends query to servlet Servlet sends query to mapquest.com Mapquest.com returns directions to servlet Servlet parses directions, returns them to midlet Midlet displays directions for user

Lifecycle Plan Small initial development Midlet is very simple Servlet has some complexity, but is very feasible given the short time frame Future support could be problematic Mapquest may change its query format, requiring changes to the servlet

Feasibility Rationale This idea is feasible Servlet prototype went smoothly – the data we need is easily accessible Parsing may be tricky, but is doable There is a market for this product