<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.5.1" -->
<rss version="0.92">
<channel>
	<title>Simple Thoughts - Java and Web Blog &#187; J2EE</title>
	<link>http://blog.taragana.com</link>
	<description>News and views as a Software Architect and Entrepreneur on Java and Web Software.</description>
	<lastBuildDate>Fri, 16 May 2008 16:13:19 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Preparing for Java One 2008 Live Coverage</title>
		<description><![CDATA[I am preparing for attending JavaOne. I will cover JavaOne 2008 live on this blog and on twitter. 
I will focus on enterprise software, new trends in Java and anything else that catches my eye.
If you are vendor feel free to send me information about your product release as many others have. 
See you there&#8230;
]]></description>
		<link>http://blog.taragana.com/index.php/archive/preparing-for-java-one-2008-live-coverage/</link>
			</item>
	<item>
		<title>Live Blogging from JavaOne Conference 6-9 May in San Francisco</title>
		<description><![CDATA[I got an invitation for covering JavaOne and received a Press pass for the conference.
I am planning to attend the conference from 6-9 May in San Francisco and live blog about the event. I will be updating soon on the sessions I plan to attend and more.
Looking forward to meet some old friends in San [...]]]></description>
		<link>http://blog.taragana.com/index.php/archive/live-blogging-from-javaone-conference-6-9-may-in-san-francisco/</link>
			</item>
	<item>
		<title>Bangalore &#038; India Java Leaders of the World? Should JavaOne Shift to India?</title>
		<description><![CDATA[It was well known that there is a significant amount of Java development in Bangalore these days. However it took me by surprise to find that it may actually be a world leader in terms of amount of Java and India too as a country. What was even more surprising is that USA doesn&#8217;t figure [...]]]></description>
		<link>http://blog.taragana.com/index.php/archive/bangalore-india-java-leaders-of-the-world-should-javaone-shift-to-india/</link>
			</item>
	<item>
		<title>How To Resolve Tomcat - Openfire Port Conflict</title>
		<description><![CDATA[Openfire (Jabber/XMPP server) by default binds on port 8080 which is also used by Tomcat. This causes Tomcat to fail when openfire is started before it. The solution, as always, is simple.
You can either change the port of Openfire or Tomcat. Alternatively you can bind them on different IP addresses in machines with multiple interfaces [...]]]></description>
		<link>http://blog.taragana.com/index.php/archive/how-to-resolve-tomcat-openfire-port-conflict/</link>
			</item>
	<item>
		<title>How To Communicate Between Java Applets</title>
		<description><![CDATA[Communication between Java applets has been an interesting topic from the early days of Java. There are several esoteric ways to communicate like using Javascript as a bridge. However we will look into the simplest and most reliable method of intra-applet communication.
Simple solution to applet communication problem
Use a class with static getters and setters method(s) [...]]]></description>
		<link>http://blog.taragana.com/index.php/archive/how-to-communicate-between-java-applets/</link>
			</item>
	<item>
		<title>Java is Slow Revisited</title>
		<description><![CDATA[There is a minor-war going on in Sun Alumni mailing list and elsewhere where the common misconception: &#8220;Java is slow&#8221; is surfacing again and again, much to the dismay of knowledgeable Java developers who have known for ages that Java is fast even compared to C++ and has been so for several years. All this [...]]]></description>
		<link>http://blog.taragana.com/index.php/archive/java-is-slow-revisited/</link>
			</item>
	<item>
		<title>The Meaning &#038; Value of Branding</title>
		<description><![CDATA[Jonathan Schwartz, CEO of Sun Microsystems, has written a heart-felt piece on the value of branding for a company and its customers. I very much agree with him. A brand is not just a promise, it is an expectation, it is a theme to rally behind.
The saying goes, &#8220;a brand is a promise.&#8221; On a [...]]]></description>
		<link>http://blog.taragana.com/index.php/archive/the-meaning-value-of-branding/</link>
			</item>
	<item>
		<title>Sun To Change Stock Ticker Symbol to JAVA</title>
		<description><![CDATA[Kind of gives you a clear indication where Sun (NASDAQ: SUNW) is headed, doesn&#8217;t it? It does give me a warm feeling too knowing Sun is so much committed to Java, a language I have been working on since 1996. The change will go into effect on Aug. 27. 
&#8220;The Java brand and technology have [...]]]></description>
		<link>http://blog.taragana.com/index.php/archive/sun-to-change-stock-ticker-symbol-to-java/</link>
			</item>
	<item>
		<title>How To Install JDK 6 / Java SE 6 (+ Tomcat) in Fedora Core 6 / Fedora 7 in 5 Minutes</title>
		<description><![CDATA[Fedora Core developers make it rather hard to install and properly configure Sun&#8217;s JVM. All said and done Sun&#8217;s JVM (comes with JDK) is the best JVM implementation out there; not to mention that it is the reference implementation. Here is how you can easily install JDK 6 / Java SE 6 in 5 minutes [...]]]></description>
		<link>http://blog.taragana.com/index.php/archive/how-to-install-jdk-6-java-se-6-tomcat-in-fedora-core-6-fedora-7-in-5-minutes/</link>
			</item>
	<item>
		<title>HSQLDB Tip: Case Insensitive LIKE Query in HSQLDB RDBMS &#038; Space Crunched String Comparison</title>
		<description><![CDATA[I previously discussed how to extend HSQLDB relational database with simple Java functions. The example there actually implements case insensitive like query functionality for HSQLDB. Read the article to get an understanding of how to write such custom functions and how to use them. Then read below to find a solution for performing space crunched [...]]]></description>
		<link>http://blog.taragana.com/index.php/archive/hsqldb-tip-case-insensitive-like-query-in-hsqldb-rdbms-space-crunched-string-comparison/</link>
			</item>
</channel>
</rss>
