<div dir="ltr">Recently I started using PostGIS for my academic project which is a route recommendation system. I have stored the data in the following format.<div><i><br></i></div><div><i>gid=>integer, activity=>varchar(20), geom geometry(Point,4326)</i><br>

</div><div><br></div><div>geometry points are longitude and latitude information, for example if you record your Running activity using a gps device, each point record (longitude & latitude) is stored in the geom column.</div>

<div><br></div><div>I need to find the shortest path(using Dijkistra's) between any two geom points from this data set and I am trying to automate this using some programming language like Java. </div><div><br></div>
<div>
Please can you suggest me how to make use of pgrouting and postgis data to figure out the shortest path. Is there any library available to automate this using Java. I am totally stuck on my project and finally came to know about this mailing list. </div>

<div><br></div><div><div><br></div>-- <br>Thanks and Regards,<div>Raghavan KL</div>
</div></div>