Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.java.programmer > #18501

automatically updating application

Newsgroups comp.lang.java.programmer
Date 2012-09-01 11:49 -0700
Message-ID <a7c9a1eb-e67f-4bb4-a406-348a0714a588@googlegroups.com> (permalink)
Subject automatically updating application
From razor <lukasz.tolwinski@gmail.com>

Show all headers | View raw


Hi. 
I'm developing application that has to automatically update. 
Now it works as a windows service (using prunsrv http://commons.apache.org/daemon/procrun.html ) 
I'm wondering if you have any ideas that will help  

the plan is much about: 
1. application downloads update package 
2. application runs update package and ends itself 
3. update package do update (java classes or maybe a script ? ) 
4. update package ends and starts application (starts windows service) 

using java during update is easy/comfortable ? or maybe some kind of scripts? BeanShell? (i don't want to learn a new scripting language - i don't have a time for this  ) 
are there any advantages of using scripting languages? (over plain java)

Back to comp.lang.java.programmer | Previous | NextNext in thread | Find similar | Unroll thread


Thread

automatically updating application razor <lukasz.tolwinski@gmail.com> - 2012-09-01 11:49 -0700
  Re: automatically updating application Arne Vajhøj <arne@vajhoej.dk> - 2012-09-01 15:31 -0400
  Re: automatically updating application Eric Sosman <esosman@ieee-dot-org.invalid> - 2012-09-01 17:15 -0400
    Re: automatically updating application "John B. Matthews" <nospam@nospam.invalid> - 2012-09-01 18:14 -0400
    Re: automatically updating application Arne Vajhøj <arne@vajhoej.dk> - 2012-09-01 18:25 -0400
  Re: automatically updating application Roedy Green <see_website@mindprod.com.invalid> - 2012-09-02 02:12 -0700

csiph-web