<?xml version="1.0" encoding="UTF-8"?>

<rss version='2.0' 
     xmlns:creativeCommons="http://backend.userland.com/creativeCommonsRssModule"
     xmlns:doap="http://usefulinc.com/ns/doap#"
     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">

    <channel>
        <!-- This XML Feed shows details for the page Java 
             and everything recently tagged Java -->
        <creativeCommons:license>http://creativecommons.org/licenses/by-sa/2.5/
          </creativeCommons:license>
        <title>Java on SWiK</title>
        <doap:name>Java</doap:name>
        <doap:description>&lt;p&gt;Java is a object-oriented &lt;a class="wikilink" href="http://swik.net/programming-language"&gt;programming language&lt;/a&gt; created by &lt;a class="wikilink" href="http://swik.net/Sun"&gt;Sun Microsystems&lt;/a&gt;. It is compiled to an intermediate language called &amp;#8216;byte code&amp;#8217; that is then interpreted. The interpreted nature allows compiled Java programs to run on different platforms, including &lt;a class="wikilink" href="http://swik.net/FreeBSD"&gt;FreeBSD&lt;/a&gt;, &lt;a class="wikilink" href="http://swik.net/Solaris"&gt;Solaris&lt;/a&gt;, &lt;a class="wikilink" href="http://swik.net/Linux"&gt;Linux&lt;/a&gt;, &lt;a class="wikilink" href="http://swik.net/Windows"&gt;Windows&lt;/a&gt;, &lt;a class="wikilink" href="http://swik.net/OSX"&gt;MacOS&lt;/a&gt; and a lot of other &lt;a class="wikilink" href="http://swik.net/os"&gt;operating systems&lt;/a&gt;.&lt;/p&gt;


	&lt;p&gt;An older version of the language can also be compiled to native code by the gcj compiler.
Java compilers are produced by Sun, &lt;span class="caps"&gt;IBM&lt;/span&gt; and the open source community.&lt;/p&gt;


	&lt;p&gt;Due to its intermediate language nature and abstraction from native calls, Java has attracted criticism as being slower than native compiled code like &lt;a class="wikilink" href="http://swik.net/C%2B%2B"&gt;C++ &lt;/a&gt;. Additionally Java code must be run in a &lt;a class="wikilink" href="http://swik.net/JVM"&gt;Java Virtual Machine&lt;/a&gt;, which imposes an overhead.  The introduction of various just-in-time compilers has negated his effect for long-running program; in fact, potentially Java can be faster as it can use run-time profiling to guide optimizations.&lt;/p&gt;


	&lt;h2&gt;External Links&lt;/h2&gt;


	&lt;ul&gt;
	&lt;li&gt;More information about Java is available at the &lt;a rel="nofollow" href="http://www.sun.com/java/about/"&gt;About Java&lt;/a&gt; page at sun.com.&lt;/li&gt;
		&lt;li&gt;The latest stable release of the Java platform can be downloaded from the &lt;a rel="nofollow" href="http://java.sun.com/javase/6/download.jsp"&gt;Java &lt;span class="caps"&gt;SE 6&lt;/span&gt; download page&lt;/a&gt; .&lt;/li&gt;
		&lt;li&gt;The upcoming &lt;a rel="nofollow" href="https://jdk7.dev.java.net/"&gt;Java 7 platform&lt;/a&gt; is currently under development.&lt;/li&gt;
		&lt;li&gt;Sun is open-sourcing its Java SE implementation in the &lt;a rel="nofollow" href="https://openjdk.dev.java.net"&gt;OpenJDK project&lt;/a&gt;&lt;/li&gt;
		&lt;li&gt;More &lt;a rel="nofollow" href="http://freejdk.org"&gt;open source java projects from OpenJDK Community&lt;/a&gt;&lt;/li&gt;
		&lt;li&gt;Java Sample Code &lt;a rel="nofollow" href="http://www.java-samples.com"&gt;Java Samples and Tutorials&lt;/a&gt;&lt;/li&gt;
	&lt;/ul&gt;
</doap:description>
        <description>Java is a object-oriented programming language created by Sun Microsystems. It is compiled to an intermediate language called &amp;#8216;byte code&amp;#8217; that is then interpreted. The interpreted nature allows compiled Java programs to run on different platforms, including FreeBSD, Solaris, Linux, Windows, MacOS and a lot of other operating systems.


	An older version of the language can also be compiled to native code by the gcj compiler.
