[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: patch build, release management tool
I would use Java Web Start.
When you figure out how to use it, you will see that, in your case, you have the option of using a single jnlp file to deploy several jars. Or, you can create a hierarchy of jnlp-jars which is more manageable for a large number of jars.
>
> From: <george_wang@bellsouth.net>
> Date: 2003/08/20 Wed PM 11:31:40 EDT
> To: <ajug-members@www.ajug.org>
> Subject: patch build, release management tool
>
> Hi,
>
> We have a web application that will be installed on our clients sites. Some of our clients only have slow internet connection (dialup).
>
> The idea is to build a system/tool that can update the application but only download the patch files that are necessary.
>
> Any thoughts, help, references, available tools (open source or not)?
>
> Thanks,
> george
>
>