Hi,
I have a spatial database in Postgres/PostGIS and SQL queries developed to manipulate the data. Now I want to build a GUI (user interface) with help of JAVA, JAI on NetBeans. I would like to know if there is a way to access and manipulate data in Postgres database using already developed SQL queries without having to code the queries in java. Simply call the query and run it in database via JDBC.
Thanks
Varu