I mean for example,
open another frame to make some database operation, or selecting from a table.
In web application you need write more code.
and other problem that in java application dont exist.
I dont know how to intercat with server database.
Directly or with webServices ?
directly I 'm afraid security problem.
thank you
I probably would not let an app on someone's desktop connect directly to a database on your server. Generally, I'd have another server that exposes some standard functions (perhaps a web server, perhaps something custom) that your desktop app talks to.
But all the same problems exist regardless. They just look slightly different.