Most of the users are familiar to web browser. So my question was
about, between web-app and swing-app, which one should be more secure
and reliable in terms of access. Thanks
> Most of the users are familiar to web browser. So my question was
> about, between web-app and swing-app, which one should be more secure
Swing app. I cannot imagine you could
(reliably) offer secure web access, using
'any old browser that might visit'.
> and reliable in terms of access.
Hard to say. That would depend on the
end users possession of ..
- Swing deployment: a JVM of suitable
minimum version (Java 1.2+, or 1.4+
for better Swing), or the ability to
upgrade if necessary*.
- HTML based web-app.: The variety of
browsers used, each of which might have
there own quirky differences, and bugs.
* Possibly launched using web-start,
for ease of deployment for the user.
Andrew T.