JNLP instead of WebApplication for financial application

Hi all.I develop financial application.Sometimes I have to write much code in WebApplication that in java application I can write no code.So, I like to know what about write a WAN financial application instead write webapplication.Thank you.
[276 byte] By [maxsofta] at [2007-11-27 5:31:22]
# 1
It's not really hard, I'm sure... but...What I don't understand is what you think in a "java application I can write no code". Where is this mysterious application coming from?
bsampieria at 2007-7-12 14:56:29 > top of Java-index,Java Essentials,Java Programming...
# 2

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

maxsofta at 2007-7-12 14:56:29 > top of Java-index,Java Essentials,Java Programming...
# 3

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.

bsampieria at 2007-7-12 14:56:30 > top of Java-index,Java Essentials,Java Programming...
# 4
well.thank you very much.Sometimes I think that was better 10years ago.;)byeWe need a different browser,actual browser is for multimedia,we need browser for develop financial application.
maxsofta at 2007-7-12 14:56:30 > top of Java-index,Java Essentials,Java Programming...