Web Start anyone?

G

Guest

At the risk of a religious war, I'm trying to get feedback on the [longer
term] viability of using Sun's Web Start to facilitate Java on the desktop.

Years back, we were heavily invested in Applets, which obviously have fallen
out of vogue. When Web Start technology became main-stream, we had no cause
to use it for commercial solutions. We now are looking seriously at several
option for multi-platform desktop / client support ... prefering the richness
of a traditional GUI over the web but cannot overlook AJAX as a viable option.

Googling leads to countless unrelated posts. Is it possible to get quality
feedback on this; that is traditional GUIs vs Web for application interfaces.
Obviously everyone wants web, but given the responsive nature of traditonal
GUI apps, I / we suspect that these would be welcomed over HTML.

Hoping to get feedback without rat-holes.

Thanx in advance.

Phi
 
A

Andrew Thompson

No-Spam at No-Spam.com said:
At the risk of a religious war,

There is always a risk of that, when cross-posting to
c.l.j.advocacy, which is more geared to 'arguments as
to who's/what is better'.

Note that c.l.j.developer is not carried by as many servers
as c.l.j.programmer, and is not one of the major java groups,
see list of the major groups here..
...I'm trying to get feedback on the
[longer term] viability of using Sun's Web Start to facilitate Java on
the desktop.

I think Sun's support of Webstart is about as assured as
their support of Java itself - take that as you will.
.....
...We now are looking
seriously at several option for multi-platform desktop / client support
... prefering the richness of a traditional GUI over the web but cannot
overlook AJAX as a viable option.

What I would want to know is, what is the Java
dependent thick client bringing to the application
that HTML/JS/Ajax lacks?

JS/HTML based GUI's can be quite slick, and are
often quicker to download and start-up. Only if
the GUI was so complex that it outstripped what might
be achieved with DHTML, or that the download of
supporting JS becomes larger that the classes, would
I seriously look to the Java GUI.
Hoping to get feedback without rat-holes.

What is a 'rat-hole'?
 
M

Mark Thornton

No-Spam at No-Spam.com said:
At the risk of a religious war, I'm trying to get feedback on the
[longer term] viability of using Sun's Web Start to facilitate Java on
the desktop.

In my experience, the latest version of WebStart works very well. I
would expect it to remain as long as Java does.

Mark Thornton
 
R

Roedy Green

At the risk of a religious war, I'm trying to get feedback on the [longer
term] viability of using Sun's Web Start to facilitate Java on the desktop.

Let's say Sun drops the ball on Java Web Start. Your apps STILL work
fine as ordinary apps. You just have to buy an installer such as
ZeroG or compile them with Jet and use their installer.

As they get he kinks ironed out, it is so much better than any other
way of distributing code. JAWS's biggest problem is most people don't
know how easy it is.
 
S

Scott Ellsworth

Andrew Thompson said:
What I would want to know is, what is the Java
dependent thick client bringing to the application
that HTML/JS/Ajax lacks?

JS/HTML based GUI's can be quite slick, and are
often quicker to download and start-up. Only if
the GUI was so complex that it outstripped what might
be achieved with DHTML, or that the download of
supporting JS becomes larger that the classes, would
I seriously look to the Java GUI.

I have found, though, that getting a good ui together with AJAX is
harder than building one with Swing. I suspect that will change - Swing
has been out a while and has a head start - but for the short term, I
would fear having to build all of my UI based on client side javascript.

Scott
 
S

Steve Sobol

Scott said:
I have found, though, that getting a good ui together with AJAX is
harder than building one with Swing. I suspect that will change - Swing
has been out a while and has a head start - but for the short term, I
would fear having to build all of my UI based on client side javascript.

I have yet to try any AJAX projects, although I'd like to mess around with
AJAX - but I don't see why you couldn't build "dialogs" and "windows" using
HTML DIVs and show and hide them when necessary. I don't think it's
necessarily a big deal.
 
A

Andrew Thompson

Steve said:
I have yet to try any AJAX projects, although I'd like to mess around
with AJAX - but I don't see why you couldn't build "dialogs" and
"windows" using HTML DIVs and show and hide them when necessary. I don't
think it's necessarily a big deal.

(chuckles) showing and hiding page elements is harder though, than..

window.alert( "The message is.." );
 
T

The Ghost In The Machine

In comp.lang.java.advocacy, Andrew Thompson
<[email protected]>
wrote
(chuckles) showing and hiding page elements is harder though, than..

window.alert( "The message is.." );

Not much harder. Now getting them in the right place... :)
 
S

Scott Ellsworth

Steve Sobol said:
I have yet to try any AJAX projects, although I'd like to mess around with
AJAX - but I don't see why you couldn't build "dialogs" and "windows" using
HTML DIVs and show and hide them when necessary. I don't think it's
necessarily a big deal.

It is certainly possible, but I have found that the toolkits are less
mature. Stuff I would get from the toolbox in swing, I have to write in
Javascript. I am told, though, that the DWR project is trying to expose
Spring beans, which might result in a lot of power being built in at the
framework level.

Scott
 
S

Steve Sobol

Scott said:
It is certainly possible, but I have found that the toolkits are less
mature. Stuff I would get from the toolbox in swing, I have to write in
Javascript.

Sure, but as you just said, it's a question of maturity. AJAX hasn't been
around for anywhere near as long as Swing has, or even as long as newer
toolkits like SWT.
I am told, though, that the DWR project is trying to expose
Spring beans, which might result in a lot of power being built in at the
framework level.

That'll be interesting to play with. I haven't messed around with Spring yet.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,266
Messages
2,571,082
Members
48,773
Latest member
Kaybee

Latest Threads

Top