On Wed, 07 Dec 2011 13:51:30 +0100, Ricky Clarkson
<[email protected]> wrote:
Part 1 is achievable with Java Web Start. Nobody needs Eclipse or
Netbeans.
To be more precise :-) you can perfectly do the thing with JWS and you
need Eclipse or NetBeans only if you additionally want the update control
to be exposed to the user (e.g., you can have an update center with a nice
UI where you can choose what to update - can be a bad idea in an
enterprise).
A third reason, you want your app to run anywhere and it needs features
not available to webapps.
Exactly. For instance you need computationally intensive clients with
multithreading.
While it's correct that often there aren't strict WORA needs in deployment
(usually you control all the clients, so they are e.g. all Windows, or all
Linux, or all Mac OS X), the typical benefit of WORA is that you can
develop with a different platform than production without much hassle. For
what I can say, I often see developers using Linux and deployment to
Windows.
--
Fabrizio Giudici - Java Architect, Project Manager
Tidalwave s.a.s. - "We make Java work. Everywhere."
[email protected]
http://tidalwave.it - http://fabriziogiudici.it
--
You received this message because you are subscribed to the Google Groups "The Java
Posse" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/javaposse?hl=en.