<?xml version="1.0" encoding="utf-8" ?>
<rss version="2.0" xmlns:osnews="http://www.osnews.com/rss2#">
	<channel>
		<title>OSNews: </title>
		<link>http://www.osnews.com/story/17224/The_Future_of_Open_Source_Java</link>
		<description>Exploring the Future of Computing</description>
		<language>en-us</language>
		<copyright>Copyright 2001-2013, David Adams</copyright>
		<webMaster>adam+nospam@osnews.com</webMaster>
		<lastBuildDate>Sat, 18 May 2013 18:25:49 GMT</lastBuildDate>
		<image>
			<url>http://www.osnews.com/images/osnews.gif</url>
			<title>OSNews.com</title>
			<link>http://www.osnews.com</link>
		</image>
		<item>
			<title>My suggestions</title>
			<link>http://www.osnews.com/thread?211298</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?211298</guid>
			<description>#1 Please restrain yourselves.<br />
<br />
#2 Lets make it more modular. Strip out the deprecated stuff into a jar file that people can include if they rely on those classes. Make SWING/AWT separate so that if I have a command line only or web application I don't have to include those things on my server. Those two things will help strip the size down.<br />
<br />
#3 Let us FIX things before getting &quot;radical&quot;...see #1<br />
<br />
I hope that open sourcing it will help Java more. I was not thrilled with it (less so because of GPL3) but since it is here and I do like Java lets make it better but not forget its purpose.</description>
			<pubDate>Sat, 10 Feb 2007 19:24:00 GMT</pubDate>
			<author>donotreply@osnews.com (sigzero)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: My suggestions</title>
			<link>http://www.osnews.com/thread?211313</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?211313</guid>
			<description>&gt;#1 Please restrain yourselves.<br />
