Skip to Main Content

Java SE (Java Platform, Standard Edition)

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Java Desktop Application + WebService + PostgreSQL

843810Jul 30 2010 — edited Jul 31 2010
I'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.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 28 2010
Added on Jul 30 2010
2 comments
241 views