<?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>Technical Notes&#187; Java API</title>
	<atom:link href="http://technotes.towardsjob.com/tag/java-api/feed/" rel="self" type="application/rss+xml" />
	<link>http://technotes.towardsjob.com</link>
	<description>Technical Notes about Oracle, DotNet, Java, SQL Server, XML and UNIX</description>
	<lastBuildDate>Tue, 18 May 2010 01:45:41 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Java Class for Sending Email using Java API</title>
		<link>http://technotes.towardsjob.com/java/java-class-for-sending-email-using-java-api/</link>
		<comments>http://technotes.towardsjob.com/java/java-class-for-sending-email-using-java-api/#comments</comments>
		<pubDate>Thu, 01 Oct 2009 17:31:01 +0000</pubDate>
		<dc:creator>Tech Guy</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Java API]]></category>
		<category><![CDATA[Java Class for Email]]></category>
		<category><![CDATA[Mail using Java API]]></category>

		<guid isPermaLink="false">http://technotes.towardsjob.com/java/java-class-for-sending-email-using-java-api/</guid>
		<description><![CDATA[Introduction
This is a java class file for sending mails using java APIs. It requires two jar files to be set in the class path. Also Java J2SDK is required to compile or run this code. A valid SMTP server ip is required and that should be authenticated by a valid user id and password. 
Limitations [...]


Related posts:<ol><li><a href='http://technotes.towardsjob.com/java/java-commons-email-api/' rel='bookmark' title='Permanent Link: Java Commons-Email API'>Java Commons-Email API</a> <small>Introduction Commons-Email provides an API for sending email. It is built on top of the Java Mail API, which it aims to simplify. Some of the mail classes that are provided are as follows: SimpleEmail &#8211; This class is used to send basic text based emails. MultiPartEmail &#8211; This class...</small></li>
<li><a href='http://technotes.towardsjob.com/java/java-developers-forgetting-that-java-is-zero-indexed/' rel='bookmark' title='Permanent Link: Java Developers Forgetting that Java is zero-indexed'>Java Developers Forgetting that Java is zero-indexed</a> <small>If you&#8217;ve come from a C/C++ background, you may not find this quite as much a problem as those who have used other languages. In Java, arrays are zero-indexed, meaning that the first element&#8217;s index is actually 0. Confused? Let&#8217;s look at a quick example. // Create an array of...</small></li>
<li><a href='http://technotes.towardsjob.com/java/java-api-for-voice-based-solutions/' rel='bookmark' title='Permanent Link: Java API for Voice Based Solutions'>Java API for Voice Based Solutions</a> <small>Introduction Voice based solutions are needed when there is a legal requirement to play back an already recorded statement, recording and playing back the telephony conversations, speech recognition systems, visually impaired people, for training customer support representations and so on. Voice based solutions can be implemented using J2SE Java Sound...</small></li>
</ol>]]></description>
		<wfw:commentRss>http://technotes.towardsjob.com/java/java-class-for-sending-email-using-java-api/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Java Commons-Email API</title>
		<link>http://technotes.towardsjob.com/java/java-commons-email-api/</link>
		<comments>http://technotes.towardsjob.com/java/java-commons-email-api/#comments</comments>
		<pubDate>Thu, 01 Oct 2009 14:35:26 +0000</pubDate>
		<dc:creator>Tech Guy</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Java API]]></category>
		<category><![CDATA[Java Commons API]]></category>
		<category><![CDATA[Java Email API]]></category>
		<category><![CDATA[Java Opensource Email API]]></category>

		<guid isPermaLink="false">http://technotes.towardsjob.com/java/java-commons-email-api/</guid>
		<description><![CDATA[Introduction
Commons-Email provides an API for sending email. It is built on top of the Java Mail API, which it aims to simplify. Some of the mail classes that are provided are as follows: 

SimpleEmail &#8211; This class is used to send basic text based emails. 
MultiPartEmail &#8211; This class is used to send multipart messages. [...]


Related posts:<ol><li><a href='http://technotes.towardsjob.com/java/java-class-for-sending-email-using-java-api/' rel='bookmark' title='Permanent Link: Java Class for Sending Email using Java API'>Java Class for Sending Email using Java API</a> <small>Introduction This is a java class file for sending mails using java APIs. It requires two jar files to be set in the class path. Also Java J2SDK is required to compile or run this code. A valid SMTP server ip is required and that should be authenticated by a...</small></li>
<li><a href='http://technotes.towardsjob.com/java/java-api-for-voice-based-solutions/' rel='bookmark' title='Permanent Link: Java API for Voice Based Solutions'>Java API for Voice Based Solutions</a> <small>Introduction Voice based solutions are needed when there is a legal requirement to play back an already recorded statement, recording and playing back the telephony conversations, speech recognition systems, visually impaired people, for training customer support representations and so on. Voice based solutions can be implemented using J2SE Java Sound...</small></li>
<li><a href='http://technotes.towardsjob.com/java/capitalization-errors-while-java-programming/' rel='bookmark' title='Permanent Link: Capitalization Errors while Java Programming'>Capitalization Errors while Java Programming</a> <small>This is one of the most frequent errors that we all make. It&#8217;s so simple to do, and sometimes one can look at an uncapitalized variable or method and still not spot the problem. I myself have often been puzzled by these errors, because I recognize that the method or...</small></li>
</ol>]]></description>
		<wfw:commentRss>http://technotes.towardsjob.com/java/java-commons-email-api/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Java API for Voice Based Solutions</title>
		<link>http://technotes.towardsjob.com/java/java-api-for-voice-based-solutions/</link>
		<comments>http://technotes.towardsjob.com/java/java-api-for-voice-based-solutions/#comments</comments>
		<pubDate>Thu, 01 Oct 2009 13:46:47 +0000</pubDate>
		<dc:creator>Tech Guy</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Java API]]></category>
		<category><![CDATA[Java Sound]]></category>
		<category><![CDATA[Voice Based Solution]]></category>

		<guid isPermaLink="false">http://technotes.towardsjob.com/java/java-api-for-voice-based-solutions/</guid>
		<description><![CDATA[Introduction
Voice based solutions are needed when there is a legal requirement to play back an already recorded statement, recording and playing back the telephony conversations, speech recognition systems, visually impaired people, for training customer support representations and so on. Voice based solutions can be implemented using J2SE Java Sound API or Java Media Framework (JMF). [...]


Related posts:<ol><li><a href='http://technotes.towardsjob.com/java/java-commons-email-api/' rel='bookmark' title='Permanent Link: Java Commons-Email API'>Java Commons-Email API</a> <small>Introduction Commons-Email provides an API for sending email. It is built on top of the Java Mail API, which it aims to simplify. Some of the mail classes that are provided are as follows: SimpleEmail &#8211; This class is used to send basic text based emails. MultiPartEmail &#8211; This class...</small></li>
<li><a href='http://technotes.towardsjob.com/java/java-class-for-sending-email-using-java-api/' rel='bookmark' title='Permanent Link: Java Class for Sending Email using Java API'>Java Class for Sending Email using Java API</a> <small>Introduction This is a java class file for sending mails using java APIs. It requires two jar files to be set in the class path. Also Java J2SDK is required to compile or run this code. A valid SMTP server ip is required and that should be authenticated by a...</small></li>
<li><a href='http://technotes.towardsjob.com/java/java-developers-forgetting-that-java-is-zero-indexed/' rel='bookmark' title='Permanent Link: Java Developers Forgetting that Java is zero-indexed'>Java Developers Forgetting that Java is zero-indexed</a> <small>If you&#8217;ve come from a C/C++ background, you may not find this quite as much a problem as those who have used other languages. In Java, arrays are zero-indexed, meaning that the first element&#8217;s index is actually 0. Confused? Let&#8217;s look at a quick example. // Create an array of...</small></li>
</ol>]]></description>
		<wfw:commentRss>http://technotes.towardsjob.com/java/java-api-for-voice-based-solutions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>