-1

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.

Kara
  • 6,115
  • 16
  • 50
  • 57
Kwesi Aryee
  • 310
  • 2
  • 15

1 Answers1

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