Hi
What is the current popular way of deploying a Java application on different
platforms? The first thing that comes to mind is an executable Jar.
Sharp Tool
Sharp Tool - 01 Nov 2005 09:58 GMT
> Hi
>
> What is the current popular way of deploying a Java application on different
> platforms? The first thing that comes to mind is an executable Jar.
>
> Sharp Tool
A Java web service is also another option.
But that requires a Web server and persistent internet connection.
Thats a costly overhead.
Sharp Tool
Roedy Green - 01 Nov 2005 11:24 GMT
On Tue, 01 Nov 2005 08:39:42 GMT, "Sharp Tool"
<sharp.tool@bigpond.net.au> wrote, quoted or indirectly quoted someone
who said :
>What is the current popular way of deploying a Java application on different
>platforms? The first thing that comes to mind is an executable Jar.
You can do it in many ways. See
http://mindprod.com/jgloss/installer.html
the easiest three are:
Applet
JAWS
jar.

Signature
Canadian Mind Products, Roedy Green.
http://mindprod.com Java custom programming, consulting and coaching.
pkriens - 02 Nov 2005 10:23 GMT
It depends on what your application does. If it is an application that
gets started/stopped by the user an executable JAR file works fine. If
people have Java correctly installed it will be clickable.
If you want to be able to remotely manage your applications
(update/install/uninstall) when deployed, you might want to take a look
at the OSGi service platform. This platform is used as the foundation
of Eclipse and is becoming popular in Apache as well as many commercial
applications. When you want to know more:
http://www.aqute.biz/vendors.html