<?xml version="1.0" encoding="utf-8"?>

<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
xmlns:admin="http://webns.net/mvcb/"
xmlns:cc="http://web.resource.org/cc/"
xmlns="http://purl.org/rss/1.0/">

<channel rdf:about="http://weblogs.java.net/blog/km/">
<title>Kedar Mhaswade&apos;s Blog</title>
<link>http://weblogs.java.net/blog/km/</link>
<description></description>
<dc:language>en-us</dc:language>
<dc:creator></dc:creator>
<dc:date>2007-09-04T13:08:03-08:00</dc:date>
<admin:generatorAgent rdf:resource="http://www.movabletype.org/?v=3.01D" />


<items>
<rdf:Seq><rdf:li rdf:resource="http://weblogs.java.net/blog/km/archive/2007/09/effective_java_1.html" />
<rdf:li rdf:resource="http://weblogs.java.net/blog/km/archive/2007/08/glassfish_passw.html" />
<rdf:li rdf:resource="http://weblogs.java.net/blog/km/archive/2007/08/how_to_use_jmx.html" />
<rdf:li rdf:resource="http://weblogs.java.net/blog/km/archive/2007/06/glassfish_v2_on.html" />
<rdf:li rdf:resource="http://weblogs.java.net/blog/km/archive/2007/05/javanet_communi.html" />
<rdf:li rdf:resource="http://weblogs.java.net/blog/km/archive/2007/04/netbeans_open_p_1.html" />
<rdf:li rdf:resource="http://weblogs.java.net/blog/km/archive/2007/04/glassfish_issue.html" />
<rdf:li rdf:resource="http://weblogs.java.net/blog/km/archive/2007/02/kill_and_kill_9_1.html" />
<rdf:li rdf:resource="http://weblogs.java.net/blog/km/archive/2006/12/should_packagei_1.html" />
<rdf:li rdf:resource="http://weblogs.java.net/blog/km/archive/2006/12/static_imports.html" />
<rdf:li rdf:resource="http://weblogs.java.net/blog/km/archive/2006/12/extended_enterp_1.html" />
<rdf:li rdf:resource="http://weblogs.java.net/blog/km/archive/2006/11/a_first_blog_1.html" />
</rdf:Seq>
</items>

</channel>

