<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Vinny Carpenter&#039;s blog &#187; unix</title>
	<atom:link href="http://www.j2eegeek.com/blog/tag/unix/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.j2eegeek.com/blog</link>
	<description>In the kingdom of hope, there is no winter.</description>
	<lastBuildDate>Fri, 10 Feb 2012 00:59:14 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<atom:link rel='hub' href='http://www.j2eegeek.com/blog/?pushpress=hub'/>
		<item>
		<title>Links for October 20th through October 23rd</title>
		<link>http://www.j2eegeek.com/blog/2011/10/23/links-for-october-20th-through-october-23rd/</link>
		<comments>http://www.j2eegeek.com/blog/2011/10/23/links-for-october-20th-through-october-23rd/#comments</comments>
		<pubDate>Sun, 23 Oct 2011 15:09:28 +0000</pubDate>
		<dc:creator>Vinny Carpenter</dc:creator>
				<category><![CDATA[Stuff to read]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[api]]></category>
		<category><![CDATA[c#]]></category>
		<category><![CDATA[charts]]></category>
		<category><![CDATA[clojure]]></category>
		<category><![CDATA[configuration]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[dennisritchie]]></category>
		<category><![CDATA[financial]]></category>
		<category><![CDATA[html5]]></category>
		<category><![CDATA[indexing]]></category>
		<category><![CDATA[infoq]]></category>
		<category><![CDATA[intellij]]></category>
		<category><![CDATA[intellij11]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[json]]></category>
		<category><![CDATA[jvm]]></category>
		<category><![CDATA[language]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[monitoring]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[options]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[report]]></category>
		<category><![CDATA[rest]]></category>
		<category><![CDATA[soap]]></category>
		<category><![CDATA[solr]]></category>
		<category><![CDATA[spring]]></category>
		<category><![CDATA[SpringFramework]]></category>
		<category><![CDATA[sqlserver]]></category>
		<category><![CDATA[threading]]></category>
		<category><![CDATA[unix]]></category>
		<category><![CDATA[validation]]></category>
		<category><![CDATA[video]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[webservices]]></category>
		<category><![CDATA[Wikipedia]]></category>

		<guid isPermaLink="false">http://www.j2eegeek.com/blog/2011/10/23/links-for-october-20th-through-october-23rd/</guid>
		<description><![CDATA[How to clone Wikipedia and index it with Solr &#171; Nimble Books LLC &#8211; I have (finally) successfully cloned Wikipedia and indexed it with Solr. In the spirit of documenting my work and helping others, here are the key steps along the way. Redux: Inspecting HotSpot JVM Options &#8211; There is enormous scope for coarse [...]<p><br/><br/><a href="http://www.j2eegeek.com/blog/2011/10/23/links-for-october-20th-through-october-23rd/">Links for October 20th through October 23rd</a></p>
]]></description>
			<content:encoded><![CDATA[<p></p><ul>
<li><a href="http://www.nimblebooks.com/wordpress/2011/10/how-to-clone-wikipedia-and-index-it-with-solr/">How to clone Wikipedia and index it with Solr &laquo; Nimble Books LLC</a> &#8211; I have (finally) successfully cloned Wikipedia and indexed it with Solr. In the spirit of documenting my work and helping others, here are the key steps along the way.</li>
<li><a href="http://q-redux.blogspot.com/2011/01/inspecting-hotspot-jvm-options.html">Redux: Inspecting HotSpot JVM Options</a> &#8211; There is enormous scope for coarse and fine grained control of JVM behaviour. The option -XX:+PrintFlagsFinal allows comprehensive reporting of the options and their values. The available options vary by build and JVM type (server or client). Recording and auditing this output is an important step in any Java benchmarking or continuous monitoring exercise</li>
<li><a href="http://databene.org/dbsanity">DB Sanity &#8211; database consistency and reporting application</a> &#8211; DB Sanity performs checks on a database for verifying data consistency and correctness of application deployments or production data. It is invoked by the command line and creates an HTML report with a summary and listings of faulty database entries.</li>
<li><a href="http://code.google.com/p/javasimon/">javasimon &#8211; Java Simon &#8211; Simple Monitoring API</a> &#8211; Java Simon is a simple monitoring API that allows you to follow and better understand your application. Monitors (familiarly called Simons) are placed directly into your code and you can choose whether you want to count something or measure time/duration.</li>
<li><a href="http://www.infoq.com/news/2011/10/SQL-Server-2012">InfoQ: &#8216;Denali&#8217; No More: SQL Server 2012 Announced, Focuses on BI and Big Data</a> &#8211; At the recent PASS Summit, Microsoft announced that the next version of SQL Server, formerly known by the codename &quot;Denali,&quot; will be called SQL Server 2012. Other products were granted official names as well, including Power View (formerly &quot;Crescent&quot;) and SQL Server Data Tools (formerly &quot;Juneau&quot;).</li>
<li><a href="http://blog.chasegale.com/introducing-rocketcharts-open-source-html5-financialstatistical-charts/">&raquo; Introducing: Rocketcharts, Open-source HTML5 Financial/Statistical Charts Chase B. Gale</a> &#8211; Introducing: Rocketcharts, Open-source HTML5 Financial/Statistical Charts</li>
<li><a href="http://www.economist.com/blogs/babbage/2011/10/obituary-0">Obituary: printf(&quot;goodbye, Dennis&quot;); | The Economist</a> &#8211; All of his technological miracles, along with a billion others sold by Apple&#039;s competitors, would be merely pretty receptacles were it not for Dennis Ritchie. It is to him that they owe their digital souls, the operating systems and programs which make them tick.</li>
<li><a href="http://www.canoo.com/blog/2011/10/18/android-and-idea-for-the-eclipse-refugee/">Android and IDEA for the Eclipse Refugee &raquo; Canoo RIA Blog</a> &#8211; Now that IntelliJ IDEA 11 EAP (Early Access) has a visual layout window, there is almost no reason for me to write my Android apps in anything else. I wrote this post to help other users along their way when converting between the IDEs.</li>
<li><a href="http://www.infoq.com/articles/rest-soap">InfoQ: How REST replaced SOAP on the Web: What it means to you</a> &#8211; Meanwhile, the web has essentially become a service oriented platform, where information and functionality is a available through an API; the Web succeeded where the enterprise largely failed.</li>
<li><a href="http://www.onlinetechvision.com/?p=437">How to develop and monitor Thread Pool Services by using Spring | Online Technology Vision</a> &#8211; Thread Pools are very important to execute synchronous &amp; asynchronous processes. This article shows how to develop and monitor Thread Pool Services by using Spring. Creating Thread Pool has been explained via two alternative methods</li>
<li><a href="http://www.infoq.com/presentations/Simple-Made-Easy">InfoQ: Simple Made Easy</a> &#8211; Rich Hickey emphasizes simplicity&rsquo;s virtues over easiness&rsquo;, showing that while many choose easiness they may end up with complexity, and the better way is to choose easiness along the simplicity path.</li>
</ul>
<p><br/><br/><a href="http://www.j2eegeek.com/blog/2011/10/23/links-for-october-20th-through-october-23rd/">Links for October 20th through October 23rd</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.j2eegeek.com/blog/2011/10/23/links-for-october-20th-through-october-23rd/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Links for August 16th through August 20th</title>
		<link>http://www.j2eegeek.com/blog/2011/08/20/links-for-august-16th-through-august-20th/</link>
		<comments>http://www.j2eegeek.com/blog/2011/08/20/links-for-august-16th-through-august-20th/#comments</comments>
		<pubDate>Sun, 21 Aug 2011 01:56:32 +0000</pubDate>
		<dc:creator>Vinny Carpenter</dc:creator>
				<category><![CDATA[Stuff to read]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[advice]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[akamai]]></category>
		<category><![CDATA[browser]]></category>
		<category><![CDATA[browsers]]></category>
		<category><![CDATA[career]]></category>
		<category><![CDATA[CDN]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[framework]]></category>
		<category><![CDATA[functional]]></category>
		<category><![CDATA[gretty]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[html5]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[library]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[mongodb]]></category>
		<category><![CDATA[mongolab]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[osx]]></category>
		<category><![CDATA[politics]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[senchatouch]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[spinner]]></category>
		<category><![CDATA[spring]]></category>
		<category><![CDATA[technology]]></category>
		<category><![CDATA[twitter]]></category>
		<category><![CDATA[unix]]></category>

		<guid isPermaLink="false">http://www.j2eegeek.com/blog/?p=4576</guid>
		<description><![CDATA[Daring Fireball Linked List: Mike Arrington&#8217;s Taxes Are Too High &#8211; It&#8217;s easy to understand why the rich tech elite support Democrats on economic issues. They&#8217;re smart enough to wish we could return to an economy like we had under Bill Clinton. Java development 2.0: Ultra-lightweight Java web services with Gretty &#8211; Gretty is one [...]<p><br/><br/><a href="http://www.j2eegeek.com/blog/2011/08/20/links-for-august-16th-through-august-20th/">Links for August 16th through August 20th</a></p>
]]></description>
			<content:encoded><![CDATA[<p></p><ul>
<li><a href="http://daringfireball.net/linked/2011/08/19/arrington">Daring Fireball Linked List: Mike Arrington&#8217;s Taxes Are Too High</a> &#8211; It&rsquo;s easy to understand why the rich tech elite support Democrats on economic issues. They&rsquo;re smart enough to wish we could return to an economy like we had under Bill Clinton.</li>
<li><a href="http://www.ibm.com/developerworks/java/library/j-javadev2-20/index.html?ca=drs-">Java development 2.0: Ultra-lightweight Java web services with Gretty</a> &#8211; Gretty is one of a new school of ultra-lightweight frameworks made for building web services. Built on top of the blazingly fast Java&trade; NIO APIs, Gretty leverages Groovy as a domain-specific language for web endpoints and Grape&#039;s Maven-style dependency management. In this article, get started with using Gretty to build and deploy Java web service applications.</li>
<li><a href="http://twitter.github.com/bootstrap/">Twitter Bootstrap is a toolkit from Twitter designed to kickstart development of webapps and sites</a> &#8211; Bootstrap is a toolkit from Twitter designed to kickstart development of webapps and sites. It includes base CSS and HTML for typography, forms, buttons, tables, grids, navigation, and more.</li>
<li><a href="http://www.unmatchedstyle.com/podcast/david-kaneda.php">David Kaneda: Sencha Touch &amp; jQTouch | Unmatched Style</a> &#8211; While at our ConvergeSE 2011 conference David Kaneda (@davidkaneda) and pepper him with questions about Sencha and what he did with jQTouch.</li>
<li><a href="http://www.hanselman.com/blog/ImAPhonyAreYou.aspx">I&#8217;m a phony. Are you? &#8211; Scott Hanselman</a> &#8211; I love this effect &#8211; &quot;The Dunning&ndash;Kruger effect is a cognitive bias in which unskilled people make poor decisions and reach erroneous conclusions, but their incompetence denies them the metacognitive ability to recognize their mistakes.&quot; <img src='http://www.j2eegeek.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </li>
<li><a href="http://highscalability.com/blog/2011/8/18/paper-the-akamai-network-61000-servers-1000-networks-70-coun.html">High Scalability &#8211; Paper: The Akamai Network &#8211; 61,000 servers, 1,000 networks, 70 countries</a> &#8211; Comprising more than 61,000 servers located across nearly 1,000 networks in 70 countries worldwide, the Akamai platform delivers hundreds of billions of Internet interactions daily, helping thousands of enterprises boost the performance and reliability of their Internet applications</li>
<li><a href="http://fgnass.github.com/spin.js/">spin.js &#8211; An animated CSS3 loading spinner with VML fallback for IE.</a> &#8211; An animated CSS3 loading spinner with VML fallback for IE.</li>
<li><a href="http://blog.programmableweb.com/2011/08/15/how-i-scrapped-mysql-for-mongodb-in-three-hours/">How I Scrapped MySQL for MongoDB in Three Hours</a> &#8211; I can tell you that Spring+Annotations and MongoDB brings the joy back to Java web development again</li>
<li><a href="http://www.html5rocks.com/en/tutorials/internals/howbrowserswork/">HTML5 Rocks &#8211; How Browsers Work: Behind the Scenes of Modern Web Browsers</a> &#8211; How Browsers Work:Behind the Scenes of Modern Web Browsers</li>
<li><a href="http://documentcloud.github.com/underscore/">Underscore.js &#8211; A utility-belt library for JavaScript that provides a lot of the functional programming suppor</a> &#8211; Underscore is a utility-belt library for JavaScript that provides a lot of the functional programming support that you would expect in Prototype.js (or Ruby), but without extending any of the built-in JavaScript objects.</li>
<li><a href="http://mxcl.github.com/homebrew/">Homebrew &mdash; MacPorts driving you to drink? Try Homebrew!</a> &#8211; Homebrew is the easiest and most flexible way to install the UNIX tools Apple didn&#039;t include with OS X.</li>
</ul>
<p><br/><br/><a href="http://www.j2eegeek.com/blog/2011/08/20/links-for-august-16th-through-august-20th/">Links for August 16th through August 20th</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.j2eegeek.com/blog/2011/08/20/links-for-august-16th-through-august-20th/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Daily del.icio.us for October 29th through November 3rd</title>
		<link>http://www.j2eegeek.com/blog/2010/11/03/daily-del-icio-us-for-october-29th-through-november-3rd/</link>
		<comments>http://www.j2eegeek.com/blog/2010/11/03/daily-del-icio-us-for-october-29th-through-november-3rd/#comments</comments>
		<pubDate>Thu, 04 Nov 2010 04:00:31 +0000</pubDate>
		<dc:creator>Vinny Carpenter</dc:creator>
				<category><![CDATA[Stuff to read]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[agile]]></category>
		<category><![CDATA[azure]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[business]]></category>
		<category><![CDATA[command-line]]></category>
		<category><![CDATA[commandline]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[documentry]]></category>
		<category><![CDATA[eclipse]]></category>
		<category><![CDATA[framework]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[gwt]]></category>
		<category><![CDATA[jackson]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[json]]></category>
		<category><![CDATA[kanban]]></category>
		<category><![CDATA[lean]]></category>
		<category><![CDATA[library]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[opensource]]></category>
		<category><![CDATA[performance]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[radar]]></category>
		<category><![CDATA[reference]]></category>
		<category><![CDATA[scrum]]></category>
		<category><![CDATA[shell]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[softwareengineering]]></category>
		<category><![CDATA[spring]]></category>
		<category><![CDATA[SpringFramework]]></category>
		<category><![CDATA[thoughtworks]]></category>
		<category><![CDATA[trading]]></category>
		<category><![CDATA[unix]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://www.j2eegeek.com/blog/?p=2615</guid>
		<description><![CDATA[500 Internal Server Error &#8211; 500 Internal Server Error Home &#124; Spring Python &#8211; Spring Python is an offshoot of the Java-based Spring Framework and Spring Security, targeted for Python. Spring provides many useful features, and I wanted those same features available when working with Python Agile programming 10 years on: Did it deliver? &#8211; [...]<p><br/><br/><a href="http://www.j2eegeek.com/blog/2010/11/03/daily-del-icio-us-for-october-29th-through-november-3rd/">Daily del.icio.us for October 29th through November 3rd</a></p>
]]></description>
			<content:encoded><![CDATA[<p></p><ul>
<li><a href="http://feeds.delicious.com/v2/rss/vscarpenter">500 Internal Server Error</a> &#8211; 500 Internal Server Error</li>
<li><a href="http://springpython.webfactional.com/">Home | Spring Python</a> &#8211; Spring Python is an offshoot of the Java-based Spring Framework and Spring Security, targeted for Python. Spring provides many useful features, and I wanted those same features available when working with Python</li>
<li><a href="http://www.infoworld.com/print/142761">Agile programming 10 years on: Did it deliver?</a> &#8211; It has been nearly 10 years since programming dignitaries released &quot;The Manifesto for Agile Software Development [1],&quot; which promoted processes that accommodate changing requirements, collaboration with customers, and delivery of software in short iterations.</li>
<li><a href="http://www.eweek.com/c/a/Application-Development/Microsoft-to-Make-Java-Eclipse-First-Class-on-Windows-Azure-158848/">Microsoft to Make Java, Eclipse &lsquo;First Class` on Windows Azure &#8211; Application Development from eWeek</a> &#8211; Microsoft says it will make Java a first-class development language on its Windows Azure cloud platform, providing tooling support for developers via the Eclipse IDE.</li>
<li><a href="http://www.computerworlduk.com/news/networking/3244936/london-stock-exchange-smashes-world-record-trade-speed-with-linux/">London Stock Exchange smashes world record trade speed with Linux &#8211; ComputerworldUK.com</a> &#8211; The London Stock Exchange has said its new Linux-based system is delivering world record networking speed, with 126 microsecond trading times.</li>
<li><a href="http://vard-lokkur.blogspot.com/2010/10/json-jackson-to-rescue.html">Warlock&#8217;s Thoughts: JSON &#8211; Jackson to the rescue</a> &#8211; Sometimes you have to fetch some data from the server in JavaScript, JSON is pretty good choice for this task. Article presents Jackson usage on the server side for generating JSON response.</li>
<li><a href="http://blog.urfix.com/25-linux-commands/">Top 25 Best Linux Commands</a> &#8211; As a Linux user you&rsquo;ll come to learn and love certain commands. Here I have posted the 25 top command line snippets.</li>
<li><a href="http://feeds.delicious.com/v2/rss/vscarpenter">500 Internal Server Error</a> &#8211; 500 Internal Server Error</li>
<li><a href="http://buzdin.blogspot.com/2010/09/thoughtworks-radar-demystified-gwt.html">Blog of Dmitry Buzdin: ThoughtWorks Radar Demystified (GWT)</a> &#8211; My opinion is that GWT is one of the unlocking technologies for &quot;Browser as a Platform&quot; vision mentioned in the radar as well. Why is it so, deserves a separate post. I wish ThoughtWorkers to review their view on the GWT potential and put that at least in Trial state.</li>
<li><a href="http://www.bloomberg.com/video/64111786/">Bloomberg Game Changers: Sergey Brin &amp; Larry Page &#8211; Video &#8211; Bloomberg</a> &#8211; BLOOMBERG GAME CHANGERS follows Sergey Brin and Larry Page from their first meeting at Stanford to the new media mega-company on a collision course with old media businesses of newspapers, books, movies and television</li>
</ul>
<p><br/><br/><a href="http://www.j2eegeek.com/blog/2010/11/03/daily-del-icio-us-for-october-29th-through-november-3rd/">Daily del.icio.us for October 29th through November 3rd</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.j2eegeek.com/blog/2010/11/03/daily-del-icio-us-for-october-29th-through-november-3rd/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Daily del.icio.us for December 12th through January 5th</title>
		<link>http://www.j2eegeek.com/blog/2010/01/05/daily-del-icio-us-for-december-12th-through-january-5th/</link>
		<comments>http://www.j2eegeek.com/blog/2010/01/05/daily-del-icio-us-for-december-12th-through-january-5th/#comments</comments>
		<pubDate>Wed, 06 Jan 2010 03:40:47 +0000</pubDate>
		<dc:creator>Vinny Carpenter</dc:creator>
				<category><![CDATA[Stuff to read]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[actionscript]]></category>
		<category><![CDATA[administration]]></category>
		<category><![CDATA[agile]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[amazon]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[applications]]></category>
		<category><![CDATA[appstore]]></category>
		<category><![CDATA[architecture]]></category>
		<category><![CDATA[blackberry]]></category>
		<category><![CDATA[bugtracking]]></category>
		<category><![CDATA[censorship]]></category>
		<category><![CDATA[cloudcomputing]]></category>
		<category><![CDATA[collaboration]]></category>
		<category><![CDATA[collections]]></category>
		<category><![CDATA[commandline]]></category>
		<category><![CDATA[databases]]></category>
		<category><![CDATA[decompiler]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[ejb3]]></category>
		<category><![CDATA[encryption]]></category>
		<category><![CDATA[extjs]]></category>
		<category><![CDATA[extjs3]]></category>
		<category><![CDATA[framework]]></category>
		<category><![CDATA[glassfish]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[grails]]></category>
		<category><![CDATA[grails1.2]]></category>
		<category><![CDATA[gwt]]></category>
		<category><![CDATA[gwt2.0]]></category>
		<category><![CDATA[html5]]></category>
		<category><![CDATA[infoq]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[J2EE]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[java5]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[jax-ws]]></category>
		<category><![CDATA[jax-ws2.0]]></category>
		<category><![CDATA[jaxb]]></category>
		<category><![CDATA[jlinq]]></category>
		<category><![CDATA[jpa]]></category>
		<category><![CDATA[jpql]]></category>
		<category><![CDATA[json]]></category>
		<category><![CDATA[lean]]></category>
		<category><![CDATA[library]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[lsof]]></category>
		<category><![CDATA[management]]></category>
		<category><![CDATA[metro]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[networking]]></category>
		<category><![CDATA[obama]]></category>
		<category><![CDATA[online]]></category>
		<category><![CDATA[opensource]]></category>
		<category><![CDATA[openssl]]></category>
		<category><![CDATA[persistence]]></category>
		<category><![CDATA[politics]]></category>
		<category><![CDATA[presentation]]></category>
		<category><![CDATA[privacy]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[projectmanagement]]></category>
		<category><![CDATA[proxy]]></category>
		<category><![CDATA[reference]]></category>
		<category><![CDATA[rest]]></category>
		<category><![CDATA[reverseengineering]]></category>
		<category><![CDATA[scrum]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[service]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[spring]]></category>
		<category><![CDATA[spring3.0]]></category>
		<category><![CDATA[SpringFramework]]></category>
		<category><![CDATA[springroo]]></category>
		<category><![CDATA[ssl]]></category>
		<category><![CDATA[sysadmin]]></category>
		<category><![CDATA[terrorism]]></category>
		<category><![CDATA[tools]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[unix]]></category>
		<category><![CDATA[usa]]></category>
		<category><![CDATA[webservices]]></category>
		<category><![CDATA[xml]]></category>
		<category><![CDATA[xmlbeans]]></category>

		<guid isPermaLink="false">http://www.j2eegeek.com/blog/?p=2158</guid>
		<description><![CDATA[Generate a self-signed SSL Certificate with OpenSSL &#124; *.hosting &#8211; Occasionally it may be necessary to generate a self-signed SSL certificate. This could be for internal websites, or for other internal uses that may require secure encrypted network transmissions. We decided to post this guide for everyone to use, since using the guide as a [...]<p><br/><br/><a href="http://www.j2eegeek.com/blog/2010/01/05/daily-del-icio-us-for-december-12th-through-january-5th/">Daily del.icio.us for December 12th through January 5th</a></p>
]]></description>
			<content:encoded><![CDATA[<p></p><ul>
<li><a href="http://blog.stardothosting.com/2009/09/30/generate-a-self-signed-ssl-certificate-with-openssl/">Generate a self-signed SSL Certificate with OpenSSL | *.hosting</a> &#8211; Occasionally it may be necessary to generate a self-signed SSL certificate. This could be for internal websites, or for other internal uses that may require secure encrypted network transmissions. We decided to post this guide for everyone to use, since using the guide as a reference may hopefully be useful to those of you out there</li>
<li><a href="http://groups.google.com/group/google-collections-users/browse_thread/thread/8001013ee996b3c9?pli=1">Google Collections Library: 1.0-final! &#8211;  Google Collections Library</a> &#8211; The Google Collections Library 1.0 is a set of new collection types, implementations and related goodness for Java 5 and higher, brought to you by Google. It is a natural extension of the Java Collections Framework.</li>
<li><a href="http://www.infoq.com/presentations/rethinking-lean-service">InfoQ: Re-thinking Lean Service</a> &#8211; Taiichi Ohno discovered some counter-intuitive truths as he developed the Toyota System. Similar counter-intuitive truths wait to be discovered by leaders of service organisations. When they are understood and applied, service organisations&#039; performance is transformed to levels that, to the current mind-set, would be considered unachievable.</li>
<li><a href="http://www.infoq.com/interviews/roo-ben-alex">InfoQ: SpringSource&#8217;s Ben Alex talks about Spring Roo, Spring Shell and Spring Security 3.0</a> &#8211; Dr Ben Alex, The Project Lead of the Spring Roo code generator project, discusses using Roo on an existing project, building custom templates and add-ons for Roo, and how its capabilities compare to other productivity tools such as Grails.</li>
<li><a href="http://www.sesawe.net/">sesawe.net &#8211; English</a> &#8211; Sesawe is a global alliance dedicated to bringing the benefits of uncensored access to information to Internet users around the world</li>
<li><a href="http://www.pointabout.com/">iPhone App Developers | PointAbout</a> &#8211; PointAbout allows you to quickly mobilize the content you&rsquo;re already publishing, like RSS &amp; XML feeds, APIs and HTML content.  Our AppMakr.com service builds native mobile applications in minutes instead of months, across multiple phone platforms without any ramp-up time and no need for proprietary programming expertise.</li>
<li><a href="http://www.hugoware.net/Projects/jLinq">jLinq &#8211; LINQ for JSON</a> &#8211; jLinq is a fully extensible Javascript library that allows you to perform LINQ style queries on arrays of object.</li>
<li><a href="http://www.oracle.com/technology/pub/articles/vasiliev-jpql.html">Querying JPA Entities with JPQL and Native SQL</a> &#8211; Learn how to take advantage of the Java Persistence query language and native SQL when querying over JPA entities.</li>
<li><a href="http://united-coders.com/phillip-steffensen/spring-module-oxm-a-new-feature-of-spring-framework-30">Spring Module OXM &ndash; A new feature of Spring Framework 3.0 | united-coders.com</a> &#8211; I think the Spring OXM module is absolutely usable. It is a nice way to keep the code independent from the underlying marshalling technology. And there are a lot more ways to use Spring OXM. At this time the Castor project, Apache XMLBeans, JiBX, XStream and JAXB is supported</li>
<li><a href="http://java.decompiler.free.fr/">JD | Java Decompiler</a> &#8211; The &ldquo;Java Decompiler project&rdquo; aims to develop tools in order to decompile and analyze Java 5 &ldquo;byte code&rdquo; and the later versions.</li>
<li><a href="http://www.nytimes.com/2009/12/30/opinion/30dowd.html?_r=1">As the Nation&rsquo;s Pulse Races, Obama Can&rsquo;t Seem to Find His</a> &#8211; If we can&rsquo;t catch a Nigerian with a powerful explosive powder in his oddly feminine-looking underpants and a syringe full of acid, a man whose own father had alerted the U.S. Embassy in Nigeria, a traveler whose ticket was paid for in cash and who didn&rsquo;t check bags, whose visa renewal had been denied by the British, who had studied Arabic in Al Qaeda sanctuary Yemen, whose name was on a counterterrorism watch list, who can we catch?</li>
<li><a href="http://www.grails.org/1.2 Release Notes">Grails &#8211; 1.2 Release Notes</a> &#8211; SpringSource are pleased to announce the 1.2 release of the Grails web application development framework. Grails is a dynamic web application framework built on Java and Groovy, leveraging best of breed APIs from the Java EE sphere including Spring, Hibernate and SiteMesh</li>
<li><a href="http://www.catonmat.net/blog/unix-utilities-lsof/">A Unix Utility You Should Know About: lsof &#8211; good coders code, great reuse</a> &#8211; If netcat was called the Swiss Army Knife of Network Connections, then I&rsquo;d call lsof the Swiss Army Knife of Unix debugging.</li>
<li><a href="http://blog.tuvinh.com/100-open-sourcefree-security-tools/">100+ Open Source/Free Security Tools | TuVinhSoft .,JSC</a> &#8211; Below are some open source/free tools that can help you with security testing as well as tools that will keep your system secure. Please use these tools ONLY for good.</li>
<li><a href="http://www.youtube.com/watch?v=uExEw3OVMd0&amp;feature=player_embedded">YouTube &#8211; Google Web Toolkit 2.0 New Features</a> &#8211; This video provides an overview of new features in Google Web Toolkit (GWT) 2.0, a tool which enables developers to produce highly optimized, browser-specific JavaScript for their apps</li>
<li><a href="http://www.extjs.com/blog/2009/12/17/ext-js-3-1-massive-memory-improvements-treegrid-and-more…/">Ext JS 3.1: Massive memory improvements, TreeGrid, and more</a> &#8211; On behalf of the Ext Team, I am extremely excited to announce the final release of Ext JS 3.1. With this release we rededicate ourselves to making Ext JS the best it can be, in both features and performanc</li>
<li><a href="http://www.infoq.com/news/2009/12/amazon-rds-cloud-db">InfoQ: Amazon RDS: MySQL Database as a Cloud Service</a> &#8211; Amazon recently added a new MySQL database offering to their Amazon Web Services (AWS) platform named Amazon Relational Database Service (RDS), which works just like a traditional MySQL installation</li>
<li><a href="http://www.infoq.com/presentations/Whats-New-in-Spring-3.0">InfoQ: Whats New in Spring 3.0</a> &#8211; Arjen Poutsma reviews Spring Framework 2.5 and takes a look at Spring 3.0 &#8211; Java 5+, Spring Expression Language, REST support, Portlet 2.0, declarative model validation, early support for Java EE 6 &#8211; and the roadmap ahead.</li>
<li><a href="http://blog.springsource.com/2009/12/16/spring-framework-3-0-goes-ga/?utm_source=feedburner">Spring Framework 3.0 goes GA | SpringSource Team Blog</a> &#8211; After a long ride, it is my pleasure to announce that Spring 3.0 GA (.RELEASE) is finally available (download page)! All of SpringSource is celebrating &ndash; join the party</li>
<li><a href="http://www.pivotaltracker.com/">Pivotal Tracker &#8211; Free Lightweight Agile Project Management</a> &#8211; Tracker is a free, award winning, agile project management tool that enables real time collaboration around a shared, prioritized backlog.</li>
<li><a href="http://technology.amis.nl/blog/6724/agile-software-principle-11">Agile software development, the principles. Principle 11</a> &#8211; The best architectures, requirements, and designs emerge from self-organizing teams.</li>
<li><a href="http://library.linode.com/using-linux/administration-basics">Using Linux &#8211; Linux Administration Basics &#8211; Linode Library</a> &#8211; This document presents a collection of common issues and useful tips for Linux system administration. Whether you&#039;re new to system administration or have been maintaining systems for some time, we hope these tips are helpful regardless of your background or choice in Linux distributions</li>
<li><a href="http://weblogs.java.net/blog/jitu/archive/2009/12/10/jax-ws-22metro-20java-ee6glassfish-v3-released">JAX-WS 2.2/Metro 2.0/Java EE6/GlassFish V3 Released | Java.net</a> &#8211; We are pleased to announce the release of JAX-WS 2.2 and JAX-WS 2.2 RI. RI is also included in Metro 2.0. As Metro 2.0 is bundled in GlassFish v3, you don&#039;t require any separate installation step. On the servlet containers like Tomcat, you follow the installation instructions in the bundle.</li>
<li><a href="http://weblogs.java.net/blog/haroldcarr/archive/2009/12/11/metro-20-released">Metro 2.0 released | Java.net</a> &#8211; Metro 2.0 has been released.  Here is an overview of the new features</li>
</ul>
<p><br/><br/><a href="http://www.j2eegeek.com/blog/2010/01/05/daily-del-icio-us-for-december-12th-through-january-5th/">Daily del.icio.us for December 12th through January 5th</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.j2eegeek.com/blog/2010/01/05/daily-del-icio-us-for-december-12th-through-january-5th/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Daily del.icio.us for October 13th through October 17th</title>
		<link>http://www.j2eegeek.com/blog/2009/10/17/daily-del-icio-us-for-october-13th-through-october-17th/</link>
		<comments>http://www.j2eegeek.com/blog/2009/10/17/daily-del-icio-us-for-october-13th-through-october-17th/#comments</comments>
		<pubDate>Sat, 17 Oct 2009 21:01:26 +0000</pubDate>
		<dc:creator>Vinny Carpenter</dc:creator>
				<category><![CDATA[Stuff to read]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[architecture]]></category>
		<category><![CDATA[book]]></category>
		<category><![CDATA[business]]></category>
		<category><![CDATA[cache]]></category>
		<category><![CDATA[cloudcomputing]]></category>
		<category><![CDATA[concurrency]]></category>
		<category><![CDATA[datacenter]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[ebooks]]></category>
		<category><![CDATA[framework]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[hibernate]]></category>
		<category><![CDATA[hosting]]></category>
		<category><![CDATA[idea]]></category>
		<category><![CDATA[infrastructure]]></category>
		<category><![CDATA[intellij]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[networking]]></category>
		<category><![CDATA[opensource]]></category>
		<category><![CDATA[OReilly]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[rackspace]]></category>
		<category><![CDATA[scalability]]></category>
		<category><![CDATA[sethgodin]]></category>
		<category><![CDATA[SOA]]></category>
		<category><![CDATA[socialmedia]]></category>
		<category><![CDATA[socialnetworking]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[sysadmin]]></category>
		<category><![CDATA[technology]]></category>
		<category><![CDATA[terracotta]]></category>
		<category><![CDATA[testing]]></category>
		<category><![CDATA[threading]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[unittest]]></category>
		<category><![CDATA[unix]]></category>
		<category><![CDATA[validator]]></category>
		<category><![CDATA[virtualization]]></category>
		<category><![CDATA[Web2.0]]></category>
		<category><![CDATA[webdesign]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[windows7]]></category>

		<guid isPermaLink="false">http://www.j2eegeek.com/blog/?p=2089</guid>
		<description><![CDATA[Seth&#8217;s Blog: &#34;Notice me&#34; &#8211; Attention is fine, as long as you have a goal that is reached in exchange for all this effort. Far better than being noticed&#8230;&#8230;&#8230;.. thread-weaver &#8211; Project Hosting on Google Code &#8211; Thread Weaver is a framework for writing multi-threaded unit tests in Java. It provides mechanisms for creating breakpoints [...]<p><br/><br/><a href="http://www.j2eegeek.com/blog/2009/10/17/daily-del-icio-us-for-october-13th-through-october-17th/">Daily del.icio.us for October 13th through October 17th</a></p>
]]></description>
			<content:encoded><![CDATA[<p></p><ul>
<li><a href="http://sethgodin.typepad.com/seths_blog/2009/10/notice-me.html">Seth&#8217;s Blog: &quot;Notice me&quot;</a> &#8211; Attention is fine, as long as you have a goal that is reached in exchange for all this effort. Far better than being noticed&#8230;&#8230;&#8230;..</li>
<li><a href="http://code.google.com/p/thread-weaver/">thread-weaver &#8211;  Project Hosting on Google Code</a> &#8211; Thread Weaver is a framework for writing multi-threaded unit tests in Java. It provides mechanisms for creating breakpoints within your code, and for halting execution of a thread when a breakpoint is reached. Other threads can then run while the first thread is blocked. This allows you to write repeatable tests for that can check for race conditions and thread safety</li>
<li><a href="http://building-iphone-apps.labs.oreilly.com/">Building iPhone Apps with HTML, CSS, and JavaScript</a> &#8211; It&#39;s true: You can write iPhone apps quickly and efficiently using your existing skills with HTML, CSS, and JavaScript. This book shows you how with lots of detailed examples, step-by-step instructions, and hands-on exercises.</li>
<li><a href="http://www.economist.com/displaystory.cfm?story_id=14637206">Cloud computing: Clash of the clouds | The Economist</a> &#8211; The launch of Windows 7 marks the end of an era in computing&mdash;and the beginning of an epic battle between Microsoft, Google, Apple and others</li>
<li><a href="http://www.jetbrains.org/display/IJOS/Home">Home &#8211; IntelliJ Open-Source Project -&nbsp;Confluence</a> &#8211; This is the home for the open-source project<br />
IntelliJ IDEA Community Edition &minus; the leading Java and Groovy IDE<br />
built on the IntelliJ Platform.</li>
<li><a href="http://unetbootin.sourceforge.net/">UNetbootin &#8211; Homepage and Downloads</a> &#8211; UNetbootin allows you to create bootable Live USB drives for a variety of Linux distributions from Windows or Linux, without requiring you to burn a CD. You can either let it download one of the many distributions supported out-of-the-box for you, or supply your own Linux .iso file if you&#39;ve already downloaded one or your preferred distribution isn&#39;t on the list.</li>
<li><a href="http://in.relation.to/Bloggers/HibernateValidator4Unleashed">Hibernate Validator 4 unleashed</a> &#8211; Hibernate Validator let&#39;s you declare constraints on your domain model using annotations like @NotNull or @Size and returns the list of constraint failures found in an object graph. Instead of duplicating constraint declarations in various application layers, constraints are centralized on your domain model and shared by all layers and frameworks: declared once, validate anywhere if you will.</li>
<li><a href="http://myadventuresincoding.wordpress.com/2009/10/11/second-level-caching-for-hibernate-with-terracotta/">Second Level Caching for Hibernate with Terracotta &laquo; My Adventures in Coding</a> &#8211; Overall we have found Terracotta to be a useful tool. It requires very little effort to update an existing project using Spring/Hibernate to use it. Terracotta offers more than just Second Level Caching, but also handles queuing of writes and ensuring data is written to the SOR (System or Record) in the event the database is not available for a brief period.</li>
<li><a href="http://www.datacenterknowledge.com/archives/2009/05/14/whos-got-the-most-web-servers/">Who Has the Most Web Servers? &laquo; Data Center Knowledge</a> &#8211; Rackspace reports that as of March 30 the company&rsquo;s data centers house 50,038 servers, up from 47,518 at the end of 2008. Of the companies that publicly report their server counts, only European hosts 1&amp;1 Internet and OVH have more than Rackspace.</li>
<li><a href="http://soa-manifesto.org/">soa-manifesto.org</a> &#8211; A formal declaration of the principles, intentions and ambitions of service-orientation and the service-oriented architectural mode</li>
</ul>
<p><br/><br/><a href="http://www.j2eegeek.com/blog/2009/10/17/daily-del-icio-us-for-october-13th-through-october-17th/">Daily del.icio.us for October 13th through October 17th</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.j2eegeek.com/blog/2009/10/17/daily-del-icio-us-for-october-13th-through-october-17th/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Daily del.icio.us for March 20th through March 24th</title>
		<link>http://www.j2eegeek.com/blog/2009/03/24/daily-delicious-for-march-20th-through-march-24th/</link>
		<comments>http://www.j2eegeek.com/blog/2009/03/24/daily-delicious-for-march-20th-through-march-24th/#comments</comments>
		<pubDate>Wed, 25 Mar 2009 01:05:31 +0000</pubDate>
		<dc:creator>Vinny Carpenter</dc:creator>
				<category><![CDATA[Stuff to read]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[adobe]]></category>
		<category><![CDATA[amazon]]></category>
		<category><![CDATA[application]]></category>
		<category><![CDATA[atlassian]]></category>
		<category><![CDATA[aws]]></category>
		<category><![CDATA[bailout]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[BlazeDS]]></category>
		<category><![CDATA[cio]]></category>
		<category><![CDATA[cloud]]></category>
		<category><![CDATA[cloudcomputing]]></category>
		<category><![CDATA[collaboration]]></category>
		<category><![CDATA[comparison]]></category>
		<category><![CDATA[confluence]]></category>
		<category><![CDATA[corruption]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[ec2]]></category>
		<category><![CDATA[economics]]></category>
		<category><![CDATA[economy]]></category>
		<category><![CDATA[enterprise]]></category>
		<category><![CDATA[facebook]]></category>
		<category><![CDATA[finance]]></category>
		<category><![CDATA[flex]]></category>
		<category><![CDATA[framework]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[government]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[ibm]]></category>
		<category><![CDATA[innovation]]></category>
		<category><![CDATA[integration]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[javafx]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[NPR]]></category>
		<category><![CDATA[opensource]]></category>
		<category><![CDATA[politics]]></category>
		<category><![CDATA[radio]]></category>
		<category><![CDATA[reference]]></category>
		<category><![CDATA[s3]]></category>
		<category><![CDATA[scoble]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[sharepoint]]></category>
		<category><![CDATA[shell]]></category>
		<category><![CDATA[socialnetworking]]></category>
		<category><![CDATA[spring]]></category>
		<category><![CDATA[SpringFramework]]></category>
		<category><![CDATA[sun]]></category>
		<category><![CDATA[sysadmin]]></category>
		<category><![CDATA[technology]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[twitter]]></category>
		<category><![CDATA[unix]]></category>
		<category><![CDATA[webservices]]></category>
		<category><![CDATA[wiki]]></category>

		<guid isPermaLink="false">http://www.j2eegeek.com/blog/?p=1726</guid>
		<description><![CDATA[NPR&#8217;s broadcast audience surges. Can it do the same online? &#124; The Industry Standard &#8211; &#34;At a time when newspapers, magazines and TV news continue to lose readers and viewers,&#34; writes Washington Post reporter Paul Farhi, &#34;the audience for NPR&#39;s daily news programs, including Morning Edition and All Things Considered, reached a record last year [...]<p><br/><br/><a href="http://www.j2eegeek.com/blog/2009/03/24/daily-delicious-for-march-20th-through-march-24th/">Daily del.icio.us for March 20th through March 24th</a></p>
]]></description>
			<content:encoded><![CDATA[<p></p><ul>
<li><a href="http://www.thestandard.com/news/2009/03/24/npr-broadcast-audience-surges">NPR&#8217;s broadcast audience surges. Can it do the same online? | The Industry Standard</a> &#8211; &quot;At a time when newspapers, magazines and TV news continue to lose readers and viewers,&quot; writes Washington Post reporter Paul Farhi, &quot;the audience for NPR&#39;s daily news programs, including Morning Edition and All Things Considered, reached a record last year</li>
<li><a href="http://davidvancouvering.blogspot.com/2009/03/sun-gets-behind-clouds-may-be-eclipsed.html">Van Couvering Is Not a Verb: Sun gets behind clouds, may be Eclipsed &#8211; thoughts from an ex-employee</a> &#8211; Sun has had this amazing ability to thrash for a very long time on large and ultimately doomed projects (remember N1?), and they just haven&#39;t been able to turn the corner and really reinvent themselves</li>
<li><a href="http://news.cnet.com/8301-1023_3-10202404-93.html">Google&#8217;s former CIO barely lasts a year at EMI | Digital Media &#8211; CNET News</a> &#8211; Douglas Merrill, Google&#39;s former chief information officer who jumped to EMI Music not quite a year ago, has resigned as chief of the label&#39;s digital unit.</li>
<li><a href="http://howto.opml.org/dave/ec2/">HowTo: EC2 for Poets</a> &#8211; The goal is to make cloud computing less mysterious by helping people through the process of setting up a server on Amazon EC2. The title derives from a class that was offered at the University of Wisconsin, when I was a grad student there, called Computer Science for Poets.</li>
<li><a href="http://scobleizer.com/2009/03/21/why-facebook-has-never-listened-and-why-it-definitely-wont-start-now/">Scobleizer: Technology, innovation, and geek enthusiasm  &raquo; Blog Archive  Why Facebook has never listened and why it definitely won&rsquo;t start now &laquo;</a> &#8211; Zuckerberg is a real leader because he doesn&rsquo;t care what anyone thinks. He&rsquo;s going to do what he thinks is best for his business. I wish Silicon Valley had more like him</li>
<li><a href="http://www.springsource.org/spring-flex">Spring BlazeDS Integration Home</a> &#8211; Spring BlazeDS Integration is a new addition to the Spring portfolio, and a component of the complete Spring Web stack.  This project&#39;s purpose is to make it easier to build Spring-powered Rich Internet Applications using Adobe Flex as the front-end client.</li>
<li><a href="http://www.commandlinefu.com/commands/browse/sort-by-votes">Command-line Fu &lt; The best UNIX commands on the web</a> &#8211; Command-Line-Fu is the place to record those command-line gems that you return to again and again.</li>
<li><a href="http://stsmedia.net/spring-finance-part-1-introduction-architecture/">Spring Finance Sample Application | StSMedia</a> &#8211; Spring Finance is designed to be a simple finance tracker application for the Simpsons family. As some of you might know the Simpsons frequently have financial trouble of all sorts. They borrow money from their neighbour, the Ned Flanders, the local power plant owner, Mr Burns, and others.</li>
<li><a href="http://blogs.atlassian.com/news/2009/03/comparing_sharepoint_to_confluence_wiki.html">The Atlassian Blog &#8211; Comparing SharePoint to Confluence?</a> &#8211; Last week Martin Seibert at Seibert Media wrote an interesting blog post where he evaluated SharePoint as an enterprise wiki.<br />
He posed the question, is SharePoint really a good alternative to a fully developed company wiki? He draws his conclusion early and then presents a list of compelling arguments as to why SharePoint is not a good wiki alternative</li>
<li><a href="http://www.rollingstone.com/politics/story/26793903/the_big_takeover">The Big Takeover : Rolling Stone</a> &#8211; The global economic crisis isn&#39;t about money &#8211; it&#39;s about power. How Wall Street insiders are using the bailout to stage a revolution</li>
</ul>
<p><br/><br/><a href="http://www.j2eegeek.com/blog/2009/03/24/daily-delicious-for-march-20th-through-march-24th/">Daily del.icio.us for March 20th through March 24th</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.j2eegeek.com/blog/2009/03/24/daily-delicious-for-march-20th-through-march-24th/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Daily del.icio.us for February 13th through February 17th</title>
		<link>http://www.j2eegeek.com/blog/2009/02/17/daily-delicious-for-february-13th-through-february-17th/</link>
		<comments>http://www.j2eegeek.com/blog/2009/02/17/daily-delicious-for-february-13th-through-february-17th/#comments</comments>
		<pubDate>Wed, 18 Feb 2009 03:00:01 +0000</pubDate>
		<dc:creator>Vinny Carpenter</dc:creator>
				<category><![CDATA[Stuff to read]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[architect]]></category>
		<category><![CDATA[architecture]]></category>
		<category><![CDATA[articles]]></category>
		<category><![CDATA[branding]]></category>
		<category><![CDATA[business]]></category>
		<category><![CDATA[computer]]></category>
		<category><![CDATA[datagrid]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[economics]]></category>
		<category><![CDATA[enterprise]]></category>
		<category><![CDATA[extjs]]></category>
		<category><![CDATA[foreclosure]]></category>
		<category><![CDATA[forms]]></category>
		<category><![CDATA[freeware]]></category>
		<category><![CDATA[housing]]></category>
		<category><![CDATA[idea8]]></category>
		<category><![CDATA[intellij]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[marketing]]></category>
		<category><![CDATA[markets]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[netcat]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[ooad]]></category>
		<category><![CDATA[patents]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[redhat]]></category>
		<category><![CDATA[rhel5.3]]></category>
		<category><![CDATA[snippets]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[softwarearchitecture]]></category>
		<category><![CDATA[strategy]]></category>
		<category><![CDATA[sysadmin]]></category>
		<category><![CDATA[technology]]></category>
		<category><![CDATA[tools]]></category>
		<category><![CDATA[unix]]></category>
		<category><![CDATA[usb]]></category>
		<category><![CDATA[utilities]]></category>
		<category><![CDATA[virtualization]]></category>
		<category><![CDATA[voice]]></category>
		<category><![CDATA[wallstreet]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://www.j2eegeek.com/blog/?p=1649</guid>
		<description><![CDATA[A Unix Utility You Should Know About: Netcat &#8211; good coders code, great reuse &#8211; Netcat is often referred to as a &#8220;Swiss Army knife&#8221; utility, and for a good reason. Just like the multi-function usefulness of the venerable Swiss Army pocket knife, netcat&#8217;s functionality is as helpful. Some of its features include port scanning, [...]<p><br/><br/><a href="http://www.j2eegeek.com/blog/2009/02/17/daily-delicious-for-february-13th-through-february-17th/">Daily del.icio.us for February 13th through February 17th</a></p>
]]></description>
			<content:encoded><![CDATA[<p></p><ul>
<li><a href="http://www.catonmat.net/blog/unix-utilities-netcat/">A Unix Utility You Should Know About: Netcat &#8211; good coders code, great reuse</a> &#8211; Netcat is often referred to as a &ldquo;Swiss Army knife&rdquo; utility, and for a good reason. Just like the multi-function usefulness of the venerable Swiss Army pocket knife, netcat&rsquo;s functionality is as helpful. Some of its features include port scanning, transferring files, port listening and it can be used a backdoor</li>
<li><a href="http://97-things.near-time.net/wiki/97-things-every-software-architect-should-know-the-book">97 Things Every Software Architect Should Know &#8211; The Book [97 Things] : Near-Time</a> &#8211; The following are the 97 axioms selected for the book, 97 Things Every Software Architect Should Know, which will be published by O#039;Reilly Media in early 2009. The contents are now being edited for publishing &#8211; you can see them here. All edits will be contributed back to the 97 Things web site on this page</li>
<li><a href="http://www.jetbrains.com/idea/features/newfeatures.html?120209ii81r">IntelliJ IDEA :: New Features</a> &#8211; This release brings you a noticeably faster IDE. We&#8217;ve reworked its engine to boost the overall performance, improved the file indexing for better processing of external changes (e.g. updates from VCS) and optimized the compiler caches to significantly reduce the compilation time</li>
<li><a href="http://www.fastcompany.com/blog/robert-scoble/robert-scobles-innovators-and-geeks-blog/what-microsoft-can-learn-about-retail-ap">What Microsoft Can Learn About Retail from Apple and Best Buy | Robert Scoble&#8217;s innovator&#8217;s and geeks&#8217; blog | Fast Company</a> &#8211; Now that Microsoft has decided to open up its own retail stores, they need some help from all of us in building a great retail experience</li>
<li><a href="http://news.cnet.com/8301-13505_3-10164907-16.html">Microsoft and Red Hat team up on patent-free interoperability | The Open Road &#8211; CNET News</a> &#8211; Today both Red Hat and Microsoft lowered their guns long enough for customers to win. They did so without encumbering interoperability with patents, which will be critical to ensuring that Microsoft can lower its guard further to welcoming open-source solutions to the Windows fold as a full partner.</li>
<li><a href="http://blogs.msdn.com/recite/archive/2009/02/15/announcement-microsoft-recite-technology-preview.aspx">Microsoft Recite : Announcement &ndash; Microsoft Recite &ndash; Technology Preview</a> &#8211; Microsoft Recite is a search technology for your voice that runs on Windows Mobile* devices. With Microsoft Recite, you can use your voice to easily store, search and retrieve the things you want to remember, where and when you need them.</li>
<li><a href="http://www.technibble.com/computer-repair-utility-kit/">&raquo; Computer Repair Utility Kit &#8211; Technibble &#8211; A Resource for Computer Repair Technicians  to get PC tech support help.</a> &#8211; For those of you who don&rsquo;t know, the Computer Repair Utility Kit is a combination of computer repair tools in one easy to use pack. The Computer Repair Utility Kit allows you to run all of the repair tools from your portable drive (eg. USB Flash Drive, External Hard Drive, IPod etc.) and comes with an easy to use, right-click menu.</li>
<li><a href="http://kurtstam.blogspot.com/2009/02/java-architecture-management.html">Fresh Espresso: Java Architecture Management</a> &#8211; To break a dependency cycle you can should introduce an interface; this reverses the dependency. It is that simple. This lead to the observation that quot;good codequot; can be recognized using certain metrics (see also a white paper by Robert Martin. Good code should have a certain ration of abstractness (classes vs interfaces), and if more code depends on your code, you will likely need more interfaces</li>
<li><a href="http://www.montrealgazette.com/Entertainment/Photos+Year/1286624/story.html">U.S. foreclosure image is 2008 World Press Photo of the Year</a> &#8211; The international jury of the 52nd annual World Press Photo Contest have selected a black-and-white image by American photographer Anthony Suau as World Press Photo of the Year 2008 it was announced on February 13, 2009. The picture shows an armed officer of the Cuyahoga County Sheriff&rsquo;s Department moving through a home in Cleveland, Ohio, following eviction as a result of mortgage foreclosure. The winning photograph, taken in March 2008, is part of a story commissioned by Time magazine</li>
<li><a href="http://examples.extjs.eu/?ex=databind">Saki&#8217;s Ext Examples Page &#8211; Complex Data Binding</a> &#8211; This example shows how to implement component communication using data binding. The data is kept in records in grid store. When a cell is clicked, the underlying record is bound to both show panel and form.
<p>Changes made in the grid are automatically reflected in both Show Panel and Form, changes in Form are updated in both Grid and Show Panel &#8211; data is changed in one place, the record, in fact.</li>
</ul>
<p><br/><br/><a href="http://www.j2eegeek.com/blog/2009/02/17/daily-delicious-for-february-13th-through-february-17th/">Daily del.icio.us for February 13th through February 17th</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.j2eegeek.com/blog/2009/02/17/daily-delicious-for-february-13th-through-february-17th/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Daily del.icio.us for January 4th through January 9th</title>
		<link>http://www.j2eegeek.com/blog/2009/01/09/daily-delicious-for-january-4th-through-january-9th/</link>
		<comments>http://www.j2eegeek.com/blog/2009/01/09/daily-delicious-for-january-4th-through-january-9th/#comments</comments>
		<pubDate>Sat, 10 Jan 2009 04:00:20 +0000</pubDate>
		<dc:creator>Vinny Carpenter</dc:creator>
				<category><![CDATA[Stuff to read]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[concurrency]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[deployment]]></category>
		<category><![CDATA[dojo]]></category>
		<category><![CDATA[ebooks]]></category>
		<category><![CDATA[extjs]]></category>
		<category><![CDATA[flex]]></category>
		<category><![CDATA[framework]]></category>
		<category><![CDATA[frameworks]]></category>
		<category><![CDATA[gui]]></category>
		<category><![CDATA[guide]]></category>
		<category><![CDATA[homeserver]]></category>
		<category><![CDATA[jar]]></category>
		<category><![CDATA[jarjar]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[jdbc]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[kilim]]></category>
		<category><![CDATA[library]]></category>
		<category><![CDATA[livecycle]]></category>
		<category><![CDATA[messaging]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[opensource]]></category>
		<category><![CDATA[parallel]]></category>
		<category><![CDATA[patterns]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[remoting]]></category>
		<category><![CDATA[rsync]]></category>
		<category><![CDATA[seam]]></category>
		<category><![CDATA[services]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[spring]]></category>
		<category><![CDATA[SQL]]></category>
		<category><![CDATA[storage]]></category>
		<category><![CDATA[sun]]></category>
		<category><![CDATA[synchronisation]]></category>
		<category><![CDATA[sysadmin]]></category>
		<category><![CDATA[taglib]]></category>
		<category><![CDATA[threading]]></category>
		<category><![CDATA[tools]]></category>
		<category><![CDATA[unix]]></category>
		<category><![CDATA[utility]]></category>
		<category><![CDATA[wallstreet]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[Web2.0]]></category>
		<category><![CDATA[webdesign]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[yui]]></category>

		<guid isPermaLink="false">http://www.j2eegeek.com/blog/?p=1564</guid>
		<description><![CDATA[The storage solution Sun should have built &#124; unixville &#8211; The HP MediaSmart Server EX485 is a diminutive low-power device that provides backup and storage service for all your home computers. It runs Windows Home Server, uses commodity hardware and supports Mac &#38; iTunes, all while providing space for 4 internal drives ThinkUI SQL Client [...]<p><br/><br/><a href="http://www.j2eegeek.com/blog/2009/01/09/daily-delicious-for-january-4th-through-january-9th/">Daily del.icio.us for January 4th through January 9th</a></p>
]]></description>
			<content:encoded><![CDATA[<p></p><ul>
<li><a href="http://www.unixville.com/node/257">The storage solution Sun should have built | unixville</a> &#8211; The HP MediaSmart Server EX485 is a diminutive low-power device that provides backup and storage service for all your home computers. It runs Windows Home Server, uses commodity hardware and supports Mac &amp; iTunes, all while providing space for 4 internal drives</li>
<li><a href="http://www.thinkui.com/sqlclient/index.html">ThinkUI SQL Client &#8211; SQL Query and Code Generation Tool for Java Developers</a> &#8211; ThinkUI SQL Client is designed for Java&trade; developers who needs to work with multiple databases and would like to a tool with features that will improve their productivity and help reduce the tedious nature of software development.</li>
<li><a href="http://www.graniteds.org/confluence/pages/viewpage.action?pageId=229378">Granite Data Services (Free, Open Source, Flex &amp; J2EE) &#8211; Confluence</a> &#8211; Granite Data Services (GDS) is a free, open source (LGPL&#39;d) alternative to Adobe&reg; LiveCycle&reg; (Flex&trade; 2+) Data Services for J2EE application servers. The primary goal of this project is to provide a framework for Flex 2+/EJB 3/Seam/Spring/Guice/POJO application development with full AMF3/RemoteObject benefits.</li>
<li><a href="https://jawr.dev.java.net/">jawr: Jawr &#8211; More than a Javascript/CSS compressor</a> &#8211; Jawr is a tunable packaging solution for Javascript and CSS which allows for rapid development of resources in separate module files. Developers can work with a large set of split javascript files in development mode, then Jawr bundles all together into one or several files in a configurable way.</li>
<li><a href="http://raibledesigns.com/rd/entry/choosing_an_ajax_framework">Raible Designs | Choosing an Ajax Framework</a> &#8211; For #1, we chose Ext JS, Dojo, YUI and GWT because we feel these Ajax libraries offer the most UI widgets. We also considered Prototype/Scriptaculous, jQuery and MooTools, but decided against them because of their lack of UI widgets</li>
<li><a href="http://news.morningstar.com/newsnet/ViewNews.aspx?article=/BW/20090106006200_univ.xml">Morningstar &#8211; Business Wire: Artisan Funds Portfolio Managers David Samra and Daniel O&rsquo;Keefe Named Morningstar&rsquo;s 2008 International-Stock Fund Manager of the Year</a> &#8211; Artisan Partners, investment adviser to the Artisan Funds, announced that Morningstar has named David Samra and Daniel O&rsquo;Keefe, Portfolio Co-Managers of the Artisan International Value Fund (ARTKX) and Artisan Global Value Fund (ARTGX), its International-Stock Fund Manager of the Year for 2008</li>
<li><a href="http://www.codeplex.com/AppArchGuide">patterns &amp; practices: Application Architecture Guide 2.0 (The Book) &#8211; Home</a> &#8211; Welcome to the patterns &amp; practices Application Architecture Guide 2.0 project site! provides design-level guidance for the architecture and design of applications built on the .NET Framework. It focuses on the most common types of applications, partitioning application functionality into layers, components, and services, and walks through their key design characteristics.This guide is a collaborative effort between patterns &amp; practices, product teams, and industry experts</li>
<li><a href="http://www.java-tv.com/2009/01/05/kilim-fast-lightweight-cheap-message-passing-in-java/">Kilim: Fast, lightweight, cheap message passing in Java | Java&trade; Software Development Videos and Tutorials Directory</a> &#8211; The message passing (MP) paradigm is often seen as a superior alternative to the typical mix of idioms in concurrent (shared-memory, locks) and distributed programming (CORBA/RMI).  This talk describes a Java framework called &ldquo;Kilim&rdquo; to fix this state of affairs.</li>
<li><a href="http://www.cis.upenn.edu/~bcpierce/unison/">Unison File Synchronizer</a> &#8211; Unison is a file-synchronization tool for Unix and Windows. It allows two replicas of a collection of files and directories to be stored on different hosts (or different disks on the same host), modified separately, and then brought up to date by propagating the changes in each replica to the other</li>
<li><a href="http://publicobject.com/2009/01/always-use-jarjar-to-package.html">Public Object: Always use jarjar to package implementation dependencies</a> &#8211; jarjar is a sweet Java packaging tool that allows you to embed one .jar file in another. But rather than just smashing the jars together in one big archive, jarjar renames the embedded .jar&#39;s classes so that they live in the main jar&#39;s namespace</li>
</ul>
<p><br/><br/><a href="http://www.j2eegeek.com/blog/2009/01/09/daily-delicious-for-january-4th-through-january-9th/">Daily del.icio.us for January 4th through January 9th</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.j2eegeek.com/blog/2009/01/09/daily-delicious-for-january-4th-through-january-9th/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Daily del.icio.us for October 8th through October 11th</title>
		<link>http://www.j2eegeek.com/blog/2008/10/11/daily-delicious-for-october-8th-through-october-11th/</link>
		<comments>http://www.j2eegeek.com/blog/2008/10/11/daily-delicious-for-october-8th-through-october-11th/#comments</comments>
		<pubDate>Sat, 11 Oct 2008 21:01:26 +0000</pubDate>
		<dc:creator>Vinny Carpenter</dc:creator>
				<category><![CDATA[Stuff to read]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[architecture]]></category>
		<category><![CDATA[axis2]]></category>
		<category><![CDATA[blackberry]]></category>
		<category><![CDATA[BPM]]></category>
		<category><![CDATA[business]]></category>
		<category><![CDATA[centos]]></category>
		<category><![CDATA[cxf]]></category>
		<category><![CDATA[Drools]]></category>
		<category><![CDATA[economy]]></category>
		<category><![CDATA[finance]]></category>
		<category><![CDATA[financial]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[hadoop]]></category>
		<category><![CDATA[Humor]]></category>
		<category><![CDATA[humour]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[jboss]]></category>
		<category><![CDATA[jBPM]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[mapreduce]]></category>
		<category><![CDATA[mna]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[money]]></category>
		<category><![CDATA[Motorola]]></category>
		<category><![CDATA[nytimes]]></category>
		<category><![CDATA[opensource]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[redhat]]></category>
		<category><![CDATA[rhel]]></category>
		<category><![CDATA[rulesengine]]></category>
		<category><![CDATA[scalability]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[services]]></category>
		<category><![CDATA[SOA]]></category>
		<category><![CDATA[soap]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[spring]]></category>
		<category><![CDATA[stock]]></category>
		<category><![CDATA[storm]]></category>
		<category><![CDATA[sun]]></category>
		<category><![CDATA[sunw]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[unix]]></category>
		<category><![CDATA[webkit]]></category>
		<category><![CDATA[webservice]]></category>
		<category><![CDATA[webservices]]></category>
		<category><![CDATA[wiki]]></category>
		<category><![CDATA[Wikipedia]]></category>
		<category><![CDATA[ws]]></category>
		<category><![CDATA[xfire]]></category>

		<guid isPermaLink="false">http://www.j2eegeek.com/blog/?p=1366</guid>
		<description><![CDATA[InfoQ: Cascading &#8211; Data Processing API for Hadoop MapReduce &#8211; Cascading is a new processing API for data processing on Hadoop clusters, and supports building complex processing workflows using an expressive API as opposed to directly implementing Hadoop MapReduce algorithms. InfoQ: Open Source WS Stacks for Java &#8211; Design Goals and Philosophy &#8211; Among the [...]<p><br/><br/><a href="http://www.j2eegeek.com/blog/2008/10/11/daily-delicious-for-october-8th-through-october-11th/">Daily del.icio.us for October 8th through October 11th</a></p>
]]></description>
			<content:encoded><![CDATA[<p></p><ul>
<li><a href="http://www.infoq.com/news/2008/10/cascading">InfoQ: Cascading &#8211; Data Processing API for Hadoop MapReduce</a> &#8211; Cascading is a new processing API for data processing on Hadoop clusters, and supports building complex processing workflows using an expressive API as opposed to directly implementing Hadoop MapReduce algorithms.</li>
<li><a href="http://www.infoq.com/articles/os-ws-stacks-background">InfoQ: Open Source WS Stacks for Java &#8211; Design Goals and Philosophy</a> &#8211; Among the most popular open source stacks for implementing a SOAP/WS-* based solution in the Java space are Apache Axis2, Apache CXF, Spring Web Services, JBossWS and Sun&rsquo;s Metro. I posed a number of questions to the lead developers of these stacks about their design goals, their approach towards Java and Web services standards, data binding, accessing XML, interoperability, REST support, and framework maturity. As was to be expected, the results revealed many similarities and some noteworthy differences</li>
<li><a href="http://www.theserverside.com/tt/articles/article.tss?l=AxisAxis2andCXF">Enterprise Java Community: Axis, Axis2 and CXF: Surveying the WS Landscape</a> &#8211; Axis2 has been around longer but CXF is catching up quickly. My recommendation is this: If multilanguage support is important, Axis2 is the clear choice. If you care about an implementation focused on Java with tight integration into projects like Spring, CXF is a better choice, particularly for embedding web services inside of other programs</li>
<li><a href="http://arstechnica.com/news.ars/post/20081009-wikipedia-adopts-ubuntu-for-its-server-infrastructure.html">Wikipedia adopts Ubuntu for its server infrastructure</a> &#8211; Wikimedia&#39;s move to Ubuntu is part of an effort to simplify administration of the organization&#39;s 400 servers, which previously ran a mix of various versions of Red Hat and Fedora.</li>
<li><a href="http://bits.blogs.nytimes.com/2008/10/09/sun-microsystems-a-lesson-in-failed-cosmetic-surgery/">Sun Microsystems: A Lesson in Failed Cosmetic Surgery &#8211; Bits Blog &#8211; NYTimes.com</a> &#8211; Sun Microsystems, one of the world&rsquo;s largest server and software makers, finds itself in an awkward position: It might soon have enough cash to buy all of its stock and go private.</li>
<li><a href="http://www.infoworld.com/article/08/10/08/Red_Hat_boosts_open_source_SOA_1.html">Red Hat boosts open source SOA | InfoWorld | News | 2008-10-08 | By Paul Krill</a> &#8211; Red Hat is expanding its open-source JBoss SOA platform with the unveiling Wednesday of JBoss Enterprise SOA Platform 4.3 and JBoss Operations Network 2.1.  Enterprise SOA Platform supports small-integration projects to enterprise-wide SOA integration. It features open-source projects like JBoss ESB, JBoss JBPM, and JBoss Rules</li>
<li><a href="http://bygonebureau.com/2008/10/01/the-financial-crisis-as-explained-to-my-fourteen-year-old-sister/">The Financial Crisis, as Explained to My Fourteen-Year-Old Sister &mdash; The Bygone Bureau</a> &#8211; The following is an actual conversation I had with my younger sister, Olivia. She likes to draw, play World of Warcraft, and now, she&rsquo;s the only fourteen-year-old girl who understands the U.S. economic crisis.</li>
<li><a href="http://blogs.wsj.com/economics/2008/10/09/sign-of-the-times-2/?mod=googlenews_wsj">Real Time Economics : Sign of the Times: National Debt Clock Runs Out of Digits</a> &#8211; The national debt clock, the unofficial tracker of the federal deficit maintained by the Durst Organization in New York, has reached its limits. Last month, as the national debt exceeded $10 trillion for the first time, the clock ran out of digits to record the number.</li>
<li><a href="http://www.businessweek.com/magazine/content/08_42/b4104000262138.htm?chan=top+news_top+news+index+-+temp_technology">RIM&#8217;s Impressive BlackBerry Storm &#8211; BusinessWeek</a> &#8211; RIM has struck again, this time by eliminating the physical keyboard from its new BlackBerry Storm smartphone. The Storm will be available later this fall from Verizon Wireless in the U.S. and from Vodafone (VOD) in Europe and parts of Asia.</li>
<li><a href="http://arstechnica.com/news.ars/post/20081007-motorolas-linux-strategy-evolves-with-android.html">Motorola&#8217;s Linux strategy evolves with Android</a> &#8211; Reports have emerged indicating that Motorola is hiring developers with Java and Android expertise in preparation for launching a major mobile initiative on top of Google&#39;s software platform</li>
</ul>
<p><br/><br/><a href="http://www.j2eegeek.com/blog/2008/10/11/daily-delicious-for-october-8th-through-october-11th/">Daily del.icio.us for October 8th through October 11th</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.j2eegeek.com/blog/2008/10/11/daily-delicious-for-october-8th-through-october-11th/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Daily del.icio.us for September 24th through September 27th</title>
		<link>http://www.j2eegeek.com/blog/2008/09/27/daily-delicious-for-september-24th-through-september-27th/</link>
		<comments>http://www.j2eegeek.com/blog/2008/09/27/daily-delicious-for-september-24th-through-september-27th/#comments</comments>
		<pubDate>Sat, 27 Sep 2008 17:01:04 +0000</pubDate>
		<dc:creator>Vinny Carpenter</dc:creator>
				<category><![CDATA[Stuff to read]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[2008]]></category>
		<category><![CDATA[accessibility]]></category>
		<category><![CDATA[api]]></category>
		<category><![CDATA[architecture]]></category>
		<category><![CDATA[blackberry]]></category>
		<category><![CDATA[business]]></category>
		<category><![CDATA[community]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[debate]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[economy]]></category>
		<category><![CDATA[enterprise]]></category>
		<category><![CDATA[exadata]]></category>
		<category><![CDATA[extjs]]></category>
		<category><![CDATA[FactCheck]]></category>
		<category><![CDATA[gpl]]></category>
		<category><![CDATA[hardware]]></category>
		<category><![CDATA[hp]]></category>
		<category><![CDATA[infoq]]></category>
		<category><![CDATA[J2EE]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[jCIFS]]></category>
		<category><![CDATA[keyboard]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[netbeans]]></category>
		<category><![CDATA[obama]]></category>
		<category><![CDATA[opensource]]></category>
		<category><![CDATA[oracle]]></category>
		<category><![CDATA[persistance]]></category>
		<category><![CDATA[persistence]]></category>
		<category><![CDATA[politics]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[samba]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[servlet]]></category>
		<category><![CDATA[smb]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[spring]]></category>
		<category><![CDATA[SpringFramework]]></category>
		<category><![CDATA[storage]]></category>
		<category><![CDATA[terminal]]></category>
		<category><![CDATA[Tomcat]]></category>
		<category><![CDATA[tools]]></category>
		<category><![CDATA[toplink]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[unix]]></category>
		<category><![CDATA[utilities]]></category>
		<category><![CDATA[wallstreet]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[webdesign]]></category>
		<category><![CDATA[webdev]]></category>
		<category><![CDATA[wiki]]></category>
		<category><![CDATA[Wikipedia]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://www.j2eegeek.com/blog/?p=1336</guid>
		<description><![CDATA[Completely Test Your BlackBerry Phone for any Problems with this Secret Shortcut &#8211; If you own a BlackBerry mobile phone (or plan to buy one), here&#8217;s a very useful shortcut (or can we say Easter Egg) that enables you to perform a complete health checkup of your BlackBerry hardware. Using Java Persistence in a J2EE [...]<p><br/><br/><a href="http://www.j2eegeek.com/blog/2008/09/27/daily-delicious-for-september-24th-through-september-27th/">Daily del.icio.us for September 24th through September 27th</a></p>
]]></description>
			<content:encoded><![CDATA[<p></p><ul>
<li><a href="http://www.labnol.org/gadgets/completely-test-blackberry-phone-for-problems/4690/">Completely Test Your BlackBerry Phone for any Problems with this Secret Shortcut</a> &#8211; If you own a BlackBerry mobile phone (or plan to buy one), here&rsquo;s a very useful shortcut (or can we say Easter Egg) that enables you to perform a complete health checkup of your BlackBerry hardware.</li>
<li><a href="http://www.netbeans.org/kb/55/persistence_ontomcat.html">Using Java Persistence in a J2EE 1.4 Web Application</a> &#8211; This document takes you through the basics of how to add Java&trade; Persistence functionality to a J2EE 1.4 web application. Though the Java Persistence API was introduced as part of the Java EE 5 platform, it is possible to use Java Persistence in a J2EE 1.4 application</li>
<li><a href="http://www.factcheck.org/elections-2008/factchecking_debate_no_1.html">FactCheck.org: FactChecking Debate No. 1</a> &#8211; McCain and Obama contradicted each other repeatedly during their first debate, and each volunteered some factual misstatements as well. Here&rsquo;s how we sort them out:</li>
<li><a href="http://davenport.sourceforge.net/">Davenport WebDAV-SMB Gateway</a> &#8211; Davenport is a servlet which provides a WebDAV gateway to SMB shared resources. Typical usage would be to provide web-based read and write access to Windows shared drives.  WebDAV clients, such as Windows&#39; &quot;Web Folders&quot; can copy files to and from the shares over HTTP. Non-WebDAV-capable web browsers can also access the network, downloading files from shared folders in a seamless fashion.</li>
<li><a href="http://www.washingtonpost.com/wp-dyn/content/article/2008/09/24/AR2008092402799.html?referrer=reddit">Bailout Could Deepen Crisis, CBO Chief Says &#8211; washingtonpost.com</a> &#8211; The director of the Congressional Budget Office said yesterday that the proposed Wall Street bailout could actually worsen the current financial crisis</li>
<li><a href="http://blogs.zdnet.com/BTL/?p=10153">Oracle enters hardware market; Launches storage server to ride shotgun with database | Between the Lines | ZDNet.com</a> &#8211; Oracle CEO Larry Ellison on Wednesday unveiled its first ever hardware product&ndash;a storage server with embedded software designed to work with the company&rsquo;s databases and be used in a grid. The Exadata programmable storage server aims to put database intelligence next to each drive. Oracle and HP also launched a &ldquo;database machine.&rdquo;</li>
<li><a href="http://www.thegeekstuff.com/2008/08/turbocharge-putty-with-12-powerful-add-ons-software-for-geeks-3/">The Geek Stuff &raquo; Turbocharge PuTTY with 12 Powerful Add-Ons &#8211; Software for Geeks #3</a> &#8211; PuTTY is hands-down the best, free, and lightweight SSH client for Windows. I have provided list of 12 powerful PuTTY add-ons with screenshots, that will solve few shortcomings of the original PuTTY</li>
<li><a href="http://www.infoq.com/articles/API-Design-Joshua-Bloch;jsessionid=372150D5573D3BF1EA2D5C3FD9A1FCD6">InfoQ: Joshua Bloch: Bumper-Sticker API Design</a> &#8211; I distilled the essence of the talk down to a modest collection of pithy maxims, in the spirit of Jon Bentley&#39;s classic Bumper-Sticker Computer Science, Item 6 in his excellent book, More Programming Pearls: Confessions of a Coder (Addison-Wesley, 1988).</li>
<li><a href="http://www.groovy-news.org/e/page/axelclk?entry=bliki_in_a_jar_3">Bliki in a Jar 3.0.9 released</a> &#8211; Bliki in a Jar is a small Wiki written in Java with focus on supporting the Wikipedia syntax. It is intended to run on an USB stick as a replacement for a paper notebook as a Personal Information Manager</li>
<li><a href="http://extjs.com/blog/2008/09/23/keyboard-handling/">Ext JS &#8211; Improving Application Usability with Ext JS Keyboard Handling</a> &#8211; As you can see, adding custom key handling within an Ext JS application is quite easy. For any custom keys, including function keys, alpha keys with or without modifiers (alt/shift/ctrl) there is Ext.KeyMap. For navigation, arrows, paging, home/end there is Ext.KeyNav.</li>
<li><a href="http://www.weiqigao.com/blog/2008/09/23/hey_rod_you_are_killing_your_company.html">Hey Rod, You Are Killing Your Company &#8211; Weiqi Gao&#8217;s Observations</a> &#8211; After a new major version of Spring is released, community maintenance updates will be issued for three months to address initial stability issues. Subsequent maintenance releases will be available to SpringSource Enterprise customers. Bug fixes will be folded into the open source development trunk and will be made available in the next major community release of the software.</li>
</ul>
<p><br/><br/><a href="http://www.j2eegeek.com/blog/2008/09/27/daily-delicious-for-september-24th-through-september-27th/">Daily del.icio.us for September 24th through September 27th</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.j2eegeek.com/blog/2008/09/27/daily-delicious-for-september-24th-through-september-27th/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Daily del.icio.us for September 5th through September 9th</title>
		<link>http://www.j2eegeek.com/blog/2008/09/09/daily-delicious-for-september-5th-through-september-9th/</link>
		<comments>http://www.j2eegeek.com/blog/2008/09/09/daily-delicious-for-september-5th-through-september-9th/#comments</comments>
		<pubDate>Tue, 09 Sep 2008 21:03:08 +0000</pubDate>
		<dc:creator>Vinny Carpenter</dc:creator>
				<category><![CDATA[Stuff to read]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[amazon]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[architecture]]></category>
		<category><![CDATA[aws]]></category>
		<category><![CDATA[business]]></category>
		<category><![CDATA[caching]]></category>
		<category><![CDATA[ec2]]></category>
		<category><![CDATA[ehcache]]></category>
		<category><![CDATA[ext]]></category>
		<category><![CDATA[framework]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[gwt]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[metallica]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[Music]]></category>
		<category><![CDATA[performance]]></category>
		<category><![CDATA[rest]]></category>
		<category><![CDATA[restful]]></category>
		<category><![CDATA[s3]]></category>
		<category><![CDATA[scalability]]></category>
		<category><![CDATA[scripting]]></category>
		<category><![CDATA[scripts]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[shell]]></category>
		<category><![CDATA[social]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[sysadmin]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[unix]]></category>
		<category><![CDATA[Web2.0]]></category>
		<category><![CDATA[webservice]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[youtube]]></category>

		<guid isPermaLink="false">http://www.j2eegeek.com/blog/?p=1297</guid>
		<description><![CDATA[Why Mozilla is committed to Gecko as WebKit popularity grows: Page 1 &#8211; In the wake of Google&#39;s release of the new WebKit-based Chrome browser, some technology enthusiasts are beginning to wonder if the days are numbered for Mozilla&#39;s Gecko rendering engine The U.S. Closes the Mobile Innovation Gap &#8211; After lagging in wireless for [...]<p><br/><br/><a href="http://www.j2eegeek.com/blog/2008/09/09/daily-delicious-for-september-5th-through-september-9th/">Daily del.icio.us for September 5th through September 9th</a></p>
]]></description>
			<content:encoded><![CDATA[<p></p><ul>
<li><a href="http://arstechnica.com/articles/paedia/mozilla-committed-to-gecko.ars">Why Mozilla is committed to Gecko as WebKit popularity grows: Page 1</a> &#8211; In the wake of Google&#39;s release of the new WebKit-based Chrome browser, some technology enthusiasts are beginning to wonder if the days are numbered for Mozilla&#39;s Gecko rendering engine</li>
<li><a href="http://www.businessweek.com/technology/content/sep2008/tc2008098_351549.htm">The U.S. Closes the Mobile Innovation Gap</a> &#8211; After lagging in wireless for years, the U.S. has caught up with Western Europe and is now trying to take the innovation lead</li>
<li><a href="http://softarc.blogspot.com/2008/08/book-review-definitive-guide-to.html">The Art and Craft of Great Software Architecture and Development: Book Review: The Definitive Guide to Terracotta</a> &#8211; This is a rock-solid book with a solid introduction. I wouldn&#39;t agree that it&#39;s a &quot;Definitive Guide&quot; &#8211; I&#39;d like to have seem more help up front in getting your environment set-up for the examples, some case-studies of how Terracotta has been used, more benchmarks, perhaps even benchmark code. But given the fact that it&#39;s the ONLY book I can find on Terracotta it&#39;s fortunately pretty good and gets you &quot;in the game&quot;.</li>
<li><a href="http://www.infoq.com/news/2008/09/google-chrome-perspectives">InfoQ: Google Chrome: Perspectives and Analysis</a> &#8211; On September 1st, 2008, Google announced its new open source browser, Google Chrome. The introduction of a new web browser by Google, a major player in the web by anyone&#39;s standards, has predictably resulted in a flurry of attention, analysis and soothsaying.  InfoQ has taken some time to compile some of the perspectives and analysis from the community, news media and blogosphere in order to assemble comprehensive coverage of the Google Chrome launch and its impact.</li>
<li><a href="http://blog.wired.com/music/2008/09/metallica-is-al.html">Metallica: Master of YouTube? | Listening Post from Wired.com</a> &#8211; Metallica, whose leaked album Death Magnetic is slated for a September 12 release, launched a promotion on YouTube today featuring the band&#39;s favorite Metallica cover songs on the site. Drummer Lars Ulrich introduces their selections in the video to the right.</li>
<li><a href="http://radar.oreilly.com/2008/09/microsoft-missing-the-boat-on.html">Microsoft Missing the Boat on Mobile? &#8211; O&#8217;Reilly Radar</a> &#8211; What&#39;s so ironic is that if Microsoft started thinking about the user again, instead of thinking about protecting their business, they could do great things. There are many problems yet to be solved in online software, but they won&#39;t be solved without bold leaps into the future.</li>
<li><a href="http://extjs.com/blog/2008/08/26/ext-gxt-now-with-portal-and-web-desktop/">Ext JS &#8211; Ext GWT: Now with Portal and Web Desktop</a> &#8211; Ext GWT 1.1 is right around the corner and incorporates the popular Portal and Web Desktop interface.</li>
<li><a href="http://bits.blogs.nytimes.com/2008/09/04/google-at-age-10/?em">Google at Age 10 &#8211; Bits Blog &#8211; NYTimes.com</a> &#8211; Here&rsquo;s a quick snapshot of Google by the numbers along with some comparisons to Microsoft. The sources of the data are the companies, Yahoo Finance and comScore.</li>
<li><a href="http://www.infoq.com/news/2008/08/restful-ehcache">InfoQ: Deploying a 1 Terabyte Cache using EhCache Server</a> &#8211; The largest ehcache single instances run at around 20GB in memory. The largest disk stores run at 100Gb each. Add nodes together, with cache data partitioned across them, to get larger sizes. 50 nodes at 20GB gets you to 1 Terabyte</li>
<li><a href="http://www.linuxconfig.org/Bash_scripting_Tutorial">Bash scripting Tutorial &#8211; Linuxconfig.org</a> &#8211; This bash tutorial assumes no previous knowledge of bash scripting.As you will soon discover in this quick comprehensive bash scripting guide, learning the bash shell scripting is very easy task. Lets begin this bash scripting tutorial with a simple &quot;Hello World&quot; script.</li>
<li><a href="http://www.infoq.com/interviews/barr-amazon-web-services">InfoQ: Jeff Barr Discusses Amazon Web Services</a> &#8211; In this interview from QCon London 2008, Amazon Web Services (AWS) Evangelist Jeff Barr discusses SimpleDB, S3, EC2, SQS, cloud computing, how the different Amazon services interact within an application, the origins of AWS, SimpleDB and Microsoft SQL Server Data Services, globalization of the AWS cloud, the March AWS outage, SimpleDB Stored Procedures and converting between AMIs and VMWare.</li>
</ul>
<p><br/><br/><a href="http://www.j2eegeek.com/blog/2008/09/09/daily-delicious-for-september-5th-through-september-9th/">Daily del.icio.us for September 5th through September 9th</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.j2eegeek.com/blog/2008/09/09/daily-delicious-for-september-5th-through-september-9th/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Daily del.icio.us for August 6th through August 11th</title>
		<link>http://www.j2eegeek.com/blog/2008/08/11/daily-delicious-for-august-6th-through-august-11th/</link>
		<comments>http://www.j2eegeek.com/blog/2008/08/11/daily-delicious-for-august-6th-through-august-11th/#comments</comments>
		<pubDate>Mon, 11 Aug 2008 19:01:30 +0000</pubDate>
		<dc:creator>Vinny Carpenter</dc:creator>
				<category><![CDATA[Stuff to read]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[Alfresco]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[api]]></category>
		<category><![CDATA[browser]]></category>
		<category><![CDATA[business]]></category>
		<category><![CDATA[ecm]]></category>
		<category><![CDATA[excel]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[hosting]]></category>
		<category><![CDATA[idea]]></category>
		<category><![CDATA[idea8]]></category>
		<category><![CDATA[intellij]]></category>
		<category><![CDATA[ipo]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[jetbrains]]></category>
		<category><![CDATA[library]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[office2007]]></category>
		<category><![CDATA[ooxml]]></category>
		<category><![CDATA[opensource]]></category>
		<category><![CDATA[optimization]]></category>
		<category><![CDATA[performance]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[poi]]></category>
		<category><![CDATA[poi3.5]]></category>
		<category><![CDATA[profiling]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[Quercus]]></category>
		<category><![CDATA[rackspace]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[sharepoint]]></category>
		<category><![CDATA[Tomcat]]></category>
		<category><![CDATA[tuning]]></category>
		<category><![CDATA[unix]]></category>
		<category><![CDATA[utility]]></category>
		<category><![CDATA[Vista]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[xp]]></category>

		<guid isPermaLink="false">http://www.j2eegeek.com/blog/?p=1253</guid>
		<description><![CDATA[javagems &#8211; Gems for Java programmers; those code fragments copied again and again from one project to another &#8211; Java Gems are general purpose utilities for Java. Yes, Java Gems are those simple code snippets copied again and again from one project to another, often from your private project to several work projects, those small [...]<p><br/><br/><a href="http://www.j2eegeek.com/blog/2008/08/11/daily-delicious-for-august-6th-through-august-11th/">Daily del.icio.us for August 6th through August 11th</a></p>
]]></description>
			<content:encoded><![CDATA[<p></p><ul>
<li><a href="http://code.google.com/p/javagems/">javagems &#8211; Gems for Java programmers; those code fragments copied again and again from one project to another</a> &#8211; Java Gems are general purpose utilities for Java. Yes, Java Gems are those simple code snippets copied again and again from one project to another, often from your private project to several work projects, those small things you cannot find in java.util and its subpackages, but you cannot live without them.</li>
<li><a href="http://phpimpact.wordpress.com/2008/08/09/php-implemented-in-100-java/">PHP implemented in 100% Java &laquo; PHP::Impact ( [str Blog] )</a> &#8211; Quercus allows developers to incorporate Java code into PHP web applications and gives both Java and PHP developers a fast, safe, and powerful alternative to the standard PHP interpreter.</li>
<li><a href="http://www.electronista.com/articles/08/08/08/vista.security.gutted/">Electronista | Vista security gutted by new web exploit</a> &#8211; IBM Information Security Systems&#39; Mark Dowd and VMware&#39;s Alexander Sotirov have found a method that uses scripting systems such as Java and elements of the .NET framework in Windows-based web browsers to arbitrarily run code on Vista systems. Internet Explorer is particularly vulnerable due to its use of ActiveX.</li>
<li><a href="http://weblog.infoworld.com/venezia/archives/018104.html">The Deep End | Paul Venezia | InfoWorld | Some advice for Microsoft: Dump Windows | August 8, 2008 12:15 PM | Paul Venezia</a> &#8211; In light of the new Windows flaws announced yesterday, I think it&#39;s time to reiterate a point I made a long time ago: It&#39;s time for Microsoft to dump Windows.</li>
<li><a href="http://www.apachenews.org/archives/001180.html">Apache News Online: 18 July 2008 &#8211; Apache POI 3.5.1 beta Now Available</a> &#8211; The Apache POI team is pleased to announce the availability of Apache POI 3.5.1 beta 1, our first release including OOXML (Office Open XML) support. Apache POI is well-known in the Java field as a library for reading and writing OLE2 office file formats, such as Excel, PowerPoint, Visio and Word. With POI 3.5, it also support the new OOXML formats introduced in Office 2007.</li>
<li><a href="http://blog.springsource.com/main/2008/08/08/optimising-and-tuning-apache-tomcat/">SpringSource Team Blog &raquo; Optimising and Tuning Apache Tomcat</a> &#8211; On Wednesday I gave a webinar on Optimising and Tuning Apache Tomcat. A recording of the webinar and a copy of the slides can be obtained from the webinars section of the SpringSource website.</li>
<li><a href="http://gigaom.com/2008/08/08/tech-ipos-return-with-rackspace/">Tech IPOs Return With Rackspace &#8211; GigaOM</a> &#8211; After a long dry spell, technology initial public offerings took a small step towards a comeback as Rackspace Hosting, a San Antonio, Texas-based company, announced its IPO</li>
<li><a href="http://news.cnet.com/8301-13505_3-10004398-16.html">Alfresco opens up SharePoint to Java, Linux, Oracle, and more | The Open Road &#8211; The Business and Politics of Open Source by Matt Asay &#8211; CNET News.com</a> &#8211; .Microsoft requires that you use SharePoint with a 100 percent Microsoft stack. Alfresco allows you to use SharePoint functionality on Java, MySQL, Oracle, BEA, Linux, etc. etc. etc.</li>
<li><a href="http://www.artima.com/forums/flat.jsp?forum=270&amp;thread=235969">Artima Developer Spotlight Forum &#8211; JetBrains Releases First Beta of IDEA 8</a> &#8211; IntelliJ&#39;s IDEA has been steadily adding support for working with languages other than Java. The latest release, a beta version of which was posted last week in the company&#39;s Early Access Program, is a result of a major refactoring of the IDE&#39;s internals</li>
<li><a href="http://www.infoworld.com/article/08/08/06/Google_pushing_software_to_lowcost_Linux_PCs_1.html">Google pushing software to low-cost Linux PCs | InfoWorld | News | 2008-08-06 | By Agam Shah, IDG News Service</a> &#8211; With an eye for larger adoption of Linux, Google is actively working with open-source developers to integrate its applications in the OS, a Linux developer said on Tuesday.</li>
</ul>
<p><br/><br/><a href="http://www.j2eegeek.com/blog/2008/08/11/daily-delicious-for-august-6th-through-august-11th/">Daily del.icio.us for August 6th through August 11th</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.j2eegeek.com/blog/2008/08/11/daily-delicious-for-august-6th-through-august-11th/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Daily del.icio.us for July 6th through July 12th</title>
		<link>http://www.j2eegeek.com/blog/2008/07/12/daily-delicious-for-july-6th-through-july-12th/</link>
		<comments>http://www.j2eegeek.com/blog/2008/07/12/daily-delicious-for-july-6th-through-july-12th/#comments</comments>
		<pubDate>Sat, 12 Jul 2008 19:00:02 +0000</pubDate>
		<dc:creator>Vinny Carpenter</dc:creator>
				<category><![CDATA[Stuff to read]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[actionscript]]></category>
		<category><![CDATA[adobe]]></category>
		<category><![CDATA[agile]]></category>
		<category><![CDATA[air]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[articles]]></category>
		<category><![CDATA[as3]]></category>
		<category><![CDATA[BEA]]></category>
		<category><![CDATA[book]]></category>
		<category><![CDATA[business]]></category>
		<category><![CDATA[c#]]></category>
		<category><![CDATA[collaboration]]></category>
		<category><![CDATA[components]]></category>
		<category><![CDATA[computer]]></category>
		<category><![CDATA[cool]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[diet]]></category>
		<category><![CDATA[directory]]></category>
		<category><![CDATA[ebook]]></category>
		<category><![CDATA[education]]></category>
		<category><![CDATA[explorer]]></category>
		<category><![CDATA[extjs]]></category>
		<category><![CDATA[filemanager]]></category>
		<category><![CDATA[fitness]]></category>
		<category><![CDATA[flex]]></category>
		<category><![CDATA[food]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[gwt]]></category>
		<category><![CDATA[health]]></category>
		<category><![CDATA[history]]></category>
		<category><![CDATA[J2EE]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[ldap]]></category>
		<category><![CDATA[management]]></category>
		<category><![CDATA[mna]]></category>
		<category><![CDATA[oop]]></category>
		<category><![CDATA[opensource]]></category>
		<category><![CDATA[oracle]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[sqlite]]></category>
		<category><![CDATA[sun]]></category>
		<category><![CDATA[unix]]></category>
		<category><![CDATA[WebLogic]]></category>

		<guid isPermaLink="false">http://www.j2eegeek.com/blog/?p=1220</guid>
		<description><![CDATA[Open Source LDAP Server in Java Released : Ludo&#8217;s sketches &#8211; The OpenDS development team is very please to announce the release of OpenDS 1.0.0. OpenDS 1.0.0 delivers a fully compliant LDAPv3 server (*) that passes all of the compliance, interoperability and security tests suites SQLite Example for Adobe AIR&#8211;Working with local SQL databases(with source [...]<p><br/><br/><a href="http://www.j2eegeek.com/blog/2008/07/12/daily-delicious-for-july-6th-through-july-12th/">Daily del.icio.us for July 6th through July 12th</a></p>
]]></description>
			<content:encoded><![CDATA[<p></p><ul>
<li><a href="http://blogs.sun.com/Ludo/entry/open_source_ldap_server_in">Open Source LDAP Server in Java Released : Ludo&#8217;s sketches</a> &#8211; The OpenDS development team is very please to announce the release of OpenDS 1.0.0.  OpenDS 1.0.0 delivers a fully compliant LDAPv3 server (*) that passes all of the compliance, interoperability and security tests suites</li>
<li><a href="http://ntt.cc/2008/07/08/sqlite-example-for-adobe-air-working-with-local-sql-databases-with-source-code.html">SQLite Example for Adobe AIR&ndash;Working with local SQL databases(with source code) &#8211; Ntt.cc</a> &#8211; Adobe AIR includes the capability of creating and working with local SQL databases. Many stand SQL features are supported in the runtime, open source SQLite system can be used for storing local, persistent data.
<p>The flollowing is a simplistic example tha</li>
<li><a href="http://www.infoworld.com/article/08/07/11/Sun-lays-off-approximately-1000-employees_1.html">Sun lays off approximately 1,000 employees | InfoWorld | News | 2008-07-11 | By Paul Krill</a> &#8211; Following through on a restructuring plan announced in May, Sun on Thursday laid off approximately 1,000 employees in the United States and Canada.</li>
<li><a href="http://www.theserverside.com/news/thread.tss?track=NL-461&amp;ad=647740&amp;thread_id=49913&amp;asrc=EM_NLN_3990107&amp;uid=2487830">Oracle faces skeptical BEA customer base</a> &#8211; In fact, it looks as if Oracle acquiring BEA could be a major disruption event in application development, either by establishing Oracle with a brand new customer base or by releasing a slew of user free agents</li>
<li><a href="http://extjs.com/blog/2008/07/07/ext-gwt-v10-released/">Ext JS &#8211; Ext GWT v1.0 Released</a> &#8211; The Ext team is proud to announce that the official release of Ext GWT v1.0 is available for download. This is the first release of Ext GWT which is the culmination of many weeks of development from the Ext development team</li>
<li><a href="http://computing.southern.edu/halterman/OOPJ/index.html">Object-oriented Programming in Java</a> &#8211; I am using the text Object-oriented Programming in Java in my beginning computer programming course. It is aimed at students with little or no programming experience, and it uses DrJava as a vehicle for student experimentation OO programming concepts.</li>
<li><a href="http://www.cs.bell-labs.com/who/dmr/chist.html">The Development of the C Language</a> &#8211; This paper is about the development of the C programming language, the influences on it, and the conditions under which it was created</li>
<li><a href="http://extplorer.sourceforge.net/">eXtplorer &#8211; A PHP- and JavaScript- based File Manager</a> &#8211; eXtplorer is a web-based File Manager. You can use it to browse directories &amp; files on the server and edit, copy, move, delete files, search, upload and download files, create and extract archives, create new files and directories and much more</li>
<li><a href="http://blogs.msdn.com/jeffbe/archive/2008/07/05/tools-for-agility-a-white-paper-by-kent-beck.aspx">Jeff Beehler&#8217;s Blog : Tools for Agility &#8211; A white paper by Kent Beck</a> &#8211; A transparent team can more cheaply and effectively coordinate their efforts towards shared goals. Acting transparently sends a signal to others that they can trust you. Trust, when realized, reduces the friction of development as people focus&#8230;.</li>
<li><a href="http://www.theglobeandmail.com/servlet/story/RTGAM.20080702.wlbeck02/BNStory/specialScienceandHealth/home">globeandmail.com: Start your day with a square of chocolate</a> &#8211; According to researchers, a big breakfast packed with protein, carbs &#8211; and even something sweet &#8211; can lead to weight loss</li>
<li><a href="http://www.nytimes.com/2008/07/05/business/05nocera.html?_r=2&amp;oref=slogin&amp;oref=slogin">Talking Business &#8211; On Day Care, Google Makes a Rare Fumble &#8211; NYTimes.com</a> &#8211; Instead, Google has shown that it thinks about day care the same way every other company does &mdash; as a luxury, not a benefit. Judging by what&rsquo;s transpired, that&rsquo;s what Google is fast becoming: just another company</li>
</ul>
<p><br/><br/><a href="http://www.j2eegeek.com/blog/2008/07/12/daily-delicious-for-july-6th-through-july-12th/">Daily del.icio.us for July 6th through July 12th</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.j2eegeek.com/blog/2008/07/12/daily-delicious-for-july-6th-through-july-12th/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Daily del.icio.us for May 16th through May 18th</title>
		<link>http://www.j2eegeek.com/blog/2008/05/18/daily-delicious-for-may-16th-through-may-18th/</link>
		<comments>http://www.j2eegeek.com/blog/2008/05/18/daily-delicious-for-may-16th-through-may-18th/#comments</comments>
		<pubDate>Sun, 18 May 2008 22:00:11 +0000</pubDate>
		<dc:creator>Vinny Carpenter</dc:creator>
				<category><![CDATA[Stuff to read]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[amazon]]></category>
		<category><![CDATA[article]]></category>
		<category><![CDATA[aws]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[build]]></category>
		<category><![CDATA[cloudcomputing]]></category>
		<category><![CDATA[cloudtalk]]></category>
		<category><![CDATA[Cluster]]></category>
		<category><![CDATA[continuous-integration]]></category>
		<category><![CDATA[cruisecontrol]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[ec2]]></category>
		<category><![CDATA[economics]]></category>
		<category><![CDATA[Energy]]></category>
		<category><![CDATA[fedora]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[grails]]></category>
		<category><![CDATA[groovy]]></category>
		<category><![CDATA[hosting]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[idea]]></category>
		<category><![CDATA[infoq]]></category>
		<category><![CDATA[intellij]]></category>
		<category><![CDATA[J2EE]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[lifehacker]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[maven]]></category>
		<category><![CDATA[methodology]]></category>
		<category><![CDATA[mockobjects]]></category>
		<category><![CDATA[oo]]></category>
		<category><![CDATA[OOD]]></category>
		<category><![CDATA[osgi]]></category>
		<category><![CDATA[politics]]></category>
		<category><![CDATA[powerpoint]]></category>
		<category><![CDATA[presentation]]></category>
		<category><![CDATA[presentations]]></category>
		<category><![CDATA[productivity]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[reference]]></category>
		<category><![CDATA[s3]]></category>
		<category><![CDATA[screencast]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[speaking]]></category>
		<category><![CDATA[spring]]></category>
		<category><![CDATA[teamcity]]></category>
		<category><![CDATA[technology]]></category>
		<category><![CDATA[testing]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[unix]]></category>
		<category><![CDATA[usb]]></category>
		<category><![CDATA[virtualization]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[wiki]]></category>

		<guid isPermaLink="false">http://www.j2eegeek.com/blog/?p=1186</guid>
		<description><![CDATA[Google Doctype &#8211; Documenting the Open Web &#8211; Google Doctype is an open encyclopedia and reference library. Written by web developers, for web developers. It includes articles on web security, JavaScript DOM manipulation, CSS tips and tricks, and more. The reference section includes a growing library Testability Explorer &#8211; TestabilityExplorer.org records the testability scores for [...]<p><br/><br/><a href="http://www.j2eegeek.com/blog/2008/05/18/daily-delicious-for-may-16th-through-may-18th/">Daily del.icio.us for May 16th through May 18th</a></p>
]]></description>
			<content:encoded><![CDATA[<p></p><ul>
<li><a href="http://code.google.com/doctype/">Google Doctype &#8211; Documenting the Open Web</a> &#8211; Google Doctype is an open encyclopedia and reference library. Written by web developers, for web developers. It includes articles on web security, JavaScript DOM manipulation, CSS tips and tricks, and more. The reference section includes a growing library</li>
<li><a href="http://www.testabilityexplorer.org/report">Testability Explorer</a> &#8211; TestabilityExplorer.org records the testability scores for many open source and commercial Java libraries. The compiled bytecode for the library is analyzed and metrics are calculated for the testability of individual classes. Those classes fall into one</li>
<li><a href="http://www.brandonwerner.com/2008/05/17/acm-article-how-intuitive-is-object-oriented-design/">Brandon Werner &raquo; Blog Archive &raquo; ACM Article: How Intuitive is Object Oriented Design?</a> &#8211; There is an incredible article that was published in the Communications of the ACM entitled &ldquo;How Intuitive is Object Oriented Design?&rdquo; by Irit Hadar from the University of Haifa, Israel and Uri Leron from the Israeli Institute of Technology. It goes t</li>
<li><a href="http://code.google.com/p/cloudtools/">cloudtools &#8211; Google Code</a> &#8211; Cloud Tools is a set of tools for deploying and testing Java EE applications on Amazon&#39;s Elastic Computing Cloud (EC2).</li>
<li><a href="http://www.salon.com/news/feature/2008/05/17/wind_power/">Wind power, alternative energy | Salon News</a> &#8211; A stunning new report just issued by the Bush administration finds that for under 2 cents a day per household, Americans could get 300 gigawatts of wind by 2030 which would reduce carbon dioxide emissions from electricity generation by 25 percent in 2030.</li>
<li><a href="http://www.infoq.com/presentations/rudolph-grails-intro">InfoQ: Getting Started with Grails</a> &#8211; In this presentation from QCon San Francisco 2007, Jason Rudolph gives an overview and demonstration of Grails. Topics covered include Java/Grails integration, Grails plugins, creating a complete Grails sample application from scratch, the structure of a</li>
<li><a href="http://www.hanselman.com/blog/11TopTipsForASuccessfulTechnicalPresentation.aspx">Scott Hanselman&#8217;s Computer Zen &#8211; 11 Top Tips for a Successful Technical Presentation</a> &#8211; 11 Top Tips for a Successful Technical Presentation</li>
<li><a href="http://peterpascale.com/?p=41">peterpascale.com &raquo; TeamCity Lessons Learned (Build Trophy For Sale)</a> &#8211; In honor of four months of successful TeamCity usage &#8211; I offer this set of TeamCity lessons learned:</li>
<li><a href="http://blog.springsource.com/main/2008/05/15/why-should-i-care-about-osgi-anyway/">SpringSource Team Blog &raquo; Why should I care about OSGi anyway?</a> &#8211; Michael Burke asked a great question on that thread which can be paraphrased as &quot;forgetting the hype surrounding OSGi, what benefits can I expect to see if I port an application currently packaged as an EAR to OSGi bundles?</li>
<li><a href="http://lifehacker.com/391067/fedora-9-puts-your-desktop-on-a-usb-drive">Linux On A Stick: Fedora 9 Puts Your Desktop on a USB Drive</a> &#8211; This week&#39;s release of the Fedora 9 Linux distribution makes putting a full-fledged desktop on a portable USB thumb drive a three-click affair. Even better, you don&#39;t need Linux installed to create it, you can leave the data on your thumb drive untouched,</li>
</ul>
<p><br/><br/><a href="http://www.j2eegeek.com/blog/2008/05/18/daily-delicious-for-may-16th-through-may-18th/">Daily del.icio.us for May 16th through May 18th</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.j2eegeek.com/blog/2008/05/18/daily-delicious-for-may-16th-through-may-18th/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Daily del.icio.us for April 12th through April 13th</title>
		<link>http://www.j2eegeek.com/blog/2008/04/13/daily-delicious-for-april-12th-through-april-13th/</link>
		<comments>http://www.j2eegeek.com/blog/2008/04/13/daily-delicious-for-april-12th-through-april-13th/#comments</comments>
		<pubDate>Sun, 13 Apr 2008 17:00:09 +0000</pubDate>
		<dc:creator>Vinny Carpenter</dc:creator>
				<category><![CDATA[Stuff to read]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[accessibility]]></category>
		<category><![CDATA[applets]]></category>
		<category><![CDATA[article]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[BlazeDS]]></category>
		<category><![CDATA[charts]]></category>
		<category><![CDATA[clustering]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[example]]></category>
		<category><![CDATA[extjs]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[flex]]></category>
		<category><![CDATA[hibernate]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[idea]]></category>
		<category><![CDATA[intellij]]></category>
		<category><![CDATA[J2EE]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[java6]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[kernel]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[opensource]]></category>
		<category><![CDATA[performance]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[rsync]]></category>
		<category><![CDATA[spring]]></category>
		<category><![CDATA[spring-ws]]></category>
		<category><![CDATA[SpringFramework]]></category>
		<category><![CDATA[sun]]></category>
		<category><![CDATA[sysadmin]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[unix]]></category>
		<category><![CDATA[update]]></category>
		<category><![CDATA[visualization]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[webdesign]]></category>
		<category><![CDATA[webservices]]></category>

		<guid isPermaLink="false">http://www.j2eegeek.com/blog/?p=1171</guid>
		<description><![CDATA[Easy Automated Snapshot-Style Backups with Rsync &#8211; This document describes a method for generating automatic rotating &#34;snapshot&#34;-style backups on a Unix-based system, with specific examples drawn from the author&#39;s GNU/Linux experience. Snapshot backups are a feature of some high-end industrial file server Flex, Spring and BlazeDS: the full stack! (Part 1) &#8211; In this article [...]<p><br/><br/><a href="http://www.j2eegeek.com/blog/2008/04/13/daily-delicious-for-april-12th-through-april-13th/">Daily del.icio.us for April 12th through April 13th</a></p>
]]></description>
			<content:encoded><![CDATA[<p></p><ul>
<li><a href="http://www.mikerubel.org/computers/rsync_snapshots/">Easy Automated Snapshot-Style Backups with Rsync</a> &#8211; This document describes a method for generating automatic rotating &quot;snapshot&quot;-style backups on a Unix-based system, with specific examples drawn from the author&#39;s GNU/Linux experience. Snapshot backups are a feature of some high-end industrial file server</li>
<li><a href="http://sebastien-arbogast.com/index.php/2008/04/10/flex-spring-and-blazeds-the-full-stack/">Flex, Spring and BlazeDS: the full stack! (Part 1)</a> &#8211; In this article series, I&rsquo;ll try to give you a step-by-step process to create an application with Flex/BlazeDS/Spring/Hibernate/MySQL architecture, all of that built with Maven.</li>
<li><a href="http://blog.extjs.eu/know-how/simplest-3-columns-layout-with-css/">Saki&rsquo;s Blog &raquo; Blog Archive &raquo; Simplest 3 Columns Layout with CSS</a> &#8211; After experimenting with Designing a 3 columns web page using TableLayout<br />
I have came with the solution that is, IMO, simplest possible:</p>
</li>
<li><a href="http://examples.extjs.eu/">Saki&#8217;s Ext Examples Page</a> &#8211; I have been actively helping on Ext Forums for some time and during this period I have found out that most effective help for members is to give them a well written running example that they can either modify for their purposes or it just gives them an an</li>
<li><a href="http://blog.extjs.eu/know-how/writing-a-big-application-in-ext/">Saki&rsquo;s Blog &raquo; Blog Archive &raquo; Writing a Big Application in Ext</a> &#8211; I have decided to write this article for those users of Ext 2.x that have already grown up from having one HTML page with embedded script that creates one simple window or form, for those who are already decided that Ext is the way and for those who are f</li>
<li><a href="http://hamletdarcy.blogspot.com/2008/04/10-best-idea-inspections-youre-not.html">behind the times: 10 Best IDEA Inspections You&#8217;re Not Using</a> &#8211; Let&#39;s clarify. By &quot;Best&quot; I mean the ones I like. By &quot;You&#39;re Not Using&quot; I mean they aren&#39;t enabled by default. By &quot;Inspections&quot; I mean those little code warnings that IDEA gives you which can be configured under Settings (Ctrl+Alt+S) Errors (6).</li>
<li><a href="http://www.alistapart.com/articles/accessibledatavisualization">A List Apart: Articles: Accessible Data Visualization with Web Standards</a> &#8211; There are plenty of options out there for data visualization, too. Google&rsquo;s recently-announced Charts API is a great example, but there are a number of tools and services for creating charts and graphs as images and for making interactive visualizations</li>
<li><a href="http://java.sun.com/developer/technicalArticles/javase/java6u10/index.html">Introducing Java 6 update 10</a> &#8211; Don&#39;t be fooled by its unassuming name: the upcoming Java 6 update 10 is a very different animal than the updates that preceded it. Java 6u10 pushes the envelope by adding more new features and functionality than in any previous Java programming language</li>
<li><a href="http://www.infoq.com/news/2008/04/spring-web-services-15">InfoQ: Spring Web Services 1.5 Released</a> &#8211; After 6 months of work, Spring Web Services 1.5.0 has been release. Based off contract-first development using SOAP service development, Spring-WS can be manipulated through XML to create document-driven Web services</li>
<li><a href="http://www.cio.com/article/333613/Sun_Claims_Big_Leap_with_MySQL_Upgrade_Next_Week">Sun Claims Big Leap with MySQL Upgrade Next Week &#8211; CIO.com &#8211; Business Technology Leadership</a> &#8211; Among the advances in 5.1 are partitioning, events scheduling, row-based replication and disk-based clustering. They are fairly standard features already offered by rivals IBM, Oracle and Microsoft, but they should help MySQL compete in environments where</li>
</ul>
<p><br/><br/><a href="http://www.j2eegeek.com/blog/2008/04/13/daily-delicious-for-april-12th-through-april-13th/">Daily del.icio.us for April 12th through April 13th</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.j2eegeek.com/blog/2008/04/13/daily-delicious-for-april-12th-through-april-13th/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Daily del.icio.us for January 18th</title>
		<link>http://www.j2eegeek.com/blog/2008/01/18/daily-delicious-for-january-18th/</link>
		<comments>http://www.j2eegeek.com/blog/2008/01/18/daily-delicious-for-january-18th/#comments</comments>
		<pubDate>Sat, 19 Jan 2008 00:30:13 +0000</pubDate>
		<dc:creator>Vinny Carpenter</dc:creator>
				<category><![CDATA[Stuff to read]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[adobe]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[analytics]]></category>
		<category><![CDATA[annotations]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[appserver]]></category>
		<category><![CDATA[article]]></category>
		<category><![CDATA[BEA]]></category>
		<category><![CDATA[blogs]]></category>
		<category><![CDATA[books]]></category>
		<category><![CDATA[browser]]></category>
		<category><![CDATA[business]]></category>
		<category><![CDATA[comparison]]></category>
		<category><![CDATA[compatibility]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[data]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[extension]]></category>
		<category><![CDATA[extensions]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[flex]]></category>
		<category><![CDATA[freemarker]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[grails]]></category>
		<category><![CDATA[groovy]]></category>
		<category><![CDATA[gwt]]></category>
		<category><![CDATA[hacks]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[ibm]]></category>
		<category><![CDATA[ie]]></category>
		<category><![CDATA[ie6]]></category>
		<category><![CDATA[J2EE]]></category>
		<category><![CDATA[jasperreports]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[java5]]></category>
		<category><![CDATA[jboss]]></category>
		<category><![CDATA[jpa]]></category>
		<category><![CDATA[jruby]]></category>
		<category><![CDATA[jsp]]></category>
		<category><![CDATA[jspwiki]]></category>
		<category><![CDATA[jsr220]]></category>
		<category><![CDATA[jvm]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[opensource]]></category>
		<category><![CDATA[oracle]]></category>
		<category><![CDATA[persistence]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[rails]]></category>
		<category><![CDATA[remote]]></category>
		<category><![CDATA[review]]></category>
		<category><![CDATA[Ruby]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[spreadsheet]]></category>
		<category><![CDATA[springmvc]]></category>
		<category><![CDATA[ssh]]></category>
		<category><![CDATA[statistics]]></category>
		<category><![CDATA[struts2]]></category>
		<category><![CDATA[sun]]></category>
		<category><![CDATA[terminal]]></category>
		<category><![CDATA[tools]]></category>
		<category><![CDATA[unix]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[webdesign]]></category>
		<category><![CDATA[wiki]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.j2eegeek.com/blog/2008/01/18/daily-delicious-for-january-18th-3/</guid>
		<description><![CDATA[The JRuby community is pleased to announce the release of JRuby 1.1 RC 1 &#8211; JRuby &#8211; Codehaus &#8211; JRuby 1.1RC1 is the first release candidate of JRuby 1.1. JRuby 1.1 represents a concerted focus on speed and refinement. Ruby code can completely compile in an Ahead Of Time (AOT) or Just In Time (JIT) [...]<p><br/><br/><a href="http://www.j2eegeek.com/blog/2008/01/18/daily-delicious-for-january-18th/">Daily del.icio.us for January 18th</a></p>
]]></description>
			<content:encoded><![CDATA[<p></p><ul>
<li><a href="http://docs.codehaus.org/display/JRUBY/2008/01/08/The+JRuby+community+is+pleased+to+announce+the+release+of+JRuby+1.1+RC+1">The JRuby community is pleased to announce the release of JRuby 1.1 RC 1 &#8211; JRuby &#8211; Codehaus</a> &#8211; JRuby 1.1RC1 is the first release candidate of JRuby 1.1.  JRuby 1.1 represents a concerted focus on speed and refinement.  Ruby code can completely compile in an Ahead Of Time (AOT) or Just In Time (JIT) mode; yielding a faster Ruby</li>
<li><a href="http://raibledesigns.com/rd/entry/freemarker_vs_jsp_2">Raible Designs | FreeMarker vs. JSP 2</a> &#8211; I&#8217;ve been doing quite a bit of prototyping with Spring MVC and Struts 2 with both JSP and FreeMarker in the last few months.</li>
<li><a href="http://www.ibm.com/developerworks/java/library/j-grails01158/?ca=dgr-jw64javagrails&amp;S_TACT=105AGX59&amp;S_CMP=GR">Mastering Grails: Build your first Grails application</a> &#8211; Grails gives you the development experience of Rails while being firmly grounded in proven Java technologies. But Grails isn&#8217;t just a simple &#8220;me too&#8221; port of Rails to the Java. Grails takes the lessons learned from Rails and mixes them with Java.</li>
<li><a href="http://www.softwaresecretweapons.com/jspwiki/jspwiki2wordpress">Software Secret Weapons: Lessons learned while moving from JSPWiki to WordPress</a> &#8211; Last weekend I decided to move Software Secret Weapons web site from Java onto LAMP! It was a complete success that I want to share with you</li>
<li><a href="http://www.dave-woods.co.uk/?p=143">Dave Woods &#8211; HTML, CSS, Web Design &raquo; IE6 &#8211; CSS Bugs and Fixes Explained</a> &#8211; In this article, I?ll hopefully cover the main problems that developers experience with Internet Explorer 6 and explain the solutions for these bugs.</li>
<li><a href="http://ffdataanalytics.sourceforge.net/">Firefox DataAnalytics Help center</a> &#8211; DataAnalytics is a Firefox extension that enables importation, manipulation, analysis and graphing of data. Often websites lock their information in static tables. Have you ever wanted to sort or manipulate a product list sorted by name by price?</li>
<li><a href="http://anyterm.org/index.html">Anyterm &#8211; SSH via web</a> &#8211; Have you ever wanted SSH or telnet access to your system from an internet desert &#8211; from behind a strict firewall, from an internet cafe, or even from a mobile phone? Anyterm is a combination of a web page and a web server module that provides this access</li>
<li><a href="http://www.javaworld.com/javaworld/jw-01-2008/jw-01-jpa1.html?nhtje=rn_011708&amp;nladname=011708">Understanding the Java Persistence API, Part 1 &#8211; Java World</a> &#8211; In this article, you will see how elegantly data persistence can be handled in an object-oriented manner just with the help of JPA annotations.</li>
<li><a href="http://radar.oreilly.com/archives/2008/01/sun_acquires_mysql.html">Sun To Acquire MySQL</a> &#8211; Anyone who follows this blog or has heard my talks will have seen me say &#8220;Data is the Intel Inside&#8221; of the next generation of internet applications, the very heart of Web 2.0</li>
<li><a href="http://blogs.cnet.com/8301-13505_1-9851655-16.html">Sun buys MySQL for $1 billion to take centerstage in the web economy | The Open Road &#8211; The Business and Politics of Open Source by Matt Asay &#8211; CNET Blogs</a> &#8211; An acquisition by Sun means that MySQL gets to continue being a pureplay open-source company and won&#8217;t need to sacrifice the ideals or the benefits of open source to suit a halfway (and half-baked) stance on open source.</li>
<li><a href="http://alexfletcher.typepad.com/all_bets_off/2008/01/book-review-jas.html">Open Source Unleashed: Book Review: JasperReports for Java Developers</a> &#8211; &#8220;JasperReports for Java Developers&#8221; proved to be a well put together title that provided sufficient support for a JasperReports newbie, like me, while also making good as a source of reference content that might be useful for non-beginners</li>
<li><a href="http://j2ee-now.blogspot.com/2008/01/gwt-vs-flex.html">GWT vs. FLEX</a> &#8211; This article would compare Google GWT (Google Web Toolkit) and Adobe Flex 2 and would describe the advantages and disadvantages of each of these technologies.</li>
<li><a href="http://www.forrester.com/Research/Document/Excerpt/0,,37138,00.html">The Forrester Wave: Application Server Platforms, Q3 2007 by John R. Rymer &#8211; Forrester Research</a> &#8211; Sun Microsystems revealed itself to be a Strong Performer, approaching the status of established player BEA Systems in that regard</li>
</ul>
<p><br/><br/><a href="http://www.j2eegeek.com/blog/2008/01/18/daily-delicious-for-january-18th/">Daily del.icio.us for January 18th</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.j2eegeek.com/blog/2008/01/18/daily-delicious-for-january-18th/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Daily del.icio.us for Feb 19, 2007</title>
		<link>http://www.j2eegeek.com/blog/2007/02/19/daily-delicious-for-feb-19-2007/</link>
		<comments>http://www.j2eegeek.com/blog/2007/02/19/daily-delicious-for-feb-19-2007/#comments</comments>
		<pubDate>Tue, 20 Feb 2007 00:30:40 +0000</pubDate>
		<dc:creator>Vinny Carpenter</dc:creator>
				<category><![CDATA[Stuff to read]]></category>
		<category><![CDATA[Adaptavist]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[architecture]]></category>
		<category><![CDATA[book]]></category>
		<category><![CDATA[books]]></category>
		<category><![CDATA[codeanalysis]]></category>
		<category><![CDATA[codereview]]></category>
		<category><![CDATA[computer]]></category>
		<category><![CDATA[confluence]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[dapper]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[drive]]></category>
		<category><![CDATA[evangalize]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[flex]]></category>
		<category><![CDATA[flex2]]></category>
		<category><![CDATA[funny]]></category>
		<category><![CDATA[glassfish]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[hardware]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[htmlcleaner]]></category>
		<category><![CDATA[htmlparser]]></category>
		<category><![CDATA[Humor]]></category>
		<category><![CDATA[ide]]></category>
		<category><![CDATA[idea]]></category>
		<category><![CDATA[intellij]]></category>
		<category><![CDATA[intellij_idea]]></category>
		<category><![CDATA[J2EE]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[javaee]]></category>
		<category><![CDATA[jax-ws]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[lsof]]></category>
		<category><![CDATA[maps]]></category>
		<category><![CDATA[mashup]]></category>
		<category><![CDATA[mozilla]]></category>
		<category><![CDATA[myeclipse]]></category>
		<category><![CDATA[opensource]]></category>
		<category><![CDATA[parser]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[raible]]></category>
		<category><![CDATA[reference]]></category>
		<category><![CDATA[research]]></category>
		<category><![CDATA[SOA]]></category>
		<category><![CDATA[spring]]></category>
		<category><![CDATA[spring2.0]]></category>
		<category><![CDATA[SpringFramework]]></category>
		<category><![CDATA[statistics]]></category>
		<category><![CDATA[storage]]></category>
		<category><![CDATA[strikeiron]]></category>
		<category><![CDATA[sysadmin]]></category>
		<category><![CDATA[technology]]></category>
		<category><![CDATA[theme]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[tool]]></category>
		<category><![CDATA[tools]]></category>
		<category><![CDATA[toread]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[unix]]></category>
		<category><![CDATA[upsell]]></category>
		<category><![CDATA[Vista]]></category>
		<category><![CDATA[Web-Services]]></category>
		<category><![CDATA[webservices]]></category>
		<category><![CDATA[wicket]]></category>
		<category><![CDATA[wiki]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[xhtml]]></category>
		<category><![CDATA[xml]]></category>
		<category><![CDATA[yahoo]]></category>

		<guid isPermaLink="false">http://www.j2eegeek.com/blog/2007/02/19/daily-delicious-for-feb-19-2007/</guid>
		<description><![CDATA[These are my links for Feb 19, 2007: Census Mashups Using StrikeIron Web Services and Yahoo Maps in Flex 2 &#8211; Census Dashboard Mashup is a mashup using StrikeIron&#8217;s Zip Code Information Web Service, StrikeIron&#8217;s Population Demographics By ZIP Code Web Service and Yahoo Maps to give detailed information for a specific US zip code. [...]<p><br/><br/><a href="http://www.j2eegeek.com/blog/2007/02/19/daily-delicious-for-feb-19-2007/">Daily del.icio.us for Feb 19, 2007</a></p>
]]></description>
			<content:encoded><![CDATA[<p></p><p>These are my links for Feb 19, 2007:</p>
<ul>
<li><a href="http://www.cynergysystems.com/blogs/page/andrewtrice?entry=census_mashups_using_strikeiron_web">Census Mashups Using StrikeIron Web Services and Yahoo Maps in Flex 2</a> &#8211; Census Dashboard Mashup is a mashup using StrikeIron&#8217;s Zip Code Information Web Service, StrikeIron&#8217;s Population Demographics By ZIP Code Web Service and Yahoo Maps to give detailed information for a specific US zip code. I find it to actually be a really</li>
<li><a href="http://www.oreillynet.com/onjava/blog/2007/02/sun_updates_java_mozilla_html.html?CMP=OTC-FP2116136014&amp;ATT=Sun+Updates+Java+Mozilla+HTML+Parser+1+0+1">Sun Updates Java Mozilla HTML Parser 1.0.1 &#8211; O&#8217;Reilly ONJava Blog</a> &#8211; Java Mozilla HTML Parser 1.0.1 is a package which allows parsing HTML pages into a Java Document object.  Wonder how it stacks up against HtmlCleaner (http://htmlcleaner.sourceforge.net/)</li>
<li><a href="http://dmiessler.com/study/lsof/">dmiessler.com | study | lsof</a> &#8211; lsof is the Linux/Unix &uuml;ber-tool. I use it most for getting network connection related information from a system, but that&#8217;s just the beginning for this amazing and little-known application</li>
<li><a href="http://chalain.livejournal.com/43015.html">chalain: So Beautiful, So Disturbing</a> &#8211; She gets out of bed and stretches, perfect curves sliding under silky lingerie and momentarily making me forget about breakfast, meatloaf, and whoever it was I was married to before last night.</li>
<li><a href="http://www.engadget.com/2007/02/18/massive-google-hard-drive-survey-turns-up-very-interesting-thing/">Massive Google hard drive survey turns up very interesting things &#8211; Engadget</a> &#8211; When your server farm is in the hundreds of thousands and you&#8217;re using cheap, off-the-shelf hard drives as your primary means of storage, you&#8217;ve probably got a a pretty damned good data set for looking at the health and failure patterns of hard drives</li>
<li><a href="http://raibledesigns.com/rd/entry/slick_looking_confluence_sites">Raible Designs | Slick looking Confluence sites</a> &#8211; Wicket and Cayenne have nice looking websites backed by Confluence. Wicket has a Writing documentation page that explains how it works.</li>
<li><a href="http://www.thepragmaticarchitect.com/2007/02/09/upselling_your_architecture.html">Upselling your architecture &#8211; The Pragmatic Architect</a> &#8211; As an architect, you&#8217;ll probably need to present to different audiences at different levels. When you do, it&#8217;s worth thinking about whether you need to upsell your architecture or not.</li>
<li><a href="http://jroller.com/page/myeclipseblog?entry=myeclipse_snaps_now_available_for">MyEclipse Delivers Tools to IntelliJ IDEA Users</a> &#8211; Developers using IDEA are now able to utilize the MyEclipse Visual HTML Designer, XML Editor, Database Explorer and Image Editor SNAPs directly in their own environment.</li>
<li><a href="http://www.javalobby.org/java/forums/t90659.html">IntelliJ IDEA: Inspections by Sections &#8230;</a> &#8211; Static code analysis doesn&#8217;t just improve your code quality, it can also teach you some cool ideas and best practices about programming</li>
<li><a href="http://www.javapowertools.com/">Java Power Tools: Home</a> &#8211; &quot;Java Power Tools&quot; is about software tools and techniques that can contribute to improving the SDLC which includes build tools such as Maven and Ant, CI tools, code quality tools, testing tools, collaborative tools, source version control, and more!</li>
<li><a href="http://blog.interface21.com/main/2007/02/16/suns-glassfish-embracing-spring/">Rod Johnson » Sun&#8217;s GlassFish Embracing Spring</a> &#8211; I think part of what&#8217;s making Sun more relevant in the enterprise Java space is that they are now more plugged into what&#8217;s happening in the wider world, and are willing to take the input on board and act on it</li>
</ul>
<p><br/><br/><a href="http://www.j2eegeek.com/blog/2007/02/19/daily-delicious-for-feb-19-2007/">Daily del.icio.us for Feb 19, 2007</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.j2eegeek.com/blog/2007/02/19/daily-delicious-for-feb-19-2007/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Daily del.icio.us for Feb 17, 2007 through Feb 19, 2007</title>
		<link>http://www.j2eegeek.com/blog/2007/02/19/daily-delicious-for-feb-17-2007-through-feb-19-2007/</link>
		<comments>http://www.j2eegeek.com/blog/2007/02/19/daily-delicious-for-feb-17-2007-through-feb-19-2007/#comments</comments>
		<pubDate>Tue, 20 Feb 2007 00:30:10 +0000</pubDate>
		<dc:creator>Vinny Carpenter</dc:creator>
				<category><![CDATA[Stuff to read]]></category>
		<category><![CDATA[actionscript]]></category>
		<category><![CDATA[Adaptavist]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[architecture]]></category>
		<category><![CDATA[article]]></category>
		<category><![CDATA[book]]></category>
		<category><![CDATA[books]]></category>
		<category><![CDATA[bruce_eckel]]></category>
		<category><![CDATA[codeanalysis]]></category>
		<category><![CDATA[codereview]]></category>
		<category><![CDATA[community]]></category>
		<category><![CDATA[computer]]></category>
		<category><![CDATA[confluence]]></category>
		<category><![CDATA[cost]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[dapper]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[drive]]></category>
		<category><![CDATA[duck_typing]]></category>
		<category><![CDATA[electricity]]></category>
		<category><![CDATA[Energy]]></category>
		<category><![CDATA[environment]]></category>
		<category><![CDATA[evangalize]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[flex]]></category>
		<category><![CDATA[flex2]]></category>
		<category><![CDATA[funny]]></category>
		<category><![CDATA[glassfish]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[hardware]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[htmlcleaner]]></category>
		<category><![CDATA[htmlparser]]></category>
		<category><![CDATA[Humor]]></category>
		<category><![CDATA[ide]]></category>
		<category><![CDATA[idea]]></category>
		<category><![CDATA[intellij]]></category>
		<category><![CDATA[intellij_idea]]></category>
		<category><![CDATA[interesting]]></category>
		<category><![CDATA[J2EE]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[javaee]]></category>
		<category><![CDATA[jax-ws]]></category>
		<category><![CDATA[jobs]]></category>
		<category><![CDATA[languages]]></category>
		<category><![CDATA[lifehacks]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[lsof]]></category>
		<category><![CDATA[maps]]></category>
		<category><![CDATA[mashup]]></category>
		<category><![CDATA[media]]></category>
		<category><![CDATA[mozilla]]></category>
		<category><![CDATA[mxml]]></category>
		<category><![CDATA[myeclipse]]></category>
		<category><![CDATA[NPR]]></category>
		<category><![CDATA[opensource]]></category>
		<category><![CDATA[parser]]></category>
		<category><![CDATA[passion]]></category>
		<category><![CDATA[pc]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[Podcast]]></category>
		<category><![CDATA[powerconsumption]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[publicradio]]></category>
		<category><![CDATA[raible]]></category>
		<category><![CDATA[reference]]></category>
		<category><![CDATA[research]]></category>
		<category><![CDATA[Ruby]]></category>
		<category><![CDATA[satisfaction]]></category>
		<category><![CDATA[SOA]]></category>
		<category><![CDATA[spring]]></category>
		<category><![CDATA[spring2.0]]></category>
		<category><![CDATA[SpringFramework]]></category>
		<category><![CDATA[statistics]]></category>
		<category><![CDATA[storage]]></category>
		<category><![CDATA[strikeiron]]></category>
		<category><![CDATA[sysadmin]]></category>
		<category><![CDATA[technology]]></category>
		<category><![CDATA[theme]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[tool]]></category>
		<category><![CDATA[tools]]></category>
		<category><![CDATA[toread]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[unix]]></category>
		<category><![CDATA[upsell]]></category>
		<category><![CDATA[utilities]]></category>
		<category><![CDATA[Vista]]></category>
		<category><![CDATA[Web-Services]]></category>
		<category><![CDATA[Web2.0]]></category>
		<category><![CDATA[webservices]]></category>
		<category><![CDATA[wicket]]></category>
		<category><![CDATA[wiki]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[xhtml]]></category>
		<category><![CDATA[xml]]></category>
		<category><![CDATA[yahoo]]></category>

		<guid isPermaLink="false">http://www.j2eegeek.com/blog/2007/02/19/daily-delicious-for-feb-17-2007-through-feb-19-2007/</guid>
		<description><![CDATA[These are my links for Feb 17, 2007 through Feb 19, 2007: Census Mashups Using StrikeIron Web Services and Yahoo Maps in Flex 2 &#8211; Census Dashboard Mashup is a mashup using StrikeIron&#8217;s Zip Code Information Web Service, StrikeIron&#8217;s Population Demographics By ZIP Code Web Service and Yahoo Maps to give detailed information for a [...]<p><br/><br/><a href="http://www.j2eegeek.com/blog/2007/02/19/daily-delicious-for-feb-17-2007-through-feb-19-2007/">Daily del.icio.us for Feb 17, 2007 through Feb 19, 2007</a></p>
]]></description>
			<content:encoded><![CDATA[<p></p><p>These are my links for Feb 17, 2007 through Feb 19, 2007:</p>
<ul>
<li><a href="http://www.cynergysystems.com/blogs/page/andrewtrice?entry=census_mashups_using_strikeiron_web">Census Mashups Using StrikeIron Web Services and Yahoo Maps in Flex 2</a> &#8211; Census Dashboard Mashup is a mashup using StrikeIron&#8217;s Zip Code Information Web Service, StrikeIron&#8217;s Population Demographics By ZIP Code Web Service and Yahoo Maps to give detailed information for a specific US zip code. I find it to actually be a really</li>
<li><a href="http://www.oreillynet.com/onjava/blog/2007/02/sun_updates_java_mozilla_html.html?CMP=OTC-FP2116136014&amp;ATT=Sun+Updates+Java+Mozilla+HTML+Parser+1+0+1">Sun Updates Java Mozilla HTML Parser 1.0.1 &#8211; O&#8217;Reilly ONJava Blog</a> &#8211; Java Mozilla HTML Parser 1.0.1 is a package which allows parsing HTML pages into a Java Document object.  Wonder how it stacks up against HtmlCleaner (http://htmlcleaner.sourceforge.net/)</li>
<li><a href="http://dmiessler.com/study/lsof/">dmiessler.com | study | lsof</a> &#8211; lsof is the Linux/Unix &uuml;ber-tool. I use it most for getting network connection related information from a system, but that&#8217;s just the beginning for this amazing and little-known application</li>
<li><a href="http://chalain.livejournal.com/43015.html">chalain: So Beautiful, So Disturbing</a> &#8211; She gets out of bed and stretches, perfect curves sliding under silky lingerie and momentarily making me forget about breakfast, meatloaf, and whoever it was I was married to before last night.</li>
<li><a href="http://www.engadget.com/2007/02/18/massive-google-hard-drive-survey-turns-up-very-interesting-thing/">Massive Google hard drive survey turns up very interesting things &#8211; Engadget</a> &#8211; When your server farm is in the hundreds of thousands and you&#8217;re using cheap, off-the-shelf hard drives as your primary means of storage, you&#8217;ve probably got a a pretty damned good data set for looking at the health and failure patterns of hard drives</li>
<li><a href="http://raibledesigns.com/rd/entry/slick_looking_confluence_sites">Raible Designs | Slick looking Confluence sites</a> &#8211; Wicket and Cayenne have nice looking websites backed by Confluence. Wicket has a Writing documentation page that explains how it works.</li>
<li><a href="http://www.thepragmaticarchitect.com/2007/02/09/upselling_your_architecture.html">Upselling your architecture &#8211; The Pragmatic Architect</a> &#8211; As an architect, you&#8217;ll probably need to present to different audiences at different levels. When you do, it&#8217;s worth thinking about whether you need to upsell your architecture or not.</li>
<li><a href="http://jroller.com/page/myeclipseblog?entry=myeclipse_snaps_now_available_for">MyEclipse Delivers Tools to IntelliJ IDEA Users</a> &#8211; Developers using IDEA are now able to utilize the MyEclipse Visual HTML Designer, XML Editor, Database Explorer and Image Editor SNAPs directly in their own environment.</li>
<li><a href="http://www.javalobby.org/java/forums/t90659.html">IntelliJ IDEA: Inspections by Sections &#8230;</a> &#8211; Static code analysis doesn&#8217;t just improve your code quality, it can also teach you some cool ideas and best practices about programming</li>
<li><a href="http://www.javapowertools.com/">Java Power Tools: Home</a> &#8211; &quot;Java Power Tools&quot; is about software tools and techniques that can contribute to improving the SDLC which includes build tools such as Maven and Ant, CI tools, code quality tools, testing tools, collaborative tools, source version control, and more!</li>
<li><a href="http://blog.interface21.com/main/2007/02/16/suns-glassfish-embracing-spring/">Rod Johnson » Sun&#8217;s GlassFish Embracing Spring</a> &#8211; I think part of what&#8217;s making Sun more relevant in the enterprise Java space is that they are now more plugged into what&#8217;s happening in the wider world, and are willing to take the input on board and act on it</li>
<li><a href="http://www.psynixis.com/blog/2007/02/05/is-bruce-eckel-right-maybe-not/">Is Bruce Eckel Right? Maybe not. at Simon?s Blog</a> &#8211; Bruce Eckel has written an interesting piece about Java and user interfaces. I?d recommend that you read it, as it?s pretty thought-provoking.</li>
<li><a href="http://fishbowl.pastiche.org/2007/02/18/job_satisfaction">The Fishbowl: Job Satisfaction</a> &#8211; We spend a lot of time at work. If we?re not doing something that we?re passionate about, that gives us some kind of fulfillment, we?re wasting a big part of our lives.</li>
<li><a href="http://www.buzzmachine.com/index.php/2007/02/16/a-day-at-npr/">BuzzMachine » Blog Archive » A day at NPR</a> &#8211; I&#8217;ve thoroughly enjoyed my day at NPR. Smart people, but then that?s obvious.</li>
<li><a href="http://www.codinghorror.com/blog/archives/000426.html">Coding Horror: The cost of leaving your PC on</a> &#8211; So leaving my server on is costing me $200 / year, or $16.68 per month. My home theater PC is a bit more frugal at 65 watts. Using the same formulas, that costs me $81 / year or $6.75 per month.</li>
<li><a href="http://mriou.wordpress.com/2007/02/16/the-future-wont-be-statically-typed/">The Future Won?t Be Statically Typed « Skunk Works</a> &#8211; I&#8217;m more and more convinced that statically typed languages will come to an end, replaced by duck typing based languages</li>
</ul>
<p><br/><br/><a href="http://www.j2eegeek.com/blog/2007/02/19/daily-delicious-for-feb-17-2007-through-feb-19-2007/">Daily del.icio.us for Feb 17, 2007 through Feb 19, 2007</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.j2eegeek.com/blog/2007/02/19/daily-delicious-for-feb-17-2007-through-feb-19-2007/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Daily del.icio.us for Sep 29, 2006</title>
		<link>http://www.j2eegeek.com/blog/2006/09/29/daily-delicious-for-sep-29-2006/</link>
		<comments>http://www.j2eegeek.com/blog/2006/09/29/daily-delicious-for-sep-29-2006/#comments</comments>
		<pubDate>Fri, 29 Sep 2006 23:23:31 +0000</pubDate>
		<dc:creator>Vinny Carpenter</dc:creator>
				<category><![CDATA[Stuff to read]]></category>
		<category><![CDATA[netcat]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[unix]]></category>
		<category><![CDATA[utilities]]></category>

		<guid isPermaLink="false">http://www.j2eegeek.com/blog/2006/09/29/daily-delicious-for-sep-29-2006/</guid>
		<description><![CDATA[Roll your own servers with Netcat &#8211; Lifehacker Unix command-line utility netcat gets called the &#8220;network swiss army knife&#8221; with good reason. Like the best UNIX utilities, it&#8217;s very simple but can perform all sorts of useful tasks. (tags: unix netcat linux networking security utilities) Daily del.icio.us for Sep 29, 2006<p><br/><br/><a href="http://www.j2eegeek.com/blog/2006/09/29/daily-delicious-for-sep-29-2006/">Daily del.icio.us for Sep 29, 2006</a></p>
]]></description>
			<content:encoded><![CDATA[<p></p><ul class="delicious">
<li>
<p class="delicious-link"><a href="http://lifehacker.com/software/command-line/roll-your-own-servers-with-netcat-202271.php">Roll your own servers with Netcat &#8211; Lifehacker</a></p>
<p class="delicious-extended">Unix command-line utility netcat gets called the &#8220;network swiss army knife&#8221; with good reason. Like the best UNIX utilities, it&#8217;s very simple but can perform all sorts of useful tasks.</p>
<p class="delicious-tags">(tags: <a href="http://del.icio.us/vscarpenter/unix" rel="tag">unix</a> <a href="http://del.icio.us/vscarpenter/netcat" rel="tag">netcat</a> <a href="http://del.icio.us/vscarpenter/linux" rel="tag">linux</a> <a href="http://del.icio.us/vscarpenter/networking" rel="tag">networking</a> <a href="http://del.icio.us/vscarpenter/security" rel="tag">security</a> <a href="http://del.icio.us/vscarpenter/utilities" rel="tag">utilities</a>)</p>
</li>
</ul>
<p><br/><br/><a href="http://www.j2eegeek.com/blog/2006/09/29/daily-delicious-for-sep-29-2006/">Daily del.icio.us for Sep 29, 2006</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.j2eegeek.com/blog/2006/09/29/daily-delicious-for-sep-29-2006/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Daily del.icio.us for Aug 14, 2006</title>
		<link>http://www.j2eegeek.com/blog/2006/08/14/daily-delicious-for-aug-14-2006/</link>
		<comments>http://www.j2eegeek.com/blog/2006/08/14/daily-delicious-for-aug-14-2006/#comments</comments>
		<pubDate>Mon, 14 Aug 2006 23:21:55 +0000</pubDate>
		<dc:creator>Vinny Carpenter</dc:creator>
				<category><![CDATA[Stuff to read]]></category>
		<category><![CDATA[cygwin]]></category>
		<category><![CDATA[unix]]></category>

		<guid isPermaLink="false">http://www.j2eegeek.com/blog/2006/08/14/daily-delicious-for-aug-14-2006/</guid>
		<description><![CDATA[Ten Steps To Higher Cygwin Productivity &#8211; Weiqi Gao&#8217;s Observations The following is a list of the first ten things that I always end up doing for every Cygwin installation that I use (tags: cygwin windows bash unix) Daily del.icio.us for Aug 14, 2006<p><br/><br/><a href="http://www.j2eegeek.com/blog/2006/08/14/daily-delicious-for-aug-14-2006/">Daily del.icio.us for Aug 14, 2006</a></p>
]]></description>
			<content:encoded><![CDATA[<p></p><ul class="delicious">
<li>
<div class="delicious-link"><a href="http://www.weiqigao.com/blog/2006/08/14/ten_steps_to_higher_cygwin_productivity.html">Ten Steps To Higher Cygwin Productivity &#8211; Weiqi Gao&#8217;s Observations</a></div>
<div class="delicious-extended">The following is a list of the first ten things that I always end up doing for every Cygwin installation that I use</div>
<div class="delicious-tags">(tags: <a href="http://del.icio.us/vscarpenter/cygwin" rel="tag">cygwin</a> <a href="http://del.icio.us/vscarpenter/windows" rel="tag">windows</a> <a href="http://del.icio.us/vscarpenter/bash" rel="tag">bash</a> <a href="http://del.icio.us/vscarpenter/unix" rel="tag">unix</a>)</div>
</li>
</ul>
<p><br/><br/><a href="http://www.j2eegeek.com/blog/2006/08/14/daily-delicious-for-aug-14-2006/">Daily del.icio.us for Aug 14, 2006</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.j2eegeek.com/blog/2006/08/14/daily-delicious-for-aug-14-2006/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

