<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Java Plugin: The Kernel is back</title>
	<atom:link href="http://ajaxian.com/archives/java-plugin-the-kernel-is-back/feed" rel="self" type="application/rss+xml" />
	<link>http://ajaxian.com/archives/java-plugin-the-kernel-is-back</link>
	<description>Cleaning up the web with Ajax</description>
	<lastBuildDate>Thu, 17 May 2012 07:43:39 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: xcolwell</title>
		<link>http://ajaxian.com/archives/java-plugin-the-kernel-is-back/comment-page-1#comment-263928</link>
		<dc:creator>xcolwell</dc:creator>
		<pubDate>Sun, 18 May 2008 06:48:13 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/java-plugin-the-kernel-is-back#comment-263928</guid>
		<description>I&#039;m surprised how little attention architecture gets when comparing performance between platforms. JS and Flash force asynchronous APIs, which best suits UIs. Swing is default synchronous, which makes it easy  for &quot;unbounded&quot; code to slip and insidiously chug the UI. I think it&#039;s fair to say that the APIs of JS and Flash are better architected for responsive UIs. However, in the space of computing, I think Java is a far superior platform. I&#039;m curious what programs people think are good examples of Flash or JS applications ... 

Two years from now I think people will realize how superior OGL is for 2d graphics than anything else available. If you compare what can be done in Processing versus Flash for example, you&#039;ll see the difference.

While I think it&#039;s ridiculous to compare implementations instead of architectures, I think it&#039;s important to note that VS (2005 is my reference) is not as powerful as Eclipse. I also think the latest Eclipse made some (innovative) performance mistakes in their refactoring and template UIs, using linked text areas.

