<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xml:base="http://opensource.sys-con.com"  xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
 <title>Development Tool</title>
 <link>http://opensource.sys-con.com/</link>
 <description>Latest articles from Development Tool</description>
 <language>en</language>
 <copyright>Copyright 2009 Ulitzer.com</copyright>
 <generator>Ulitzer.com</generator>
 <lastBuildDate>Thu, 09 Jul 2009 16:25:12 EDT</lastBuildDate>
 <docs>http://backend.userland.com/rss</docs>
 <ttl>10</ttl>
<item>
 <title>Twelve Things You Didn&#039;t Know About Jetty</title>
 <link>http://opensource.sys-con.com/node/705105</link>
 <description>In the past couple of years, interest in Jetty has surged. Jetty is an open source Java-based web and application server and servlet container, but what else do you know about it? To commemorate the 12th anniversary of Jetty, here are 12 things that might surprise you&lt;p&gt;&lt;a href=&quot;http://opensource.sys-con.com/node/705105&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <pubDate>Fri, 10 Oct 2008 19:15:00 EDT</pubDate>
 <guid isPermaLink="true">http://opensource.sys-con.com/node/705105</guid>
</item>
<item>
 <title>Rating JRuby, Jython, and Groovy on the Java Platform</title>
 <link>http://opensource.sys-con.com/node/618618</link>
 <description>Open source software, while not synonymous with Java, may often be seamlessly integrated with Java code to produce a versatile synthesis that makes developers&#039; lives much easier. In recent years, developers have taken some open source dynamic languages, commonly referred to as &#039;scripting languages,&#039; and adapted them to the more mainstream Java platform.&lt;p&gt;&lt;a href=&quot;http://opensource.sys-con.com/node/618618&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <pubDate>Fri, 25 Jul 2008 17:15:00 EDT</pubDate>
 <guid isPermaLink="true">http://opensource.sys-con.com/node/618618</guid>
</item>
<item>
 <title>Automating Website Testing Using Open Source Tools</title>
 <link>http://opensource.sys-con.com/node/619423</link>
 <description>In today&#039;s competitive world, the most important presence for a corporation is their website. It not only acts as a face for the company but also as an interface enabling its clients, users, and prospects to communicate with the company. As websites are accessible to users via thin clients such as web browsers, the quality and reliability of a website are paramount to its success.&lt;p&gt;&lt;a href=&quot;http://opensource.sys-con.com/node/619423&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <pubDate>Fri, 25 Jul 2008 16:30:00 EDT</pubDate>
 <guid isPermaLink="true">http://opensource.sys-con.com/node/619423</guid>
</item>
<item>
 <title>JavaOne 2008: Uncommon Java Bugs</title>
 <link>http://opensource.sys-con.com/node/564291</link>
 <description>Any large Java source base can have insidious and subtle bugs. Every experienced Java programmer knows that finding and fixing these bugs can be difficult and costly. Fortunately, there are a large number of free open source Java tools available that can be used to find and fix defects early in the development life cycle. In this article, we&#039;ll look at a few examples of specific uncommon[1] or unusual defects that can happen in code and see how different Java static analysis tools detect them.&lt;p&gt;&lt;a href=&quot;http://opensource.sys-con.com/node/564291&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <pubDate>Fri, 16 May 2008 11:45:00 EDT</pubDate>
 <guid isPermaLink="true">http://opensource.sys-con.com/node/564291</guid>
</item>
<item>
 <title>Open Web Developer Summit to Take Place April 21-22, 2008 in New York City</title>
 <link>http://opensource.sys-con.com/node/471968</link>
 <description>In keeping with the longstanding SYS-CON tradition of being at the very forefront of software development with all its online and offline resources, SYS-CON Media &amp; Events jointly today announced a double whammy, launching both &#039;Open Web Developer&#039;s Journal&#039; (&lt;a href=&quot;http://openweb.sys-con.com&quot; title=&quot;http://openweb.sys-con.com&quot;&gt;http://openweb.sys-con.com&lt;/a&gt;) and &#039;Open Web Developer Summit&#039; (&lt;a href=&quot;http://openweb.sys-con.com&quot; title=&quot;http://openweb.sys-con.com&quot;&gt;http://openweb.sys-con.com&lt;/a&gt;) - to be held for the first time in New York City April 21-22, 2008.&lt;p&gt;&lt;a href=&quot;http://opensource.sys-con.com/node/471968&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <pubDate>Wed, 12 Dec 2007 14:45:00 EST</pubDate>
 <guid isPermaLink="true">http://opensource.sys-con.com/node/471968</guid>
</item>
<item>
 <title>Debugging Both Flex and Tomcat Java Programs in Eclipse</title>
 <link>http://opensource.sys-con.com/node/458994</link>
 <description>If you use Adobe Flex Web applications that connect to Plain Old Java Objects on the server side, chances are you use a popular, robust, and freely available server called Apache Tomcat. If you use Eclipse-based Flex Builder, you can smoothly debug both Flex and Java code without leaving Eclipse. Flex Builder debugger does not need any special configuration. But we need to add a couple of parameters to the startup routine of Tomcat so it&#039;ll engage the Java Platform Debugger Architecture (JPDA), which will allow other applications attach to JVM that runs Tomcat and debug deployed Java classes remotely.&lt;p&gt;&lt;a href=&quot;http://opensource.sys-con.com/node/458994&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <pubDate>Wed, 14 Nov 2007 08:15:00 EST</pubDate>
 <guid isPermaLink="true">http://opensource.sys-con.com/node/458994</guid>
</item>
<item>
 <title>The Best of Both Worlds</title>
 <link>http://opensource.sys-con.com/node/284275</link>
 <description>These days the size of almost all the resources available to a programmer (memory volume, CPU speed, etc.) are on the rise except for one: the time required to complete a project, which is shrinking. So it&#039;s important to work with tools that are convenient and make you productive. It&#039;s also important to keep the cost of software development in check by keeping as much as possible of the investments that were already made.&lt;p&gt;&lt;a href=&quot;http://opensource.sys-con.com/node/284275&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <pubDate>Mon, 23 Oct 2006 17:00:00 EDT</pubDate>
 <guid isPermaLink="true">http://opensource.sys-con.com/node/284275</guid>
</item>
<item>
 <title>Getting the Most Out of Eclipse CDT 3.0</title>
 <link>http://opensource.sys-con.com/node/256604</link>
 <description>Eclipse has emerged as the platform that finally integrates development tools from multiple vendors into a common, extensible, and widely supported framework. The Eclipse CDT development environment brings this rich offering of integrated tools to the world of C and C++ programming, enabling C/C++ developers to improve their productivity and enhance the quality of the software they produce.&lt;p&gt;&lt;a href=&quot;http://opensource.sys-con.com/node/256604&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <pubDate>Mon, 07 Aug 2006 15:30:00 EDT</pubDate>
 <guid isPermaLink="true">http://opensource.sys-con.com/node/256604</guid>
</item>
</channel>
</rss>
