<?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>solutionsfit.com &#124; Jacob Orshalick &#187; Java</title>
	<atom:link href="http://solutionsfit.com/blog/category/java/feed/" rel="self" type="application/rss+xml" />
	<link>http://solutionsfit.com/blog</link>
	<description>Blog by a developer for a developer</description>
	<lastBuildDate>Fri, 14 Oct 2011 14:07:53 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.4</generator>
		<item>
		<title>Java and Rails integration with JAX-RS and ActiveResource</title>
		<link>http://solutionsfit.com/blog/2011/09/25/java-2-rails-with-jax-rs-and-activeresource/</link>
		<comments>http://solutionsfit.com/blog/2011/09/25/java-2-rails-with-jax-rs-and-activeresource/#comments</comments>
		<pubDate>Sun, 25 Sep 2011 18:58:48 +0000</pubDate>
		<dc:creator>jacob.orshalick</dc:creator>
				<category><![CDATA[JAX-RS]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[REST]]></category>
		<category><![CDATA[Rails]]></category>

		<guid isPermaLink="false">http://solutionsfit.com/blog/?p=446</guid>
		<description><![CDATA[ActiveResource makes it easy to integrate Rails applications through RESTful services, but what if the resource is being produced by a Java application. JAX-RS is the best bet for writing these resources and with a few tricks we can get a service to conform to the requirements of an ActiveResource service. Read on to see [...]]]></description>
		<wfw:commentRss>http://solutionsfit.com/blog/2011/09/25/java-2-rails-with-jax-rs-and-activeresource/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>JBoss Seam: Agile RIA Development Framework</title>
		<link>http://solutionsfit.com/blog/2010/05/11/jboss-seam-agile-ria-development-framework/</link>
		<comments>http://solutionsfit.com/blog/2010/05/11/jboss-seam-agile-ria-development-framework/#comments</comments>
		<pubDate>Tue, 11 May 2010 12:54:42 +0000</pubDate>
		<dc:creator>jacob.orshalick</dc:creator>
				<category><![CDATA[Agile]]></category>
		<category><![CDATA[JBoss Seam]]></category>

		<guid isPermaLink="false">http://solutionsfit.com/blog/?p=270</guid>
		<description><![CDATA[JBoss just published a white paper that describes how Seam enables rapid development of RIAs by eliminating technology hurdles and placing developer focus back on solving business problems. Specific enterprise use cases demonstrate how increasingly complex features can rapidly be introduced into a software product with Seam in an iterative fashion. The white paper is [...]]]></description>
		<wfw:commentRss>http://solutionsfit.com/blog/2010/05/11/jboss-seam-agile-ria-development-framework/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Enterprise Mashups with RESTful Web Services and jQuery (Part 2)</title>
		<link>http://solutionsfit.com/blog/2010/04/26/enterprise-mashups-with-restful-web-services-and-jquery-part-2/</link>
		<comments>http://solutionsfit.com/blog/2010/04/26/enterprise-mashups-with-restful-web-services-and-jquery-part-2/#comments</comments>
		<pubDate>Mon, 26 Apr 2010 11:00:00 +0000</pubDate>
		<dc:creator>jacob.orshalick</dc:creator>
				<category><![CDATA[JAX-RS]]></category>
		<category><![CDATA[JBoss Negotiation]]></category>
		<category><![CDATA[REST]]></category>
		<category><![CDATA[RESTEasy]]></category>
		<category><![CDATA[jQuery]]></category>

		<guid isPermaLink="false">http://solutionsfit.com/blog/?p=188</guid>
		<description><![CDATA[RESTful web services and jQuery make it easy to create an enterprise mashup. This 2 part article discusses how to create a simple enterprise mashup using jQuery. Part 1 introduced the basic requirements of your enterprise services, the simplicity of JSON, and how to consume your RESTful web services using jQuery. Part 2 covers consuming [...]]]></description>
		<wfw:commentRss>http://solutionsfit.com/blog/2010/04/26/enterprise-mashups-with-restful-web-services-and-jquery-part-2/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Enterprise Mashups with RESTful Web Services and jQuery (Part 1)</title>
		<link>http://solutionsfit.com/blog/2010/04/21/enterprise-mashups-with-restful-web-services-and-jquery-part-1/</link>
		<comments>http://solutionsfit.com/blog/2010/04/21/enterprise-mashups-with-restful-web-services-and-jquery-part-1/#comments</comments>
		<pubDate>Wed, 21 Apr 2010 10:57:58 +0000</pubDate>
		<dc:creator>jacob.orshalick</dc:creator>
				<category><![CDATA[JAX-RS]]></category>
		<category><![CDATA[JBoss Seam]]></category>
		<category><![CDATA[REST]]></category>
		<category><![CDATA[RESTEasy]]></category>
		<category><![CDATA[jQuery]]></category>

		<guid isPermaLink="false">http://solutionsfit.com/blog/?p=172</guid>
		<description><![CDATA[RESTful web services and jQuery make it easy to create an enterprise mashup. This 2 part article discusses how to create a simple enterprise mashup using jQuery. Part 1 introduces what is required of your enterprise services, the simplicity of JSON, and how to consume your RESTful web services using jQuery. Part 2 will cover [...]]]></description>
		<wfw:commentRss>http://solutionsfit.com/blog/2010/04/21/enterprise-mashups-with-restful-web-services-and-jquery-part-1/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Serving up JSONP from your JAX-RS Web Services</title>
		<link>http://solutionsfit.com/blog/2010/04/18/serving-up-jsonp-from-your-jax-rs-web-services/</link>
		<comments>http://solutionsfit.com/blog/2010/04/18/serving-up-jsonp-from-your-jax-rs-web-services/#comments</comments>
		<pubDate>Sun, 18 Apr 2010 10:07:58 +0000</pubDate>
		<dc:creator>jacob.orshalick</dc:creator>
				<category><![CDATA[JAX-RS]]></category>
		<category><![CDATA[JBoss Seam]]></category>
		<category><![CDATA[REST]]></category>
		<category><![CDATA[RESTEasy]]></category>

		<guid isPermaLink="false">http://solutionsfit.com/blog/?p=126</guid>
		<description><![CDATA[If you are developing RESTful services that will be consumed by AJAX clients on different servers, you will likely need to support JSONP. JSONP allows your RESTful web services to support cross-domain communication by enabling your clients to bypass the same-origin policy browser restriction. While some JAX-RS implementations support JSONP, this article demonstrates how any [...]]]></description>
		<wfw:commentRss>http://solutionsfit.com/blog/2010/04/18/serving-up-jsonp-from-your-jax-rs-web-services/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Tuning Queries when using Pagination with JPA and Hibernate</title>
		<link>http://solutionsfit.com/blog/2010/03/12/tuning-queries-when-using-pagination-with-jpa-and-hibernate/</link>
		<comments>http://solutionsfit.com/blog/2010/03/12/tuning-queries-when-using-pagination-with-jpa-and-hibernate/#comments</comments>
		<pubDate>Fri, 12 Mar 2010 18:13:58 +0000</pubDate>
		<dc:creator>jacob.orshalick</dc:creator>
				<category><![CDATA[Hibernate]]></category>
		<category><![CDATA[JPA]]></category>
		<category><![CDATA[Java]]></category>

		<guid isPermaLink="false">http://solutionsfit.com/blog/2010/03/12/tuning-queries-when-using-pagination-with-jpa-and-hibernate/</guid>
		<description><![CDATA[In recent performance tuning of some EJBQL search queries, I&#8217;ve had a lot of discussions with other developers on database pagination. There are some definite nuances that you have to be aware of when using Hibernate&#8217;s pagination feature, so I thought I would explain them here. Quick Introduction to Database Pagination with JPA Database pagination [...]]]></description>
		<wfw:commentRss>http://solutionsfit.com/blog/2010/03/12/tuning-queries-when-using-pagination-with-jpa-and-hibernate/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Second-level caching: Still an effective performance tuning technique</title>
		<link>http://solutionsfit.com/blog/2009/04/06/second-level-caching-still-an-effective-performance-tuning-technique/</link>
		<comments>http://solutionsfit.com/blog/2009/04/06/second-level-caching-still-an-effective-performance-tuning-technique/#comments</comments>
		<pubDate>Mon, 06 Apr 2009 21:33:20 +0000</pubDate>
		<dc:creator>jacob.orshalick</dc:creator>
				<category><![CDATA[JBoss Seam]]></category>

		<guid isPermaLink="false">http://solutionsfit.com/blog/2009/04/06/second-level-caching-still-an-effective-performance-tuning-technique/</guid>
		<description><![CDATA[I keep reading discussions regarding the performance of Seam applications. These discussions are generally centered around the performance overhead of the interception techniques used by Seam. While this is definitely a valid issue in certain scenarios, see this excellent forum discussion started by Tobias Hill, many tend to blame Seam too quickly for their performance [...]]]></description>
		<wfw:commentRss>http://solutionsfit.com/blog/2009/04/06/second-level-caching-still-an-effective-performance-tuning-technique/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>Seam Framework promotion at JavaRanch</title>
		<link>http://solutionsfit.com/blog/2009/03/31/seam-framework-promotion-at-javaranch/</link>
		<comments>http://solutionsfit.com/blog/2009/03/31/seam-framework-promotion-at-javaranch/#comments</comments>
		<pubDate>Tue, 31 Mar 2009 17:17:01 +0000</pubDate>
		<dc:creator>jacob.orshalick</dc:creator>
				<category><![CDATA[JBoss Seam]]></category>

		<guid isPermaLink="false">http://solutionsfit.com/blog/2009/03/31/seam-framework-promotion-at-javaranch/</guid>
		<description><![CDATA[Michael Yuan and I will be answering questions about the book and Seam in general at JavaRanch this week in the JBoss forum.  If you would like to ask us a question feel free to stop by!  They will be selecting four random posters in the forum to win a free copy of the book [...]]]></description>
		<wfw:commentRss>http://solutionsfit.com/blog/2009/03/31/seam-framework-promotion-at-javaranch/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Seam UI Refcard Released</title>
		<link>http://solutionsfit.com/blog/2009/02/23/seam-ui-refcard-released/</link>
		<comments>http://solutionsfit.com/blog/2009/02/23/seam-ui-refcard-released/#comments</comments>
		<pubDate>Mon, 23 Feb 2009 14:00:26 +0000</pubDate>
		<dc:creator>jacob.orshalick</dc:creator>
				<category><![CDATA[JBoss Seam]]></category>
		<category><![CDATA[JBoss Seam 2E News]]></category>

		<guid isPermaLink="false">http://solutionsfit.com/blog/2009/02/23/seam-ui-refcard-released/</guid>
		<description><![CDATA[As a follow-up to the Core Seam Refcard, DZone has now released my companion reference for using Seam with JSF. The Seam UI Refcard has now been released through the DZone Refcardz site and includes: Simplifying JSF Page Navigation JSF Component Annotations JSF Component Tags Hot Tips and more&#8230; So download the Seam UI Refcard [...]]]></description>
		<wfw:commentRss>http://solutionsfit.com/blog/2009/02/23/seam-ui-refcard-released/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Seam Framework: Available in Paperback</title>
		<link>http://solutionsfit.com/blog/2009/02/19/seam-framework-available-in-paperback/</link>
		<comments>http://solutionsfit.com/blog/2009/02/19/seam-framework-available-in-paperback/#comments</comments>
		<pubDate>Thu, 19 Feb 2009 17:05:53 +0000</pubDate>
		<dc:creator>jacob.orshalick</dc:creator>
				<category><![CDATA[JBoss Seam]]></category>
		<category><![CDATA[JBoss Seam 2E News]]></category>

		<guid isPermaLink="false">http://solutionsfit.com/blog/2009/02/19/seam-framework-available-in-paperback/</guid>
		<description><![CDATA[I just got my hands on a hard copy of my book, Seam Framework: Experience the Evolution of Java EE. For those who have been awaiting the paperback release, you can order your copy today from Amazon or Barnes and Noble. The book is the second edition of the best-selling JBoss Seam covering the latest [...]]]></description>
		<wfw:commentRss>http://solutionsfit.com/blog/2009/02/19/seam-framework-available-in-paperback/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

