Desktop to database

Hello, i am newbieCurently iam designing a java desktop App that needs to query a database in a server (like yahoo mesenger). How can i make this posible (and safe) ? Thanks
[194 byte] By [twintriodea] at [2007-10-2 22:17:58]
# 1
It is possible through JDBC and you can make it "safe" by using servlets to access your data so your client never sees anything having to do with links to your database.
morgalra at 2007-7-14 1:35:05 > top of Java-index,Desktop,Developing for the Desktop...