Java compilers are produced by Sun, IBM and the open source</description> 
	  <!-- see doap:description for full description -->
        <link>http://swik.net/Java</link>
        <doap:homepage></doap:homepage>
                <category>Java</category>
        <category>Development</category>
        <category>multi-platform</category>
        <category>programming-language</category>
        <category>platform-independent</category>
        <category>sun</category>
        <category>Programming</category>
        <category>OOP</category>
        <category>Language</category>
        <category>important</category>

        <pubDate>Tue, 27 Sep 2005 10:34:51 -0700</pubDate>
        <lastBuildDate>Fri, 25 Jan 2008 15:22:50 -0800</lastBuildDate>
            
        <item>
            <title>Why is Web UI Development Slow?</title>
            <link>http://swik.net/technology/dzone.com%3A+tech+links/Why+is+Web+UI+Development+Slow%3F/cavez</link>
            <description>&lt;a href=&quot;http://www.dzone.com/links/rss/why_is_web_ui_development_slow.html&quot;&gt;&lt;img src=&quot;http://www.dzone.com/links/images/thumbs/120x90/96466.jpg&quot; style=&quot;width:120;height:90;margin:6;float:left;vertical-align:top;border:1px solid #ccc;&quot;/&gt;&lt;/a&gt; Have you ever been a team member in a web framework or web product development? You may have noticed although UI prototyping is a fast process but UI integration is disappointingly slow. Have you thought why does this happen?&lt;img src=&quot;http://feeds.dzone.com/~r/dzone/frontpage/~4/340621039&quot; height=&quot;1&quot; width=&quot;1&quot;/&gt;</description>
            
            <pubDate>Sun, 20 Jul 2008 05:51:45 -0700</pubDate>
        </item>
            
        <item>
            <title>My favorite Eclipse view</title>
            <link>http://swik.net/technology/dzone.com%3A+tech+links/My+favorite+Eclipse+view/cavb0</link>
            <description>&lt;a href=&quot;http://www.dzone.com/links/rss/my_favorite_eclipse_view.html&quot;&gt;&lt;img src=&quot;http://www.dzone.com/links/images/thumbs/120x90/96521.jpg&quot; style=&quot;width:120;height:90;margin:6;float:left;vertical-align:top;border:1px solid #ccc;&quot;/&gt;&lt;/a&gt; Have you discovered the Display view in Eclipse? It can be used to execute any Java code in the context of a debugger. This can be incredibly useful for interactive debugging / programming!&lt;img src=&quot;http://feeds.dzone.com/~r/dzone/frontpage/~4/340474422&quot; height=&quot;1&quot; width=&quot;1&quot;/&gt;</description>
            
            <pubDate>Sun, 20 Jul 2008 00:51:39 -0700</pubDate>
        </item>
            
        <item>
            <title>Enterprise Java Community: Binding XML to Java</title>
            <link>http://swik.net/XML/del.icio.us%2Ftag%2Fxml/Enterprise+Java+Community%3A+Binding+XML+to+Java/cau44</link>
            <description></description>
            
            <pubDate>Sat, 19 Jul 2008 14:46:26 -0700</pubDate>
        </item>
            
        <item>
            <title>HtmlCleaner Project Home Page</title>
            <link>http://swik.net/XML/del.icio.us%2Ftag%2Fxml/HtmlCleaner+Project+Home+Page/cau41</link>
            <description></description>
            
            <pubDate>Sat, 19 Jul 2008 14:46:25 -0700</pubDate>
        </item>
            
        <item>
            <title>Ehcache Cache Server</title>
            <link>http://swik.net/opensource/del.icio.us+tag%2Fopensource/Ehcache+Cache+Server/cau4d</link>
            <description>An ehcache server which exposes both SOAP and RESTful cache services.</description>
            
            <pubDate>Sat, 19 Jul 2008 14:45:56 -0700</pubDate>
        </item>
            
        <item>
            <title>Maven - Welcome to Maven</title>
            <link>http://swik.net/opensource/del.icio.us+tag%2Fopensource/Maven+-+Welcome+to+Maven/cau4b</link>
            <description></description>
            
            <pubDate>Sat, 19 Jul 2008 14:45:55 -0700</pubDate>
        </item>
            
        <item>
            <title>HtmlCleaner Project Home Page</title>
            <link>http://swik.net/opensource/del.icio.us+tag%2Fopensource/HtmlCleaner+Project+Home+Page/cau32</link>
            <description></description>
            
            <pubDate>Sat, 19 Jul 2008 14:45:53 -0700</pubDate>
        </item>
            
        <item>
            <title>Maven - Welcome to Maven</title>
            <link>http://swik.net/Maven/del.icio.us%2Ftag%2Fmaven/Maven+-+Welcome+to+Maven/cau3e</link>
            <description></description>
            
            <pubDate>Sat, 19 Jul 2008 14:45:35 -0700</pubDate>
        </item>
            
        <item>
            <title>Maven Repository: Search/Browse/Explore</title>
            <link>http://swik.net/Maven/del.icio.us%2Ftag%2Fmaven/Maven+Repository%3A+Search%2FBrowse%2FExplore/cau3d</link>
            <description></description>
            
            <pubDate>Sat, 19 Jul 2008 14:45:35 -0700</pubDate>
        </item>
            
        <item>
            <title>Spring instance management part I - pooling at Alef Arendsen</title>
            <link>http://swik.net/Spring/del.icio.us%2Ftag%2FSpringFramework/Spring+instance+management+part+I+-+pooling+at+Alef+Arendsen/cau0t</link>
            <description></description>
            
            <pubDate>Sat, 19 Jul 2008 13:46:22 -0700</pubDate>
        </item>
            
        <item>
            <title>aTunes</title>
            <link>http://swik.net/opensource/del.icio.us+tag%2Fopensource/aTunes/cauzx</link>
            <description></description>
            
            <pubDate>Sat, 19 Jul 2008 13:45:59 -0700</pubDate>
        </item>
            
        <item>
            <title>Cargo - Home</title>
            <link>http://swik.net/opensource/del.icio.us+tag%2Fopensource/Cargo+-+Home/cauzr</link>
            <description></description>
            
            <pubDate>Sat, 19 Jul 2008 13:45:58 -0700</pubDate>
        </item>
            
        <item>
            <title>Maven Jetty Plugin - Jetty - Codehaus</title>
            <link>http://swik.net/Maven/del.icio.us%2Ftag%2Fmaven/Maven+Jetty+Plugin+-+Jetty+-+Codehaus/cauzh</link>
            <description></description>
            
            <pubDate>Sat, 19 Jul 2008 13:45:39 -0700</pubDate>
        </item>
            
        <item>
            <title>Maven Jetty Plugin - Jetty - Codehaus</title>
            <link>http://swik.net/jetty/del.icio.us%2Ftag%2Fjetty/Maven+Jetty+Plugin+-+Jetty+-+Codehaus/cauy6</link>
            <description></description>
            
            <pubDate>Sat, 19 Jul 2008 13:45:25 -0700</pubDate>
        </item>
            
        <item>
            <title>Ph. PRADOS, Home page</title>
            <link>http://swik.net/JBoss/del.icio.us+tag%2Fjboss/Ph.+PRADOS%2C+Home+page/cauy5</link>
            <description></description>
            
            <pubDate>Sat, 19 Jul 2008 13:45:23 -0700</pubDate>
        </item>
            
        <item>
            <title>Quartz Framework</title>
            <link>http://swik.net/technology/dzone.com%3A+tech+links/Quartz+Framework/cauxg</link>
            <description>&lt;a href=&quot;http://www.dzone.com/links/rss/quartz_framework.html&quot;&gt;&lt;img src=&quot;http://www.dzone.com/links/images/thumbs/120x90/96255.jpg&quot; style=&quot;width:120;height:90;margin:6;float:left;vertical-align:top;border:1px solid #ccc;&quot;/&gt;&lt;/a&gt; tries to introduce quartz framework and provide few samples and imp links.&lt;img src=&quot;http://feeds.dzone.com/~r/dzone/frontpage/~4/340072946&quot; height=&quot;1&quot; width=&quot;1&quot;/&gt;</description>
            
            <pubDate>Sat, 19 Jul 2008 12:53:34 -0700</pubDate>
        </item>
            
        <item>
            <title>Tutorial, Introduction to XML and XML with Xerces for Java (updated for jdk 1.5 and xerces 2.7.1)</title>
            <link>http://swik.net/XML/del.icio.us%2Ftag%2Fxml/Tutorial%2C+Introduction+to+XML+and+XML+with+Xerces+for+Java+%28updated+for+jdk+1.5+and+xerces+2.7.1%29/cauv0</link>
            <description></description>
            
            <pubDate>Sat, 19 Jul 2008 12:46:43 -0700</pubDate>
        </item>
            
        <item>
            <title>Spring Tips: Did You Know: Spring Object Pooling</title>
            <link>http://swik.net/Spring/del.icio.us%2Ftag%2FSpringFramework/Spring+Tips%3A+Did+You+Know%3A+Spring+Object+Pooling/cauvf</link>
            <description></description>
            
            <pubDate>Sat, 19 Jul 2008 12:46:29 -0700</pubDate>
        </item>
            
        <item>
            <title>Eclipse - AppFuse 2 - Confluence</title>
            <link>http://swik.net/Maven/del.icio.us%2Ftag%2Fmaven/Eclipse+-+AppFuse+2+-+Confluence/cautx</link>
            <description></description>
            
            <pubDate>Sat, 19 Jul 2008 12:45:41 -0700</pubDate>
        </item>
            
        <item>
            <title>How to make JBoss Seam work with Eclipse (for Windows) &quot; Techieexchange&#039;s Techblog</title>
            <link>http://swik.net/JBoss/del.icio.us+tag%2Fjboss/How+to+make+JBoss+Seam+work+with+Eclipse+%28for+Windows%29+%22+Techieexchange%27s+Techblog/cautm</link>
            <description></description>
            
            <pubDate>Sat, 19 Jul 2008 12:45:26 -0700</pubDate>
        </item>
            
        <item>
            <title>Chapter 1. Seam Tutorial</title>
            <link>http://swik.net/JBoss/del.icio.us+tag%2Fjboss/Chapter+1.+Seam+Tutorial/cautl</link>
            <description></description>
            
            <pubDate>Sat, 19 Jul 2008 12:45:26 -0700</pubDate>
        </item>
            
        <item>
            <title>Eclipse - AppFuse 2 - Confluence</title>
            <link>http://swik.net/Eclipse/del.icio.us%2Ftag%2Feclipse/Eclipse+-+AppFuse+2+-+Confluence/causk</link>
            <description></description>
            
            <pubDate>Sat, 19 Jul 2008 12:45:07 -0700</pubDate>
        </item>
            
        <item>
            <title>SoyLatte To Be Integrated Into OpenJDK</title>
            <link>http://swik.net/technology/dzone.com%3A+tech+links/SoyLatte+To+Be+Integrated+Into+OpenJDK/caurx</link>
            <description>&lt;a href=&quot;http://www.dzone.com/links/rss/soylatte_to_be_integrated_into_openjdk.html&quot;&gt;&lt;img src=&quot;http://www.dzone.com/links/images/thumbs/120x90/96071.jpg&quot; style=&quot;width:120;height:90;margin:6;float:left;vertical-align:top;border:1px solid #ccc;&quot;/&gt;&lt;/a&gt; That means that all of the BSD Java changes, including the SoyLatte Mac OS X port, can now be sent to the OpenJDK project, and an official BSD porters group can be proposed&lt;img src=&quot;http://feeds.dzone.com/~r/dzone/frontpage/~4/340027954&quot; height=&quot;1&quot; width=&quot;1&quot;/&gt;</description>
            
            <pubDate>Sat, 19 Jul 2008 11:53:20 -0700</pubDate>
        </item>
            
        <item>
            <title>JavaRanch FAQ : Association Vs Aggregation Vs Composition</title>
            <link>http://swik.net/UML/del.icio.us+tag%2Fuml/JavaRanch+FAQ+%3A+Association+Vs+Aggregation+Vs+Composition/caup4</link>
            <description></description>
            
            <pubDate>Sat, 19 Jul 2008 11:46:47 -0700</pubDate>
        </item>
            
        <item>
            <title>It&#039;s Only Software &quot; 5 Minute Guide to Spring Security</title>
            <link>http://swik.net/Spring/del.icio.us%2Ftag%2FSpringFramework/It%27s+Only+Software+%22+5+Minute+Guide+to+Spring+Security/caupy</link>
            <description></description>
            
            <pubDate>Sat, 19 Jul 2008 11:46:43 -0700</pubDate>
        </item>
            
        <item>
            <title>The Scala Programming Language</title>
            <link>http://swik.net/scala/del.icio.us%2Ftag%2Fscala/The+Scala+Programming+Language/caupw</link>
            <description>Scala is a general purpose programming language designed to express common programming patterns in a concise&amp;amp;lt;sep/&amp;amp;gt;</description>
            
            <pubDate>Sat, 19 Jul 2008 11:46:39 -0700</pubDate>
        </item>
            
        <item>
            <title>Sweet Home 3D</title>
            <link>http://swik.net/opensource/del.icio.us+tag%2Fopensource/Sweet+Home+3D/caupi</link>
            <description></description>
            
            <pubDate>Sat, 19 Jul 2008 11:46:24 -0700</pubDate>
        </item>
            
        <item>
            <title>EclipseLink Team Blog: EclipseLink 1.0 Released</title>
            <link>http://swik.net/OSGi/del.icio.us%2Ftag%2FOSGi/EclipseLink+Team+Blog%3A+EclipseLink+1.0+Released/cauox</link>
            <description>an option for persistence framework on the ICW Box ?</description>
            
            <pubDate>Sat, 19 Jul 2008 11:46:18 -0700</pubDate>
        </item>
            
        <item>
            <title>cloudtools - Google Code</title>
            <link>http://swik.net/Maven/del.icio.us%2Ftag%2Fmaven/cloudtools+-+Google+Code/caun6</link>
            <description></description>
            
            <pubDate>Sat, 19 Jul 2008 11:45:56 -0700</pubDate>
        </item>
            
        <item>
            <title>Architecture Rules</title>
            <link>http://swik.net/Maven/del.icio.us%2Ftag%2Fmaven/Architecture+Rules/caun4</link>
            <description></description>
            
            <pubDate>Sat, 19 Jul 2008 11:45:56 -0700</pubDate>
        </item>
                </channel>
</rss>
