<?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>MyHomePageIndia.com &#187; Tech Notes</title>
	<atom:link href="http://www.myhomepageindia.com/index.php/category/technotes/feed" rel="self" type="application/rss+xml" />
	<link>http://www.myhomepageindia.com</link>
	<description>Travel Articles and Tech Notes</description>
	<lastBuildDate>Thu, 20 May 2010 06:42:06 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>What is a WSDL?</title>
		<link>http://www.myhomepageindia.com/index.php/2009/11/05/what-is-a-wsdl.html</link>
		<comments>http://www.myhomepageindia.com/index.php/2009/11/05/what-is-a-wsdl.html#comments</comments>
		<pubDate>Thu, 05 Nov 2009 15:22:21 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[JEE]]></category>
		<category><![CDATA[Tech Notes]]></category>
		<category><![CDATA[Binding]]></category>
		<category><![CDATA[Message]]></category>
		<category><![CDATA[Port type]]></category>
		<category><![CDATA[Webservice]]></category>
		<category><![CDATA[Wsdl]]></category>

		<guid isPermaLink="false">http://www.myhomepageindia.com/?p=970</guid>
		<description><![CDATA[WSDL, webservice description language, is the contract definition of any webservice. This XML document is used to tell the world what is going to be the definition/structure of the webservice, what that webservice has to offer. Here is an example webservice document explained using inline comments. We are not taking any complex example here. But [...]]]></description>
		<wfw:commentRss>http://www.myhomepageindia.com/index.php/2009/11/05/what-is-a-wsdl.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Performance Testing Web Service Using SoapUI</title>
		<link>http://www.myhomepageindia.com/index.php/2009/11/02/performance-testing-web-service-using-soapui.html</link>
		<comments>http://www.myhomepageindia.com/index.php/2009/11/02/performance-testing-web-service-using-soapui.html#comments</comments>
		<pubDate>Mon, 02 Nov 2009 15:04:19 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Tech Notes]]></category>
		<category><![CDATA[Performance Testing Web Service]]></category>
		<category><![CDATA[Performance Testing with SoapUI]]></category>

		<guid isPermaLink="false">http://www.myhomepageindia.com/?p=961</guid>
		<description><![CDATA[Performance testing is a critical step in the life cycle of any project. This step checks if the application is capable of handling expected load within desired response time limits in given environment resources. Web services are not free from the performance requirements. Generally, web services involve remote access by many clients, hence web services [...]]]></description>
		<wfw:commentRss>http://www.myhomepageindia.com/index.php/2009/11/02/performance-testing-web-service-using-soapui.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Important Practical Tips for JUnit Users</title>
		<link>http://www.myhomepageindia.com/index.php/2009/10/21/practicaljunittips.html</link>
		<comments>http://www.myhomepageindia.com/index.php/2009/10/21/practicaljunittips.html#comments</comments>
		<pubDate>Wed, 21 Oct 2009 06:06:20 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[JUnit]]></category>
		<category><![CDATA[Tech Notes]]></category>
		<category><![CDATA[Best Practices]]></category>
		<category><![CDATA[Dos and Don'ts]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Mocking]]></category>
		<category><![CDATA[Test case]]></category>
		<category><![CDATA[Test Suite]]></category>
		<category><![CDATA[Tips]]></category>

		<guid isPermaLink="false">http://www.myhomepageindia.com/?p=954</guid>
		<description><![CDATA[Test driven development, automated testing, open source unit testing frameworks, mocking test data, etc. etc. have been buzzing around us for past few years. Most of the Java developers must have used JUnit to write unit test cases at least once. Below are some of the points that I found important while writing JUnit test [...]]]></description>
		<wfw:commentRss>http://www.myhomepageindia.com/index.php/2009/10/21/practicaljunittips.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Java Logger Utility</title>
		<link>http://www.myhomepageindia.com/index.php/2009/10/08/java-logger-utility.html</link>
		<comments>http://www.myhomepageindia.com/index.php/2009/10/08/java-logger-utility.html#comments</comments>
		<pubDate>Thu, 08 Oct 2009 15:45:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Tech Notes]]></category>
		<category><![CDATA[helper class]]></category>
		<category><![CDATA[java logger]]></category>
		<category><![CDATA[log utility]]></category>
		<category><![CDATA[log wrapper]]></category>

		<guid isPermaLink="false">http://www.myhomepageindia.com/?p=949</guid>
		<description><![CDATA[Here is a utility that will help you to better use java.util.logging.Logger class. In this utility, I have tried provide the most commonly used features in this utility. In this article, few important features of Java logger framework are also explained in brief while going through the code. I am not going into deep to [...]]]></description>
		<wfw:commentRss>http://www.myhomepageindia.com/index.php/2009/10/08/java-logger-utility.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Retrieve Basic User Attributes from Active Directory using LDAP in Java</title>
		<link>http://www.myhomepageindia.com/index.php/2009/09/24/retrieve-basic-user-attributes-from-active-directory-using-ldap-in-java.html</link>
		<comments>http://www.myhomepageindia.com/index.php/2009/09/24/retrieve-basic-user-attributes-from-active-directory-using-ldap-in-java.html#comments</comments>
		<pubDate>Thu, 24 Sep 2009 16:04:44 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Tech Notes]]></category>
		<category><![CDATA[Active Directory]]></category>
		<category><![CDATA[basic attributes]]></category>
		<category><![CDATA[Ldap]]></category>
		<category><![CDATA[ldap context]]></category>

		<guid isPermaLink="false">http://www.myhomepageindia.com/?p=945</guid>
		<description><![CDATA[In previous article, we have seen how to connect to active directory (AD) using Java provided LdapContext object. It may not be always the situation that you are satisfied with authentication of users against the AD database. You may want to retrieve all user details for one or other purpose. Obviously, that is why you [...]]]></description>
		<wfw:commentRss>http://www.myhomepageindia.com/index.php/2009/09/24/retrieve-basic-user-attributes-from-active-directory-using-ldap-in-java.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Active Directory Access Authentication using LDAP and Java</title>
		<link>http://www.myhomepageindia.com/index.php/2009/09/16/active-directory-access-authentication-using-ldap-and-java.html</link>
		<comments>http://www.myhomepageindia.com/index.php/2009/09/16/active-directory-access-authentication-using-ldap-and-java.html#comments</comments>
		<pubDate>Wed, 16 Sep 2009 17:10:10 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Tech Notes]]></category>
		<category><![CDATA[Active Directory]]></category>
		<category><![CDATA[Authentication]]></category>
		<category><![CDATA[Ldap]]></category>

		<guid isPermaLink="false">http://www.myhomepageindia.com/?p=940</guid>
		<description><![CDATA[Active directory (AD) stores resources, which can be users, systems (computers) or any other resources in object form. But this storage is hierarchal and not relational. There are many databases available which allow us to store objects directly in relational manner. AD is primarily used to store access related information for resources. This information is [...]]]></description>
		<wfw:commentRss>http://www.myhomepageindia.com/index.php/2009/09/16/active-directory-access-authentication-using-ldap-and-java.html/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Decorative Programming using Annotations</title>
		<link>http://www.myhomepageindia.com/index.php/2009/07/20/decorative-programming-using-annotations.html</link>
		<comments>http://www.myhomepageindia.com/index.php/2009/07/20/decorative-programming-using-annotations.html#comments</comments>
		<pubDate>Mon, 20 Jul 2009 14:43:12 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Tech Notes]]></category>
		<category><![CDATA[Annotations]]></category>
		<category><![CDATA[Custom Annotation]]></category>
		<category><![CDATA[Decorator]]></category>
		<category><![CDATA[Java 5]]></category>
		<category><![CDATA[Java Tiger]]></category>

		<guid isPermaLink="false">http://www.myhomepageindia.com/?p=919</guid>
		<description><![CDATA[
Annotation is not a new feature getting introduced in Java 5, but in this release Java is trying to explore the power of this feature. If we look at the open source product stack adapting to Java 5, then this is the feature what has changed most of the products considerably. It has begun a [...]]]></description>
		<wfw:commentRss>http://www.myhomepageindia.com/index.php/2009/07/20/decorative-programming-using-annotations.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Static Imports in Java 5</title>
		<link>http://www.myhomepageindia.com/index.php/2009/07/10/static-imports-in-java-5.html</link>
		<comments>http://www.myhomepageindia.com/index.php/2009/07/10/static-imports-in-java-5.html#comments</comments>
		<pubDate>Fri, 10 Jul 2009 10:22:30 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Tech Notes]]></category>
		<category><![CDATA[Java 5]]></category>
		<category><![CDATA[Java Tiger]]></category>
		<category><![CDATA[Static Import]]></category>

		<guid isPermaLink="false">http://www.myhomepageindia.com/?p=907</guid>
		<description><![CDATA[Static keyword is used to allow access to an attribute/ a method or a class without creating instance of it. (Some of you may argue that this is not object oriented way, but we leave that discussion aside for now.) We use static for those elements which do not change from instance to instance of [...]]]></description>
		<wfw:commentRss>http://www.myhomepageindia.com/index.php/2009/07/10/static-imports-in-java-5.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Varargs in Java 5</title>
		<link>http://www.myhomepageindia.com/index.php/2009/07/09/varargs-in-java-5.html</link>
		<comments>http://www.myhomepageindia.com/index.php/2009/07/09/varargs-in-java-5.html#comments</comments>
		<pubDate>Thu, 09 Jul 2009 09:09:36 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Tech Notes]]></category>
		<category><![CDATA[Java 5]]></category>
		<category><![CDATA[Java Tiger]]></category>
		<category><![CDATA[Varargs]]></category>

		<guid isPermaLink="false">http://www.myhomepageindia.com/?p=900</guid>
		<description><![CDATA[Varargs means variable arguments, something really different from normal Java language syntax. Normally, we define method signature to offer a contract to the callers of that method by restricting number and type of input parameters, return data type and exceptions thrown. Using vararg feature, we can overcome this restriction partially and make the signature dynamic. [...]]]></description>
		<wfw:commentRss>http://www.myhomepageindia.com/index.php/2009/07/09/varargs-in-java-5.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Enums in Java 5 with Code Examples</title>
		<link>http://www.myhomepageindia.com/index.php/2009/07/08/enums-in-java-5-code-examples.html</link>
		<comments>http://www.myhomepageindia.com/index.php/2009/07/08/enums-in-java-5-code-examples.html#comments</comments>
		<pubDate>Wed, 08 Jul 2009 15:20:24 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Tech Notes]]></category>
		<category><![CDATA[Enum]]></category>
		<category><![CDATA[Enumerations]]></category>
		<category><![CDATA[Java 5]]></category>
		<category><![CDATA[Java Tiger]]></category>
		<category><![CDATA[Typesafe Enums]]></category>

		<guid isPermaLink="false">http://www.myhomepageindia.com/?p=892</guid>
		<description><![CDATA[Enumerations already existed in other languages like C, C++, SmallTalk etc. Enums are used primarily to handle a collection of logically grouped constants. In Java, for ages we have been handling constants (number constants here) through separate Java files, sometimes by encapsulating those in relevant POJOs, and even using a wrong design style of implementing [...]]]></description>
		<wfw:commentRss>http://www.myhomepageindia.com/index.php/2009/07/08/enums-in-java-5-code-examples.html/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->