<?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; validation</title>
	<atom:link href="http://www.j2eegeek.com/blog/tag/validation/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>Daily del.icio.us for February 8th through February 14th</title>
		<link>http://www.j2eegeek.com/blog/2010/02/14/daily-del-icio-us-for-february-8th-through-february-14th/</link>
		<comments>http://www.j2eegeek.com/blog/2010/02/14/daily-del-icio-us-for-february-8th-through-february-14th/#comments</comments>
		<pubDate>Sun, 14 Feb 2010 21:00:34 +0000</pubDate>
		<dc:creator>Vinny Carpenter</dc:creator>
				<category><![CDATA[Stuff to read]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[amazon]]></category>
		<category><![CDATA[aws]]></category>
		<category><![CDATA[book]]></category>
		<category><![CDATA[chart]]></category>
		<category><![CDATA[cloud]]></category>
		<category><![CDATA[cloudcomputing]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[ebook]]></category>
		<category><![CDATA[excel]]></category>
		<category><![CDATA[extjs]]></category>
		<category><![CDATA[framework]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[googlecharts]]></category>
		<category><![CDATA[grails]]></category>
		<category><![CDATA[graphs]]></category>
		<category><![CDATA[groovy]]></category>
		<category><![CDATA[infoq]]></category>
		<category><![CDATA[infovis]]></category>
		<category><![CDATA[J2EE]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[jsr-303]]></category>
		<category><![CDATA[mootools]]></category>
		<category><![CDATA[mule]]></category>
		<category><![CDATA[MVC]]></category>
		<category><![CDATA[pdf]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[prototype]]></category>
		<category><![CDATA[s3]]></category>
		<category><![CDATA[spring]]></category>
		<category><![CDATA[spring3]]></category>
		<category><![CDATA[spring3.0]]></category>
		<category><![CDATA[SpringFramework]]></category>
		<category><![CDATA[springmvc]]></category>
		<category><![CDATA[storage]]></category>
		<category><![CDATA[Tomcat]]></category>
		<category><![CDATA[tools]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[validation]]></category>
		<category><![CDATA[versioncontrol]]></category>
		<category><![CDATA[versioning]]></category>
		<category><![CDATA[visualisation]]></category>
		<category><![CDATA[visualization]]></category>
		<category><![CDATA[vmware]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[webdesign]]></category>
		<category><![CDATA[webdevelopment]]></category>
		<category><![CDATA[yui]]></category>

		<guid isPermaLink="false">http://www.j2eegeek.com/blog/?p=2212</guid>
		<description><![CDATA[Compare JavaScript frameworks &#8211; In this article, you will discover how JavaScript frameworks make it easier and faster to create highly interactive and responsive Web sites and Web applications Technobabble &#187; Spring MVC 3.0 and JSR 303 (aka javax.validation.*) &#8211; The new annotated validation spec (jsr 303) is pretty slick, especially when used along side [...]<p><br/><br/><a href="http://www.j2eegeek.com/blog/2010/02/14/daily-del-icio-us-for-february-8th-through-february-14th/">Daily del.icio.us for February 8th through February 14th</a></p>
]]></description>
			<content:encoded><![CDATA[<p></p><ul>
<li><a href="http://www.ibm.com/developerworks/web/library/wa-jsframeworks/index.html">Compare JavaScript frameworks</a> &#8211; In this article, you will discover how JavaScript frameworks make it easier and faster to create highly interactive and responsive Web sites and Web applications</li>
<li><a href="http://www.openscope.net/2010/02/08/spring-mvc-3-0-and-jsr-303-aka-javax-validation/">Technobabble &raquo; Spring MVC 3.0 and JSR 303 (aka javax.validation.*)</a> &#8211; The new annotated validation spec (jsr 303) is pretty slick, especially when used along side Spring MVC 3.0, and when backed by ejb3 entities. I&rsquo;m pretty impressed with how easily it integrates with Spring MVC&rsquo;s framework, and with how seamlessly error messages are passed to the form taglibs so they show up in your web forms.</li>
<li><a href="http://googlecode.blogspot.com/2010/02/announcing-google-chart-tools.html">Google Code Blog: Announcing Google Chart Tools</a> &#8211; Whether you need a simple line chart, an interactive Geo Map or a complex Motion Chart , Google can help you add live charts to your web page using our Chart and Visualization APIs. Both of these APIs are free and simple to use, however they each have distinct advantages</li>
<li><a href="http://blog.springsource.com/2010/01/25/ajax-simplifications-in-spring-3-0/?utm_source=feedburner&amp;utm_medium=feed&amp;utm_campaign=Feed%3A+Interface21TeamBlog+%28SpringSource+Team+Blog%29">Ajax Simplifications in Spring 3.0 | SpringSource Team Blog</a> &#8211; Spring 3 provides first-class Ajax support with JSON as part of the Spring MVC module. This includes support for generating JSON responses and binding JSON requests using the Spring MVC @Controller programming model in conjunction with the Jackson JSON processor.</li>
<li><a href="http://www.mulesoft.com/cloudcat-apache-tomcat-cloud">Tomcat in the Cloud &#8211; Cloudcat | MuleSoft</a> &#8211; MuleSoft has announced Cloudcat, a pre-configured Apache Tomcat image with MySQL on Linux, available from Amazon Web Services (AWS) and GoGrid.</li>
<li><a href="http://www.infoworld.com/d/cloud-computing/startup-links-vmware-amazon-create-secure-cloud-storage-631">Startup links VMware with Amazon to create secure cloud storage | Cloud Computing &#8211; InfoWorld</a> &#8211; A storage startup called Nasuni is unveiling a virtual NAS file server that runs on VMware and connects customers to cloud platforms such as Amazon&#39;s Simple Storage Service, adding encryption to enhance security and several features to improve performance</li>
<li><a href="http://aws.typepad.com/aws/2010/02/amazon-s3-enhancement-versioning.html">Amazon Web Services Blog: New Feature: Amazon S3 now supports Object Versioning</a> &#8211; We&#39;ve added beta support for Versioning across all Amazon S3 Regions. Versioning provides an additional layer of protection for your S3 objects. You can easily recover from unintended user errors or application failures. You can also use Versioning for data retention and archiving</li>
<li><a href="http://www.infoq.com/minibooks/grails-getting-started">InfoQ: Getting Started with Grails, Second Edition</a> &#8211; &quot;Getting Started with Grails&quot; brings you up to speed on this modern web framework. Companies as varied as LinkedIn, Wired, Tropicana, and Taco Bell are all using Grails. Are you ready to get started as well?</li>
<li><a href="http://github.com/edspencer/Ext.ux.Exporter">edspencer&#8217;s Ext.ux.Exporter at master &#8211; GitHub</a> &#8211; Exporter is a generic export class which takes any Ext.data.Store-based component (e.g. grids and similar) and exports the data in any format.
<p>Exporter works completely client-side. It uses a Formatter class to generate a document (.xls, .csv etc) and then redirects the user&rsquo;s browser to a data url so that they can view or download it.</li>
<li><a href="http://loianegroner.com/2010/02/extjs-how-to-export-datagrid-to-excel/?utm_source=feedburner&amp;utm_medium=feed&amp;utm_campaign=Feed%3A+LoianeGroner+%28Loiane+Groner%29">ExtJS: How to Export DataGrid to Excel | Loiane Groner</a> &#8211; This tutorial will walk through how to export data from ExtJS DataGrid directly to Excel.</li>
</ul>
<p><br/><br/><a href="http://www.j2eegeek.com/blog/2010/02/14/daily-del-icio-us-for-february-8th-through-february-14th/">Daily del.icio.us for February 8th through February 14th</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.j2eegeek.com/blog/2010/02/14/daily-del-icio-us-for-february-8th-through-february-14th/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Daily del.icio.us for November 8th through November 22nd</title>
		<link>http://www.j2eegeek.com/blog/2009/11/22/daily-del-icio-us-for-november-8th-through-november-22nd/</link>
		<comments>http://www.j2eegeek.com/blog/2009/11/22/daily-del-icio-us-for-november-8th-through-november-22nd/#comments</comments>
		<pubDate>Mon, 23 Nov 2009 02:01:21 +0000</pubDate>
		<dc:creator>Vinny Carpenter</dc:creator>
				<category><![CDATA[Stuff to read]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[adobe]]></category>
		<category><![CDATA[blackberry]]></category>
		<category><![CDATA[charts]]></category>
		<category><![CDATA[developer]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[examples]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[flex]]></category>
		<category><![CDATA[flex4]]></category>
		<category><![CDATA[framework]]></category>
		<category><![CDATA[grails]]></category>
		<category><![CDATA[graphics]]></category>
		<category><![CDATA[hibernate]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[openflashchart]]></category>
		<category><![CDATA[opensource]]></category>
		<category><![CDATA[OReilly]]></category>
		<category><![CDATA[pdc]]></category>
		<category><![CDATA[politics]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[psychology]]></category>
		<category><![CDATA[rim]]></category>
		<category><![CDATA[spring]]></category>
		<category><![CDATA[spring3.0]]></category>
		<category><![CDATA[SpringFramework]]></category>
		<category><![CDATA[tutorials]]></category>
		<category><![CDATA[validation]]></category>
		<category><![CDATA[video]]></category>
		<category><![CDATA[webservices]]></category>

		<guid isPermaLink="false">http://www.j2eegeek.com/blog/?p=2123</guid>
		<description><![CDATA[Spring 3 Type Conversion and Validation &#124; SpringSource Team Blog &#8211; This entry has covered some of the new Spring 3 type conversion and validation features. To learn more, including how to implement your own type converters, checkout the Spring 3 Reference Guide. 10 things about Microsoft&#8217;s PDC 2009: The good, the bad and the [...]<p><br/><br/><a href="http://www.j2eegeek.com/blog/2009/11/22/daily-del-icio-us-for-november-8th-through-november-22nd/">Daily del.icio.us for November 8th through November 22nd</a></p>
]]></description>
			<content:encoded><![CDATA[<p></p><ul>
<li><a href="http://blog.springsource.com/2009/11/17/spring-3-type-conversion-and-validation/">Spring 3 Type Conversion and Validation | SpringSource Team Blog</a> &#8211; This entry has covered some of the new Spring 3 type conversion and validation features. To learn more, including how to implement your own type converters, checkout the Spring 3 Reference Guide.</li>
<li><a href="http://www.betanews.com/joewilcox/article/10-things-about-Microsofts-PDC-2009-The-good-the-bad-and-the-ugly/1258748898">10 things about Microsoft&#8217;s PDC 2009: The good, the bad and the ugly | Betanews</a> &#8211; Microsoft&#39;s 2009 developer conference wrapped up yesterday in Los Angeles. Not since PDC 2003 has Microsoft talked so much and said so little</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://www.infoq.com/interviews/coenraets-flex-air-catalyst-lcds">InfoQ: Christophe Coenraets Discusses Flex, AIR, Catalyst and LCDS</a> &#8211; Christophe Coenraets discusses Adobe Catalyst, the developer-designer interaction, Flex 4.0, AIR 2.0, Livecycle Data Services (LCDS) 3.0, the Flex 4 component model, model-driven development, and Flex/Flash Builder 4.0.</li>
<li><a href="http://www.componentix.com/blog/5">Componentix blog &#8211; Improved Hibernate dialect for Microsoft SQL Server</a> &#8211; So I decided to develop customized Hibernate dialect for MS SQL Server. To do this, I started digging the source code of Hibernate (the dialect classes to be precise), and soon I found out that Hibernate&rsquo;s SQLServerDialect extends from SybaseDialect, which is responsible for most of the &ldquo;sins&rdquo; outlined in the paragraph above</li>
<li><a href="http://martinaharris.com/2009/11/soapui-mock-webservices/">Could soapUI be the way to mock complex webservices? | Transient Technology</a> &#8211; I have been looking for a good way to mock a complex web-service for integration testing. The idea being to simulate responses intelligently and be able to test a round trip without the actual service. Full integration tests are not possible for various reasons, so this might be the next best thing.</li>
<li><a href="http://oreilly.com/catalog/9780596809393/">Great Java &#8211; O&#8217;Reilly Media</a> &#8211; Great Java: Level 1 will teach you the fundamentals of Java, from the basics of compilation through methods, objects, and the key concepts of good programming. By the time you&#39;re through these lessons, you&#39;ll be programming, and programming well.</li>
<li><a href="http://www.nytimes.com/2009/11/09/opinion/09krugman.html?_r=2&amp;ref=opinion">Op-Ed Columnist &#8211; Paranoia Strikes Deep &#8211; NYTimes.com</a> &#8211; The point is that the takeover of the Republican Party by the irrational right is no laughing matter. Something unprecedented is happening here &mdash; and it&rsquo;s very bad for America</li>
<li><a href="http://www.businessweek.com/the_thread/techbeat/archives/2009/11/rim_teams_with.html">RIM Teams With Adobe, Shows New Blackberry Features &#8211; BusinessWeek</a> &#8211; The companies will announce today that Adobe and RIM are expanding their existing collaboration, saying the software developers will be able to use Adobe&rsquo;s Flash &mdash; the technology behind such sites as Google&rsquo;s YouTube and numerous other video sites on the Web &mdash; in their applications</li>
<li><a href="http://code.google.com/p/jofc2/">JOFC2 &#8211; Java API for Open Flash Chart 2</a> &#8211; This project provides a Java library for utilizing Open Flash Chart 2</li>
</ul>
<p><br/><br/><a href="http://www.j2eegeek.com/blog/2009/11/22/daily-del-icio-us-for-november-8th-through-november-22nd/">Daily del.icio.us for November 8th through November 22nd</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.j2eegeek.com/blog/2009/11/22/daily-del-icio-us-for-november-8th-through-november-22nd/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Daily del.icio.us for August 17th through August 27th</title>
		<link>http://www.j2eegeek.com/blog/2009/08/27/daily-del-icio-us-for-august-17th-through-august-27th/</link>
		<comments>http://www.j2eegeek.com/blog/2009/08/27/daily-del-icio-us-for-august-17th-through-august-27th/#comments</comments>
		<pubDate>Fri, 28 Aug 2009 05:00:44 +0000</pubDate>
		<dc:creator>Vinny Carpenter</dc:creator>
				<category><![CDATA[Stuff to read]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[acquistion]]></category>
		<category><![CDATA[algorithms]]></category>
		<category><![CDATA[analysis]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[appstore]]></category>
		<category><![CDATA[architecture]]></category>
		<category><![CDATA[bestpractices]]></category>
		<category><![CDATA[business]]></category>
		<category><![CDATA[caching]]></category>
		<category><![CDATA[camel]]></category>
		<category><![CDATA[collections]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[dsl]]></category>
		<category><![CDATA[ehcache]]></category>
		<category><![CDATA[ejb3]]></category>
		<category><![CDATA[esb]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[googlevoice]]></category>
		<category><![CDATA[gwt]]></category>
		<category><![CDATA[hibernate]]></category>
		<category><![CDATA[infoq]]></category>
		<category><![CDATA[integration]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[J2EE]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[jpa]]></category>
		<category><![CDATA[library]]></category>
		<category><![CDATA[linq]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[math]]></category>
		<category><![CDATA[opensource]]></category>
		<category><![CDATA[presentation]]></category>
		<category><![CDATA[redhat]]></category>
		<category><![CDATA[rest]]></category>
		<category><![CDATA[rhel]]></category>
		<category><![CDATA[spring]]></category>
		<category><![CDATA[SpringFramework]]></category>
		<category><![CDATA[statistics]]></category>
		<category><![CDATA[struts2]]></category>
		<category><![CDATA[terracotta]]></category>
		<category><![CDATA[validation]]></category>
		<category><![CDATA[video]]></category>
		<category><![CDATA[youtube]]></category>

		<guid isPermaLink="false">http://www.j2eegeek.com/blog/?p=2037</guid>
		<description><![CDATA[jaque &#8211; Project Hosting on Google Code &#8211; JaQue provides an infrastructure for Microsoft LINQ like capabilities on Java platform. Using ASM, JaQue builds expression trees, which are used to build a query in domain specific technology or language, such as SQL [ANNOUNCEMENT] Apache Wink 0.1 Released (JAX-RS Implementation) &#171; Show me the code! &#8211; [...]<p><br/><br/><a href="http://www.j2eegeek.com/blog/2009/08/27/daily-del-icio-us-for-august-17th-through-august-27th/">Daily del.icio.us for August 17th through August 27th</a></p>
]]></description>
			<content:encoded><![CDATA[<p></p><ul>
<li><a href="http://code.google.com/p/jaque/">jaque &#8211; Project Hosting on Google Code</a> &#8211; JaQue provides an infrastructure for Microsoft LINQ like capabilities on Java platform. Using ASM, JaQue builds expression trees, which are used to build a query in domain specific technology or language, such as SQL</li>
<li><a href="http://davanum.wordpress.com/2009/08/27/announcement-apache-wink-0-1-released-jax-rs-implementation/">[ANNOUNCEMENT] Apache Wink 0.1 Released (JAX-RS Implementation) &laquo; Show me the code! &ndash; By Davanum Srinivas</a> &#8211; Apache Wink is a framework for building RESTful Web services.<br />
It is comprised of a Server module and a Client module for developing<br />
and consuming RESTful Web services.</li>
<li><a href="http://blog.jeroenreijn.com/2009/03/apache-camel-open-source-integration.html">Jeroen Reijn: Apache Camel: open source integration framework</a> &#8211; This blogpost was inspired by an article over at Gridshore, where Jettro wrote a post on using Spring Integrations as integration framework. Since I&#39;m pretty much Apache minded, I have been looking around for other open source integration frameworks within the ASF, which brought me to Apache Camel.</li>
<li><a href="http://www.vaannila.com/struts-2/struts-2-tutorial/struts-2-hibernate-validation-tutorial-1.html">Struts 2 Hibernate Validation Tutorial</a> &#8211; The Hibernator Validator framework follows the DRY (Don&#39;t Repeat Yourself) principle. Using Hibernator Validator you need to specify the constraints using annotations in the domain object. Once you specify the constraints you can use it in any layer of your application without duplicating it.</li>
<li><a href="http://www.infoq.com/presentations/Spring-and-Java-EE-6-Jurgen-Holler">InfoQ: Spring and Java EE 6</a> &#8211; J&uuml;rgen H&ouml;ller presents some of the new features coming in Java EE 6 and how their relate to Spring Framework: Profiles, Servlet 3.0, JSR-236 Concurrency, JSF 2.0, JPA 2.0, JSR-303, JAX-RS, EJB 3.1, JSR-299.</li>
<li><a href="http://www.jeviathon.com/2009/08/adding-second-in-memory-datasource-to.html">Jeviathon: Adding a second In-Memory datasource to your Spring configuration &#8211; Software Architecture,Java Development, Spring and Hibernate by Software Architect Chris Hardin</a> &#8211; There you have it, a quick in memory database. It is super fast as well it should be since it is all in memory</li>
<li><a href="http://www.techcrunch.com/2009/08/21/the-simple-truth-whats-really-going-on-with-apple-google-att-and-the-fcc/">The Truth: What&rsquo;s Really Going On With Apple, Google, AT&amp;T And The FCC</a> &#8211; This isn&rsquo;t about protecting users, it&rsquo;s about controlling them. And that&rsquo;s not what Apple should be about. Put the users first, Steve, and don&rsquo;t lie to us. We&rsquo;re not that dumb.</li>
<li><a href="http://daringfireball.net/2009/08/apples_fcc_response">Daring Fireball: Choice Nuggets From Apple&#8217;s Response to the FCC&#8217;s Inquiry Regarding the Rejection and Removal of Google Voice Apps From the App Store</a> &#8211; Apple&rsquo;s response is worth reading in its entirety; it is written in clear, plain language, and gives straight answers to nearly all questions. A few choice bits, though</li>
<li><a href="http://money.cnn.com/2009/08/20/technology/redhat_stock_open_source.fortune/">Investor Daily: Red Hat takes on the recession &#8211; Aug. 21, 2009</a> &#8211; Fair or not, Red Hat is the best proxy for how open source software has been received during this economic downturn, and guess what? It&#39;s doing pretty well.</li>
<li><a href="http://www.infoworld.com/d/open-source/open-source-java-caching-vendors-merge-328?source=rss_cloud_computing">Open source Java caching vendors merge | Open Source &#8211; InfoWorld</a> &#8211; Terracotta, an open source Java caching vendor, announced it acquired EHCache earlier this week.</li>
<li><a href="http://www.youtube.com/watch?v=PDuhR18-EdM">YouTube &#8211; Google I/O 2009 &#8211; Best Practices for Architecting GWT App</a> &#8211; Google Web Toolkit provides the infrastructure you need to build a high performance web application and leaves the architecture open to fit your needs. Learn from others who have gone before. In this session we&#39;ll discuss best practices that real web applications are using to achieve high performance event handling, UI creation, and more.</li>
<li><a href="http://www.caughtbyjava.com/new-java-6-collections/">New Java 6 Collections &laquo; Caught By Java</a> &#8211; With the release of Java 6, Sun Microsystems has added some new interfaces and their implementation to the existing java collection family.</li>
<li><a href="http://commons.apache.org/math/">Math &#8211; Commons-Math: The Apache Commons Mathematics Library</a> &#8211; Commons Math is a library of lightweight, self-contained mathematics and statistics components addressing the most common problems not available in the Java programming language or Commons Lang.</li>
</ul>
<p><br/><br/><a href="http://www.j2eegeek.com/blog/2009/08/27/daily-del-icio-us-for-august-17th-through-august-27th/">Daily del.icio.us for August 17th through August 27th</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.j2eegeek.com/blog/2009/08/27/daily-del-icio-us-for-august-17th-through-august-27th/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Daily del.icio.us for March 7th through March 11th</title>
		<link>http://www.j2eegeek.com/blog/2009/03/11/daily-delicious-for-march-7th-through-march-11th/</link>
		<comments>http://www.j2eegeek.com/blog/2009/03/11/daily-delicious-for-march-7th-through-march-11th/#comments</comments>
		<pubDate>Wed, 11 Mar 2009 21:00:02 +0000</pubDate>
		<dc:creator>Vinny Carpenter</dc:creator>
				<category><![CDATA[Stuff to read]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[adobe]]></category>
		<category><![CDATA[advocacy]]></category>
		<category><![CDATA[algorithm]]></category>
		<category><![CDATA[algorithms]]></category>
		<category><![CDATA[amazon]]></category>
		<category><![CDATA[api]]></category>
		<category><![CDATA[appliance]]></category>
		<category><![CDATA[architecture]]></category>
		<category><![CDATA[books]]></category>
		<category><![CDATA[browser]]></category>
		<category><![CDATA[business]]></category>
		<category><![CDATA[chrome]]></category>
		<category><![CDATA[cloud]]></category>
		<category><![CDATA[cloudcomputing]]></category>
		<category><![CDATA[Cluster]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[computing]]></category>
		<category><![CDATA[concurrency]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[distributed]]></category>
		<category><![CDATA[education]]></category>
		<category><![CDATA[flex]]></category>
		<category><![CDATA[framework]]></category>
		<category><![CDATA[future]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[hardware]]></category>
		<category><![CDATA[html5]]></category>
		<category><![CDATA[ideas]]></category>
		<category><![CDATA[inspiration]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[javaworld]]></category>
		<category><![CDATA[knowledge]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[ooma]]></category>
		<category><![CDATA[opensource]]></category>
		<category><![CDATA[parallel]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[safari]]></category>
		<category><![CDATA[scaling]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[standards]]></category>
		<category><![CDATA[technology]]></category>
		<category><![CDATA[telephony]]></category>
		<category><![CDATA[thread]]></category>
		<category><![CDATA[tools]]></category>
		<category><![CDATA[twitter]]></category>
		<category><![CDATA[validation]]></category>
		<category><![CDATA[virtualappliances]]></category>
		<category><![CDATA[virtualization]]></category>
		<category><![CDATA[vmware]]></category>
		<category><![CDATA[voip]]></category>
		<category><![CDATA[W3C]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[webdesign]]></category>
		<category><![CDATA[webdev]]></category>
		<category><![CDATA[webservices]]></category>
		<category><![CDATA[webstandards]]></category>
		<category><![CDATA[xhtml]]></category>

		<guid isPermaLink="false">http://www.j2eegeek.com/blog/?p=1694</guid>
		<description><![CDATA[Coding Horror: Why Can&#8217;t Error Messages Be Fun? &#8211; Chrome is a joy to use, and in my opinion at least, it&#39;s the first true advance in web browser technology since the heady days of Internet Explorer 4.0. Chrome is filled with so many thoughtful details, so many reimaginings of web browser functionality as a [...]<p><br/><br/><a href="http://www.j2eegeek.com/blog/2009/03/11/daily-delicious-for-march-7th-through-march-11th/">Daily del.icio.us for March 7th through March 11th</a></p>
]]></description>
			<content:encoded><![CDATA[<p></p><ul>
<li><a href="http://www.codinghorror.com/blog/archives/001238.html">Coding Horror: Why Can&#8217;t Error Messages Be Fun?</a> &#8211; Chrome is a joy to use, and in my opinion at least, it&#39;s the first true advance in web browser technology since the heady days of Internet Explorer 4.0. Chrome is filled with so many thoughtful details, so many reimaginings of web browser functionality as a true application platform, it&#39;s hard to even list them all.</li>
<li><a href="http://www.javaworld.com/javaworld/jw-03-2009/jw-03-write-your-own-twitter-app.html?nhtje=rn_031009&amp;nladname=031009">Write your own Twitter application &#8211; JavaWorld</a> &#8211; In this article you&#39;ll learn how to build your own Twitter service: an application that accesses tweets via the Twitter API and archives them in the form of a PDF file</li>
<li><a href="http://www.sfgate.com/cgi-bin/article.cgi?f=/c/a/2009/03/09/BUFJ15SEF3.DTL">Ooma rebounds after cutting price for service</a> &#8211; After it stumbled out of the gate in July 2007, it&#39;s hard to imagine that Palo Alto&#39;s Ooma would look forward to an economic downturn. But the startup, which offers free home phone service with the purchase of an Ooma box, has found a new lease on life after cutting its price and expanding its distribution</li>
<li><a href="http://www.jumpbox.com/">JumpBox | Instant Infrastructure | JumpBox Inc.</a> &#8211; We simplify server software deployment with pre-built, pre-configured software applications packaged for deployment on virtual computing platforms.</li>
<li><a href="http://agile.dzone.com/news/top-50-new-software">Top 50 New Software Development Books | Agile Zone</a> &#8211; In this post I proudly present the Top 50 New Software Development Books, where new means &quot;less than two years old&quot;. This list was created using a weighed mix of the following criteria:</li>
<li><a href="http://blog.x2oframework.com/2009/03/latest-upgrade-x2o-for-javascript.html">X2O Blog // We Are Mammoth, Inc.</a> &#8211; X2O is a web-based data modeling platform for Adobe&reg; Flex&reg; and Flash&reg; apps.</li>
<li><a href="http://www.catonmat.net/blog/mit-introduction-to-algorithms-part-thirteen/">MIT&rsquo;s Introduction to Algorithms, Lectures 20 and 21: Parallel Algorithms &#8211; good coders code, great reuse</a> &#8211; This is the thirteenth post in an article series about MIT&rsquo;s lecture course &ldquo;Introduction to Algorithms.&rdquo; In this post I will review lectures twenty and twenty-one on parallel algorithms. These lectures cover the basics of multithreaded programming and multithreaded algorithms.</li>
<li><a href="http://www.b-list.org/weblog/2008/jun/18/html/">Why HTML</a> &#8211; The short and sweet reason is simply this: XHTML offers no compelling advantage &mdash; to me &mdash; over HTML, but even if it did it would also offer increased complexity and uncertainty that make it unappealing to me.</li>
<li><a href="http://www.roughtype.com/archives/2009/03/the_coming_of_t.php">Rough Type: Nicholas Carr&#8217;s Blog: The coming of the megacomputer</a> &#8211; In a talk yesterday, reports the Financial Times&#39; Richard Waters, the head of Microsoft Research, Rick Rashid, said that about 20 percent of all the server computers being sold in the world &quot;are now being bought by a small handful of internet companies,&quot; including Microsoft, Google, Yahoo and Amazon</li>
<li><a href="http://www.codinghorror.com/blog/archives/001234.html">Coding Horror: HTML Validation: Does It Matter?</a> &#8211; That said, validation does have its charms. There were a few things that the validation process exposed in our HTML markup that were clearly wrong &#8212; an orphaned tag here, and a few inconsistencies in the way we applied tags there. Mark Pilgrim makes the case for validation:</li>
</ul>
<p><br/><br/><a href="http://www.j2eegeek.com/blog/2009/03/11/daily-delicious-for-march-7th-through-march-11th/">Daily del.icio.us for March 7th through March 11th</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.j2eegeek.com/blog/2009/03/11/daily-delicious-for-march-7th-through-march-11th/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Daily del.icio.us for October 5th through October 8th</title>
		<link>http://www.j2eegeek.com/blog/2008/10/08/daily-delicious-for-october-5th-through-october-8th/</link>
		<comments>http://www.j2eegeek.com/blog/2008/10/08/daily-delicious-for-october-5th-through-october-8th/#comments</comments>
		<pubDate>Wed, 08 Oct 2008 23:00:34 +0000</pubDate>
		<dc:creator>Vinny Carpenter</dc:creator>
				<category><![CDATA[Stuff to read]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[batch]]></category>
		<category><![CDATA[bi]]></category>
		<category><![CDATA[blogs]]></category>
		<category><![CDATA[business]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[economics]]></category>
		<category><![CDATA[economy]]></category>
		<category><![CDATA[election]]></category>
		<category><![CDATA[framework]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[intelligence]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[letterman]]></category>
		<category><![CDATA[mccain]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[mna]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[money]]></category>
		<category><![CDATA[Music]]></category>
		<category><![CDATA[obama]]></category>
		<category><![CDATA[opensource]]></category>
		<category><![CDATA[oracle]]></category>
		<category><![CDATA[pandora]]></category>
		<category><![CDATA[paulnewman]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[politics]]></category>
		<category><![CDATA[presentation]]></category>
		<category><![CDATA[roundtable]]></category>
		<category><![CDATA[spring]]></category>
		<category><![CDATA[springbatch]]></category>
		<category><![CDATA[SpringFramework]]></category>
		<category><![CDATA[SQL]]></category>
		<category><![CDATA[technology]]></category>
		<category><![CDATA[tutorials]]></category>
		<category><![CDATA[tv]]></category>
		<category><![CDATA[ui]]></category>
		<category><![CDATA[validation]]></category>
		<category><![CDATA[video]]></category>
		<category><![CDATA[wallstreet]]></category>
		<category><![CDATA[Web2.0]]></category>
		<category><![CDATA[webdesign]]></category>
		<category><![CDATA[webdevelopment]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.j2eegeek.com/blog/?p=1360</guid>
		<description><![CDATA[Business Technology : Oracle Springs on Primavera &#8211; Oracle continued its buying binge Wednesday, buying Primavera Systems, which makes project-management software. In this case Oracle isn&#8217;t buying customers or its way into a new market. It&#8217;s buying technology 20 Excellent AJAX Effects You Should Know &#8211; NETTUTS &#8211; There are a few special techniques or [...]<p><br/><br/><a href="http://www.j2eegeek.com/blog/2008/10/08/daily-delicious-for-october-5th-through-october-8th/">Daily del.icio.us for October 5th through October 8th</a></p>
]]></description>
			<content:encoded><![CDATA[<p></p><ul>
<li><a href="http://blogs.wsj.com/biztech/2008/10/08/oracle-springs-on-primavera/">Business Technology : Oracle Springs on Primavera</a> &#8211; Oracle continued its buying binge Wednesday, buying Primavera Systems, which makes project-management software. In this case Oracle isn&rsquo;t buying customers or its way into a new market. It&rsquo;s buying technology</li>
<li><a href="http://nettuts.com/web-roundups/20-excellent-ajax-effects-you-should-know/">20 Excellent AJAX Effects You Should Know &#8211; NETTUTS</a> &#8211; There are a few special techniques or effects that can spice up just about any web page. These are the top 20 Ajax effects that every web developer should know.</li>
<li><a href="http://news.cnet.com/8301-10805_3-10058766-75.html">Microsoft planning add-on to SQL Server | Latest Microsoft News &#8211; CNET News &#8211; CNET News</a> &#8211; Microsoft, which is making the Kilimanjaro upgrade at a business intelligence conference in Redmond, Wash., also plans to show its efforts at integrating its Datallegro acquisition with Windows Server and SQL Server.</li>
<li><a href="http://distorted-loop.com/2008/10/06/iphone-doubles-pandora-usage/">Distorted-Loop.com &raquo; iPhone doubles Pandora usage</a> &#8211; The iPhone has been a Pandora growth story, he confirmed &#8211; iPhone accounts for almost half of Pandora&rsquo;s 17 million members &#8211; and has doubled growth rate from 20 to 40+ new users each day</li>
<li><a href="http://googleblog.blogspot.com/2008/10/new-technology-roundtable-series.html">Official Google Blog: New Technology Roundtable series</a> &#8211; We&#39;ve just posted the first three videos in the Google Technology Roundtable Series. Each one is a discussion with senior Google researchers and technologists about one of our most significant achievements. We use a talk show format, where I lead a discussion on the technology.</li>
<li><a href="http://my.barackobama.com/page/invite/keatingvideo">Keating Economics: the Making of a Financial Crisis</a> &#8211; &quot;Keating Economics: the Making of a Financial Crisis&quot; is a documentary that shows why John McCain&#39;s failed philosophy and poor judgment are a recipe for deepening the economic crisis.</li>
<li><a href="http://www.youtube.com/watch?v=0Y9A0C45KZI">YouTube &#8211; Wall Street&#8217;s Shadow Market</a> &#8211; Steve Kroft looks at some of the arcane Wall Street financial instruments that have magnified the economic crisis.</li>
<li><a href="http://www.infoq.com/presentations/syer-introducing-spring-batch">InfoQ: Introducing Spring Batch</a> &#8211; In this presentation from QCon London 2008, Dave Syer discusses Spring Batch. Areas covered include batch processing patterns, typical use cases for batch processing, Spring Batch concepts and capabilities, case studies of Spring Batch implementations, Spring Batch domain details and code samples, the SpringSource/Accenture partnership and the Spring Batch roadmap</li>
<li><a href="http://java.dzone.com/announcements/introducing-nwp-java-counterpa">Introducing nWP, the Java Counterpart of WordPress | Javalobby</a> &#8211; We liked the functionality of WordPress, but not its PHPness. So we automatically migrated it and obtained a pure Java open-source blogging engine.</li>
<li><a href="http://www.youtube.com/watch?v=zbBMrz1DmXc">YouTube &#8211; David Letterman-Paul Newman-Tribute-Sept-29-2008</a> &#8211; Beautiful and moving tribute to Paul Newman by David Letterman (via John Gruber)</li>
</ul>
<p><br/><br/><a href="http://www.j2eegeek.com/blog/2008/10/08/daily-delicious-for-october-5th-through-october-8th/">Daily del.icio.us for October 5th through October 8th</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.j2eegeek.com/blog/2008/10/08/daily-delicious-for-october-5th-through-october-8th/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Daily del.icio.us for January 2nd</title>
		<link>http://www.j2eegeek.com/blog/2008/01/03/daily-delicious-for-january-2nd/</link>
		<comments>http://www.j2eegeek.com/blog/2008/01/03/daily-delicious-for-january-2nd/#comments</comments>
		<pubDate>Thu, 03 Jan 2008 14:35:23 +0000</pubDate>
		<dc:creator>Vinny Carpenter</dc:creator>
				<category><![CDATA[Stuff to read]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[2007]]></category>
		<category><![CDATA[actionscript]]></category>
		<category><![CDATA[advocacy]]></category>
		<category><![CDATA[adware]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[ajaxian.com]]></category>
		<category><![CDATA[article]]></category>
		<category><![CDATA[book]]></category>
		<category><![CDATA[books]]></category>
		<category><![CDATA[business]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[freeware]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[gwt]]></category>
		<category><![CDATA[ibm]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[language]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[mozilla]]></category>
		<category><![CDATA[opensource]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[prototype]]></category>
		<category><![CDATA[spyware]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[tutorials]]></category>
		<category><![CDATA[utility]]></category>
		<category><![CDATA[validation]]></category>
		<category><![CDATA[video]]></category>
		<category><![CDATA[webdesign]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[youtube]]></category>

		<guid isPermaLink="false">http://www.j2eegeek.com/blog/2008/01/03/daily-delicious-for-january-2nd/</guid>
		<description><![CDATA[Daily del.icio.us for for January 2nd: Redmond &#124; Feature Article: Google&#8217;s Secret Weapon &#8211; &#8220;Open source is a software capitalist&#8217;s supreme tool,&#8221; says Matt Asay, VP with Alfresco. It enables vendors to align closely with their customers &#38; prospects while simultaneously undermining competitors&#8217; efforts to charge license fees for their own produc JavaScript: It?s Just [...]<p><br/><br/><a href="http://www.j2eegeek.com/blog/2008/01/03/daily-delicious-for-january-2nd/">Daily del.icio.us for January 2nd</a></p>
]]></description>
			<content:encoded><![CDATA[<p></p><p>Daily del.icio.us for for January 2nd:</p>
<ul>
<li><a href="http://redmondmag.com/features/article.asp?editorialsid=2395">Redmond | Feature Article: Google&#8217;s Secret Weapon</a> &#8211; &#8220;Open source is a software capitalist&#8217;s supreme tool,&#8221; says Matt Asay, VP with Alfresco. It enables vendors to align closely with their customers &amp; prospects while simultaneously undermining competitors&#8217; efforts to charge license fees for their own produc</li>
<li><a href="http://feeds.feedburner.com/~r/ajaxian/~3/209707939/javascript-its-just-not-validation">JavaScript: It?s Just Not Validation!</a> &#8211; Colin Morris, author of Y-Validator, has written a piece on JavaScript: It?s Just Not Validation! which discusses JavaScript validation, and input assistance</li>
<li><a href="http://feeds.downloadsquad.com/~r/weblogsinc/downloadsquad/~3/209118689/">Runscanner: Free system utility to find all running programs on your computer</a> &#8211; Runscanner is a free windows system utility which scans your system for all configured running programs. Runscanner will detect all programs that start automatically, including spyware, adware, and homepage hijackers.</li>
<li><a href="http://www.javalobby.org/java/forums/t105120.html">What Every Programmer Should See On YouTube?</a> &#8211; Are you aware of the wealth of YouTube material available around Java, as well as programming in general? Everything&#8217;s out there, courseware, technical presentations, Google talks, interviews, ad-hoc info sharing, and obscure tips and tricks</li>
<li><a href="http://ajaxian.com/archives/ajaxian-roundup-for-december-2007-its-the-end-of-the-year-as-we-know-it">Ajaxian &raquo; Ajaxian Roundup for December, 2007: It?s the end of the year as we know it</a> &#8211; In 2007, the Web development community has jumped a lot, but at the same time, hasn?t changed at all.</li>
<li><a href="http://javascript.crockford.com/javascript.html">JavaScript: The World&#8217;s Most Misunderstood Programming Language</a> &#8211; Douglas Crockord&#8217;s Javascript site &#8211; Despite its popularity, few know that JavaScript is a very nice dynamic object-oriented general-purpose programming language. How can this be a secret? Why is this language so misunderstood?</li>
<li><a href="http://ejohn.org/blog/untold-javascript-secrets/">John Resig &#8211; Untold JavaScript Secrets</a> &#8211; I might as well come right out and say it: I&#8217;m starting work on my second JavaScript book.  What are the greatest untold secrets of JavaScript programming that you wish were thoroughly debunked and explained?</li>
</ul>
<p><br/><br/><a href="http://www.j2eegeek.com/blog/2008/01/03/daily-delicious-for-january-2nd/">Daily del.icio.us for January 2nd</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.j2eegeek.com/blog/2008/01/03/daily-delicious-for-january-2nd/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Daily del.icio.us for Aug 09, 2007 through Aug 11, 2007</title>
		<link>http://www.j2eegeek.com/blog/2007/08/11/daily-delicious-for-aug-09-2007-through-aug-11-2007/</link>
		<comments>http://www.j2eegeek.com/blog/2007/08/11/daily-delicious-for-aug-09-2007-through-aug-11-2007/#comments</comments>
		<pubDate>Sun, 12 Aug 2007 00:30:19 +0000</pubDate>
		<dc:creator>Vinny Carpenter</dc:creator>
				<category><![CDATA[Stuff to read]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[BEA]]></category>
		<category><![CDATA[bookmarklets]]></category>
		<category><![CDATA[concurrency]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[erlang]]></category>
		<category><![CDATA[form]]></category>
		<category><![CDATA[freeware]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[html5]]></category>
		<category><![CDATA[hypervisor]]></category>
		<category><![CDATA[iso]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[javafx]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[jvm]]></category>
		<category><![CDATA[language]]></category>
		<category><![CDATA[library]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[nist]]></category>
		<category><![CDATA[novell]]></category>
		<category><![CDATA[office]]></category>
		<category><![CDATA[oo]]></category>
		<category><![CDATA[ooxml]]></category>
		<category><![CDATA[openxml]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[prototype]]></category>
		<category><![CDATA[reference]]></category>
		<category><![CDATA[scalability]]></category>
		<category><![CDATA[scripting]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[SQL]]></category>
		<category><![CDATA[sqlserver]]></category>
		<category><![CDATA[standards]]></category>
		<category><![CDATA[tools]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[validation]]></category>
		<category><![CDATA[virtualization]]></category>
		<category><![CDATA[vmware]]></category>
		<category><![CDATA[Web2.0]]></category>
		<category><![CDATA[WebLogic]]></category>
		<category><![CDATA[wls-ve]]></category>

		<guid isPermaLink="false">http://www.j2eegeek.com/blog/2007/08/11/daily-delicious-for-aug-09-2007-through-aug-11-2007/</guid>
		<description><![CDATA[LiMo Foundation: Welcome &#8211; Motorola, NEC, NTT DoCoMo, Panasonic Mobile Communications, Samsung Electronics, and Vodafone established the LiMo Foundation to develop the Foundation Platform, a Linux-based, open mobile communication device software platform Erlang, the next Java &#8211; Erlang is going to be a very important language. It could be the next Java. Its main problem [...]<p><br/><br/><a href="http://www.j2eegeek.com/blog/2007/08/11/daily-delicious-for-aug-09-2007-through-aug-11-2007/">Daily del.icio.us for Aug 09, 2007 through Aug 11, 2007</a></p>
]]></description>
			<content:encoded><![CDATA[<p></p><ul>
<li><a href="https://www.limofoundation.org/sf/sfmain/do/home">LiMo Foundation: Welcome</a> &#8211; Motorola, NEC, NTT DoCoMo, Panasonic Mobile Communications, Samsung Electronics, and Vodafone established the LiMo Foundation to develop the Foundation Platform, a Linux-based, open mobile communication device software platform</li>
<li><a href="http://www.cincomsmalltalk.com/userblogs/ralph/blogView?showComments=true&#038;printTitle=Erlang,_the_next_Java&#038;entry=3364027251">Erlang, the next Java</a> &#8211; Erlang is going to be a very important language. It could be the next Java. Its main problem is that there is no big company behind it</li>
<li><a href="http://www.nytimes.com/2007/08/11/technology/11novell.html?ex=1344484800&#038;en=841b74504e49baff&#038;ei=5088&#038;partner=rssnyt&#038;emc=rss">Judge Says Unix Copyrights Rightfully Belong to Novell &#8211; New York Times</a> &#8211; In a decision that may finally settle one of the most bitter legal battles surrounding software widely used in corporate data centers, a federal judge ruled Friday afternoon that Novell, and not SCO, is the rightful owner of the copyrights for Unix OS.</li>
<li><a href="http://news.com.com/8301-10784_3-9758278-7.html">NIST endorses Microsoft&#8217;s Open XML in upcoming vote | Tech news blog &#8211; CNET News.com</a> &#8211; The National Institute of Standards and Technology (NIST) is backing Microsoft&#8217;s effort to certify Office Open XML as an international standard.</li>
<li><a href="http://thinkweb2.com/projects/prototype-checklist/">How well do you know prototype?</a> &#8211; Here, I&#8217;ve collected most common use cases that do NOT use all of prototype&#8217;s capabilities and their simple solutions. I hope this will be a basic checklist to go through when developing for your next project</li>
<li><a href="http://java.sun.com/developer/technicalArticles/scripting/javafxpart1/">Learning JavaFX Script, Part 1: An Introduction to JavaFX Script for Java Programmers</a> &#8211; The JavaFX Script programming language (hereinafter referred to as JavaFX) is a declarative, statically typed scripting language from Sun. Because JavaFX Script is statically typed, it also has the same code structuring, reuse, and encapsulation features</li>
<li><a href="http://www.ibm.com/developerworks/library/wa-realweb3/">Real Web 2.0: Quick and dirty Web applications with bookmarklets</a> &#8211; Bookmarklets are an important part of the Web 2.0 landscape, and they exemplify the qualities of Web 2.0 technology I tend to focus on in this column: transparency and openness.</li>
<li><a href="http://dev2dev.bea.com/wlserver/vmware/">WebLogic Server Virtual Edition Launcher Appliance</a> &#8211; WLS-VE is a combination of a Java application server (WebLogic Server) with a Java Virtual Machine that works with hypervisor software and provides only the set of operating system features that WebLogic Server needs to offer its full range of services.</li>
<li><a href="http://dev2dev.bea.com/blog/arvindjain/archive/2007/07/weblogic_server.html">Arvind Jain&#8217;s Blog: WebLogic Server Virtual Edition (WLS-VE) goes GA</a> &#8211; With a single command, WLS instances can quickly be deployed onto VMware ESX-enabled resource pools, fully integrated and tuned to run within their own dedicated virtual machines&#8230; all without any 3rd party operating systems.</li>
<li><a href="http://yav.sourceforge.net/en/index.html">yav &#8211; Javascript form validation tool</a> &#8211; Yav is a SIMPLE, POWERFUL and CUSTOMIZABLE javascript-based form validation tool.  </li>
<li><a href="http://www.ibm.com/developerworks/library/x-html5/?ca=dgr-lnxw01NewHTML">New elements in HTML 5</a> &#8211; HTML 5 introduces new elements to HTML for the first time since the last millennium. New structural elements include aside, figure, and section. New inline elements include time, meter, and progress. New embedding elements include video and audio.</li>
<li><a href="http://www.albahari.com/queryexpress.html">Download Query Express</a> &#8211; Query Express is a simple Query Analyzer look-alike, but being small and free it can be run where the SQL Server client tools are not installed or licensed. This makes it especially useful as a query tool for MSDE and SQL Express. It also connects to Orac</li>
</ul>
<p><br/><br/><a href="http://www.j2eegeek.com/blog/2007/08/11/daily-delicious-for-aug-09-2007-through-aug-11-2007/">Daily del.icio.us for Aug 09, 2007 through Aug 11, 2007</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.j2eegeek.com/blog/2007/08/11/daily-delicious-for-aug-09-2007-through-aug-11-2007/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Daily del.icio.us for May 26, 2007 through May 28, 2007</title>
		<link>http://www.j2eegeek.com/blog/2007/05/28/daily-delicious-for-may-26-2007-through-may-28-2007/</link>
		<comments>http://www.j2eegeek.com/blog/2007/05/28/daily-delicious-for-may-26-2007-through-may-28-2007/#comments</comments>
		<pubDate>Tue, 29 May 2007 00:30:11 +0000</pubDate>
		<dc:creator>Vinny Carpenter</dc:creator>
				<category><![CDATA[Stuff to read]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[AOP]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[comparison]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[ejb3.0]]></category>
		<category><![CDATA[exception]]></category>
		<category><![CDATA[exceptions]]></category>
		<category><![CDATA[forms]]></category>
		<category><![CDATA[J2EE]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[javaee]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[jboss]]></category>
		<category><![CDATA[jsf]]></category>
		<category><![CDATA[library]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[mootools]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[opensource]]></category>
		<category><![CDATA[patent]]></category>
		<category><![CDATA[patents]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[prototype]]></category>
		<category><![CDATA[seam]]></category>
		<category><![CDATA[validation]]></category>

		<guid isPermaLink="false">http://www.j2eegeek.com/blog/2007/05/28/daily-delicious-for-may-26-2007-through-may-28-2007/</guid>
		<description><![CDATA[JSF Central &#8211; Your JavaServer Faces Community &#8211; JBoss: The JavaServer Faces Powerhouse? &#8211; JBoss has proven itself a force in the J2EE application server market. Now, with Seam and the acquisition of some exciting new products, JBoss is jockeying for control of the JavaServer Faces market. Slashdot &#124; 8 Reasons Not To Use MySQL [...]<p><br/><br/><a href="http://www.j2eegeek.com/blog/2007/05/28/daily-delicious-for-may-26-2007-through-may-28-2007/">Daily del.icio.us for May 26, 2007 through May 28, 2007</a></p>
]]></description>
			<content:encoded><![CDATA[<p></p><ul>
<li><a href="http://www.jsfcentral.com/editorial/jboss_powerhouse.html">JSF Central &#8211; Your JavaServer Faces Community &#8211; JBoss: The JavaServer Faces Powerhouse?</a> &#8211; JBoss has proven itself a force in the J2EE application server market. Now, with Seam and the acquisition of some exciting new products, JBoss is jockeying for control of the JavaServer Faces market.</li>
<li><a href="http://developers.slashdot.org/article.pl?sid=07/05/25/205255&#038;from=rss">Slashdot | 8 Reasons Not To Use MySQL (And 5 To Adopt It)</a> &#8211; CIO.com asked two open-source experts to enumerate the reasons to choose MySQL and to pick something else. Tina Gasperson takes the 5 reasons to use MySQL side, and Brent Toderash discusses 8 reasons not to.</li>
<li><a href="http://dev2dev.bea.com/lpt/a/541">dev2dev: Effective Java Exceptions</a> &#8211; Although the Java exception model has generated spirited discussion during its lifetime, it provides excellent value when it is applied correctly. Using the Java exception model properly will keep your application simple, maintainable, and correct.</li>
<li><a href="http://gafter.blogspot.com/2007/05/removing-language-features.html">Neal Gafter&#8217;s blog: Removing Language Features?</a> &#8211; I believe Java could be simplified by treating all exception types as unchecked without breaking existing code. This could also result in a simplification of future language extensions and APIs. But would the language be better off w/o checked exceptions?</li>
<li><a href="http://www.businessweek.com/technology/content/may2007/tc20070525_325967.htm?chan=top+news_top+news+index_technology">Linux Foundation Fires Back at Microsoft</a> &#8211; If you earned $34 million a day from Windows and Office, you too would try to spook the market with patent threats</li>
<li><a href="http://tetlaw.id.au/view/javascript/really-easy-field-validation">Really easy field validation * Dexagogo</a> &#8211; Here&#8217;s a form validation script that is very easy to use based on Prototype</li>
<li><a href="http://zend.lojcomm.com.br/fValidator/">fValidator &#8211; An open source (free) unobtrusive javascript tool for easy handling form validation</a> &#8211; fValidator is an open source (free) unobtrusive javascript tool for easy handling form validation</li>
</ul>
<p><br/><br/><a href="http://www.j2eegeek.com/blog/2007/05/28/daily-delicious-for-may-26-2007-through-may-28-2007/">Daily del.icio.us for May 26, 2007 through May 28, 2007</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.j2eegeek.com/blog/2007/05/28/daily-delicious-for-may-26-2007-through-may-28-2007/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

