The Artima Developer Community
Sponsored Link

Java Community News
Is Java more efficient than Ajax for advanced web apps?

16 replies on 2 pages. Most recent reply: Feb 2, 2007 7:13 PM by Chris Bartling

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 16 replies on 2 pages [ « | 1 2 ]
Kris Zyp

Posts: 2
Nickname: kriszyp
Registered: Nov, 2006

Re: Is Java more efficient than Ajax for advanced web apps? Posted: Jan 30, 2007 8:36 AM
Reply to this message Reply
Advertisement
When it comes to performance, there is more than just the transfer that is important. Our clients have consistently wanted to avoid applets because of the several second delay needed for the JVM to start. Ajax doesn't experience this problem, the JS VM is always ready to go. Sure, if you have already visited a site that has an applet, the JVM doesn't need to load, but those sites are increasingly rare, because so much of the web is moving to Ajax.

Chris Bartling

Posts: 1
Nickname: cebartling
Registered: Nov, 2005

Re: Is Java more efficient than Ajax for advanced web apps? Posted: Feb 2, 2007 7:13 PM
Reply to this message Reply
Look where MS is going. If you've seen WPF running as an XBAP in IE, then I think you might find your answer. Microsoft is directly targeting Adobe Flash and to a lesser extent Java applets and Java Web Start for "rich Internet applications".

AJAX doesn't cut it for very complex applications. It's a mish-mash of technologies that does not scale for enterprise type apps (i.e. healthcare management applications). Interestingly, I think Java applets and Java Web Start may get another look in these new RIA times. Java 6 rocks for Swing support and having done some WPF programming, Java does have some advantages here (partial trust issues with WPF come to mind immediately). Hopefully a new Swing book from the SwingX guys (Chet Haase, et al.) helps the Java cause.

Microsoft sees the long term future with WPF and WPF/E. Don't be fooled by their recent ASP.NET AJAX release. WPF is where it's at.

-- chris --

Flat View: This topic has 16 replies on 2 pages [ « | 1  2 ]
Topic: Romain Guy on Filthy Rich Clients Previous Topic   Next Topic Topic: OpenToro 4.0 Final Released

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use