I guess what I&#039;m trying to say nothing else comes close to what&#039;s been happening on the Java platform, and I hope it continues.</description>
		<content:encoded><![CDATA[<p>I&#8217;m surprised how little attention architecture gets when comparing performance between platforms. JS and Flash force asynchronous APIs, which best suits UIs. Swing is default synchronous, which makes it easy  for &#8220;unbounded&#8221; code to slip and insidiously chug the UI. I think it&#8217;s fair to say that the APIs of JS and Flash are better architected for responsive UIs. However, in the space of computing, I think Java is a far superior platform. I&#8217;m curious what programs people think are good examples of Flash or JS applications &#8230; </p>
<p>Two years from now I think people will realize how superior OGL is for 2d graphics than anything else available. If you compare what can be done in Processing versus Flash for example, you&#8217;ll see the difference.</p>
<p>While I think it&#8217;s ridiculous to compare implementations instead of architectures, I think it&#8217;s important to note that VS (2005 is my reference) is not as powerful as Eclipse. I also think the latest Eclipse made some (innovative) performance mistakes in their refactoring and template UIs, using linked text areas.</p>
<p>I guess what I&#8217;m trying to say nothing else comes close to what&#8217;s been happening on the Java platform, and I hope it continues.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pugmaster</title>
		<link>http://ajaxian.com/archives/java-plugin-the-kernel-is-back/comment-page-1#comment-262892</link>
		<dc:creator>pugmaster</dc:creator>
		<pubDate>Wed, 16 Apr 2008 21:42:48 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/java-plugin-the-kernel-is-back#comment-262892</guid>
		<description>It is a well known problem that applets do not obey the proper z-ordering of HTML elements in the browser. The root cause is that applets are a heavyweight OS-level component and inherently overlay all content underneath them. Flash content can specify wmode=&quot;transparent&quot; to attain proper z-ordering support, though there is a performance penalty for doing so. The new Java Plug-In should support a similar parameter though again there might be a performance penalty for doing so.

Does anyone know if this problem is fixed? It is a real showstopper in using Java applets with Ajax.</description>
		<content:encoded><![CDATA[<p>It is a well known problem that applets do not obey the proper z-ordering of HTML elements in the browser. The root cause is that applets are a heavyweight OS-level component and inherently overlay all content underneath them. Flash content can specify wmode=&#8221;transparent&#8221; to attain proper z-ordering support, though there is a performance penalty for doing so. The new Java Plug-In should support a similar parameter though again there might be a performance penalty for doing so.</p>
<p>Does anyone know if this problem is fixed? It is a real showstopper in using Java applets with Ajax.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Snyke</title>
		<link>http://ajaxian.com/archives/java-plugin-the-kernel-is-back/comment-page-1#comment-262828</link>
		<dc:creator>Snyke</dc:creator>
		<pubDate>Tue, 15 Apr 2008 01:58:56 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/java-plugin-the-kernel-is-back#comment-262828</guid>
		<description>The neverending language comparisons are as old as programming itself, and are more a matter of personal choice, than hard facts it seems. Equally so the rants about java&#039;s slowness. 
I&#039;m excited at these news as it means that my expertise in java, coming mainly from enterprise applications, can also be applied on the user front should the java kernel really succeed ^^</description>
		<content:encoded><![CDATA[<p>The neverending language comparisons are as old as programming itself, and are more a matter of personal choice, than hard facts it seems. Equally so the rants about java&#8217;s slowness.<br />
I&#8217;m excited at these news as it means that my expertise in java, coming mainly from enterprise applications, can also be applied on the user front should the java kernel really succeed ^^</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cromwellian</title>
		<link>http://ajaxian.com/archives/java-plugin-the-kernel-is-back/comment-page-1#comment-262826</link>
		<dc:creator>cromwellian</dc:creator>
		<pubDate>Mon, 14 Apr 2008 20:37:25 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/java-plugin-the-kernel-is-back#comment-262826</guid>
		<description>Well, to some extent, I would not expect VS to run slower than Java, because VS is not garbage collected, and IDEs tend to have large amounts of heap representing parse trees and type databases, and each time a new file is opened, you end up having more tenured heap space allocated, and GCs in the tenured heap can seriously effect UI responsiveness if you don&#039;t tune the JVM parameters.

Moreover, in my experience, VS does alot less work than IDEA or Eclipse when it comes to maintaining a synchronized view of your entire project, as the latter build and whole massive indexes of the project, every class, every method, every identifier, every type, to provide fast navigation, usage-finding, search, on-the-fly code analysis, and refactoring. You need something like Resharper in VS to even begin to approach what Eclipse and IDEA offer. IDEA for example is running like 500 code inspections every time you type something, and Eclipse is recompiling your code constantly.  Maybe if someone implements an IDE as simple as VS in Java (jEdit?) we can have a more accurate comparison.

As to why I compared Java to Javascript, another user Joeri brought it up. The point is, Java execution at lighting fast, the idea that it&#039;s slow is a myth, benchmarks bare this out. Java gives a bad end user impression because of a) slow install time b) slow startup time and c) a UI library that suffers from &quot;overdesign&quot;.  The Java6  update is trying to solve a) and b). c) isn&#039;t going to be solved anytime soon.</description>
		<content:encoded><![CDATA[<p>Well, to some extent, I would not expect VS to run slower than Java, because VS is not garbage collected, and IDEs tend to have large amounts of heap representing parse trees and type databases, and each time a new file is opened, you end up having more tenured heap space allocated, and GCs in the tenured heap can seriously effect UI responsiveness if you don&#8217;t tune the JVM parameters.</p>
<p>Moreover, in my experience, VS does alot less work than IDEA or Eclipse when it comes to maintaining a synchronized view of your entire project, as the latter build and whole massive indexes of the project, every class, every method, every identifier, every type, to provide fast navigation, usage-finding, search, on-the-fly code analysis, and refactoring. You need something like Resharper in VS to even begin to approach what Eclipse and IDEA offer. IDEA for example is running like 500 code inspections every time you type something, and Eclipse is recompiling your code constantly.  Maybe if someone implements an IDE as simple as VS in Java (jEdit?) we can have a more accurate comparison.</p>
<p>As to why I compared Java to Javascript, another user Joeri brought it up. The point is, Java execution at lighting fast, the idea that it&#8217;s slow is a myth, benchmarks bare this out. Java gives a bad end user impression because of a) slow install time b) slow startup time and c) a UI library that suffers from &#8220;overdesign&#8221;.  The Java6  update is trying to solve a) and b). c) isn&#8217;t going to be solved anytime soon.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: posure</title>
		<link>http://ajaxian.com/archives/java-plugin-the-kernel-is-back/comment-page-1#comment-262813</link>
		<dc:creator>posure</dc:creator>
		<pubDate>Mon, 14 Apr 2008 15:41:42 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/java-plugin-the-kernel-is-back#comment-262813</guid>
		<description>@cromwellian
You may well be right about Java&#039;s performance being better than the UI seems, but when Eclipse is running so slow that it ruins my productivity when other IDE&#039;s have no problem (Visual Studio is lightning fast) - its hard not to point the blame towards Java. Maybe Eclipse is just badly designed software, who knows (but I don&#039;t think that&#039;s the case). Eclipse + JVM hits around 400mb for the projects I load (along with eating quite a bit of CPU). Firefox isn&#039;t really a good example for memory usage, its such a leak heavy app that I never leave it open for more than a day. However, Opera has been open for about two weeks and is still under 100mb. Also, I don&#039;t know why you&#039;re comparing Java to JavaScript, they&#039;re not intended for the same purposes.</description>
		<content:encoded><![CDATA[<p>@cromwellian<br />
You may well be right about Java&#8217;s performance being better than the UI seems, but when Eclipse is running so slow that it ruins my productivity when other IDE&#8217;s have no problem (Visual Studio is lightning fast) &#8211; its hard not to point the blame towards Java. Maybe Eclipse is just badly designed software, who knows (but I don&#8217;t think that&#8217;s the case). Eclipse + JVM hits around 400mb for the projects I load (along with eating quite a bit of CPU). Firefox isn&#8217;t really a good example for memory usage, its such a leak heavy app that I never leave it open for more than a day. However, Opera has been open for about two weeks and is still under 100mb. Also, I don&#8217;t know why you&#8217;re comparing Java to JavaScript, they&#8217;re not intended for the same purposes.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cromwellian</title>
		<link>http://ajaxian.com/archives/java-plugin-the-kernel-is-back/comment-page-1#comment-262801</link>
		<dc:creator>cromwellian</dc:creator>
		<pubDate>Sat, 12 Apr 2008 22:58:02 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/java-plugin-the-kernel-is-back#comment-262801</guid>
		<description>&quot;but the JVM takes up much more memory than other languages like flash and javascript, which is important for GUI applications.&quot;

And how are you measuring this? Any non-trivial Javascript RIA app running in a web browser like IE or Firefox will easily consume over 200mb of memory, and once it starts leaking memory (as a large chunk of AJAX apps do), that climbs easily to 500mb.

If memory usage is to be the measuring stick, JS for GUI in the Browser fails miserably. To get a very simple application up and running in AJAX, my Firefox will typically consume more memory than an instance of IntelliJ IDEA or Eclipse with a 1,000 + file project loaded.

I routinely develop using Java IDEs on large code bases and when I look at system memory consumption, Firefox is always larger. JS doesn&#039;t even win on codesize. I routinely see packed minified RIA JS apps sending down larger amounts of code than equivalent Java GUIs, think a Java version of ExtJS&#039;s demos would be larger?

RIA AJAX browser apps win IMHO on startup time and ease of development, not on runtime speed or memory efficiency. Flash is memory efficient only insofar as you stay away from DHTML. (I&#039;m not discussing language syntax, I am not fan of Java&#039;s language syntax, I&#039;m talking about maturity and efficiency of execution)</description>
		<content:encoded><![CDATA[<p>&#8220;but the JVM takes up much more memory than other languages like flash and javascript, which is important for GUI applications.&#8221;</p>
<p>And how are you measuring this? Any non-trivial Javascript RIA app running in a web browser like IE or Firefox will easily consume over 200mb of memory, and once it starts leaking memory (as a large chunk of AJAX apps do), that climbs easily to 500mb.</p>
<p>If memory usage is to be the measuring stick, JS for GUI in the Browser fails miserably. To get a very simple application up and running in AJAX, my Firefox will typically consume more memory than an instance of IntelliJ IDEA or Eclipse with a 1,000 + file project loaded.</p>
<p>I routinely develop using Java IDEs on large code bases and when I look at system memory consumption, Firefox is always larger. JS doesn&#8217;t even win on codesize. I routinely see packed minified RIA JS apps sending down larger amounts of code than equivalent Java GUIs, think a Java version of ExtJS&#8217;s demos would be larger?</p>
<p>RIA AJAX browser apps win IMHO on startup time and ease of development, not on runtime speed or memory efficiency. Flash is memory efficient only insofar as you stay away from DHTML. (I&#8217;m not discussing language syntax, I am not fan of Java&#8217;s language syntax, I&#8217;m talking about maturity and efficiency of execution)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: digitalIchi</title>
		<link>http://ajaxian.com/archives/java-plugin-the-kernel-is-back/comment-page-1#comment-262800</link>
		<dc:creator>digitalIchi</dc:creator>
		<pubDate>Sat, 12 Apr 2008 22:29:44 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/java-plugin-the-kernel-is-back#comment-262800</guid>
		<description>The &quot;write once, deploy everywhere&quot; was as much an overstatement as &quot;Mission Accomplished&quot;, but nothing has been created that can run anywhere without some trouble. 
-
Take Ajax as an example; if it wasn&#039;t for the libraries that handle browser compatibilities writing an application that ran everywhere would be difficult.
-
Using Eclipse as an example of Java&#039;s GUI speed problem is somewhat misleading.  Eclipse has millions of lines of code and interfaces to native widgets, I am not sure either Flash or JavaScript has been used to create an application the scale of a Eclipse.</description>
		<content:encoded><![CDATA[<p>The &#8220;write once, deploy everywhere&#8221; was as much an overstatement as &#8220;Mission Accomplished&#8221;, but nothing has been created that can run anywhere without some trouble.<br />
-<br />
Take Ajax as an example; if it wasn&#8217;t for the libraries that handle browser compatibilities writing an application that ran everywhere would be difficult.<br />
-<br />
Using Eclipse as an example of Java&#8217;s GUI speed problem is somewhat misleading.  Eclipse has millions of lines of code and interfaces to native widgets, I am not sure either Flash or JavaScript has been used to create an application the scale of a Eclipse.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: grumpytoad</title>
		<link>http://ajaxian.com/archives/java-plugin-the-kernel-is-back/comment-page-1#comment-262799</link>
		<dc:creator>grumpytoad</dc:creator>
		<pubDate>Sat, 12 Apr 2008 21:06:51 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/java-plugin-the-kernel-is-back#comment-262799</guid>
		<description>I don&#039;t give much merit to sun&#039;s claim &quot;write once, deploy everywhere&quot; - that has not historically held up. platform independence is harder than most java programmers are prepared to admit.
java does well in the programming shootouts, because it has close to native CPU performance, but the JVM takes up much more memory than other languages like flash and javascript, which is important for GUI applications.
I&#039;ve seen some very fast java programs (xalan and nutch for example), but most GUI apps are dog slow (eclipse, you name it).</description>
		<content:encoded><![CDATA[<p>I don&#8217;t give much merit to sun&#8217;s claim &#8220;write once, deploy everywhere&#8221; &#8211; that has not historically held up. platform independence is harder than most java programmers are prepared to admit.<br />
java does well in the programming shootouts, because it has close to native CPU performance, but the JVM takes up much more memory than other languages like flash and javascript, which is important for GUI applications.<br />
I&#8217;ve seen some very fast java programs (xalan and nutch for example), but most GUI apps are dog slow (eclipse, you name it).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cromwellian</title>
		<link>http://ajaxian.com/archives/java-plugin-the-kernel-is-back/comment-page-1#comment-262797</link>
		<dc:creator>cromwellian</dc:creator>
		<pubDate>Sat, 12 Apr 2008 19:22:22 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/java-plugin-the-kernel-is-back#comment-262797</guid>
		<description>@Joeri,
   That&#039;s just not true. Flash and Javascript rely on retained-mode/scenegraph rendering, Java relies on immediate mode rendering. In Swing, when a repaint needs to occur, or hit detection needs to run, Java has to walk the UI graph issuing low-level Java2D calls, which are then translated into native calls.  In Flash or Javascript, if a redraw needs to occur, Display objects or the Document are rerendered with no intervention from Javascript. Think about what happens when foo.innerHTML is assigned, a massive amount of native processing and rendering occurs, from one line of Javascript. Likewise, with hit detection, Javascript does little to no work, whereas Java Swing has to do all of the computation in Java.

  Let&#039;s flip this around and look at an area where Flash lacks native acceleration, so it competes with Java on equal footing: 3D rendering.  Papervision 3D has to do alot of work just to produce an inaccurate rasterization of an small amount of texture polygons. Likewise, Java, without Java3D/JavaGL, performing the same workload as Papervision 3D, doing rasterization in pure Java with just image filled polygons, would stomp all over it by a factor of 50x in performance. 

  Flash has an awesomely tuned (but limited, just look at Porter-Duff modes, font-rendering, bitmapdata vs bufferedimage, etc) vector engine that allows scripting from Javascript, but performance is mostly derived from the native.  Java is handicapped by trying to be too cross-platform with as little native code as possible. Couple the Flash vector engine to Java and it would scream too.</description>
		<content:encoded><![CDATA[<p>@Joeri,<br />
   That&#8217;s just not true. Flash and Javascript rely on retained-mode/scenegraph rendering, Java relies on immediate mode rendering. In Swing, when a repaint needs to occur, or hit detection needs to run, Java has to walk the UI graph issuing low-level Java2D calls, which are then translated into native calls.  In Flash or Javascript, if a redraw needs to occur, Display objects or the Document are rerendered with no intervention from Javascript. Think about what happens when foo.innerHTML is assigned, a massive amount of native processing and rendering occurs, from one line of Javascript. Likewise, with hit detection, Javascript does little to no work, whereas Java Swing has to do all of the computation in Java.</p>
<p>  Let&#8217;s flip this around and look at an area where Flash lacks native acceleration, so it competes with Java on equal footing: 3D rendering.  Papervision 3D has to do alot of work just to produce an inaccurate rasterization of an small amount of texture polygons. Likewise, Java, without Java3D/JavaGL, performing the same workload as Papervision 3D, doing rasterization in pure Java with just image filled polygons, would stomp all over it by a factor of 50x in performance. </p>
<p>  Flash has an awesomely tuned (but limited, just look at Porter-Duff modes, font-rendering, bitmapdata vs bufferedimage, etc) vector engine that allows scripting from Javascript, but performance is mostly derived from the native.  Java is handicapped by trying to be too cross-platform with as little native code as possible. Couple the Flash vector engine to Java and it would scream too.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joeri</title>
		<link>http://ajaxian.com/archives/java-plugin-the-kernel-is-back/comment-page-1#comment-262793</link>
		<dc:creator>Joeri</dc:creator>
		<pubDate>Sat, 12 Apr 2008 12:33:22 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/java-plugin-the-kernel-is-back#comment-262793</guid>
		<description>@cromwellion: the UI&#039;s in flash, javascript and so on are no more native than java&#039;s. And while I don&#039;t doubt that java is great at numerical processing, this simply is not that relevant to the desktop. What matters on the desktop is perception of speed, and responsiveness is a way more important component of that than throughput.</description>
		<content:encoded><![CDATA[<p>@cromwellion: the UI&#8217;s in flash, javascript and so on are no more native than java&#8217;s. And while I don&#8217;t doubt that java is great at numerical processing, this simply is not that relevant to the desktop. What matters on the desktop is perception of speed, and responsiveness is a way more important component of that than throughput.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jordan</title>
		<link>http://ajaxian.com/archives/java-plugin-the-kernel-is-back/comment-page-1#comment-262788</link>
		<dc:creator>Jordan</dc:creator>
		<pubDate>Sat, 12 Apr 2008 09:00:29 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/java-plugin-the-kernel-is-back#comment-262788</guid>
		<description>Would be nice if &quot;deployJava.js&quot; was packed/minified.</description>
		<content:encoded><![CDATA[<p>Would be nice if &#8220;deployJava.js&#8221; was packed/minified.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: BradNeuberg</title>
		<link>http://ajaxian.com/archives/java-plugin-the-kernel-is-back/comment-page-1#comment-262787</link>
		<dc:creator>BradNeuberg</dc:creator>
		<pubDate>Sat, 12 Apr 2008 00:33:56 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/java-plugin-the-kernel-is-back#comment-262787</guid>
		<description>I&#039;ve already been playing around with the Java Kernel and the improved Common DOM API and I&#039;m impressed. If we don&#039;t have to pull Swing down the wire, but can use Java (or JRuby as in a very cool demo Dion made awhile back) to &quot;script&quot; the HTML page it might be pretty cool.

Brad Neuberg</description>
		<content:encoded><![CDATA[<p>I&#8217;ve already been playing around with the Java Kernel and the improved Common DOM API and I&#8217;m impressed. If we don&#8217;t have to pull Swing down the wire, but can use Java (or JRuby as in a very cool demo Dion made awhile back) to &#8220;script&#8221; the HTML page it might be pretty cool.</p>
<p>Brad Neuberg</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cromwellian</title>
		<link>http://ajaxian.com/archives/java-plugin-the-kernel-is-back/comment-page-1#comment-262777</link>
		<dc:creator>cromwellian</dc:creator>
		<pubDate>Fri, 11 Apr 2008 20:15:56 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/java-plugin-the-kernel-is-back#comment-262777</guid>
		<description>@posure,
  On numerically intense code, Java is pretty fast. Your perception of slowness is most likely related to subjective UI responsiveness, which is in turn related to issues surrounding startup, file-system warming, and the labyrithine ways that events are propagated to, and hanged by Swing. SWT apps are must snappier, yet run on the same JRE.

  Do you think that Flash or Javascript, or Python, or TCL executes faster than Java? They are orders of magnitude slower, but the UI code is native and tuned to respond fast, thus the impression of speed.

  They&#039;ve done alot of work in 1.6 to streamline the UI problems, for example, how Java2D calls get pipelined to DirectX or OpenGL. Java&#039;s unfortunate bane has always been it&#039;s little understood performance issues, wherein non-GUI code has smoking performance, but enduser facing code is often perceived as laggy.</description>
		<content:encoded><![CDATA[<p>@posure,<br />
  On numerically intense code, Java is pretty fast. Your perception of slowness is most likely related to subjective UI responsiveness, which is in turn related to issues surrounding startup, file-system warming, and the labyrithine ways that events are propagated to, and hanged by Swing. SWT apps are must snappier, yet run on the same JRE.</p>
<p>  Do you think that Flash or Javascript, or Python, or TCL executes faster than Java? They are orders of magnitude slower, but the UI code is native and tuned to respond fast, thus the impression of speed.</p>
<p>  They&#8217;ve done alot of work in 1.6 to streamline the UI problems, for example, how Java2D calls get pipelined to DirectX or OpenGL. Java&#8217;s unfortunate bane has always been it&#8217;s little understood performance issues, wherein non-GUI code has smoking performance, but enduser facing code is often perceived as laggy.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: digitalIchi</title>
		<link>http://ajaxian.com/archives/java-plugin-the-kernel-is-back/comment-page-1#comment-262775</link>
		<dc:creator>digitalIchi</dc:creator>
		<pubDate>Fri, 11 Apr 2008 19:23:11 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/java-plugin-the-kernel-is-back#comment-262775</guid>
		<description>I am excited about the updates to Java.  At Nexaweb, where I have worked for the last 5 years.  We set on a mission to build a platform, which developers could use to create the biggest and most impressive applications deployed in a web browser.  
-
The list of things mentioned above, which this version of Java will fix combined with the improvements that Nexaweb made to the experience of developing Java client application - 
http://dev.nexaweb.com/blogs/nexablog/?p=9
- makes Java a viable second options for applications after Ajax.
-
The one thing I would like to see from Sun; build a community of people that want to see Java client&#039;s succeed.  If Sun tries to go it alone with JavaFX as the only choice it will fail to catch on.  
-
One of the things about Ajax I like is there are many options that I can choose from.  If this is to work they need the dojo&#039;s, jQuerys and Mootools of the Java client world.</description>
		<content:encoded><![CDATA[<p>I am excited about the updates to Java.  At Nexaweb, where I have worked for the last 5 years.  We set on a mission to build a platform, which developers could use to create the biggest and most impressive applications deployed in a web browser.<br />
-<br />
The list of things mentioned above, which this version of Java will fix combined with the improvements that Nexaweb made to the experience of developing Java client application &#8211;<br />
<a href="http://dev.nexaweb.com/blogs/nexablog/?p=9" rel="nofollow">http://dev.nexaweb.com/blogs/nexablog/?p=9</a><br />
- makes Java a viable second options for applications after Ajax.<br />
-<br />
The one thing I would like to see from Sun; build a community of people that want to see Java client&#8217;s succeed.  If Sun tries to go it alone with JavaFX as the only choice it will fail to catch on.<br />
-<br />
One of the things about Ajax I like is there are many options that I can choose from.  If this is to work they need the dojo&#8217;s, jQuerys and Mootools of the Java client world.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: posure</title>
		<link>http://ajaxian.com/archives/java-plugin-the-kernel-is-back/comment-page-1#comment-262774</link>
		<dc:creator>posure</dc:creator>
		<pubDate>Fri, 11 Apr 2008 19:10:03 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/java-plugin-the-kernel-is-back#comment-262774</guid>
		<description>Even though I&#039;m not a Java fan, there are some great improvements to applets. The on demand and running the applets outside of the browser is a big improvement (who knows, maybe people will start using applets again).

One thing makes me laugh though: &quot;Modern Java Runtime Environments (JREs) are stable, reliable, and fast.&quot; Java is pretty slow running on Windows, I&#039;d like to read their requirement metrics on performance ;-).</description>
		<content:encoded><![CDATA[<p>Even though I&#8217;m not a Java fan, there are some great improvements to applets. The on demand and running the applets outside of the browser is a big improvement (who knows, maybe people will start using applets again).</p>
<p>One thing makes me laugh though: &#8220;Modern Java Runtime Environments (JREs) are stable, reliable, and fast.&#8221; Java is pretty slow running on Windows, I&#8217;d like to read their requirement metrics on performance ;-).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cromwellian</title>
		<link>http://ajaxian.com/archives/java-plugin-the-kernel-is-back/comment-page-1#comment-262772</link>
		<dc:creator>cromwellian</dc:creator>
		<pubDate>Fri, 11 Apr 2008 18:15:31 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/java-plugin-the-kernel-is-back#comment-262772</guid>
		<description>In general, this is a VERY welcome improvement that has been a LONG time coming, like 12 years overdue. If Sun had not bumbled this so much and spent so much effort on enterprise Java and selling E10000&#039;s during the dot.com bust :), perhaps the Java Plugin + Common DOM API could have been what Flash/Flex is today.

Maybe they&#039;ll be able to get back some lost ground over a long time, but at this point, they&#039;re starting at the same position and Silverlight, when compared to Flash.  Which is a shame, because Java2D blows away Flash&#039;s drawing API, and JavaGL would rock in the browser.

That said, I&#039;m still happy they&#039;re doing this, but here&#039;s my concern:
1) No Safari/Webkit support
2) What of OSX? Sun is still delegating responsibility for a JRE to Apple, and given the sloth-like speed of Apple JRE releases, it&#039;s likely Java8 will be out before Apple can release a JRE u10 compatible release. Now, Apple doesn&#039;t have a need of the Java Kernel, since they will just pre-load it via an update on everyone&#039;s machine, but there is still the need of a OSX Safari plugin that is feature-for-feature compatible with the new Plugin API.</description>
		<content:encoded><![CDATA[<p>In general, this is a VERY welcome improvement that has been a LONG time coming, like 12 years overdue. If Sun had not bumbled this so much and spent so much effort on enterprise Java and selling E10000&#8242;s during the dot.com bust :), perhaps the Java Plugin + Common DOM API could have been what Flash/Flex is today.</p>
<p>Maybe they&#8217;ll be able to get back some lost ground over a long time, but at this point, they&#8217;re starting at the same position and Silverlight, when compared to Flash.  Which is a shame, because Java2D blows away Flash&#8217;s drawing API, and JavaGL would rock in the browser.</p>
<p>That said, I&#8217;m still happy they&#8217;re doing this, but here&#8217;s my concern:<br />
1) No Safari/Webkit support<br />
2) What of OSX? Sun is still delegating responsibility for a JRE to Apple, and given the sloth-like speed of Apple JRE releases, it&#8217;s likely Java8 will be out before Apple can release a JRE u10 compatible release. Now, Apple doesn&#8217;t have a need of the Java Kernel, since they will just pre-load it via an update on everyone&#8217;s machine, but there is still the need of a OSX Safari plugin that is feature-for-feature compatible with the new Plugin API.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