<item rdf:about="http://weblogs.java.net/blog/km/archive/2007/09/effective_java_1.html">
<title>Effective Java - 1 Companion ...</title>
<link>http://weblogs.java.net/blog/km/archive/2007/09/effective_java_1.html</link>
<description>I have created an Effective Java - 1 Companion (ready reckoner, if you will) at: GlassFish Wiki. I will be enhancing it in the days to come and invite you to participate in related Wiki to improve the correctness of...</description>
<dc:subject>Programming</dc:subject>
<dc:creator>km</dc:creator>
<dc:date>2007-09-04T13:08:03-08:00</dc:date>
</item>
<item rdf:about="http://weblogs.java.net/blog/km/archive/2007/08/glassfish_passw.html">
<title>GlassFish Passwords ...</title>
<link>http://weblogs.java.net/blog/km/archive/2007/08/glassfish_passw.html</link>
<description>Ryan de Laplante asked me to blog about this intricate issue of passwords for GlassFish administration. I had already written several articles about it and here is an attempt to collate several such articles: General Introduction to Administrative Credentials of...</description>
<dc:subject></dc:subject>
<dc:creator>km</dc:creator>
<dc:date>2007-08-23T09:08:22-08:00</dc:date>
</item>
<item rdf:about="http://weblogs.java.net/blog/km/archive/2007/08/how_to_use_jmx.html">
<title>How to Use JMX to Monitor JVM under GlassFish V1, V2 ...</title>
<link>http://weblogs.java.net/blog/km/archive/2007/08/how_to_use_jmx.html</link>
<description><![CDATA[In GlassFish V1 and V2, a JMX Connector Server is always available out of the box. This is how it looks like: &lt;jmx-connector accept-all="false" address="0.0.0.0" auth-realm-name="admin-realm" enabled="true" name="system" port="8686" protocol="rmi_jrmp" security-enabled="false"&gt; &lt;ssl cert-nickname="s1as" client-auth-enabled="false" ssl2-enabled="false" ssl3-enabled="true" tls-enabled="true" tls-rollback-enabled="true"/&gt; &lt;/jmx-connector&gt; What...]]></description>
<dc:subject></dc:subject>
<dc:creator>km</dc:creator>
<dc:date>2007-08-23T08:53:48-08:00</dc:date>
</item>
<item rdf:about="http://weblogs.java.net/blog/km/archive/2007/06/glassfish_v2_on.html">
<title>GlassFish V2: On-the-fly upgrade of a developer domain ...</title>
<link>http://weblogs.java.net/blog/km/archive/2007/06/glassfish_v2_on.html</link>
<description>I have created these two screen-casts explaining this feature. Please watch/listen to them at: Part 1 Part 2 You will need QuickTime Player installed. Here is the transcript: Hi, my name is Kedar and I am administration/management architect for GlassFish...</description>
<dc:subject></dc:subject>
<dc:creator>km</dc:creator>
<dc:date>2007-06-04T10:48:21-08:00</dc:date>
</item>
<item rdf:about="http://weblogs.java.net/blog/km/archive/2007/05/javanet_communi.html">
<title>Java.net, community, GlassFish, OpenSearch Search Engines, Firefox ...</title>
<link>http://weblogs.java.net/blog/km/archive/2007/05/javanet_communi.html</link>
<description>This post discusses how the Web (2.0) is burgeoning.</description>
<dc:subject>Community</dc:subject>
<dc:creator>km</dc:creator>
<dc:date>2007-05-06T18:53:02-08:00</dc:date>
</item>
<item rdf:about="http://weblogs.java.net/blog/km/archive/2007/04/netbeans_open_p_1.html">
<title>NetBeans Open Project Dialog Woes ...</title>
<link>http://weblogs.java.net/blog/km/archive/2007/04/netbeans_open_p_1.html</link>
<description>This post brings out a design flaw in NetBeans Open Project Dialog.</description>
<dc:subject>Community: Java Tools</dc:subject>
<dc:creator>km</dc:creator>
<dc:date>2007-04-20T23:40:23-08:00</dc:date>
</item>
<item rdf:about="http://weblogs.java.net/blog/km/archive/2007/04/glassfish_issue.html">
<title>GlassFish Issue Tracker and OpenSearch Document ...</title>
<link>http://weblogs.java.net/blog/km/archive/2007/04/glassfish_issue.html</link>
<description>Do you like Firefox and its support for OpenSearch specification? If yes, read on ...</description>
<dc:subject>J2EE</dc:subject>
<dc:creator>km</dc:creator>
<dc:date>2007-04-19T07:18:44-08:00</dc:date>
</item>
<item rdf:about="http://weblogs.java.net/blog/km/archive/2007/02/kill_and_kill_9_1.html">
<title>kill and kill -9</title>
<link>http://weblogs.java.net/blog/km/archive/2007/02/kill_and_kill_9_1.html</link>
<description><![CDATA[I am trying to understand why <b> kill -9 </b> is preferred over plain <i>kill</i>by most developers. Is it just the case of impatience? I understand that there
might be cases where "kill -9" has to be done for process might misbehave by ignoring the other flavors of kill signal. But I believe
all modern server programs add a shutdown hook. In these cases, is it
better that developers favor "kill" over "kill -9" as that might give the process a chance to do minimally required cleanup?]]></description>
<dc:subject></dc:subject>
<dc:creator>km</dc:creator>
<dc:date>2007-02-07T22:10:57-08:00</dc:date>
</item>
<item rdf:about="http://weblogs.java.net/blog/km/archive/2006/12/should_packagei_1.html">
<title>Should package-info.java be renamed?</title>
<link>http://weblogs.java.net/blog/km/archive/2006/12/should_packagei_1.html</link>
<description><![CDATA[<i>Names </i> should be chosen carefully. This is especially true with public API.]]></description>
<dc:subject>Community: JDK</dc:subject>
<dc:creator>km</dc:creator>
<dc:date>2006-12-31T19:39:45-08:00</dc:date>
</item>
<item rdf:about="http://weblogs.java.net/blog/km/archive/2006/12/static_imports.html">
<title>Static Imports -- not a clean job?</title>
<link>http://weblogs.java.net/blog/km/archive/2006/12/static_imports.html</link>
<description>Well, we should use static imports sparingly. But why is the support in Java 5 and 6 not first class?</description>
<dc:subject>Community: JDK</dc:subject>
<dc:creator>km</dc:creator>
<dc:date>2006-12-23T17:22:01-08:00</dc:date>
</item>
<item rdf:about="http://weblogs.java.net/blog/km/archive/2006/12/extended_enterp_1.html">
<title>Extended Enterprise Application Platform and Java SE 6 together ...</title>
<link>http://weblogs.java.net/blog/km/archive/2006/12/extended_enterp_1.html</link>
<description>Application Platform SDK Update 2 was just released by Sun and it has got not only a suite of integrated software but also a much improved performance. One of the interesting things is the bundled Java SE 6 ...</description>
<dc:subject>Community: Java Enterprise</dc:subject>
<dc:creator>km</dc:creator>
<dc:date>2006-12-15T23:02:47-08:00</dc:date>
</item>
<item rdf:about="http://weblogs.java.net/blog/km/archive/2006/11/a_first_blog_1.html">
<title>A first blog: presenting the case for simpler Java EE samples ...</title>
<link>http://weblogs.java.net/blog/km/archive/2006/11/a_first_blog_1.html</link>
<description>Key to technology accessibility is simplicity of trying things out. Yes, I am talking about developer ease of use. Trying out the technology samples with Java EE vendors is not easy now-a-days.</description>
<dc:subject>J2EE</dc:subject>
<dc:creator>km</dc:creator>
<dc:date>2006-11-04T16:53:34-08:00</dc:date>
</item>


</rdf:RDF>
