> tiewknvc9 schrieb:
>> I considered webstart, however I want to be able to push the files onto
>> the users computer as an update.
>
> In short: impossible.
no it is not , but may be ,only if someone does not know what they are doing,
or does not have the background to do it.
> The users computer would have to continuously run a server process, have
> a port open and listen for update calls. You would have to know each and
> every user computer, complete with IP. These requirements are
> incompatible with company networks as well as with home computer setups.
no you do not.
I already do it for our staff in the office , people working at home , and
our staff that are out traveling ,as well as using it for installing the
system , by issuing the user a small "boot-strap" java program &
password.
> In your original message, you said:
>
[quoted text clipped - 3 lines]
>
> You get this for free with webstart.
yes you can use webstart, but it means you need a process to support it.
> Timo
Steve

Signature
NewsGuy.Com 30Gb $9.95 Carry Forward and On Demand Bandwidth
Oliver Wong - 25 Apr 2006 22:50 GMT
>> tiewknvc9 schrieb:
>>> I considered webstart, however I want to be able to push the files onto
[quoted text clipped - 17 lines]
> system , by issuing the user a small "boot-strap" java program &
> password.
When you say "no you do not.", I'm assuming you're refuting the claim
"You would have to know each and every user computer, complete with IP."
How do you do a "push" without knowing the IP?
- Oliver
Timo Stamm - 25 Apr 2006 23:38 GMT
steve schrieb:
>> tiewknvc9 schrieb:
>>> I considered webstart, however I want to be able to push the files onto
>>> the users computer as an update.
>> In short: impossible.
>>
> no it is not
I am sure it is, and your explanation doesn't prove me wrong. You may
not know that "push" has a very concise meaning:
| [...] distribution mechanism where content is delivered to the user at
| the behest of the content provider, rather than at the request of the
| user.
From: http://en.wikipedia.org/wiki/Push_media
It is the opposite of the "pull" or "poll" method, which is used by
WebStart for example.
Timo