I have a JPA data object from a table that includes longitude, latitude, location name among other data. I need to display multiple google map markers on a JSF webpage. I will be very grateful for a solution, a working sample will be very nice. Alternatively, a JSF managed bean method sample to help me solve this will be good.
Asked
Active
Viewed 1,089 times
-1
-
1) What have you tried? What is the **concrete** issue you are having? – SJuan76 May 10 '13 at 17:17
-
2) Do not mix questions: It is a question about JPA? About JSF? About Google Maps? – SJuan76 May 10 '13 at 17:17
1 Answers
0
YOu could read them into in a array and then use the answer here. But there is a better demo here (JSF) and here this blog deals with jpa https://blogs.oracle.com/alexismp/entry/mashup_explanation_part_i
also i found a very good code sample for jsf

Community
- 1
- 1

Rachel Gallen
- 27,943
- 21
- 72
- 81