<?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; linq</title>
	<atom:link href="http://www.j2eegeek.com/blog/tag/linq/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>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 November 14th through November 18th</title>
		<link>http://www.j2eegeek.com/blog/2008/11/18/daily-delicious-for-november-14th-through-november-18th/</link>
		<comments>http://www.j2eegeek.com/blog/2008/11/18/daily-delicious-for-november-14th-through-november-18th/#comments</comments>
		<pubDate>Tue, 18 Nov 2008 15:00:30 +0000</pubDate>
		<dc:creator>Vinny Carpenter</dc:creator>
				<category><![CDATA[Stuff to read]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[.NET]]></category>
		<category><![CDATA[adobe]]></category>
		<category><![CDATA[amazon]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[architecture]]></category>
		<category><![CDATA[article]]></category>
		<category><![CDATA[azure]]></category>
		<category><![CDATA[CDN]]></category>
		<category><![CDATA[cloud]]></category>
		<category><![CDATA[cloudfront]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[comparison]]></category>
		<category><![CDATA[component]]></category>
		<category><![CDATA[content]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[doctype]]></category>
		<category><![CDATA[dsl]]></category>
		<category><![CDATA[edge]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[jboss]]></category>
		<category><![CDATA[jBPM]]></category>
		<category><![CDATA[language]]></category>
		<category><![CDATA[linq]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[obama]]></category>
		<category><![CDATA[osgi]]></category>
		<category><![CDATA[performance]]></category>
		<category><![CDATA[platform]]></category>
		<category><![CDATA[politics]]></category>
		<category><![CDATA[s3]]></category>
		<category><![CDATA[saas]]></category>
		<category><![CDATA[sap]]></category>
		<category><![CDATA[SCA]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[SOA]]></category>
		<category><![CDATA[social]]></category>
		<category><![CDATA[speechrec]]></category>
		<category><![CDATA[spring]]></category>
		<category><![CDATA[technology]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[tutorials]]></category>
		<category><![CDATA[usa]]></category>
		<category><![CDATA[video]]></category>
		<category><![CDATA[videos]]></category>
		<category><![CDATA[voice]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[Web2.0]]></category>
		<category><![CDATA[webdesign]]></category>
		<category><![CDATA[webdev]]></category>
		<category><![CDATA[webservice]]></category>
		<category><![CDATA[webstandards]]></category>
		<category><![CDATA[whitehouse]]></category>
		<category><![CDATA[xhtml]]></category>
		<category><![CDATA[youtube]]></category>

		<guid isPermaLink="false">http://www.j2eegeek.com/blog/?p=1463</guid>
		<description><![CDATA[Adobe bringing full-fledged Flash to phones &#124; Business Tech &#8211; CNET News &#8211; Inspired by a new generation of smartphones, Adobe Systems has begun a new, higher-power effort to spread its Flash technology to mobile devices. The company has worked for years on a lightweight incarnation of its Flash technology for mobile phones, but it [...]<p><br/><br/><a href="http://www.j2eegeek.com/blog/2008/11/18/daily-delicious-for-november-14th-through-november-18th/">Daily del.icio.us for November 14th through November 18th</a></p>
]]></description>
			<content:encoded><![CDATA[<p></p><ul>
<li><a href="http://news.cnet.com/8301-1001_3-10098883-92.html">Adobe bringing full-fledged Flash to phones | Business Tech &#8211; CNET News</a> &#8211; Inspired by a new generation of smartphones, Adobe Systems has begun a new, higher-power effort to spread its Flash technology to mobile devices. The company has worked for years on a lightweight incarnation of its Flash technology for mobile phones, but it now is working to bring the full-fledged Flash Player 10 to higher-end smartphones</li>
<li><a href="http://www.allthingsdistributed.com/2008/11/amazon_cloudfront.html">Expanding the Cloud: Amazon CloudFront &#8211; All Things Distributed</a> &#8211; Today marks the launch of Amazon CloudFront, the new Amazon Web Service for content delivery. It integrates seamlessly with Amazon S3 to provide low-latency distribution of content with high data transfer speeds through a world-wide network of edge locations.</li>
<li><a href="http://www.cio.com/article/463113/Enterprise_JBoss_JBPM_Creating_A_Scalable_Standards_Compliant_and_Cost_Effective_SOA_Environment">Enterprise JBoss JBPM: Creating A Scalable, Standards-Compliant and Cost-Effective SOA Environment &#8211; CIO.com &#8211; Business Technology Leadership</a> &#8211; This excerpt from the upcoming book, Open Source SOA, addresses the Service Component Architecture (SCA), and its sister technology, Service Data Objects (SDO), emerging standards used in service-oriented architecture for creating multi-protocol, multi-language services based on reusable components.</li>
<li><a href="http://www.techcrunch.com/2008/11/16/update-on-google-iphone-voice-recognition-app-look-for-it-on-monday/">Update On Google iPhone Voice Recognition App: Look For It On Monday</a> &#8211; Google could have launched for the Android first and pushed sales of phones on their platform. They didn&rsquo;t, and Apple should have embraced them for that.</li>
<li><a href="http://www.alistapart.com/articles/holygrail">A List Apart: Articles: In Search of the Holy Grail</a> &#8211; Use the grail wisely, and it can be a particularly handy (and clutter-free) addition to your bag of CSS tricks</li>
<li><a href="http://www.thewebsqueeze.com/articles/choosing-the-best-doctype-for-your-website.html">Choosing the best Doctype for your website &#8211; The Web Squeeze</a> &#8211; In 2004, after a W3C workshop, Apple, Mozilla and Opera were becoming increasingly concerned about the W3C&rsquo;s direction with XHTML, lack of interest in HTML and apparent disregard for the needs of real-world authors. So, in response, these organisations set out to with a mission to address these concerns and the Web Hypertext Application Technology Working Group was born</li>
<li><a href="http://www.youtube.com/watch?v=GQ3Glr5Ff28">YouTube &#8211; Google Mobile App for iPhone with Voice Search</a> &#8211; Mike LeBeau, an engineer on the Google mobile team, gives an overview of the new Google Mobile App for iPhone, now with Voice Search and My Location. You can speak your queries to Google Mobile Ap..</li>
<li><a href="http://voices.washingtonpost.com/the-trail/2008/11/14/the_youtube_presidency.html">The YouTube Presidency | 44 | washingtonpost.com</a> &#8211; Today, President-elect Obama will record the weekly Democratic address not just on radio but also on video &#8212; a first. The address, typically four minutes long, will be turned into a YouTube video and posted on Obama&#39;s transition site, Change.gov, once the radio address is made public on Saturday morning.</li>
<li><a href="http://www.infoq.com/news/2008/11/osgi-in-the-enterprise">InfoQ: OSGi in the Enterprise</a> &#8211; With the recent announcement of GlassFish v3 &ldquo;Prelude&rdquo;, Sun&#39;s OSGi-based Java EE 6 server, the use of OSGi across the enterprise has grown to encompass almost all of the back-end servers. A recent press release by the OSGi alliance listed the vendors and the technology that uses OSGi:</li>
<li><a href="http://www.infoq.com/presentations/torgersen-behind-linq-and-beyond">InfoQ: Behind LINQ &#8211; And Beyond</a> &#8211; In this presentation from the JVM Languages Summit 2008, Mads Torgersen discusses LINQ, declarative programming and metaprogramming in C#, examples of LINQ syntax and usage, lazy evaluation of LINQ queries, extension methods, lambda expressions, LINQ-to-SQL, LINQ expressions and metaprogramming, expression trees, how the .Net Dynamic Language Runtime (DLR) works, PLINQ, and the future of the DLR</li>
<li><a href="http://www.infoq.com/news/2008/11/mebas">InfoQ: The Architecture of Multi-Enterprise Business Applications</a> &#8211; Jack Greenfield and Wade Wegner introduced the concept of Multi-Enterprise Business Applications (MEBAs) at the PDC last week. MEBAs are business applications that leverage the Cloud to enable multiple partners to work together as part as common business processes.</li>
</ul>
<p><br/><br/><a href="http://www.j2eegeek.com/blog/2008/11/18/daily-delicious-for-november-14th-through-november-18th/">Daily del.icio.us for November 14th through November 18th</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.j2eegeek.com/blog/2008/11/18/daily-delicious-for-november-14th-through-november-18th/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

