web start

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • John Fabiani

    web start

    In the Java world they have a way to start and update programs using web
    start. Is there something like web start for Python?
    --
    John Fabiani
  • Nuff Said

    #2
    Re: web start

    On Fri, 30 Apr 2004 18:49:57 +0000, John Fabiani wrote:
    [color=blue]
    > In the Java world they have a way to start and update programs using web
    > start. Is there something like web start for Python?[/color]

    If you feel comfortable in the Java world (?), then you might
    consider to use Jython. (Google for *Jython "web start"* and
    you will find some information this approach.)

    HTH, Nuff.

    Comment

    • John Fabiani

      #3
      Re: web start

      Nuff Said wrote:
      [color=blue]
      > On Fri, 30 Apr 2004 18:49:57 +0000, John Fabiani wrote:
      >[color=green]
      >> In the Java world they have a way to start and update programs using web
      >> start. Is there something like web start for Python?[/color]
      >
      > If you feel comfortable in the Java world (?), then you might
      > consider to use Jython. (Google for *Jython "web start"* and
      > you will find some information this approach.)
      >
      > HTH, Nuff.[/color]
      Not really. But I like python. I'm just looking for a way to deploy my
      apps (including updates) without the user going thru all the normal
      garbage.
      --
      John Fabiani

      Comment

      Working...