-
Google Maps for JSF (GMaps4JSF) 1.1 is released (8 messages)
- Posted by: Hazem Saleh
- Posted on: September 22 2008 02:39 EDT
GMaps4JSF aims at integrating Google maps with JSF. JSF users will be also able to construct complex StreetViewPanoramas and Maps with just few JSF tags. GMaps4JSF is one of the JSF Mashups libraries that enables JSF users to build web 2.0 mashup applications in JSF easily. GMaps4JSF provides JSF tags that make it easy to: * Create the map using (latitude and longitude) or (address). * Add marker(s) to the map. * Add information text(s) to the map. * Add control(s) to the map. * Create event listener(s) on the map objects. * Draw polyline(s) on the map. * Draw polygon(s) on the map. * Add groundOverlay(s) on the map. * Perform different operations on the map like zooming in and out, switching between map types, ...etc. * Create a Streetview Panorama and integrate it simply with the map. GMaps4JSF supports Facelets and portlets as well. The Demo: http://mashups.s43.eatj.com/gmaps4jsf-examples/ The library main page: http://code.google.com/p/gmaps4jsf/ The tag library documentation page: http://code.google.com/p/gmaps4jsf/wiki/TagLibraryDocumentation The "How to use the library" page: http://code.google.com/p/gmaps4jsf/wiki/HowToUseTheLibraryThreaded Messages (8)
- Re: Google Maps for JSF (GMaps4JSF) 1.1 is released by Thai Dang Vu on September 22 2008 09:57 EDT
- Re: Google Maps for JSF (GMaps4JSF) 1.1 is released by Hazem Saleh on September 22 2008 13:24 EDT
-
Re: Google Maps for JSF (GMaps4JSF) 1.1 is released by Brandon India on September 23 2008 11:21 EDT
-
Re: Google Maps for JSF (GMaps4JSF) 1.1 is released by Hazem Saleh on September 23 2008 01:03 EDT
- Re: Google Maps for JSF (GMaps4JSF) 1.1 is released by Hazem Saleh on September 23 2008 01:04 EDT
-
Re: Google Maps for JSF (GMaps4JSF) 1.1 is released by Hazem Saleh on September 23 2008 01:03 EDT
-
Re: Google Maps for JSF (GMaps4JSF) 1.1 is released by Brandon India on September 23 2008 11:21 EDT
- Re: Google Maps for JSF (GMaps4JSF) 1.1 is released by Hazem Saleh on September 22 2008 13:24 EDT
- GMaps4JSF and Clustering by Ken T on January 03 2009 22:34 EST
- Re: GMaps4JSF and Clustering by Hazem Saleh on January 05 2009 18:26 EST
- simple jsf2 composite approach by Yannick Majoros on April 12 2010 09:08 EDT
-
Re: Google Maps for JSF (GMaps4JSF) 1.1 is released[ Go to top ]
- Posted by: Thai Dang Vu
- Posted on: September 22 2008 09:57 EDT
- in response to Hazem Saleh
RichFaces has a rich:gmap tag to access the Google Maps API 2. Has anybody used both rich:gmap and GMaps4JSF and cared to give a comparison? Off topic: I looked at one of gmaps4jsf examples and moved the marker to Thanh Pho Ho Chi Minh (Ho Chi Minh city) of Viet Nam. There's a city named Bien Hoa (not Bein Hoa as in Google Maps) north of HCM city. -
Re: Google Maps for JSF (GMaps4JSF) 1.1 is released[ Go to top ]
- Posted by: Hazem Saleh
- Posted on: September 22 2008 13:24 EDT
- in response to Thai Dang Vu
RichFaces has a rich:gmap tag to access the Google Maps API 2. Has anybody used both rich:gmap and GMaps4JSF and cared to give a comparison?
GMaps4JSF is a complete set of JSF components for Google Maps. It contains (map, marker, htmlInformationWindow, streetViewPanorama, eventListener, ...etc) components not just a single map component. For a complete tag library documentation, please check: http://code.google.com/p/gmaps4jsf/wiki/TagLibraryDocumentation Thank you. -
Re: Google Maps for JSF (GMaps4JSF) 1.1 is released[ Go to top ]
- Posted by: Brandon India
- Posted on: September 23 2008 11:21 EDT
- in response to Hazem Saleh
Why not just use GWT? -
Re: Google Maps for JSF (GMaps4JSF) 1.1 is released[ Go to top ]
- Posted by: Hazem Saleh
- Posted on: September 23 2008 13:03 EDT
- in response to Brandon India
Why not just use GWT?
GMaps4JSF aims at integrating Google Maps with JavaServer Faces. -
Re: Google Maps for JSF (GMaps4JSF) 1.1 is released[ Go to top ]
- Posted by: Hazem Saleh
- Posted on: September 23 2008 13:04 EDT
- in response to Hazem Saleh
Hopefully, I will publish an article illustrating the library details.Why not just use GWT?
GMaps4JSF aims at integrating Google Maps with JavaServer Faces. -
GMaps4JSF and Clustering[ Go to top ]
- Posted by: Ken T
- Posted on: January 03 2009 22:34 EST
- in response to Hazem Saleh
Great work! Thanks. I'm going to need to use clustering with GMaps4JSF at some point. I was hoping there was an easy way to do so, either through integrating it with a JS Clusterer or using Java to do the clustering. Do you have any hints on this topic? Do I need to dig through the source code and figure it out myself or is there a known solution to this problem. Thanks again for your work! -
Re: GMaps4JSF and Clustering[ Go to top ]
- Posted by: Hazem Saleh
- Posted on: January 05 2009 18:26 EST
- in response to Ken T
Great work! Thanks.
I did not try it in a clustered environment, Would you please try it and tell us if you face any problems? Thank you.
I'm going to need to use clustering with GMaps4JSF at some point. I was hoping there was an easy way to do so, either through integrating it with a JS Clusterer or using Java to do the clustering.
Do you have any hints on this topic? Do I need to dig through the source code and figure it out myself or is there a known solution to this problem.
Thanks again for your work! -
simple jsf2 composite approach[ Go to top ]
- Posted by: Yannick Majoros
- Posted on: April 12 2010 09:08 EDT
- in response to Hazem Saleh
Hi, here is a simple jsf2 composite approach: http://ymajoros.blogspot.com/2010/04/jsf-2-composite-google-maps-component.html