Hello all,
I just used spring roo to come up with a sample application (which stores an entity with GPS coordinates). I was looking into integrating Google Maps with the application.
Since it is rather easy to expose your POJO methods as JavaScript using DWR and use them with other javascript stuff (like GMaps, I have done some thing similar before in an application already setup with DWR and Spring 2.5 some time back) I thought I give Spring 3.0 and DWR 3.0 a try.
I have searched for a concrete example but there is none using the version numbers I am interested in
I used this link in the beginning
http://www.codercorp.com/blog/spring...notations.html
and then looked up and found
http://www.butterdev.com/category/dwr/
The problem is that the current setup (which is good enough as far as I am concerned) uses aspectJ to auto generate stuff which I was used to in service and dao layers. So I am not sure how to use annotations in this scheme (where does @Service come, if there should be one?)
I plan on paying more attention to generated code later, but for now I just needed to do a small prototype Maps application
Alternatively you can suggest other ways to easily integrated GMaps (with dynamic content, two way, i.e. retrieval and saving of data on a map)
--
Hatim


Reply With Quote
