Saturday, April 21, 2007

Final Project

I've been working on the main page of my application...where the salesperson can input their potential client sites.

Wednesday, April 18, 2007

Google Maps

Google Maps has detailed documentation on how to use their map APIs. You can add markers on locations based on lat/lon or address. You can allow the user to drag markers around...I will be incorporating these features in my project.

Saturday, April 14, 2007

Assn 6 / Final Project

For the last assignment, I am learning about servlets.

Pedram has given me approval on my final project idea and I need to find time to keep working on it.

Sunday, April 1, 2007

Final project application

Application for a widget salesperson.
Input potential client name, address, notes, sales amount. It will map out the client locations and put markers where the salesperson needs to go. Each marker will have a tabbed info about the potential client.
Once the salesperson visits the client, he/she will enter the sales amount. He/she can sort the data by sales or name, or just list the names of clients that purchased widgets.

The technologies used will be AJAX (using google web toolkit to compile java to AJAX app), google maps API to map out client locations, and XQuery to sort and pull out data for the salesperson.