<?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>hasCode.com</title>
	<atom:link href="http://www.hascode.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.hascode.com</link>
	<description>micha kops&#039; playground</description>
	<lastBuildDate>Sun, 05 Feb 2012 18:35:54 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.5</generator>
		<item>
		<title>JPA Persistence and Lucene Indexing combined in Hibernate Search</title>
		<link>http://www.hascode.com/2012/02/jpa-persistence-and-lucene-indexing-combined-in-hibernate-search/</link>
		<comments>http://www.hascode.com/2012/02/jpa-persistence-and-lucene-indexing-combined-in-hibernate-search/#comments</comments>
		<pubDate>Sun, 05 Feb 2012 12:54:20 +0000</pubDate>
		<dc:creator>micha kops</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[annotation]]></category>
		<category><![CDATA[hibernate]]></category>
		<category><![CDATA[index]]></category>
		<category><![CDATA[jpa]]></category>
		<category><![CDATA[lucene]]></category>
		<category><![CDATA[orm]]></category>
		<category><![CDATA[persistence]]></category>
		<category><![CDATA[query]]></category>
		<category><![CDATA[term]]></category>

		<guid isPermaLink="false">http://www.hascode.com/?p=847</guid>
		<description><![CDATA[Often we&#8217;re writing an application that has to handle entities that &#8211; on the one side need to be persisted in a relational database using standards like the Java Persistence API (JPA) and using frameworks like Hibernate ORM or EclipseLink. On the other side those entities and their fields are often stored in a highspeed [...]]]></description>
		<wfw:commentRss>http://www.hascode.com/2012/02/jpa-persistence-and-lucene-indexing-combined-in-hibernate-search/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Neo4j Graph Database Tutorial: How to build a Route Planner and other Examples</title>
		<link>http://www.hascode.com/2012/01/neo4j-graph-database-tutorial-how-to-build-a-route-planner-and-other-examples/</link>
		<comments>http://www.hascode.com/2012/01/neo4j-graph-database-tutorial-how-to-build-a-route-planner-and-other-examples/#comments</comments>
		<pubDate>Fri, 20 Jan 2012 20:09:04 +0000</pubDate>
		<dc:creator>micha kops</dc:creator>
				<category><![CDATA[Enterprise]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Algorithm]]></category>
		<category><![CDATA[dijkstra]]></category>
		<category><![CDATA[graph]]></category>
		<category><![CDATA[graph editor]]></category>
		<category><![CDATA[indexer]]></category>
		<category><![CDATA[lucene]]></category>
		<category><![CDATA[neo4j]]></category>
		<category><![CDATA[node]]></category>
		<category><![CDATA[route]]></category>

		<guid isPermaLink="false">http://www.hascode.com/?p=839</guid>
		<description><![CDATA[Often in the life of developer&#8217;s life there is a scenario where using a relational database tends to get complicated or sometimes even slow &#8211; especially when there are fragments with multiple relationships or multiple connections present. This often leads to complex database queries or desperate software engineers trying to handle those problems with their [...]]]></description>
		<wfw:commentRss>http://www.hascode.com/2012/01/neo4j-graph-database-tutorial-how-to-build-a-route-planner-and-other-examples/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Create Mobile Websites using Java Server Faces and PrimeFaces Mobile</title>
		<link>http://www.hascode.com/2012/01/create-mobile-websites-using-java-server-faces-and-primefaces-mobile/</link>
		<comments>http://www.hascode.com/2012/01/create-mobile-websites-using-java-server-faces-and-primefaces-mobile/#comments</comments>
		<pubDate>Sun, 08 Jan 2012 19:03:53 +0000</pubDate>
		<dc:creator>micha kops</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[facelet]]></category>
		<category><![CDATA[facet]]></category>
		<category><![CDATA[java server faces]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[jsf]]></category>
		<category><![CDATA[maven]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[primefaces]]></category>
		<category><![CDATA[tomcat]]></category>

		<guid isPermaLink="false">http://www.hascode.com/?p=833</guid>
		<description><![CDATA[The more smartphones and tablets are sold the bigger the need for a mobile version of a modern website. PrimeFaces Mobile helps us developers here  and allows us to quickly create mobile websites that display well on an iPhone, Android, Palm, Blackberry, Windows Mobile and others. In the following tutorial we&#8217;re going to create a [...]]]></description>
		<wfw:commentRss>http://www.hascode.com/2012/01/create-mobile-websites-using-java-server-faces-and-primefaces-mobile/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Writing Styles and Themes on Android</title>
		<link>http://www.hascode.com/2011/12/writing-styles-and-themes-on-android/</link>
		<comments>http://www.hascode.com/2011/12/writing-styles-and-themes-on-android/#comments</comments>
		<pubDate>Sat, 03 Dec 2011 17:12:25 +0000</pubDate>
		<dc:creator>micha kops</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[style]]></category>
		<category><![CDATA[theme]]></category>
		<category><![CDATA[ui]]></category>

		<guid isPermaLink="false">http://www.hascode.com/?p=827</guid>
		<description><![CDATA[Using reusable styles and themes to modify an Android application&#8217;s look is really easy and helps to not violate thy DRY (don&#8217;t repeat yourself) principle by typing styles in every single UI element again and again. In the following tutorial we&#8217;re going to write and apply some simple styles and a finally theme to a [...]]]></description>
		<wfw:commentRss>http://www.hascode.com/2011/12/writing-styles-and-themes-on-android/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Managing Background Tasks on Android using the Alarm Manager</title>
		<link>http://www.hascode.com/2011/11/managing-background-tasks-on-android-using-the-alarm-manager/</link>
		<comments>http://www.hascode.com/2011/11/managing-background-tasks-on-android-using-the-alarm-manager/#comments</comments>
		<pubDate>Sun, 27 Nov 2011 19:34:25 +0000</pubDate>
		<dc:creator>micha kops</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[alarm]]></category>
		<category><![CDATA[background-task]]></category>
		<category><![CDATA[broadcast]]></category>
		<category><![CDATA[service]]></category>

		<guid isPermaLink="false">http://www.hascode.com/?p=825</guid>
		<description><![CDATA[In today&#8217;s tutorial we&#8217;re going to take a look on how to handle periodically scheduled tasks on our Android device by using BroadcastReceivers, Services and the AlarmManager. Prerequisites The following environment is needed to follow this tutorial &#8230; Java Development Kit 6 Android SDK An AVM with at least Android 2.2 / API Version 8 [...]]]></description>
		<wfw:commentRss>http://www.hascode.com/2011/11/managing-background-tasks-on-android-using-the-alarm-manager/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Finding Memory Leaks using Eclipse and the MemoryAnalyzer Plugin</title>
		<link>http://www.hascode.com/2011/11/finding-memory-leaks-using-eclipse-and-the-memoryanalyzer-plugin/</link>
		<comments>http://www.hascode.com/2011/11/finding-memory-leaks-using-eclipse-and-the-memoryanalyzer-plugin/#comments</comments>
		<pubDate>Wed, 02 Nov 2011 20:49:17 +0000</pubDate>
		<dc:creator>micha kops</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[analyzer]]></category>
		<category><![CDATA[dump]]></category>
		<category><![CDATA[eclipse]]></category>
		<category><![CDATA[heap]]></category>
		<category><![CDATA[hprof]]></category>
		<category><![CDATA[jmap]]></category>
		<category><![CDATA[jps]]></category>
		<category><![CDATA[jvm]]></category>
		<category><![CDATA[memory]]></category>
		<category><![CDATA[virtual machine]]></category>

		<guid isPermaLink="false">http://www.hascode.com/?p=812</guid>
		<description><![CDATA[The MemoryAnalyzer Plugin for Eclipse allows us to quickly analyze heap dumps from a virtual machine and search for memory leaks. In the following tutorial we&#8217;re going to create and run a small application that is going to cause an OutOfMemoryException during its runtime. In addition, we&#8217;re forcing the virtual machine to save a heap [...]]]></description>
		<wfw:commentRss>http://www.hascode.com/2011/11/finding-memory-leaks-using-eclipse-and-the-memoryanalyzer-plugin/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Testing RESTful Web Services made easy using the REST-assured Framework</title>
		<link>http://www.hascode.com/2011/10/testing-restful-web-services-made-easy-using-the-rest-assured-framework/</link>
		<comments>http://www.hascode.com/2011/10/testing-restful-web-services-made-easy-using-the-rest-assured-framework/#comments</comments>
		<pubDate>Sun, 23 Oct 2011 16:59:45 +0000</pubDate>
		<dc:creator>micha kops</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Web Services]]></category>
		<category><![CDATA[groovy]]></category>
		<category><![CDATA[jaxb]]></category>
		<category><![CDATA[jaxrs]]></category>
		<category><![CDATA[jersey]]></category>
		<category><![CDATA[rest]]></category>
		<category><![CDATA[rest-assured]]></category>
		<category><![CDATA[webservice]]></category>
		<category><![CDATA[ws]]></category>

		<guid isPermaLink="false">http://www.hascode.com/?p=781</guid>
		<description><![CDATA[There are many frameworks out there to facilitate testing RESTful webservices but there is one framework I&#8217;d like to acquaint you with my favourite framework named REST-assured. REST-assured offers a bunch of nice features like a DSL-like syntax, XPath-Validation, Specification Reuse, easy file uploads and those features we&#8217;re going to explore in the following article. [...]]]></description>
		<wfw:commentRss>http://www.hascode.com/2011/10/testing-restful-web-services-made-easy-using-the-rest-assured-framework/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Maven Tomcat Plugin: Adding Authentication to an Embedded Tomcat</title>
		<link>http://www.hascode.com/2011/10/maven-tomcat-plugin-adding-authentication-to-an-embedded-tomcat/</link>
		<comments>http://www.hascode.com/2011/10/maven-tomcat-plugin-adding-authentication-to-an-embedded-tomcat/#comments</comments>
		<pubDate>Wed, 12 Oct 2011 19:21:29 +0000</pubDate>
		<dc:creator>micha kops</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[authentication]]></category>
		<category><![CDATA[basic-auth]]></category>
		<category><![CDATA[maven]]></category>
		<category><![CDATA[realm]]></category>
		<category><![CDATA[servlet]]></category>
		<category><![CDATA[tomcat]]></category>

		<guid isPermaLink="false">http://www.hascode.com/?p=807</guid>
		<description><![CDATA[The Tomcat Maven Plugin not only allows us to deploy our mavenized application to an existing Tomcat server but also to run our web application with an embedded instance from our project&#8217;s directory. Recently I needed to add basic authentication to such an instance and wanted to share the steps necessary here Prerequisites We just [...]]]></description>
		<wfw:commentRss>http://www.hascode.com/2011/10/maven-tomcat-plugin-adding-authentication-to-an-embedded-tomcat/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Android Widget Tutorial: Creating a screen-lock Widget in a few steps</title>
		<link>http://www.hascode.com/2011/10/android-widget-tutorial-creating-a-screen-lock-widget-in-a-few-steps/</link>
		<comments>http://www.hascode.com/2011/10/android-widget-tutorial-creating-a-screen-lock-widget-in-a-few-steps/#comments</comments>
		<pubDate>Thu, 06 Oct 2011 18:53:44 +0000</pubDate>
		<dc:creator>micha kops</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[adb]]></category>
		<category><![CDATA[appwidgetprovider]]></category>
		<category><![CDATA[intent]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[service]]></category>
		<category><![CDATA[smartphone]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[widget]]></category>

		<guid isPermaLink="false">http://www.hascode.com/?p=785</guid>
		<description><![CDATA[In today&#8217;s Android tutorial we&#8217;re going to take a look at Android&#8217;s Widget API and how to make a widget interact with a service using intents. We&#8217;re going to create a fully functional application that allows us to enable or disable our smartphone&#8217;s screen lock settings using a widget that can be placed on our  [...]]]></description>
		<wfw:commentRss>http://www.hascode.com/2011/10/android-widget-tutorial-creating-a-screen-lock-widget-in-a-few-steps/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Java EE 6 Development using the Maven Embedded GlassFish Plugin</title>
		<link>http://www.hascode.com/2011/09/java-ee-6-development-using-the-maven-embedded-glassfish-plugin/</link>
		<comments>http://www.hascode.com/2011/09/java-ee-6-development-using-the-maven-embedded-glassfish-plugin/#comments</comments>
		<pubDate>Tue, 20 Sep 2011 19:32:59 +0000</pubDate>
		<dc:creator>micha kops</dc:creator>
				<category><![CDATA[Enterprise]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[deployment]]></category>
		<category><![CDATA[ejb]]></category>
		<category><![CDATA[embedded]]></category>
		<category><![CDATA[glassfish]]></category>
		<category><![CDATA[javaee]]></category>
		<category><![CDATA[jee]]></category>
		<category><![CDATA[maven]]></category>
		<category><![CDATA[servlet]]></category>

		<guid isPermaLink="false">http://www.hascode.com/?p=773</guid>
		<description><![CDATA[Today we&#8217;re going to take a look at the Maven Embedded GlassFish Plugin and how it allows us quick creation of GlassFish server instances in no time and Java EE 6 application deployment. With a few lines of configuration in your Maven&#8217;s pom.xml we&#8217;ve got a running GlassFish instance and are able to  redeploy our [...]]]></description>
		<wfw:commentRss>http://www.hascode.com/2011/09/java-ee-6-development-using-the-maven-embedded-glassfish-plugin/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced (User agent is rejected)
Database Caching 4/45 queries in 0.085 seconds using disk: basic
Object Caching 804/896 objects using disk: basic

Served from: www.hascode.com @ 2012-02-07 01:20:20 -->