<br />
I'm not sure that there is a real danger here: as long as these Java 'extensions' are clearly labelled as 'not Java', there's not much danger in these experimentations..<br />
<br />
Currently there is already Scala, Nice, Groovy, JRuby, Jython,.. and I don't see people being confused.<br />
<br />
Any extension to Java (the real thing TM) will have to be done by the JCP already in place..</description>
			<pubDate>Sat, 10 Feb 2007 20:12:00 GMT</pubDate>
			<author>donotreply@osnews.com (renox)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>changes</title>
			<link>http://www.osnews.com/thread?211323</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?211323</guid>
			<description>As the Bile Blog so profanely puts it ( <a href="http://jroller.com/page/fate?entry=gpl_java_who_cares" rel="nofollow">http://jroller.com/page/fate?entry=gpl_java_who_cares</a>  ), outside developers have already been able to submit patches for the JDK and sometimes get them accepted (after GPL patches to official Java will still have to go through Sun).  The only ones who couldn't do so were those working on open source reimplementations who couldn't look at the original's code to keep the clean room clean.  <br />
<br />
While it will be nice to have them too, I think the real benefit will be the possibility of porting Sun's VM to other platforms, places like Linux PPC and whatnot.  Licensing issues with Linux distros will be another area of improvement.  Personally I'm most excited about having Java in Debian main. I just don't know that there will be a huge change in quality/speed as some seem to assume.</description>
			<pubDate>Sat, 10 Feb 2007 20:44:00 GMT</pubDate>
			<author>donotreply@osnews.com (MamiyaOtaru)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: changes</title>
			<link>http://www.osnews.com/thread?211366</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?211366</guid>
			<description>with java being opensource, regardless of whether changes must be approved by sun/jcp, will make it more interresting for free software people to work on it.<br />
<br />
with lots more people interrested in it, working on it, its almost certain quality will improve.</description>
			<pubDate>Sat, 10 Feb 2007 22:28:00 GMT</pubDate>
			<author>donotreply@osnews.com (Redeeman)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Who needs Java Platform on Desktop??</title>
			<link>http://www.osnews.com/thread?211368</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?211368</guid>
			<description>This year there will be a true revolution on desktop, since KDE4.0 provides a complete desktop solution for all major desktop OSes. Java promised this since its beginning, but several attempts have failed. So if KDE4.0 will be as succesfull as say Firefox, so lot of people will install QT and KDE libraries on their computers, then it will be very easy to provide multiplatform applications.<br />
<br />
Maybe Java makes sense on the server, but the battle for the multiplatform programming environment on the desktop will be lost very soon. Way to go QT and KDE. Java as a language may still be used with QT-JAVA bindings (Jambi).<br />
<br />
I'm very excited by this,<br />
<br />
Anton</description>
			<pubDate>Sat, 10 Feb 2007 22:33:00 GMT</pubDate>
			<author>donotreply@osnews.com (kloty)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: My suggestions</title>
			<link>http://www.osnews.com/thread?211369</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?211369</guid>
			<description>I couldnt agree with you more on the deprecated stuff. And lets see them working on a multitasking VM.</description>
			<pubDate>Sat, 10 Feb 2007 22:33:00 GMT</pubDate>
			<author>donotreply@osnews.com (suryad)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: My suggestions</title>
			<link>http://www.osnews.com/thread?211388</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?211388</guid>
			<description>Well, I must agree with #2.  Not only must there finally be a pruning away of deprecated stuff (since 1.0, even), but there needs to be a logical rearrangement of the packages and a reduction in redundancy (for example, 3 different mechanisms for RPC, with 3 APIs?!).  Make a clean break and have a fresh start with JDK2.0 (not Java2).  Keep maintaining JDK1.x for legacy, but clear out the cobwebs and make it a sparkling efficient system.  Bring back that &quot;new car smell.&quot;</description>
			<pubDate>Sat, 10 Feb 2007 23:53:00 GMT</pubDate>
			<author>donotreply@osnews.com (ishmal)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: Who needs Java Platform on Desktop??</title>
			<link>http://www.osnews.com/thread?211420</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?211420</guid>
			<description>Actually, I see java possibly being the answer to the KDE/Gnome common application problem.  Imagine you build a java app with a default widget.  Then when you run it on KDE or Gnome, it automatically uses the widget set that your Desktop uses.  Then, people could build any DE they want and as long as it meets certain minimum requirements for widgets, you know all java apps will working in it without having to have libraries from all the different DE loaded.</description>
			<pubDate>Sun, 11 Feb 2007 01:48:00 GMT</pubDate>
			<author>donotreply@osnews.com (TechGeek)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: My suggestions</title>
			<link>http://www.osnews.com/thread?211457</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?211457</guid>
			<description>Actually what I want to know as well is why Sun decided to bundle in Derby with the JDK! Its not as if the JDK needs more things in it...its about time they started taking things out!</description>
			<pubDate>Sun, 11 Feb 2007 05:17:00 GMT</pubDate>
			<author>donotreply@osnews.com (suryad)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>scripting languages</title>
			<link>http://www.osnews.com/thread?211496</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?211496</guid>
			<description>What I am not sure to agree with is the notion that &quot;Ruby wins&quot; when he write about the scripting languages support. It seems to me that variety is the subject of having that support.</description>
			<pubDate>Sun, 11 Feb 2007 10:27:00 GMT</pubDate>
			<author>donotreply@osnews.com (edomaur)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[2]: My suggestions</title>
			<link>http://www.osnews.com/thread?211500</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?211500</guid>
			<description>&quot;Actually what I want to know as well is why Sun decided to bundle in Derby with the JDK! Its not as if the JDK needs more things in it...its about time they started taking things out!&quot;<br />
<br />
Because it is a Java DEVELOPMENT kit? It is not in runtime that users get, its just a little helper database for developers to prototype with.</description>
			<pubDate>Sun, 11 Feb 2007 11:03:00 GMT</pubDate>
			<author>donotreply@osnews.com (santana)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[2]: Who needs Java Platform on Desktop??</title>
			<link>http://www.osnews.com/thread?211501</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?211501</guid>
			<description>This default widget set of JAVA is as alien to KDE/GNOME as the widgets from OpenOffice and Firefox. They do not really integrate into the desktop environment (best example cut&amp;paste of anything except pure unformated text). So Java widgets just mimicry the look of the default environment without further integration. So unless freedesktop.org provides something really clever, which can also be integrated in JAVA I prefer QT/Jambi variant.</description>
			<pubDate>Sun, 11 Feb 2007 11:24:00 GMT</pubDate>
			<author>donotreply@osnews.com (kloty)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[3]: Who needs Java Platform on Desktop??</title>
			<link>http://www.osnews.com/thread?211518</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?211518</guid>
			<description>They do not really integrate into the desktop environment (best example cut&amp;paste of anything except pure unformated text).<br />
<br />
I think clipboard is actually a bad example, because Java, or more precisely AWT, handles the X11 clipboard just fine.<br />
<br />
Copy&amp;Paste problems are usually a bug in one of the applications involved in the transfer or in both, e.g. checking for any supported MIME type instead of using the most useful one.</description>
			<pubDate>Sun, 11 Feb 2007 13:32:00 GMT</pubDate>
			<author>donotreply@osnews.com (anda_skoa)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: My suggestions</title>
			<link>http://www.osnews.com/thread?211528</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?211528</guid>
			<description>I agree to nearly everyone <img src="/images/emo/smile.gif" alt=";)" />  Modularity, and getting rid of deprecated stuff should be prio 1. As is an MVM, if they really mean to conquer the desktop.<br />
<br />
I wouldn't mind if they really started a new &quot;java #2&quot;. I would like to welcome tail-call elimination, say goodbye to primitives, etc.<br />
<br />
If only...</description>
			<pubDate>Sun, 11 Feb 2007 15:40:00 GMT</pubDate>
			<author>donotreply@osnews.com (Savior)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: Who needs Java Platform on Desktop??</title>
			<link>http://www.osnews.com/thread?211702</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?211702</guid>
			<description>If i want to release an KDE app as non GPL, then i have to buy a QT License that costs more than 3 complete developers workstations.<br />
<br />
For Java there will be an classpath GPL exception, which means i can release software under whatever terms i like.<br />
<br />
Also KDE for different OSses doesn't mean multiplatform KDE apps. Whiles there obviously will be common librarys, cross compiling problems raising from different hardware like for examples endianess problems will still be around.</description>
			<pubDate>Mon, 12 Feb 2007 00:42:00 GMT</pubDate>
			<author>donotreply@osnews.com (Alleister)</author>
			<category>Comments</category>
		</item>
	</channel>
</rss>
