Apr 15 2009

Summary of This Week

Eray

The work done can be listed as follow:

  • Google Map component’s ajax implementation has been replaced with jquery’s ajax handling functions.
  • Google Map component has been embedded into VenueSelection page.
  • VenueSelection page’s parameter passing mechanism implemented.
  • Validators for AddVenue page has been written.
  • AddVenue and UpdateStatus is under construct. I have to work with Gokhan to solve some conflicts.

Apr 9 2009

Google Maps Component

Eray

Google Maps Compoenent is ready to use. I tried to integrate Google Web Toolkit into our project. The method I worked on was to use GWT’s rpc support and then to use the generated stub of it inside jsp. Since it is a very good practice to write platform independent AJAX code in totally JAVA I chose this method by I concluded that it is actually not a good idea.

Therefore, I have written a servlet that returns a JSON object for the server side and I implemented the client-side in JavaScript.


Apr 2 2009

Server communication via Ajax

Eray

I worked on the Ajax support of our Google Maps integration. I am working with Google Web Toolkit’s rpc support. Although it is stated that in its api that serializable classes can be sent via this method and our auto-generated classes take advantage of java’s serializable interface there is a problem. I am going to work on this problem.


Mar 25 2009

Google Maps Integration

Eray

I have written a very basic package for handling Google Maps-User interaction. The main problem is that we need to get advantage of AJAX support for getting venue information from the server. We need to fetch a venue’s information when it’s marker is visible on the map(we should not fetch all of the venues information because of performance issues). I am going to work on this issue.