AppletTalk.com Forum Index AppletTalk.com
Java discussions newsgroups
 
Archives   FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Web Start anyone?

 
Post new topic   Reply to topic    AppletTalk.com Forum Index -> comp.lang.java.developer
View previous topic :: View next topic  
Author Message
No-Spam at No-Spam.com
Guest





PostPosted: Sat Nov 05, 2005 10:50 am    Post subject: Web Start anyone? Reply with quote



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



Posted Via Usenet.com Premium Usenet Newsgroup Services
----------------------------------------------------------
** SPEED ** RETENTION ** COMPLETION ** ANONYMITY **
----------------------------------------------------------
http://www.usenet.com
Back to top
Andrew Thompson
Guest





PostPosted: Sat Nov 05, 2005 11:41 am    Post subject: Re: Web Start anyone? Reply with quote



No-Spam at No-Spam.com wrote:

Quote:
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..
<http://www.physci.org/codes/javafaq.jsp#groups>

Quote:
...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.
.....
Quote:
...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.

Quote:
Hoping to get feedback without rat-holes.

What is a 'rat-hole'?
Back to top
Mark Thornton
Guest





PostPosted: Sat Nov 05, 2005 1:51 pm    Post subject: Re: Web Start anyone? Reply with quote



No-Spam at No-Spam.com wrote:
Quote:
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
Back to top
Roedy Green
Guest





PostPosted: Sat Nov 05, 2005 2:45 pm    Post subject: Re: Web Start anyone? Reply with quote

On Fri, 04 Nov 2005 23:50:20 -0600, No-Spam at No-Spam.com
<nospam (AT) nospam (DOT) com> wrote, quoted or indirectly quoted someone who
said :

Quote:
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.
--
Canadian Mind Products, Roedy Green.
http://mindprod.com Java custom programming, consulting and coaching.
Back to top
Scott Ellsworth
Guest





PostPosted: Tue Nov 08, 2005 1:07 am    Post subject: Re: Web Start anyone? Reply with quote

In article <zuYaf.9158$Hj2.9082@news-server.bigpond.net.au>,
Andrew Thompson <seemysites (AT) www (DOT) invalid> wrote:

Quote:
No-Spam at No-Spam.com wrote:

...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.

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

--
Scott Ellsworth
scott (AT) alodar (DOT) nospam.com
Java and database consulting for the life sciences
Back to top
Steve Sobol
Guest





PostPosted: Tue Nov 08, 2005 10:42 am    Post subject: Re: Web Start anyone? Reply with quote

Scott Ellsworth wrote:

Quote:
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.

--
Steve Sobol, Professional Geek 888-480-4638 PGP: 0xE3AE35ED
Company website: http://JustThe.net/
Personal blog, resume, portfolio: http://SteveSobol.com/
E: sjsobol (AT) JustThe (DOT) net Snail: 22674 Motnocab Road, Apple Valley, CA 92307
Back to top
Andrew Thompson
Guest





PostPosted: Tue Nov 08, 2005 10:59 am    Post subject: Re: Web Start anyone? Reply with quote

Steve Sobol wrote:

Quote:
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.." );
Back to top
The Ghost In The Machine
Guest





PostPosted: Tue Nov 08, 2005 10:00 pm    Post subject: Re: Web Start anyone? Reply with quote

In comp.lang.java.advocacy, Andrew Thompson
<seemysites (AT) www (DOT) invalid>
wrote
on Tue, 08 Nov 2005 05:59:02 GMT
<G8Xbf.11500$Hj2.11402@news-server.bigpond.net.au>:
Quote:
Steve Sobol wrote:

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.." );

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

--
#191, ewill3 (AT) earthlink (DOT) net
It's still legal to go .sigless.
Back to top
Scott Ellsworth
Guest





PostPosted: Wed Nov 09, 2005 3:46 am    Post subject: Re: Web Start anyone? Reply with quote

In article <dkpdqr$n02$1 (AT) ratbert (DOT) glorb.com>,
Steve Sobol <sjsobol (AT) JustThe (DOT) net> wrote:

Quote:
Scott Ellsworth wrote:

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.

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

--
Scott Ellsworth
scott (AT) alodar (DOT) nospam.com
Java and database consulting for the life sciences
Back to top
Steve Sobol
Guest





PostPosted: Wed Nov 09, 2005 7:13 am    Post subject: Re: Web Start anyone? Reply with quote

Andrew Thompson wrote:

Quote:
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.." );

well, yeah it is. :>

--
Steve Sobol, Professional Geek 888-480-4638 PGP: 0xE3AE35ED
Company website: http://JustThe.net/
Personal blog, resume, portfolio: http://SteveSobol.com/
E: sjsobol (AT) JustThe (DOT) net Snail: 22674 Motnocab Road, Apple Valley, CA 92307
Back to top
Steve Sobol
Guest





PostPosted: Wed Nov 09, 2005 7:16 am    Post subject: Re: Web Start anyone? Reply with quote

Scott Ellsworth wrote:

Quote:
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.

Quote:
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.



--
Steve Sobol, Professional Geek 888-480-4638 PGP: 0xE3AE35ED
Company website: http://JustThe.net/
Personal blog, resume, portfolio: http://SteveSobol.com/
E: sjsobol (AT) JustThe (DOT) net Snail: 22674 Motnocab Road, Apple Valley, CA 92307
Back to top
Display posts from previous:   
Post new topic   Reply to topic    AppletTalk.com Forum Index -> comp.lang.java.developer All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2006 phpBB Group
SEO toolkit © 2004-2006 webmedic.