Philipp Helle

Greenhorn
+ Follow
since Jul 19, 2005
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Philipp Helle

Hi,

I have a Java Application (with Swing) which has to do DB-queries.
Currently the application connects directly to the DB which isn't the best solution because the Application shall also work through firewalls.
My idea is to build a servlet which takes the queries and passes back the results in a CachedRowSet.
Unfortunately I don't have a clue on how to build the servlet especially on how to access the servlets methods from the application.
I'm using Tomcat 5, Java 1.5 and MySQL with Connector/J 3.1 as JDBC driver.
Can anybody please give me a hint on how to start?

Cheers
Philipp