<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Blog Me Up &#187; Java</title>
	<atom:link href="http://bodez.wordpress.com/category/java/feed/" rel="self" type="application/rss+xml" />
	<link>http://bodez.wordpress.com</link>
	<description>Bug or feature? ......Uhm... Let me think about it...</description>
	<lastBuildDate>Fri, 06 Nov 2009 19:01:04 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='bodez.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/4ee7d6cd6edbc9bc21f94fb3d006a5d1?s=96&#038;d=http://s.wordpress.com/i/buttonw-com.png</url>
		<title>Blog Me Up &#187; Java</title>
		<link>http://bodez.wordpress.com</link>
	</image>
			<item>
		<title>Struts2 Static Content</title>
		<link>http://bodez.wordpress.com/2009/11/06/struts2-static-content/</link>
		<comments>http://bodez.wordpress.com/2009/11/06/struts2-static-content/#comments</comments>
		<pubDate>Fri, 06 Nov 2009 19:00:21 +0000</pubDate>
		<dc:creator>Beppe Catanese</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Open Source]]></category>

		<guid isPermaLink="false">http://bodez.wordpress.com/?p=315</guid>
		<description><![CDATA[In the Apache Struts2 Documentation Performance Tuning page one of the recommended tips for improving the performance of the framework is to avoid Struts serving the static content.
Struts tags and themes include a set of static resources &#8211; javascript libraries, CSS, Freemarker templates &#8211; which are included inside the Struts jar file. The framework, via [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bodez.wordpress.com&blog=2979387&post=315&subd=bodez&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://bodez.wordpress.com/2009/11/06/struts2-static-content/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">Beps</media:title>
		</media:content>
	</item>
		<item>
		<title>Using FreeMarker in a JSP taglib</title>
		<link>http://bodez.wordpress.com/2009/09/06/using-freemarker-in-a-jsp-taglib/</link>
		<comments>http://bodez.wordpress.com/2009/09/06/using-freemarker-in-a-jsp-taglib/#comments</comments>
		<pubDate>Sun, 06 Sep 2009 18:34:40 +0000</pubDate>
		<dc:creator>Beppe Catanese</dc:creator>
				<category><![CDATA[Java]]></category>

		<guid isPermaLink="false">http://bodez.wordpress.com/?p=295</guid>
		<description><![CDATA[Simple steps to create a JSP taglib which (internally) uses the FreeMarker engine for generating the output .
The JSP taglib is responsible for defining the name, attributes and behavior of the tag whilst the generation of the output (i.e. html code, predefined text template) is delegated to the FreeMarker engine.
This technique brings various advantages such [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bodez.wordpress.com&blog=2979387&post=295&subd=bodez&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://bodez.wordpress.com/2009/09/06/using-freemarker-in-a-jsp-taglib/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">Beps</media:title>
		</media:content>
	</item>
		<item>
		<title>Customising Struts2 JSP tags</title>
		<link>http://bodez.wordpress.com/2009/03/13/customising-struts2-jsp-tags/</link>
		<comments>http://bodez.wordpress.com/2009/03/13/customising-struts2-jsp-tags/#comments</comments>
		<pubDate>Fri, 13 Mar 2009 09:31:40 +0000</pubDate>
		<dc:creator>Beppe Catanese</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Web 2.0]]></category>

		<guid isPermaLink="false">http://bodez.wordpress.com/?p=229</guid>
		<description><![CDATA[Here is a possible way to customise the JSP taglib provided by the Struts2 framework.
The topics covered in this post are:

add a custom attribute to a given tag (e.g. TextField)
customise the Freemarker template to modify the generated HTML code
define new themes and templates
generate the new TLD for the customised version of the taglib
deploy it in [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bodez.wordpress.com&blog=2979387&post=229&subd=bodez&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://bodez.wordpress.com/2009/03/13/customising-struts2-jsp-tags/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">Beps</media:title>
		</media:content>

		<media:content url="http://bodez.files.wordpress.com/2009/03/boxes2.jpg" medium="image">
			<media:title type="html">Struts2 UI layer</media:title>
		</media:content>
	</item>
		<item>
		<title>Creating a Maven archetype (Struts2/Spring based web application)</title>
		<link>http://bodez.wordpress.com/2009/02/18/creating-a-maven-archetype-struts2spring-based-web-application/</link>
		<comments>http://bodez.wordpress.com/2009/02/18/creating-a-maven-archetype-struts2spring-based-web-application/#comments</comments>
		<pubDate>Wed, 18 Feb 2009 16:37:12 +0000</pubDate>
		<dc:creator>Beppe Catanese</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Maven]]></category>

		<guid isPermaLink="false">http://bodez.wordpress.com/?p=186</guid>
		<description><![CDATA[An archetype in Maven is a template (predefined package structure, resources, configuration files, source files, etc&#8230;) which can be used to start the development of a new application.
Amongst various benefits I like the possibility to provide the developers with a set of resources and classes (implementations!) which are going to be needed in the new [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bodez.wordpress.com&blog=2979387&post=186&subd=bodez&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://bodez.wordpress.com/2009/02/18/creating-a-maven-archetype-struts2spring-based-web-application/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">Beps</media:title>
		</media:content>
	</item>
		<item>
		<title>XWiki &#8211; User Authentication with Oracle SSO</title>
		<link>http://bodez.wordpress.com/2008/10/15/xwiki-user-authentication-with-oracle-sso/</link>
		<comments>http://bodez.wordpress.com/2008/10/15/xwiki-user-authentication-with-oracle-sso/#comments</comments>
		<pubDate>Wed, 15 Oct 2008 20:56:50 +0000</pubDate>
		<dc:creator>Beppe Catanese</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[SSO]]></category>

		<guid isPermaLink="false">http://bodez.wordpress.com/?p=130</guid>
		<description><![CDATA[XWiki is a popular Java-based wiki software offering a good variety of features and plugins. It is pretty advanced, therefore ideal for any enterprise requiring a content management tool which is flexible, professional and free  
Installation and configuration come in different flavors, starting with the standalone distribution (Jetty container on HSQLDB db), by far [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bodez.wordpress.com&blog=2979387&post=130&subd=bodez&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://bodez.wordpress.com/2008/10/15/xwiki-user-authentication-with-oracle-sso/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">Beps</media:title>
		</media:content>
	</item>
		<item>
		<title>Spring in Action</title>
		<link>http://bodez.wordpress.com/2008/08/27/spring-in-action/</link>
		<comments>http://bodez.wordpress.com/2008/08/27/spring-in-action/#comments</comments>
		<pubDate>Wed, 27 Aug 2008 21:49:01 +0000</pubDate>
		<dc:creator>Beppe Catanese</dc:creator>
				<category><![CDATA[J2EE]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Open Source]]></category>

		<guid isPermaLink="false">http://bodez.wordpress.com/?p=77</guid>
		<description><![CDATA[
For anybody who is looking to start with the Spring Framework I definitely recommend the &#8220;Spring in Action&#8221; book. While you find loads of resources on the Web (aka lots of time to be invested) the book has indeed  the approach you need if you are a beginner.
The reader is accompanied through the different [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bodez.wordpress.com&blog=2979387&post=77&subd=bodez&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://bodez.wordpress.com/2008/08/27/spring-in-action/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">Beps</media:title>
		</media:content>

		<media:content url="http://bodez.files.wordpress.com/2008/08/walls2_cover1501.jpg" medium="image" />
	</item>
		<item>
		<title>Building XML Web Services with Java: Hands-On</title>
		<link>http://bodez.wordpress.com/2008/07/29/building-xml-web-services-with-java-hands-on/</link>
		<comments>http://bodez.wordpress.com/2008/07/29/building-xml-web-services-with-java-hands-on/#comments</comments>
		<pubDate>Tue, 29 Jul 2008 15:17:58 +0000</pubDate>
		<dc:creator>Beppe Catanese</dc:creator>
				<category><![CDATA[J2EE]]></category>
		<category><![CDATA[Java]]></category>

		<guid isPermaLink="false">http://bodez.wordpress.com/?p=45</guid>
		<description><![CDATA[Few weeks ago I attended the &#8220;Building XML Web Services with Java: Hands-On&#8221; training course offered by LearningTree International.





Aside the excellent central location in London and the nice facilities (canteen, coffee corners, Internet access, lab) available to the students I really have to say it is a very good training which I would definitely recommend [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bodez.wordpress.com&blog=2979387&post=45&subd=bodez&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://bodez.wordpress.com/2008/07/29/building-xml-web-services-with-java-hands-on/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">Beps</media:title>
		</media:content>

		<media:content url="http://bodez.files.wordpress.com/2008/07/it-training1.gif?w=148" medium="image">
			<media:title type="html">LearningTree</media:title>
		</media:content>
	</item>
		<item>
		<title>JUnit JNDI DataSource helper package</title>
		<link>http://bodez.wordpress.com/2008/07/06/junit-jndi-datasource-helper/</link>
		<comments>http://bodez.wordpress.com/2008/07/06/junit-jndi-datasource-helper/#comments</comments>
		<pubDate>Sun, 06 Jul 2008 15:09:41 +0000</pubDate>
		<dc:creator>Beppe Catanese</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Junit]]></category>
		<category><![CDATA[Open Source]]></category>

		<guid isPermaLink="false">http://bodez.wordpress.com/?p=43</guid>
		<description><![CDATA[&#8220;jrunittesthelper&#8221; is a library offered by JavaRanch Codebarn which can be used to simulate a JNDI lookup for database connections. It comes really handy for Junit test cases written to test production code which would typically require a JNDI lookup in order to instantiate the JDBC datasource.
Installation and Configuration
Download the zip file from JavaRanch Codebarn
Include [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bodez.wordpress.com&blog=2979387&post=43&subd=bodez&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://bodez.wordpress.com/2008/07/06/junit-jndi-datasource-helper/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">Beps</media:title>
		</media:content>
	</item>
		<item>
		<title>Maven Tips &amp; Tricks &#8211; Extension</title>
		<link>http://bodez.wordpress.com/2008/06/11/maven-tips-tricks-extension/</link>
		<comments>http://bodez.wordpress.com/2008/06/11/maven-tips-tricks-extension/#comments</comments>
		<pubDate>Wed, 11 Jun 2008 21:10:15 +0000</pubDate>
		<dc:creator>Beppe Catanese</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Maven]]></category>
		<category><![CDATA[Open Source]]></category>

		<guid isPermaLink="false">http://bodez.wordpress.com/?p=40</guid>
		<description><![CDATA[Just added 3 more topics. Check it out: Maven Tips &#38; Tricks.
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bodez.wordpress.com&blog=2979387&post=40&subd=bodez&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://bodez.wordpress.com/2008/06/11/maven-tips-tricks-extension/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">Beps</media:title>
		</media:content>
	</item>
		<item>
		<title>Maven Tips &amp; Tricks &#8211; Part 1</title>
		<link>http://bodez.wordpress.com/2008/05/25/maven-tips-tricks-part-1/</link>
		<comments>http://bodez.wordpress.com/2008/05/25/maven-tips-tricks-part-1/#comments</comments>
		<pubDate>Sun, 25 May 2008 10:43:49 +0000</pubDate>
		<dc:creator>Beppe Catanese</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Maven]]></category>
		<category><![CDATA[Open Source]]></category>

		<guid isPermaLink="false">http://bodez.wordpress.com/?p=34</guid>
		<description><![CDATA[Check this out: Maven Tips &#38; Tricks.
It is my collection of tips, notes, workarounds and good practices about using Maven 2 and some of its plug-ins. Hopefully a good way to start with the tool and get around some of the initial effort required by the configuration of the POM, plug-ins and various settings.
This is [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bodez.wordpress.com&blog=2979387&post=34&subd=bodez&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://bodez.wordpress.com/2008/05/25/maven-tips-tricks-part-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">Beps</media:title>
		</media:content>
	</item>
	</channel>
</rss>