Java Desktop Application + WebService + PostgreSQL
843810Jul 30 2010 — edited Jul 31 2010I'm trying to build a library application using WebService that fetches data from PostgreSQL. Anyone knows how to fetch a table from the PostgreSQL table and append it in a JTable? I'm trying to do this using a WebService operation, not by binding data to the JTable. I'm confused on what data type should be used to capture the fetched PostgreSQL table and how to append them into the JTable. Any help would be appreciated. Thank you very much.