<?xml version="1.0" encoding="UTF-8"?><rss version="0.92">
<channel>
	<title>Developer notes</title>
	<link>http://www.mydevnotes.net</link>
	<description>3 developers 3 cities 1 blog</description>
	<lastBuildDate>Fri, 23 Apr 2010 20:51:32 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	<!-- generator="WordPress/3.0.1" -->

	<item>
		<title>Business Objects Data Integrator (BODI)</title>
		<description><![CDATA[This is a tool to do data extraction. The term is well known as ETL, Extraction, Transform and Load. I would say that is very easy to use; its proprietary script language is very basic and since it is mostly 5GL a lot of &#8220;coding&#8221; is just assembling (drag&#38;drop and connecting)  some predefined objects. I also had some experience [...]]]></description>
		<link>http://www.mydevnotes.net/?p=152</link>
			</item>
	<item>
		<title>Effective Java (notes) &#8211; Creating and destroying objects</title>
		<description><![CDATA[Item 1. Consider static factory methods instead of constructors. Advantages: One advantage of static factory methods is that, unlike constructors, they have names. They are not required to create new objects each time they are invoked. This allows immutable classes to use preconstructed instances, or to cache instances as they are constructed. Help to increase performance. Another [...]]]></description>
		<link>http://www.mydevnotes.net/?p=178</link>
			</item>
	<item>
		<title>Online storage applications</title>
		<description><![CDATA[Besides Google Docs, I have been using Dropbox and Box.Net the last months. Both are online storage and sharing applications and have similarities. Let&#8217;s talk about them and how I personally use them. &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211; It syncs your files online and across your computers and has a cross-platform client (Windows, Mac, and Linux). Operation You have [...]]]></description>
		<link>http://www.mydevnotes.net/?p=168</link>
			</item>
	<item>
		<title>Short Weblogic Portal Intro</title>
		<description><![CDATA[Technically, a portal is a container of resources and functionality that can be made available to end users through views. These portal are called desktops in WebLogic Portal. Benefits to the users: Aggregation – From a simple page user can gradually get a page with multiple content and applications. Customization – The user determines how [...]]]></description>
		<link>http://www.mydevnotes.net/?p=162</link>
			</item>
	<item>
		<title>Java Code Coverage for Eclipse</title>
		<description><![CDATA[Today I started using EclEmma which is a free Java code coverage tool for Eclipse IDE. Basically it helps to identify the areas in your code that are (and are not) covered by a test case. This will help to improve the way you code and create JUnits.  You may become the one in your [...]]]></description>
		<link>http://www.mydevnotes.net/?p=153</link>
			</item>
</channel>
</rss>
