<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>My Ramblings</title>
	<atom:link href="http://mail2vks.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://mail2vks.wordpress.com</link>
	<description></description>
	<lastBuildDate>Thu, 08 Dec 2011 01:45:14 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='mail2vks.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>My Ramblings</title>
		<link>http://mail2vks.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://mail2vks.wordpress.com/osd.xml" title="My Ramblings" />
	<atom:link rel='hub' href='http://mail2vks.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Changing default Google App Engine port from 8080</title>
		<link>http://mail2vks.wordpress.com/2009/09/03/changing-default-gae-port/</link>
		<comments>http://mail2vks.wordpress.com/2009/09/03/changing-default-gae-port/#comments</comments>
		<pubDate>Thu, 03 Sep 2009 05:34:09 +0000</pubDate>
		<dc:creator>Vivek</dc:creator>
				<category><![CDATA[Google App Engine]]></category>
		<category><![CDATA[GAE]]></category>
		<category><![CDATA[port]]></category>

		<guid isPermaLink="false">http://techslices.in/wordpress/?p=196</guid>
		<description><![CDATA[For those who have installed Tomcat or any other server which runs on 8080, starting GAE server will give some error like this [cc] Sep 3, 2009 5:25:18 AM com.google.apphosting.utils.jetty.JettyLogger warn WARNING: failed SelectChannelConnector@127.0.0.1:8080 java.net.BindException: Address already in use: bind at sun.nio.ch.Net.bind(Native Method) at sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:119) at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:59) at org.mortbay.jetty.nio.SelectChannelConnector.open(SelectChannelConnector.java:211) at org.mortbay.jetty.nio.SelectChannelConnector.doStart(SelectChannelConnector.java:309) at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:40) at org.mortbay.jetty.Server.doStart(Server.java:228) [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mail2vks.wordpress.com&amp;blog=516734&amp;post=196&amp;subd=mail2vks&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>For those who have installed Tomcat or any other server which runs on 8080, starting GAE server will give some error like this<br />
[cc]<br />
Sep 3, 2009 5:25:18 AM com.google.apphosting.utils.jetty.JettyLogger warn<br />
WARNING: failed SelectChannelConnector@127.0.0.1:8080<br />
java.net.BindException: Address already in use: bind<br />
	at sun.nio.ch.Net.bind(Native Method)<br />
	at sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:119)<br />
	at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:59)<br />
	at org.mortbay.jetty.nio.SelectChannelConnector.open(SelectChannelConnector.java:211)<br />
	at org.mortbay.jetty.nio.SelectChannelConnector.doStart(SelectChannelConnector.java:309)<br />
	at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:40)<br />
	at org.mortbay.jetty.Server.doStart(Server.java:228)<br />
	at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:40)<br />
	at com.google.appengine.tools.development.JettyContainerService.startContainer(JettyContainerService.java:152)<br />
	at com.google.appengine.tools.development.AbstractContainerService.startup(AbstractContainerService.java:116)<br />
	at com.google.appengine.tools.development.DevAppServerImpl.start(DevAppServerImpl.java:218)<br />
	at com.google.appengine.tools.development.DevAppServerMain$StartAction.apply(DevAppServerMain.java:162)<br />
	at com.google.appengine.tools.util.Parser$ParseResult.applyArgs(Parser.java:48)<br />
	at com.google.appengine.tools.development.DevAppServerMain.(DevAppServerMain.java:113)<br />
	at com.google.appengine.tools.development.DevAppServerMain.main(DevAppServerMain.java:89)<br />
Sep 3, 2009 5:25:18 AM com.google.apphosting.utils.jetty.JettyLogger warn<br />
WARNING: failed Server@1a7ddcf<br />
java.net.BindException: Address already in use: bind<br />
	at sun.nio.ch.Net.bind(Native Method)<br />
	at sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:119)<br />
	at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:59)<br />
	at org.mortbay.jetty.nio.SelectChannelConnector.open(SelectChannelConnector.java:211)<br />
	at org.mortbay.jetty.nio.SelectChannelConnector.doStart(SelectChannelConnector.java:309)<br />
	at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:40)<br />
	at org.mortbay.jetty.Server.doStart(Server.java:228)<br />
	at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:40)<br />
	at com.google.appengine.tools.development.JettyContainerService.startContainer(JettyContainerService.java:152)<br />
	at com.google.appengine.tools.development.AbstractContainerService.startup(AbstractContainerService.java:116)<br />
	at com.google.appengine.tools.development.DevAppServerImpl.start(DevAppServerImpl.java:218)<br />
	at com.google.appengine.tools.development.DevAppServerMain$StartAction.apply(DevAppServerMain.java:162)<br />
	at com.google.appengine.tools.util.Parser$ParseResult.applyArgs(Parser.java:48)<br />
	at com.google.appengine.tools.development.DevAppServerMain.(DevAppServerMain.java:113)<br />
	at com.google.appengine.tools.development.DevAppServerMain.main(DevAppServerMain.java:89)</p>
<p>************************************************<br />
Could not open the requested socket: Address already in use: bind<br />
Try overriding &#8211;address and/or &#8211;port.<br />
[/cc]</p>
<p>To resolve go to <strong>%SDK_HOME%\config\user</strong> and update <strong>ant-macros.html line 23</strong><br />
[cc]</p>
<p>[/cc]</p>
<p>Foe Eclipse users this file is located in</p>
<p><strong>%ECLIPSE_HOME\plugins\com.google.appengine.eclipse.sdkbundle_1.2.2.v200907291526\<br />appengine-java-sdk-1.2.2\config\user</strong> if using <strong>SDK 1.2.2</strong></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mail2vks.wordpress.com/196/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mail2vks.wordpress.com/196/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mail2vks.wordpress.com/196/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mail2vks.wordpress.com/196/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/mail2vks.wordpress.com/196/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/mail2vks.wordpress.com/196/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/mail2vks.wordpress.com/196/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/mail2vks.wordpress.com/196/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mail2vks.wordpress.com/196/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mail2vks.wordpress.com/196/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mail2vks.wordpress.com/196/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mail2vks.wordpress.com/196/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mail2vks.wordpress.com/196/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mail2vks.wordpress.com/196/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mail2vks.wordpress.com&amp;blog=516734&amp;post=196&amp;subd=mail2vks&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://mail2vks.wordpress.com/2009/09/03/changing-default-gae-port/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/cda2fbe8212ea4a9698914db970c1886?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Vivek</media:title>
		</media:content>
	</item>
		<item>
		<title>Purely Annotation based webservice using JAX-WS 2.1 on tomcat</title>
		<link>http://mail2vks.wordpress.com/2009/05/17/annotated-webservice-jax-ws/</link>
		<comments>http://mail2vks.wordpress.com/2009/05/17/annotated-webservice-jax-ws/#comments</comments>
		<pubDate>Sun, 17 May 2009 09:54:49 +0000</pubDate>
		<dc:creator>Vivek</dc:creator>
				<category><![CDATA[Web Services]]></category>
		<category><![CDATA[annotation]]></category>
		<category><![CDATA[ivy]]></category>
		<category><![CDATA[JAX WS 2.1]]></category>
		<category><![CDATA[jax-ws]]></category>
		<category><![CDATA[jaxws]]></category>
		<category><![CDATA[tomcat]]></category>
		<category><![CDATA[web service]]></category>
		<category><![CDATA[webservice]]></category>

		<guid isPermaLink="false">http://techslices.in/wordpress/?p=156</guid>
		<description><![CDATA[In this article i will be discussing how to quickly create a JAX-WS 2.1 based web service using Java Annotations and to get it deployed to tomcat. I am also adding a download link of eclipse project for the same at the bottom of the post. These kind of web-service&#8217;s are quick to develop and [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mail2vks.wordpress.com&amp;blog=516734&amp;post=156&amp;subd=mail2vks&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>In this article i will be discussing how to quickly create a <a href="http://en.wikipedia.org/wiki/JAX-WS">JAX-WS 2.1</a> based web service using Java Annotations and to get it deployed to tomcat. I am also adding a download link of eclipse project for the same at the bottom of the post.</p>
<p>These kind of web-service&#8217;s are quick to develop and deploy. This style does not necessarily need to implement an interface and also there is no need to draw up a wsdl. I would recommend this type of service&#8217;s for people who are new to web-service world and for those who want to quickly create a web-service.<br />
<span id="more-156"></span><br />
To start with, i have created a simple java class which has just one public method Hello.<br />
[cc lang="java"]<br />
package helloworld.server;</p>
<p>import javax.jws.WebMethod;<br />
import javax.jws.WebService;</p>
<p>@WebService<br />
public class HelloWorld {</p>
<p>	@WebMethod<br />
	public String Hello(String name) {<br />
		return &#8220;Hello &#8221; + name;<br />
	}</p>
<p>}<br />
[/cc]<br />
HelloWorld class has been annotated with <em><a href="http://java.sun.com/javase/6/docs/api/javax/jws/WebService.html">@WebService</a></em>. This marks HelloWorld class as implementing a web-service. Public method HelloWorld has been annotated with <em><a href="http://java.sun.com/javase/6/docs/api/javax/jws/WebMethod.html">@WebMethod</a></em> which exposes this method as a web-service.</p>
<p>These annotations are processed using <em><a href="http://en.wikipedia.org/wiki/Annotation_processing_tool">apt</a></em> which is Annotation Processing Tool that comes bundled with Java SDK. Running <em>apt</em> on HelloWorld.java will generate required classes for Web-Service deployment.</p>
<p>Here is build.xml for project.<br />
[cc lang="xml"]</p>
<p>[/cc]</p>
<p>This tasks uses additional targets for ivy. Ivy is used here for dependency management via downloading of  artifacts from maven/java.net repository. Running resolve target will download all required jars and will place it in WebContent/WEB-INF/lib.</p>
<p>While running this task you may get warning about missing annotation processors. It is safe to ignore these.</p>
<blockquote><p>      [apt] warning: Annotation types without processors: [javax.xml.bind.annotation.XmlRootElement, javax.xml.bind.annotation.XmlAccessorType, javax.xml.bind.annotation.XmlType, javax.xml.bind.annotation.XmlElement]<br />
      [apt] 1 warning</p></blockquote>
<p>For plugging in JAX-WS into this project we need to add one configuration file and update project&#8217;s build.xml. Required configuration is stored in sun-jaxws.xml.</p>
<p>sun-jaxws.xml<br />
[cc lang="xml"]</p>
<p>[/cc]</p>
<p>This configuration defines a Web-Service endpoint for the implementation done earlier and also provides a url for the service.</p>
<p>A new listener class should be configured in web.xml for parsing sun-jaxws.xml and creating a list of valid endpoints. A JAX-WS request dispatcher is mapped to url provided for the endpoint. This is a class extending HttpServlet. Here is the complete web.xml.</p>
<p>[cc lang="xml"]</p>
<p>	PurelyAnnotatedWebService</p>
<p>			com.sun.xml.ws.transport.http.servlet.WSServletContextListener</p>
<p>		JAX-WS endpoint &#8211; HelloWorld<br />
		HelloWorld<br />
		HelloWorldPort<br />
		com.sun.xml.ws.transport.http.servlet.WSServlet<br />
		1</p>
<p>		HelloWorldPort<br />
		/hello</p>
<p>[/cc]</p>
<p>This web project is deployed using Tomcat Plugin for Eclipse. Class files compiled as a part of apt are moved to WebContent/WEB-INF/classes directory.  Once the project is deployed, the HelloWorld web-service can be accessed at <a href="http://localhost:8080/PurelyAnnotatedWebService/hello?wsdl">http://localhost:8080/PurelyAnnotatedWebService/hello?wsdl</a>.</p>
<p><a href="http://mail2vks.files.wordpress.com/2009/05/screenshot.png"><img src="http://mail2vks.files.wordpress.com/2009/05/screenshot.png?w=300&#038;h=187" alt="jax-ws-wsdl" title="jax-ws-wsdl" width="300" height="187" class="alignnone size-medium wp-image-160" /></a></p>
<p>Service Request/Response when tested using <a href="http://www.soapui.org/">SOAPUi</a> :<br />
<a href="http://mail2vks.files.wordpress.com/2009/05/soapui-test.png"><img src="http://mail2vks.files.wordpress.com/2009/05/soapui-test.png?w=300&#038;h=187" alt="soapui-test" title="soapui-test" width="300" height="187" class="alignnone size-medium wp-image-161" /></a></p>
<p><a href="http://cid-7cb8a7d744698d3f.skydrive.live.com/self.aspx/Public/PurelyAnnotatedWebService.zip">Eclipse Project Download</a></p>
<p>Please leave a comment if this was helpful to you.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mail2vks.wordpress.com/156/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mail2vks.wordpress.com/156/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mail2vks.wordpress.com/156/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mail2vks.wordpress.com/156/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/mail2vks.wordpress.com/156/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/mail2vks.wordpress.com/156/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/mail2vks.wordpress.com/156/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/mail2vks.wordpress.com/156/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mail2vks.wordpress.com/156/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mail2vks.wordpress.com/156/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mail2vks.wordpress.com/156/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mail2vks.wordpress.com/156/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mail2vks.wordpress.com/156/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mail2vks.wordpress.com/156/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mail2vks.wordpress.com&amp;blog=516734&amp;post=156&amp;subd=mail2vks&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://mail2vks.wordpress.com/2009/05/17/annotated-webservice-jax-ws/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/cda2fbe8212ea4a9698914db970c1886?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Vivek</media:title>
		</media:content>

		<media:content url="http://mail2vks.files.wordpress.com/2009/05/screenshot.png?w=300" medium="image">
			<media:title type="html">jax-ws-wsdl</media:title>
		</media:content>

		<media:content url="http://mail2vks.files.wordpress.com/2009/05/soapui-test.png?w=300" medium="image">
			<media:title type="html">soapui-test</media:title>
		</media:content>
	</item>
		<item>
		<title>Google AppEngine for Java SDK Updated</title>
		<link>http://mail2vks.wordpress.com/2009/05/14/google-appengine-java-updated/</link>
		<comments>http://mail2vks.wordpress.com/2009/05/14/google-appengine-java-updated/#comments</comments>
		<pubDate>Thu, 14 May 2009 10:20:19 +0000</pubDate>
		<dc:creator>Vivek</dc:creator>
				<category><![CDATA[Google App Engine]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[SDK]]></category>

		<guid isPermaLink="false">http://techslices.in/wordpress/?p=152</guid>
		<description><![CDATA[Google AppEngine SDK for Java has been updated to version 1.2.1. Full post on Google AppEngine Official blog is available here. For those who have installed Google Eclipse Plugin and SDK as part of Eclipse, it should be automatically updated.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mail2vks.wordpress.com&amp;blog=516734&amp;post=152&amp;subd=mail2vks&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Google AppEngine SDK for Java has been updated to version 1.2.1. Full post on Google AppEngine Official blog is available <a href="http://googleappengine.blogspot.com/2009/05/java-sdk-version-121-now-available.html">here</a>. For those who have installed Google Eclipse Plugin and SDK as part of Eclipse, it should be automatically updated.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mail2vks.wordpress.com/152/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mail2vks.wordpress.com/152/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mail2vks.wordpress.com/152/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mail2vks.wordpress.com/152/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/mail2vks.wordpress.com/152/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/mail2vks.wordpress.com/152/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/mail2vks.wordpress.com/152/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/mail2vks.wordpress.com/152/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mail2vks.wordpress.com/152/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mail2vks.wordpress.com/152/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mail2vks.wordpress.com/152/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mail2vks.wordpress.com/152/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mail2vks.wordpress.com/152/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mail2vks.wordpress.com/152/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mail2vks.wordpress.com&amp;blog=516734&amp;post=152&amp;subd=mail2vks&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://mail2vks.wordpress.com/2009/05/14/google-appengine-java-updated/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/cda2fbe8212ea4a9698914db970c1886?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Vivek</media:title>
		</media:content>
	</item>
		<item>
		<title>Creating Soft or Symbolic Link in Windows</title>
		<link>http://mail2vks.wordpress.com/2009/05/13/soft-symbolic-link-in-windows/</link>
		<comments>http://mail2vks.wordpress.com/2009/05/13/soft-symbolic-link-in-windows/#comments</comments>
		<pubDate>Wed, 13 May 2009 16:44:22 +0000</pubDate>
		<dc:creator>Vivek</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[junction]]></category>
		<category><![CDATA[link]]></category>
		<category><![CDATA[soft]]></category>
		<category><![CDATA[symbolic]]></category>
		<category><![CDATA[sysinternals]]></category>

		<guid isPermaLink="false">http://techslices.in/wordpress/?p=145</guid>
		<description><![CDATA[While working on my RMI article i tried using a windows directory having a space in its name. It was C:\My DropBox\Projects. I use DropBox to sync my projects between my work and home. As you are reading this you would have suggested changing folder name to eliminate space but DropBox does not allow me [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mail2vks.wordpress.com&amp;blog=516734&amp;post=145&amp;subd=mail2vks&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>While working on my <a href="http://techslices.in/wordpress/simple-java-rmi-based-chat/">RMI</a> article i tried using a windows directory having a space in its name. It was <em>C:\My DropBox\Projects</em>. I use <a href="https://www.getdropbox.com/home">DropBox</a> to sync my projects between my work and home. As you are reading this you would have suggested changing folder name to eliminate space but DropBox does not allow me to do so. The space in classpath was creating issues while executing the command.<br />
<span id="more-145"></span><br />
A quick google search landed me to Microsoft Technet Page for <a href="http://technet.microsoft.com/en-us/sysinternals/bb896768.aspx">Junction</a>. It is a small nifty utility from the sysinternals team to create Symbolic Links.I used to link my project directory inside Dropbox as C:\Projects and happily completed my work.</p>
<p>I really like to use the small utilities from sysinternals in my day to day use. I suggest downloading the full <a href="http://technet.microsoft.com/en-us/sysinternals/bb842062.aspx">suite</a> and adding it to path in windows. These utilities are good enough to be included as part of core Windows Distribution.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mail2vks.wordpress.com/145/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mail2vks.wordpress.com/145/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mail2vks.wordpress.com/145/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mail2vks.wordpress.com/145/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/mail2vks.wordpress.com/145/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/mail2vks.wordpress.com/145/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/mail2vks.wordpress.com/145/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/mail2vks.wordpress.com/145/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mail2vks.wordpress.com/145/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mail2vks.wordpress.com/145/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mail2vks.wordpress.com/145/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mail2vks.wordpress.com/145/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mail2vks.wordpress.com/145/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mail2vks.wordpress.com/145/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mail2vks.wordpress.com&amp;blog=516734&amp;post=145&amp;subd=mail2vks&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://mail2vks.wordpress.com/2009/05/13/soft-symbolic-link-in-windows/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/cda2fbe8212ea4a9698914db970c1886?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Vivek</media:title>
		</media:content>
	</item>
		<item>
		<title>Simple Java RMI based Chat</title>
		<link>http://mail2vks.wordpress.com/2009/05/12/simple-java-rmi-based-chat/</link>
		<comments>http://mail2vks.wordpress.com/2009/05/12/simple-java-rmi-based-chat/#comments</comments>
		<pubDate>Tue, 12 May 2009 07:13:24 +0000</pubDate>
		<dc:creator>Vivek</dc:creator>
				<category><![CDATA[Core Java]]></category>
		<category><![CDATA[chat]]></category>
		<category><![CDATA[client]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[pull]]></category>
		<category><![CDATA[push]]></category>
		<category><![CDATA[rmi]]></category>
		<category><![CDATA[server]]></category>

		<guid isPermaLink="false">http://techslices.in/wordpress/?p=115</guid>
		<description><![CDATA[While experimenting with Java 6 RMI, i have written a small chat server/client application. This examples shows RMI push/pull in action. I am making this application available as an eclipse project which is my favourite Java IDE. To start with we need to define Interfaces for both Client and Server side. These interfaces should extend [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mail2vks.wordpress.com&amp;blog=516734&amp;post=115&amp;subd=mail2vks&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><em>While experimenting with Java 6 RMI, i have written a small chat server/client application. This examples shows RMI push/pull in action. I am making this application available as an eclipse project which is my favourite Java IDE.<span id="more-115"></span></em></p>
<p><em>To start with we need to define Interfaces for both Client and Server side. These interfaces should extend <em>java.rmi.Remote</em> and each of the methods must throw <em>java.rmi.RemoteException</em>.</p>
<p>Server Side Interface:<br />
[cc lang="java"]</p>
<p>package com.vivek.core.rmi;</p>
<p>import java.rmi.Remote;<br />
import java.rmi.RemoteException;</p>
<p>public interface HelloWorldServerInterface extends Remote {</p>
<p>	/**<br />
	 * Method is invoked remotely by client to register with server<br />
	 *<br />
	 * @param userName<br />
	 *            &#8211; Username with which client is registering.<br />
	 * @param clientObject<br />
	 *            &#8211; Client Remote Object.<br />
	 * @throws RemoteException<br />
	 */<br />
	public void register(String userName, HelloWorldClientInterface clientObject)<br />
			throws RemoteException;</p>
<p>	/**<br />
	 * Method is invoked remotely by client to get a list of users registered<br />
	 * with server<br />
	 *<br />
	 * @return &#8211; Array of username&#8217;s currently registered.<br />
	 * @throws RemoteException<br />
	 */<br />
	public String[] getAllUser() throws RemoteException;</p>
<p>	/**<br />
	 * @param sender<br />
	 *            &#8211; Username of user sending the message<br />
	 * @param userName<br />
	 *            &#8211; Username of receiver<br />
	 * @param message<br />
	 *            &#8211; actual message to be sent<br />
	 * @throws RemoteException<br />
	 */<br />
	public void sendMessage(String sender, String userName, String message)<br />
			throws RemoteException;</p>
<p>}</p>
<p>[/cc]</p>
<p>Client Side Interface:<br />
[cc lang="java"]</p>
<p>package com.vivek.core.rmi;</p>
<p>import java.rmi.Remote;<br />
import java.rmi.RemoteException;</p>
<p>public interface HelloWorldClientInterface extends Remote {</p>
<p>	/**<br />
	 * Method is invoked remotely by server to notify client of an incoming<br />
	 * message<br />
	 *<br />
	 * @param sender<br />
	 *            &#8211; username of user sending message<br />
	 * @param message<br />
	 *            &#8211; actual message<br />
	 * @throws RemoteException<br />
	 */<br />
	public void notifyMessage(String sender, String message)<br />
			throws RemoteException;</p>
<p>}</p>
<p>[/cc]</p>
<p>Server Side Implementation:<br />
[cc lang="java"]</p>
<p>package com.vivek.core.rmi.server;</p>
<p>import java.rmi.AlreadyBoundException;<br />
import java.rmi.RemoteException;<br />
import java.rmi.registry.LocateRegistry;<br />
import java.rmi.server.UnicastRemoteObject;<br />
import java.util.Arrays;</p>
<p>import com.vivek.core.rmi.HelloWorldClientInterface;<br />
import com.vivek.core.rmi.HelloWorldServerInterface;</p>
<p>public class HelloWorldServer implements HelloWorldServerInterface {</p>
<p>	private UserStore userStore = new UserStore();</p>
<p>	public UserStore getUserStore() {<br />
		return userStore;<br />
	}</p>
<p>	public void register(String userName, HelloWorldClientInterface clientObject) {</p>
<p>		this.getUserStore().addUser(userName, clientObject);</p>
<p>		try {<br />
			clientObject.notifyMessage(&#8220;Server&#8221;, &#8220;Welcome &#8221; + userName);<br />
		} catch (RemoteException e) {<br />
			e.printStackTrace();<br />
		}<br />
	}</p>
<p>	public String[] getAllUser() throws RemoteException {<br />
		return this.getUserStore().getAllUsers();<br />
	}</p>
<p>	public void sendMessage(String sender, String userName, String message)<br />
			throws RemoteException {<br />
		HelloWorldClientInterface client = this.getUserStore().getClientByName(<br />
				userName);<br />
		if (client != null) {<br />
			client.notifyMessage(sender, message);<br />
		}<br />
	}</p>
<p>	/**<br />
	 * @param args<br />
	 */<br />
	public static void main(String[] args) {</p>
<p>		HelloWorldServer server = new HelloWorldServer();</p>
<p>		try {<br />
			HelloWorldServerInterface stub = (HelloWorldServerInterface) UnicastRemoteObject<br />
					.exportObject(server, 0);<br />
			LocateRegistry.getRegistry().bind(&#8220;EchoService&#8221;, stub);</p>
<p>			System.out.println(&#8220;Server binded object successfully&#8221;);</p>
<p>			while (server.userStore.getAllUsers().length == 0) {<br />
				System.out.println(&#8220;No Client Registered&#8221;);<br />
				Thread.sleep(5000);<br />
			}</p>
<p>			while (true) {<br />
				System.out.println(&#8220;Users registered : &#8220;<br />
						+ Arrays.toString(server.userStore.getAllUsers()));<br />
				Thread.sleep(15000);<br />
			}<br />
		} catch (RemoteException e) {<br />
			e.printStackTrace();<br />
		} catch (AlreadyBoundException e) {<br />
			e.printStackTrace();<br />
		} catch (InterruptedException e) {<br />
			e.printStackTrace();<br />
		}<br />
	}<br />
}</p>
<p>[/cc]</p>
<p>Server Implementation also uses another class to maintain a HashMap with username as key and Remote Client Object as value</p>
<p>UserStore Implementation:<br />
[cc lang="java"]</p>
<p>package com.vivek.core.rmi.server;</p>
<p>import java.util.HashMap;</p>
<p>import com.vivek.core.rmi.HelloWorldClientInterface;</p>
<p>public class UserStore {</p>
<p>	private HashMap userStore = new HashMap();</p>
<p>	public HelloWorldClientInterface getClientByName(String name) {<br />
		return this.userStore.get(name);<br />
	}</p>
<p>	public String[] getAllUsers() {<br />
		return this.userStore.keySet().toArray(new String[0]);<br />
	}</p>
<p>	public void addUser(String user, HelloWorldClientInterface client) {<br />
		this.userStore.put(user, client);<br />
	}<br />
}</p>
<p>[/cc]</p>
<p>Client Side Implementation:<br />
[cc lang="java"]</p>
<p>package com.vivek.core.rmi.client;</p>
<p>import java.rmi.NotBoundException;<br />
import java.rmi.RemoteException;<br />
import java.rmi.registry.LocateRegistry;<br />
import java.rmi.registry.Registry;<br />
import java.rmi.server.UnicastRemoteObject;<br />
import java.util.Arrays;<br />
import java.util.Scanner;</p>
<p>import com.vivek.core.rmi.HelloWorldClientInterface;<br />
import com.vivek.core.rmi.HelloWorldServerInterface;</p>
<p>public class HelloWorldClient implements HelloWorldClientInterface {</p>
<p>	private static HelloWorldClient instance;</p>
<p>	/**<br />
	 * Export Current Remote to receive incoming calls<br />
	 */<br />
	public HelloWorldClient() {<br />
		try {<br />
			UnicastRemoteObject.exportObject(this, 0);<br />
			instance = this;<br />
		} catch (RemoteException e) {<br />
			e.printStackTrace();<br />
		}<br />
	}</p>
<p>	/* (non-Javadoc)<br />
	 * @see com.vivek.core.rmi.HelloWorldClientInterface#notifyMessage(java.lang.String, java.lang.String)<br />
	 */<br />
	public void notifyMessage(String sender, String message)<br />
			throws RemoteException {<br />
		System.out.println(&#8220;\n&gt;&gt;&gt;&gt; &#8221; + sender + &#8221; says &#8221; + message);</p>
<p>	}</p>
<p>	public static void main(String[] args) {<br />
		try {<br />
			Registry registry = LocateRegistry.getRegistry();</p>
<p>			HelloWorldServerInterface remoteObj = (HelloWorldServerInterface) registry<br />
					.lookup(&#8220;EchoService&#8221;);</p>
<p>			Scanner scanner = new Scanner(System.in);<br />
			System.out.print(&#8220;Enter Your User Name : &#8220;);<br />
			String username = scanner.next();</p>
<p>			remoteObj.register(username, new HelloWorldClient());</p>
<p>			System.out.println(&#8220;Users registered : &#8220;<br />
					+ Arrays.toString(remoteObj.getAllUser()));<br />
			System.out.println(&#8220;exit &#8211; exit from commandline&#8221;);<br />
			System.out.println(&#8220;list &#8211; list all users&#8221;);<br />
			System.out.println(&#8220;chuser &#8211; change user&#8221;);</p>
<p>			String text = &#8220;&#8221;;<br />
			String receiver = null;<br />
			boolean userIsRegistered = false;<br />
			boolean closeSession = false;</p>
<p>			while (!closeSession) {<br />
				System.out.print(&#8220;&gt;&gt;&gt;&gt; &#8220;);<br />
				text = scanner.nextLine();</p>
<p>				if (text.equalsIgnoreCase(&#8220;list&#8221;)) {<br />
					System.out.println(&#8220;Users registered : &#8220;<br />
							+ Arrays.toString(remoteObj.getAllUser()));<br />
				} else if (text.equalsIgnoreCase(&#8220;chuser&#8221;)) {<br />
					userIsRegistered = false;<br />
					System.out.print(&#8220;&gt;&gt;&gt;&gt; Enter User Name to chat with : &#8220;);<br />
					receiver = scanner.nextLine();<br />
					for (String name : remoteObj.getAllUser()) {<br />
						if (receiver.equalsIgnoreCase(name)) {<br />
							userIsRegistered = true;<br />
							break;<br />
						}<br />
					}<br />
					if (!userIsRegistered) {<br />
						System.out.println(&#8220;No such user logged in &#8220;);<br />
					}<br />
				} else if (text.equalsIgnoreCase(&#8220;exit&#8221;)) {<br />
					scanner.close();<br />
					UnicastRemoteObject.unexportObject(instance, true);<br />
					closeSession = true;<br />
				} else if (userIsRegistered) {<br />
					remoteObj.sendMessage(username, receiver, text);<br />
				} else {<br />
					System.out.println(&#8220;Use chuser to select user.&#8221;);<br />
					userIsRegistered = false;<br />
				}<br />
			}<br />
		} catch (RemoteException e) {<br />
			e.printStackTrace();<br />
		} catch (NotBoundException e) {<br />
			e.printStackTrace();<br />
		}<br />
	}</p>
<p>}</p>
<p>[/cc]</p>
<ol>
<li>Start RmiRegistry</li>
<li>Start Server : java -cp $path-to-classes$ -Djava.rmi.server.codebase=file:$path-to-classes$\ com.vivek.core.rmi.server.HelloWorldServer</li>
<li>Start Client: java -cp $path-to-classes$ -Djava.rmi.server.codebase=file:$path-to-classes$\ com.vivek.core.rmi.client.HelloWorldClient</li>
</ol>
<p><a href="http://cid-7cb8a7d744698d3f.skydrive.live.com/self.aspx/Public/CoreJavaSamples.zip">Eclipse Project Link</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mail2vks.wordpress.com/115/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mail2vks.wordpress.com/115/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mail2vks.wordpress.com/115/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mail2vks.wordpress.com/115/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/mail2vks.wordpress.com/115/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/mail2vks.wordpress.com/115/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/mail2vks.wordpress.com/115/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/mail2vks.wordpress.com/115/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mail2vks.wordpress.com/115/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mail2vks.wordpress.com/115/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mail2vks.wordpress.com/115/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mail2vks.wordpress.com/115/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mail2vks.wordpress.com/115/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mail2vks.wordpress.com/115/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mail2vks.wordpress.com&amp;blog=516734&amp;post=115&amp;subd=mail2vks&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://mail2vks.wordpress.com/2009/05/12/simple-java-rmi-based-chat/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/cda2fbe8212ea4a9698914db970c1886?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Vivek</media:title>
		</media:content>
	</item>
		<item>
		<title>What does Sun/Oracle deal mean for a Developer?</title>
		<link>http://mail2vks.wordpress.com/2009/04/21/what-does-sunoracle-deal-mean-for-a-developer/</link>
		<comments>http://mail2vks.wordpress.com/2009/04/21/what-does-sunoracle-deal-mean-for-a-developer/#comments</comments>
		<pubDate>Tue, 21 Apr 2009 01:44:39 +0000</pubDate>
		<dc:creator>Vivek</dc:creator>
				<category><![CDATA[Technical]]></category>
		<category><![CDATA[developer]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[JSE]]></category>
		<category><![CDATA[JSR]]></category>
		<category><![CDATA[oracle]]></category>
		<category><![CDATA[Sun Oracle Deal]]></category>

		<guid isPermaLink="false">http://techslices.in/wordpress/?p=106</guid>
		<description><![CDATA[Early morning here in India when i checked my feeds, Slashdot had a news about Oracle Corp. buying Sun. Shaken and wondering if this was true, i read through all the comments in Slashdot link. After wards i searched Google for Sun and my fears were confirmed. Yes, Oracle is acquiring Sun and that to [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mail2vks.wordpress.com&amp;blog=516734&amp;post=106&amp;subd=mail2vks&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Early morning here in India when i checked my feeds, Slashdot had a news about Oracle Corp. buying Sun. Shaken and wondering if this was true, i read through all the comments in Slashdot link. After wards i searched Google for Sun and my fears were confirmed. Yes, Oracle is acquiring Sun and that to at same price around IBM. What does all this mean for a Java Developer like me?</p>
<p><span id="more-106"></span></p>
<p>What will the new path of Development for JSE? Will Oracle give a push to JRockit ( from BEA) ahead of Sun&#8217;s JRE? Java has perhaps added more features into its new releases for last couple of years. I have seen people saying &#8220;oh &#8230;. &#8221; when using either Generics or AutoBoxing features of Java 5 when it was released. I hope this innovation will not stop and core Java Development remains unaffected from buyout.</p>
<p>Java Community Process through JSR has been shaping up API&#8217;s for Java SE. Drafting a JSR for JAVA 6 JSR involved experts from IBM, Google, Oracle, BEA, SAP, Intel etc which shows that JSR process in completely transparent and involves all major vendors in Java world. Oracle&#8217;s acquisition of Sun should not be breaking this process and JSR&#8217;s will remain independent and unaffected by who owns Java. Touch Wood !!</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mail2vks.wordpress.com/106/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mail2vks.wordpress.com/106/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mail2vks.wordpress.com/106/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mail2vks.wordpress.com/106/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/mail2vks.wordpress.com/106/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/mail2vks.wordpress.com/106/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/mail2vks.wordpress.com/106/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/mail2vks.wordpress.com/106/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mail2vks.wordpress.com/106/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mail2vks.wordpress.com/106/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mail2vks.wordpress.com/106/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mail2vks.wordpress.com/106/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mail2vks.wordpress.com/106/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mail2vks.wordpress.com/106/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mail2vks.wordpress.com&amp;blog=516734&amp;post=106&amp;subd=mail2vks&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://mail2vks.wordpress.com/2009/04/21/what-does-sunoracle-deal-mean-for-a-developer/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/cda2fbe8212ea4a9698914db970c1886?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Vivek</media:title>
		</media:content>
	</item>
		<item>
		<title>Java SE 6 now available with Java Fx 1.1</title>
		<link>http://mail2vks.wordpress.com/2009/04/15/java-se-6-now-available-with-java-fx-11/</link>
		<comments>http://mail2vks.wordpress.com/2009/04/15/java-se-6-now-available-with-java-fx-11/#comments</comments>
		<pubDate>Wed, 15 Apr 2009 04:31:11 +0000</pubDate>
		<dc:creator>Vivek</dc:creator>
				<category><![CDATA[Core Java]]></category>

		<guid isPermaLink="false">http://techslices.in/wordpress/java-se-6-now-available-with-java-fx-11/</guid>
		<description><![CDATA[In a further move by Sun Microsystems to give a push to Java FX in RIA market, Java FX 1.1 comes bundled with JDK 6 update 13. Download is available as a massive 115 MB executable from Sun’s Download Site. This SDK is available only for Windows Environment. Java FX has grown a lot since [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mail2vks.wordpress.com&amp;blog=516734&amp;post=103&amp;subd=mail2vks&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>In a further move by Sun Microsystems to give a push to Java FX in RIA market, Java FX 1.1 comes bundled with JDK 6 update 13. Download is available as a massive 115 MB executable from Sun’s <a href="http://java.sun.com/javase/downloads/index.jsp">Download Site</a>. This SDK is available only for Windows Environment. Java FX has grown a lot since the product was announced in May 2007. This 1.1 release also includes Java FX Mobile, which is aimed at mobile devices. Combined with J2ME, applications written in Java FX Mobile will be able to access handset features like Camera, GPS etc.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mail2vks.wordpress.com/103/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mail2vks.wordpress.com/103/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mail2vks.wordpress.com/103/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mail2vks.wordpress.com/103/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/mail2vks.wordpress.com/103/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/mail2vks.wordpress.com/103/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/mail2vks.wordpress.com/103/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/mail2vks.wordpress.com/103/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mail2vks.wordpress.com/103/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mail2vks.wordpress.com/103/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mail2vks.wordpress.com/103/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mail2vks.wordpress.com/103/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mail2vks.wordpress.com/103/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mail2vks.wordpress.com/103/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mail2vks.wordpress.com&amp;blog=516734&amp;post=103&amp;subd=mail2vks&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://mail2vks.wordpress.com/2009/04/15/java-se-6-now-available-with-java-fx-11/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/cda2fbe8212ea4a9698914db970c1886?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Vivek</media:title>
		</media:content>
	</item>
		<item>
		<title>JAX WS 2.1 based Web Service on Tomcat 5.5.*</title>
		<link>http://mail2vks.wordpress.com/2009/04/05/jax-ws-tomcat-55/</link>
		<comments>http://mail2vks.wordpress.com/2009/04/05/jax-ws-tomcat-55/#comments</comments>
		<pubDate>Mon, 06 Apr 2009 02:20:07 +0000</pubDate>
		<dc:creator>Vivek</dc:creator>
				<category><![CDATA[Technical]]></category>
		<category><![CDATA[Apache Ivy]]></category>
		<category><![CDATA[JAX WS 2.1]]></category>
		<category><![CDATA[Tomcat 5.5]]></category>

		<guid isPermaLink="false">http://mail2vks.wordpress.com/?p=88</guid>
		<description><![CDATA[I have implemented JAX WS 2.1 based Web Service on Tomcat 5.5.27. This has been done in Eclipse using Apache Ivy for dependency management. I am only publishing the ivy.xml here because dependency resolution was a big headache for me, as artifacts in maven repository are out of sync. Ivy Descriptor: Ivy Settings: Add to: [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mail2vks.wordpress.com&amp;blog=516734&amp;post=88&amp;subd=mail2vks&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I have implemented JAX WS 2.1 based Web Service on Tomcat 5.5.27. This has been done in Eclipse using Apache Ivy for dependency management. I am only publishing the ivy.xml here because dependency resolution was a big headache for me, as artifacts in maven repository are out of sync.</p>
<p>Ivy Descriptor:<br />
<pre class="brush: xml;">
&lt;?xml version=&quot;1.0&quot; encoding=&quot;ISO-8859-1&quot;?&gt;
&lt;ivy-module version=&quot;2.0&quot;&gt;
	&lt;info organisation=&quot;com.learning&quot; module=&quot;testWebProject&quot; status=&quot;integration&quot;&gt;
	&lt;/info&gt;
	&lt;configurations&gt;
		&lt;conf name=&quot;runtime&quot; /&gt;
	&lt;/configurations&gt;
	&lt;dependencies&gt;
		&lt;dependency org=&quot;com.sun.xml.ws&quot; name=&quot;jaxws-rt&quot; rev=&quot;2.1.5&quot;
			conf=&quot;runtime-&gt;default&quot; /&gt;
		&lt;dependency org=&quot;com.sun.xml.ws&quot; name=&quot;jaxws-tools&quot; rev=&quot;2.1.5&quot;
			conf=&quot;runtime-&gt;default&quot; /&gt;
		&lt;dependency org=&quot;com.sun.xml.bind&quot; name=&quot;jaxb-impl&quot; rev=&quot;2.1.9&quot;
			conf=&quot;runtime-&gt;default&quot; /&gt;
		&lt;dependency org=&quot;com.sun.xml.bind&quot; name=&quot;jaxb-xjc&quot; rev=&quot;2.1.9&quot;
			conf=&quot;runtime-&gt;default&quot; /&gt;
		&lt;dependency org=&quot;javax.xml.ws&quot; name=&quot;jaxws-api&quot; rev=&quot;2.1&quot;
			conf=&quot;runtime-&gt;default&quot; /&gt;
		&lt;dependency org=&quot;com.sun.xml.stream.buffer&quot; name=&quot;streambuffer&quot;
			rev=&quot;0.9&quot; conf=&quot;runtime-&gt;default&quot; /&gt;
		&lt;dependency org=&quot;com.sun.xml.stream&quot; name=&quot;sjsxp&quot; rev=&quot;1.0&quot;
			conf=&quot;runtime-&gt;default&quot; /&gt;
		&lt;dependency org=&quot;org.jvnet.staxex&quot; name=&quot;stax-ex&quot; rev=&quot;1.0&quot;
			conf=&quot;runtime-&gt;default&quot; /&gt;
		&lt;dependency org=&quot;javax.jws&quot; name=&quot;jsr181-api&quot; rev=&quot;1.0-MR1&quot;
			conf=&quot;runtime-&gt;default&quot; /&gt;
		&lt;dependency org=&quot;javax.xml.soap&quot; name=&quot;saaj-api&quot; rev=&quot;1.3&quot;
			conf=&quot;runtime-&gt;default&quot; /&gt;
		&lt;dependency org=&quot;com/sun/xml/ws&quot; name=&quot;webservices-rt&quot; rev=&quot;1.4&quot;
			conf=&quot;runtime-&gt;default&quot; /&gt;
		&lt;dependency org=&quot;javax.annotation&quot; name=&quot;jsr250-api&quot; rev=&quot;1.0&quot;
			conf=&quot;runtime-&gt;default&quot; /&gt;
	&lt;/dependencies&gt;
&lt;/ivy-module&gt;
</pre></p>
<p>Ivy Settings:<br />
<pre class="brush: xml;">
&lt;ivysettings&gt;

	&lt;property name=&quot;ivy.default-resolver&quot; value=&quot;development-chain&quot;
		override=&quot;false&quot; /&gt;

	&lt;include url=&quot;${ivy.default.settings.dir}/ivysettings-public.xml&quot; /&gt;
	&lt;include url=&quot;${ivy.default.settings.dir}/ivysettings-shared.xml&quot; /&gt;
	&lt;include url=&quot;${ivy.default.settings.dir}/ivysettings-local.xml&quot; /&gt;
	&lt;include url=&quot;${ivy.default.settings.dir}/ivysettings-main-chain.xml&quot; /&gt;
	&lt;include url=&quot;${ivy.default.settings.dir}/ivysettings-default-chain.xml&quot; /&gt;

	&lt;settings defaultResolver=&quot;${ivy.default-resolver}&quot; /&gt;

	&lt;resolvers&gt;
		&lt;ibiblio name=&quot;java.net.1&quot; root=&quot;http://download.java.net/maven/1/&quot;
			pattern=&quot;[organization]/jars/[module]-[revision].[ext]&quot; /&gt;
		&lt;ibiblio name=&quot;java.net.2&quot; root=&quot;http://download.java.net/maven/2/&quot;
			pattern=&quot;[organization]/[module]/[revision]/[module]-[revision].[ext]&quot; /&gt;
		&lt;chain name=&quot;development-chain&quot; returnFirst=&quot;true&quot;&gt;
			&lt;resolver ref=&quot;local&quot; /&gt;
			&lt;resolver ref=&quot;java.net.1&quot; /&gt;
			&lt;resolver ref=&quot;java.net.2&quot; /&gt;
			&lt;resolver ref=&quot;main&quot; /&gt;
		&lt;/chain&gt;
	&lt;/resolvers&gt;
&lt;/ivysettings&gt;
</pre></p>
<a href="http://polldaddy.com/poll/1518379/">View This Poll</a>
<p style="text-align:left;font-size:8pt;">Add to: <a title="Add to Facebook" href="http://www.facebook.com/sharer.php?u=http://mail2vks.wordpress.com/2009/04/05/jax-ws-tomcat-55" target="_blank">Facebook</a> | <a title="Add to Digg" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fmail2vks.wordpress.com%2F2009%2F04%2F05%2Fjax-ws-tomcat-55&amp;title=JAX%20WS%202.1%20based%20Web%20Service%20on%20Tomcat%205.5.*" target="_blank">Digg</a> | <a title="Add to Del.icio.us" href="http://del.icio.us/post?url=http%3A%2F%2Fmail2vks.wordpress.com%2F2009%2F04%2F05%2Fjax-ws-tomcat-55&amp;title=JAX%20WS%202.1%20based%20Web%20Service%20on%20Tomcat%205.5.*" target="_blank">Del.icio.us</a> | <a title="Add to Stumbleupon" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fmail2vks.wordpress.com%2F2009%2F04%2F05%2Fjax-ws-tomcat-55&amp;title=JAX%20WS%202.1%20based%20Web%20Service%20on%20Tomcat%205.5.*" target="_blank">Stumbleupon</a> | <a title="Add to Reddit" href="http://reddit.com/submit?url=http%3A%2F%2Fmail2vks.wordpress.com%2F2009%2F04%2F05%2Fjax-ws-tomcat-55&amp;title=JAX%20WS%202.1%20based%20Web%20Service%20on%20Tomcat%205.5.*" target="_blank">Reddit</a> | <a title="Add to Blinklist" href="http://www.blinklist.com/index.php?Action=Blink/addblink.php&amp;Description=&amp;Url=http%3A%2F%2Fmail2vks.wordpress.com%2F2009%2F04%2F05%2Fjax-ws-tomcat-55&amp;Title=JAX%20WS%202.1%20based%20Web%20Service%20on%20Tomcat%205.5.*" target="_blank">Blinklist</a> | <a title="Add to Twitter" href="http://twitter.com/home/?status=JAX%20WS%202.1%20based%20Web%20Service%20on%20Tomcat%205.5.*+%40+http%3A%2F%2Fmail2vks.wordpress.com%2F2009%2F04%2F05%2Fjax-ws-tomcat-55" target="_blank">Twitter</a> | <a title="Add to Technorati" href="http://www.technorati.com/faves?add=http%3A%2F%2Fmail2vks.wordpress.com%2F2009%2F04%2F05%2Fjax-ws-tomcat-55" target="_blank">Technorati</a> | <a title="Add to Furl" href="http://www.furl.net/storeIt.jsp?u=http%3A%2F%2Fmail2vks.wordpress.com%2F2009%2F04%2F05%2Fjax-ws-tomcat-55&amp;t=JAX%20WS%202.1%20based%20Web%20Service%20on%20Tomcat%205.5.*" target="_blank">Furl</a> | <a title="Add to Newsvine" href="http://www.newsvine.com/_wine/save?u=http%3A%2F%2Fmail2vks.wordpress.com%2F2009%2F04%2F05%2Fjax-ws-tomcat-55&amp;h=JAX%20WS%202.1%20based%20Web%20Service%20on%20Tomcat%205.5.*" target="_blank">Newsvine</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mail2vks.wordpress.com/88/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mail2vks.wordpress.com/88/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mail2vks.wordpress.com/88/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mail2vks.wordpress.com/88/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/mail2vks.wordpress.com/88/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/mail2vks.wordpress.com/88/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/mail2vks.wordpress.com/88/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/mail2vks.wordpress.com/88/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mail2vks.wordpress.com/88/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mail2vks.wordpress.com/88/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mail2vks.wordpress.com/88/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mail2vks.wordpress.com/88/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mail2vks.wordpress.com/88/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mail2vks.wordpress.com/88/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mail2vks.wordpress.com&amp;blog=516734&amp;post=88&amp;subd=mail2vks&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://mail2vks.wordpress.com/2009/04/05/jax-ws-tomcat-55/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/cda2fbe8212ea4a9698914db970c1886?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Vivek</media:title>
		</media:content>
	</item>
		<item>
		<title>Almost clocked 25k on my bike</title>
		<link>http://mail2vks.wordpress.com/2009/03/21/almost-clocked-25k-on-my-bike/</link>
		<comments>http://mail2vks.wordpress.com/2009/03/21/almost-clocked-25k-on-my-bike/#comments</comments>
		<pubDate>Sat, 21 Mar 2009 16:33:45 +0000</pubDate>
		<dc:creator>Vivek</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://mail2vks.wordpress.com/2009/03/21/almost-clocked-25k-on-my-bike/</guid>
		<description><![CDATA[I reached home and I was hoping that u would have completed silver jubilee riding my bike. That was not the case. Here is the reading.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mail2vks.wordpress.com&amp;blog=516734&amp;post=84&amp;subd=mail2vks&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I reached home and I was hoping that u would have completed silver jubilee riding my bike. That was not the case. Here is the reading.</p>
<p><img src="http://mail2vks.files.wordpress.com/2009/03/reading.jpg?w=497&#038;h=662" alt="reading" title="reading" width="497" height="662" class="alignnone size-full wp-image-85" /></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mail2vks.wordpress.com/84/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mail2vks.wordpress.com/84/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mail2vks.wordpress.com/84/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mail2vks.wordpress.com/84/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/mail2vks.wordpress.com/84/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/mail2vks.wordpress.com/84/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/mail2vks.wordpress.com/84/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/mail2vks.wordpress.com/84/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mail2vks.wordpress.com/84/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mail2vks.wordpress.com/84/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mail2vks.wordpress.com/84/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mail2vks.wordpress.com/84/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mail2vks.wordpress.com/84/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mail2vks.wordpress.com/84/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mail2vks.wordpress.com&amp;blog=516734&amp;post=84&amp;subd=mail2vks&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://mail2vks.wordpress.com/2009/03/21/almost-clocked-25k-on-my-bike/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/cda2fbe8212ea4a9698914db970c1886?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Vivek</media:title>
		</media:content>

		<media:content url="http://mail2vks.files.wordpress.com/2009/03/reading.jpg" medium="image">
			<media:title type="html">reading</media:title>
		</media:content>
	</item>
		<item>
		<title>Google Video and Chat on iphone treats iphone as Power PC Mac</title>
		<link>http://mail2vks.wordpress.com/2009/03/21/google-video-and-chat-on-iphone-treats-iphone-as-power-pc-mac/</link>
		<comments>http://mail2vks.wordpress.com/2009/03/21/google-video-and-chat-on-iphone-treats-iphone-as-power-pc-mac/#comments</comments>
		<pubDate>Sat, 21 Mar 2009 14:12:19 +0000</pubDate>
		<dc:creator>Vivek</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://mail2vks.wordpress.com/2009/03/21/google-video-and-chat-on-iphone-treats-iphone-as-power-pc-mac/</guid>
		<description><![CDATA[Gmail Video &#38; Chat treated my Iphone as Power PC. For once I am happy. I really want to own a Mac.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mail2vks.wordpress.com&amp;blog=516734&amp;post=82&amp;subd=mail2vks&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Gmail Video &amp; Chat treated my Iphone as Power PC. For once I am happy. I really want to own a Mac.</p>
<p><a href="http://mail2vks.files.wordpress.com/2009/03/p-480-320-e2421779-2f09-4a40-be57-6f28227ceec5.jpeg"><img src="http://mail2vks.files.wordpress.com/2009/03/p-480-320-e2421779-2f09-4a40-be57-6f28227ceec5.jpeg?w=497" alt=""   class="alignnone size-full wp-image-364" /></a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mail2vks.wordpress.com/82/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mail2vks.wordpress.com/82/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mail2vks.wordpress.com/82/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mail2vks.wordpress.com/82/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/mail2vks.wordpress.com/82/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/mail2vks.wordpress.com/82/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/mail2vks.wordpress.com/82/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/mail2vks.wordpress.com/82/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mail2vks.wordpress.com/82/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mail2vks.wordpress.com/82/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mail2vks.wordpress.com/82/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mail2vks.wordpress.com/82/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mail2vks.wordpress.com/82/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mail2vks.wordpress.com/82/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mail2vks.wordpress.com&amp;blog=516734&amp;post=82&amp;subd=mail2vks&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://mail2vks.wordpress.com/2009/03/21/google-video-and-chat-on-iphone-treats-iphone-as-power-pc-mac/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/cda2fbe8212ea4a9698914db970c1886?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Vivek</media:title>
		</media:content>

		<media:content url="http://mail2vks.files.wordpress.com/2009/03/p-480-320-e2421779-2f09-4a40-be57-6f28227ceec5.jpeg" medium="image" />
	</item>
		<item>
		<title>Junit ignore test cases, classes using @ignore</title>
		<link>http://mail2vks.wordpress.com/2008/12/16/junit-ignore-test-cases-classes-using-ignore/</link>
		<comments>http://mail2vks.wordpress.com/2008/12/16/junit-ignore-test-cases-classes-using-ignore/#comments</comments>
		<pubDate>Wed, 17 Dec 2008 11:11:25 +0000</pubDate>
		<dc:creator>Vivek</dc:creator>
				<category><![CDATA[Technical]]></category>
		<category><![CDATA[ignore interface]]></category>
		<category><![CDATA[junit]]></category>

		<guid isPermaLink="false">http://mail2vks.wordpress.com/?p=72</guid>
		<description><![CDATA[I am a huge fan of Junit 4.5. It is very simple in its approach and test cases are simpler than ever before. I liek the idea of embedding unit test cases within the same class. With junit 4.5 there needs to be a single @Test annotation before the method and thats what is required [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mail2vks.wordpress.com&amp;blog=516734&amp;post=72&amp;subd=mail2vks&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I am a huge fan of Junit 4.5. It is very simple in its approach and test cases are simpler than ever before. I liek the idea of embedding unit test cases within the same class. With junit 4.5 there needs to be a single @Test annotation before the method and thats what is required to run it as a junit test case. I use ant&#8217;s junit task to execute my tests. </p>
<p>Recently i ran into a small issue which was related to interfaces, abstract classes and classes with no junit tests present in the source directory. I had an option to include only test classes in a fileset but i preferred using batchtest, both are ant resource collections.</p>
<p>Ant will always return an error in these cases. I found a way around by using @ignore for all classes which ant junit should ignore. Anyone having a better way ?</p>
<p><pre class="brush: java;">

package com.vivek.design.patterns;

import org.junit.Ignore;

@Ignore(&quot;interface&quot;)

public interface FlyBehaviour {

void fly();

}

</pre><br />
Class above is from Head First Design Patterns</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mail2vks.wordpress.com/72/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mail2vks.wordpress.com/72/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mail2vks.wordpress.com/72/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mail2vks.wordpress.com/72/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/mail2vks.wordpress.com/72/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/mail2vks.wordpress.com/72/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/mail2vks.wordpress.com/72/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/mail2vks.wordpress.com/72/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mail2vks.wordpress.com/72/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mail2vks.wordpress.com/72/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mail2vks.wordpress.com/72/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mail2vks.wordpress.com/72/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mail2vks.wordpress.com/72/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mail2vks.wordpress.com/72/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mail2vks.wordpress.com&amp;blog=516734&amp;post=72&amp;subd=mail2vks&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://mail2vks.wordpress.com/2008/12/16/junit-ignore-test-cases-classes-using-ignore/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/cda2fbe8212ea4a9698914db970c1886?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Vivek</media:title>
		</media:content>
	</item>
		<item>
		<title>Accessing Oracle without Oracle Client Setup using Instant Client (Windows)</title>
		<link>http://mail2vks.wordpress.com/2008/10/09/oracle-instant-client/</link>
		<comments>http://mail2vks.wordpress.com/2008/10/09/oracle-instant-client/#comments</comments>
		<pubDate>Fri, 10 Oct 2008 10:47:44 +0000</pubDate>
		<dc:creator>Vivek</dc:creator>
				<category><![CDATA[Technical]]></category>
		<category><![CDATA[instant client]]></category>
		<category><![CDATA[oracle]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://mail2vks.wordpress.com/?p=61</guid>
		<description><![CDATA[Oracle Client Installation is required on machines from which access to Oracle Server is required. My work machine has only 1Gb of RAM and i run few more memory intensive applications on it. Currently i am using Oracle Instant Client instead of Oracle Client to access Oracle Database. Setup is minimal and if done in [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mail2vks.wordpress.com&amp;blog=516734&amp;post=61&amp;subd=mail2vks&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Oracle Client Installation is required on machines from which access to Oracle Server is required. My work machine has only 1Gb of RAM and i run few more memory intensive applications on it. Currently i am using Oracle Instant Client instead of Oracle Client to access Oracle Database. Setup is minimal and if done in order works fine.</p>
<p>Read more on Instant Client from <a title="Oracle Instant Client" href="http://www.oracle.com/technology/software/tech/oci/instantclient/htdocs/winsoft.html">Oracle&#8217;s Website</a>.</p>
<p>Now coming to setup.</p>
<p>Download Instant Client (<span class="parahead1">10.2.0.4</span>) from the link on website above. You will need to register for download if not already registered which i did not like. After download unzip folder in say C:\ and create a folder named oracle. Inside C:\oracle create a folder bin. Move all unzipped files inside bin folder.</p>
<p>Create a folder name network in C:\oracle. Inside C:\oracle\network create a folder named admin.</p>
<p>Create a new file called tnsnames.ora inside C:\oracle\network\admin.</p>
<p>Now there are 3 environment variables which need to be set:</p>
<p>Path=C:\oracle\bin (Add anywhere in Path)<br />
SQL_PATH=C:\oracle<br />
TNS_ADMIN=C:\oracle\network\admin</p>
<p>Fire up TOAD or Oracle SQL Developer and you should be able to connect to all schemas mentioned in tnsnames.ora</p>
<p>Instant Client is avalible for lot of platforms. I have written this post when using InstantClient on Windows XP.</p>
<p style="text-align:left;font-size:8pt;">Add to: <a title="Add to Facebook" href="http://www.facebook.com/sharer.php?u=http://mail2vks.wordpress.com/2008/10/09/oracle-instant-client" target="_blank">Facebook</a> | <a title="Add to Digg" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fmail2vks.wordpress.com%2F2008%2F10%2F09%2Foracle-instant-client&amp;title=Accessing%20Oracle%20without%20Oracle%20Client%20Setup%20using%20Instan..." target="_blank">Digg</a> | <a title="Add to Del.icio.us" href="http://del.icio.us/post?url=http%3A%2F%2Fmail2vks.wordpress.com%2F2008%2F10%2F09%2Foracle-instant-client&amp;title=Accessing%20Oracle%20without%20Oracle%20Client%20Setup%20using%20Instant%20Client%20(Windows)" target="_blank">Del.icio.us</a> | <a title="Add to Stumbleupon" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fmail2vks.wordpress.com%2F2008%2F10%2F09%2Foracle-instant-client&amp;title=Accessing%20Oracle%20without%20Oracle%20Client%20Setup%20using%20Instant%20Client%20(Windows)" target="_blank">Stumbleupon</a> | <a title="Add to Reddit" href="http://reddit.com/submit?url=http%3A%2F%2Fmail2vks.wordpress.com%2F2008%2F10%2F09%2Foracle-instant-client&amp;title=Accessing%20Oracle%20without%20Oracle%20Client%20Setup%20using%20Instant%20Client%20(Windows)" target="_blank">Reddit</a> | <a title="Add to Blinklist" href="http://www.blinklist.com/index.php?Action=Blink/addblink.php&amp;Description=&amp;Url=http%3A%2F%2Fmail2vks.wordpress.com%2F2008%2F10%2F09%2Foracle-instant-client&amp;Title=Accessing%20Oracle%20without%20Oracle%20Client%20Setup%20using%20Instant%20Client%20(Windows)" target="_blank">Blinklist</a> | <a title="Add to Twitter" href="http://twitter.com/home/?status=Accessing%20Oracle%20without%20Oracle%20Client%20Setup%20using%20Instant%20Client%20(Windows)+%40+http%3A%2F%2Fmail2vks.wordpress.com%2F2008%2F10%2F09%2Foracle-instant-client" target="_blank">Twitter</a> | <a title="Add to Technorati" href="http://www.technorati.com/faves?add=http%3A%2F%2Fmail2vks.wordpress.com%2F2008%2F10%2F09%2Foracle-instant-client" target="_blank">Technorati</a> | <a title="Add to Furl" href="http://www.furl.net/storeIt.jsp?u=http%3A%2F%2Fmail2vks.wordpress.com%2F2008%2F10%2F09%2Foracle-instant-client&amp;t=Accessing%20Oracle%20without%20Oracle%20Client%20Setup%20using%20Instant%20Client%20(Windows)" target="_blank">Furl</a> | <a title="Add to Newsvine" href="http://www.newsvine.com/_wine/save?u=http%3A%2F%2Fmail2vks.wordpress.com%2F2008%2F10%2F09%2Foracle-instant-client&amp;h=Accessing%20Oracle%20without%20Oracle%20Client%20Setup%20using%20Instant%20Client%20(Windows)" target="_blank">Newsvine</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mail2vks.wordpress.com/61/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mail2vks.wordpress.com/61/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mail2vks.wordpress.com/61/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mail2vks.wordpress.com/61/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/mail2vks.wordpress.com/61/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/mail2vks.wordpress.com/61/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/mail2vks.wordpress.com/61/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/mail2vks.wordpress.com/61/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mail2vks.wordpress.com/61/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mail2vks.wordpress.com/61/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mail2vks.wordpress.com/61/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mail2vks.wordpress.com/61/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mail2vks.wordpress.com/61/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mail2vks.wordpress.com/61/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mail2vks.wordpress.com&amp;blog=516734&amp;post=61&amp;subd=mail2vks&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://mail2vks.wordpress.com/2008/10/09/oracle-instant-client/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/cda2fbe8212ea4a9698914db970c1886?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Vivek</media:title>
		</media:content>
	</item>
		<item>
		<title>Windows Command Prompt Replacement</title>
		<link>http://mail2vks.wordpress.com/2008/09/21/windows-cmd-prompt-replacement/</link>
		<comments>http://mail2vks.wordpress.com/2008/09/21/windows-cmd-prompt-replacement/#comments</comments>
		<pubDate>Sun, 21 Sep 2008 12:35:28 +0000</pubDate>
		<dc:creator>Vivek</dc:creator>
				<category><![CDATA[Technical]]></category>
		<category><![CDATA[Command Line Replacement]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://mail2vks.wordpress.com/?p=51</guid>
		<description><![CDATA[MS Command Prompt is perhaps the most ignored application that comes with Windows. Well they launched Powershell but it is more targeted towards Administrators. I was searching for a Windows based command prompt replacement. Tried Console Beta from sourceforge but it turned out to be a memory hog.  These days i am using PowerCmd which [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mail2vks.wordpress.com&amp;blog=516734&amp;post=51&amp;subd=mail2vks&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>MS Command Prompt is perhaps the most ignored application that comes with Windows. Well they launched <a title="PowerShell" href="http://www.microsoft.com/windowsserver2003/technologies/management/powershell/default.mspx">Powershell</a> but it is more targeted towards Administrators. I was searching for a Windows based command prompt replacement. Tried <a title="Console Link" href="http://sourceforge.net/projects/console">Console</a> Beta from sourceforge but it turned out to be a memory hog. </p>
<p>These days i am using PowerCmd which is much neater and uses less memory. It did crash when i was using it and that did not kill the prcoess running in console. So i had to use Alt-Ctrl-Del to kill the process. <a title="PowerCmd Download" href="http://www.powercmd.com/">PowerCmd</a> comes with a tabbed interface and allows me to change fonts easily. User Interface is simple and self explaining. I can arrange console in predefined layouts. Copying and Pasting text is much easier. For long console message there is also option to turn Wordwrap on or off. I think default windows console should learn something from its unix counterpart.</p>
<p><a title="PowerCmd Download Link" href="http://www.powercmd.com/">Download Here</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mail2vks.wordpress.com/51/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mail2vks.wordpress.com/51/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mail2vks.wordpress.com/51/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mail2vks.wordpress.com/51/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/mail2vks.wordpress.com/51/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/mail2vks.wordpress.com/51/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/mail2vks.wordpress.com/51/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/mail2vks.wordpress.com/51/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mail2vks.wordpress.com/51/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mail2vks.wordpress.com/51/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mail2vks.wordpress.com/51/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mail2vks.wordpress.com/51/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mail2vks.wordpress.com/51/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mail2vks.wordpress.com/51/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mail2vks.wordpress.com&amp;blog=516734&amp;post=51&amp;subd=mail2vks&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://mail2vks.wordpress.com/2008/09/21/windows-cmd-prompt-replacement/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/cda2fbe8212ea4a9698914db970c1886?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Vivek</media:title>
		</media:content>
	</item>
		<item>
		<title>Java Search Class in Jar. Update &#8211; moved to Google Code</title>
		<link>http://mail2vks.wordpress.com/2008/09/20/java-search-class-in-jar/</link>
		<comments>http://mail2vks.wordpress.com/2008/09/20/java-search-class-in-jar/#comments</comments>
		<pubDate>Sat, 20 Sep 2008 18:28:45 +0000</pubDate>
		<dc:creator>Vivek</dc:creator>
				<category><![CDATA[Technical]]></category>
		<category><![CDATA[Jar Search]]></category>
		<category><![CDATA[Java]]></category>

		<guid isPermaLink="false">http://mail2vks.wordpress.com/?p=47</guid>
		<description><![CDATA[Working as a Java Developer and working across multiple projects there is one frequent error which i have encounterd is &#8220;Exception in thread "main" java.lang.NoClassDefFound Error:". The reason for this error is missing class file from the CLASSPATH. This sometimes becomes very frustrating when you have to search for missing class in a set of [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mail2vks.wordpress.com&amp;blog=516734&amp;post=47&amp;subd=mail2vks&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Working as a Java Developer and working across multiple projects there is one frequent error which i have encounterd is &#8220;<code>Exception in thread "main" java.lang.NoClassDefFound Error:"</code>. The reason for this error is missing class file from the CLASSPATH.</p>
<p>This sometimes becomes very frustrating when you have to search for missing class in a set of JAR files. To make it bit easier i have written a small java utility which searches for class file in all jar files present in a particular directory.</p>
<p>I am making it available for download below and also a sample of what it can do.</p>
<p>C:UtilsJar Search&gt;java -jar jarSearch.jar C:WorkJar WSDL2Java</p>
<p>Found WSDL2Java as org/apache/axis/wsdl/WSDL2Java.class in C:WorkJaraxis.jar</p>
<p>Time taken 0s</p>
<p><a title="Jar Search" href="http://cid-7cb8a7d744698d3f.skydrive.live.com/self.aspx/Public/Jar%20Search.zip">Download Here</a>.</p>
<p>Update: I have moved this project to Google Code. Any new downloads will be available from <a title="Google Code - Jar Search" href="http://code.google.com/p/classjarsearch/downloads/">here</a>. I have also updated utility to work with swt based gui. Please locate platform specific swt.jar from <a title="Eclipse 3.5 download site" href="http://download.eclipse.org/eclipse/downloads/drops/R-3.4-200806172000/index.php#swt">here</a> and put it in same folder as JarSearch.jar. Execute using &#8220;java -jar JarSearch.jar&#8221;</p>
<p style="text-align:left;font-size:8pt;">Add to: <a title="Add to Facebook" href="http://www.facebook.com/sharer.php?u=http://mail2vks.wordpress.com/2008/09/20/java-search-class-in-jar" target="_blank">Facebook</a> | <a title="Add to Digg" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fmail2vks.wordpress.com%2F2008%2F09%2F20%2Fjava-search-class-in-jar&amp;title=Java%20Search%20Class%20in%20Jar.%20Update%20-%20moved%20to%20Google%20Code" target="_blank">Digg</a> | <a title="Add to Del.icio.us" href="http://del.icio.us/post?url=http%3A%2F%2Fmail2vks.wordpress.com%2F2008%2F09%2F20%2Fjava-search-class-in-jar&amp;title=Java%20Search%20Class%20in%20Jar.%20Update%20-%20moved%20to%20Google%20Code" target="_blank">Del.icio.us</a> | <a title="Add to Stumbleupon" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fmail2vks.wordpress.com%2F2008%2F09%2F20%2Fjava-search-class-in-jar&amp;title=Java%20Search%20Class%20in%20Jar.%20Update%20-%20moved%20to%20Google%20Code" target="_blank">Stumbleupon</a> | <a title="Add to Reddit" href="http://reddit.com/submit?url=http%3A%2F%2Fmail2vks.wordpress.com%2F2008%2F09%2F20%2Fjava-search-class-in-jar&amp;title=Java%20Search%20Class%20in%20Jar.%20Update%20-%20moved%20to%20Google%20Code" target="_blank">Reddit</a> | <a title="Add to Blinklist" href="http://www.blinklist.com/index.php?Action=Blink/addblink.php&amp;Description=&amp;Url=http%3A%2F%2Fmail2vks.wordpress.com%2F2008%2F09%2F20%2Fjava-search-class-in-jar&amp;Title=Java%20Search%20Class%20in%20Jar.%20Update%20-%20moved%20to%20Google%20Code" target="_blank">Blinklist</a> | <a title="Add to Twitter" href="http://twitter.com/home/?status=Java%20Search%20Class%20in%20Jar.%20Update%20-%20moved%20to%20Google%20Code+%40+http%3A%2F%2Fmail2vks.wordpress.com%2F2008%2F09%2F20%2Fjava-search-class-in-jar" target="_blank">Twitter</a> | <a title="Add to Technorati" href="http://www.technorati.com/faves?add=http%3A%2F%2Fmail2vks.wordpress.com%2F2008%2F09%2F20%2Fjava-search-class-in-jar" target="_blank">Technorati</a> | <a title="Add to Furl" href="http://www.furl.net/storeIt.jsp?u=http%3A%2F%2Fmail2vks.wordpress.com%2F2008%2F09%2F20%2Fjava-search-class-in-jar&amp;t=Java%20Search%20Class%20in%20Jar.%20Update%20-%20moved%20to%20Google%20Code" target="_blank">Furl</a> | <a title="Add to Newsvine" href="http://www.newsvine.com/_wine/save?u=http%3A%2F%2Fmail2vks.wordpress.com%2F2008%2F09%2F20%2Fjava-search-class-in-jar&amp;h=Java%20Search%20Class%20in%20Jar.%20Update%20-%20moved%20to%20Google%20Code" target="_blank">Newsvine</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mail2vks.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mail2vks.wordpress.com/47/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mail2vks.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mail2vks.wordpress.com/47/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/mail2vks.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/mail2vks.wordpress.com/47/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/mail2vks.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/mail2vks.wordpress.com/47/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mail2vks.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mail2vks.wordpress.com/47/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mail2vks.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mail2vks.wordpress.com/47/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mail2vks.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mail2vks.wordpress.com/47/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mail2vks.wordpress.com&amp;blog=516734&amp;post=47&amp;subd=mail2vks&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://mail2vks.wordpress.com/2008/09/20/java-search-class-in-jar/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/cda2fbe8212ea4a9698914db970c1886?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Vivek</media:title>
		</media:content>
	</item>
		<item>
		<title>3 minutes in Google Chrome, Feel already at home</title>
		<link>http://mail2vks.wordpress.com/2008/09/02/3-minutes-in-google-chrome-feel-already-at-home/</link>
		<comments>http://mail2vks.wordpress.com/2008/09/02/3-minutes-in-google-chrome-feel-already-at-home/#comments</comments>
		<pubDate>Tue, 02 Sep 2008 19:37:56 +0000</pubDate>
		<dc:creator>Vivek</dc:creator>
				<category><![CDATA[Technical]]></category>
		<category><![CDATA[Browser]]></category>
		<category><![CDATA[Chrome]]></category>
		<category><![CDATA[Google]]></category>

		<guid isPermaLink="false">http://mail2vks.wordpress.com/?p=44</guid>
		<description><![CDATA[3 minutes before i downloaded Google Chrome and i am already at home. Built on top of webkit and mozilla components this is extremly light and simple. It imported all my bookmarks from Firefox immediately on startup. Since all tabs are individual processes, i opened few tabs and noticed the number of processes running. There [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mail2vks.wordpress.com&amp;blog=516734&amp;post=44&amp;subd=mail2vks&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>3 minutes before i downloaded <a title="Chrome" href="http://www.google.com/chrome">Google Chrome</a> and i am already at home. Built on top of webkit and mozilla components this is extremly light and simple. It imported all my bookmarks from Firefox immediately on startup. Since all tabs are individual processes, i opened few tabs and noticed the number of processes running. There is one extra process running in background as 3 tabs = 3 process + 1 more parent process. </p>
<div id="attachment_45" class="wp-caption aligncenter" style="width: 310px"><a href="http://mail2vks.files.wordpress.com/2008/09/chrome.jpg"><img class="size-medium wp-image-45" src="http://mail2vks.files.wordpress.com/2008/09/chrome.jpg?w=300&#038;h=187" alt="Chrome" width="300" height="187" /></a><p class="wp-caption-text">Chrome</p></div>
<p>Infact i am using Google Chrome to write this post. One good thing is the ability to import Firefox bookmarks again and again. Youtube plays well and there is absolutely no issue. I have not been able to crash this browser till now. I changes the default downloads location to Desktop instead of My Documents. Chrome also allows us to restore tabs from previous browsing sessions. Memeory footprint is not high, considering this is a beta release. </p>
<p>Best Feature is the ability to search from within the address bar. Though chrome allows adding a new search provider almost everyone will stick to the default one. Chrome website is offering only the installer which then uses Google Update to download core components.</p>
<p>Good Browser and friendly too.</p>
<p>Only one surprise : Comes with Vista Buttons <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/mail2vks.wordpress.com/44/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/mail2vks.wordpress.com/44/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mail2vks.wordpress.com/44/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mail2vks.wordpress.com/44/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mail2vks.wordpress.com/44/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mail2vks.wordpress.com/44/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/mail2vks.wordpress.com/44/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/mail2vks.wordpress.com/44/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/mail2vks.wordpress.com/44/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/mail2vks.wordpress.com/44/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mail2vks.wordpress.com/44/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mail2vks.wordpress.com/44/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mail2vks.wordpress.com/44/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mail2vks.wordpress.com/44/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mail2vks.wordpress.com/44/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mail2vks.wordpress.com/44/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mail2vks.wordpress.com&amp;blog=516734&amp;post=44&amp;subd=mail2vks&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://mail2vks.wordpress.com/2008/09/02/3-minutes-in-google-chrome-feel-already-at-home/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/cda2fbe8212ea4a9698914db970c1886?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Vivek</media:title>
		</media:content>

		<media:content url="http://mail2vks.files.wordpress.com/2008/09/chrome.jpg?w=300" medium="image">
			<media:title type="html">Chrome</media:title>
		</media:content>
	</item>
		<item>
		<title>How svn helped me fill my timesheets?</title>
		<link>http://mail2vks.wordpress.com/2008/08/30/svn-timesheets/</link>
		<comments>http://mail2vks.wordpress.com/2008/08/30/svn-timesheets/#comments</comments>
		<pubDate>Sat, 30 Aug 2008 18:31:39 +0000</pubDate>
		<dc:creator>Vivek</dc:creator>
				<category><![CDATA[Personal]]></category>

		<guid isPermaLink="false">http://mail2vks.wordpress.com/?p=38</guid>
		<description><![CDATA[As a software developer who work in services industry i have to regularly fill timesheets. These are used by management to understand and plot how much time one particular phase of project takes and also if some one is being really lazy. Recently i was so busy in my project delivery that i was unable [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mail2vks.wordpress.com&amp;blog=516734&amp;post=38&amp;subd=mail2vks&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>As a software developer who work in services industry i have to regularly fill timesheets. These are used by management to understand and plot how much time one particular phase of project takes and also if some one is being really lazy. Recently i was so busy in my project delivery that i was unable to file timesheets for  one complete month. Here comes my Manager on the last working day and asks for my complete timesheets for full month. 1hr to go for deadline. I had not written down what i have been doing all this month and had no idea how to fill timesheets. Rather than fill timesheets for Ctrl-C, V i decided i will fill what i had actually done.</p>
<p>Using TortoriseSVN i checked history for trunk and then filtered the logs using my user name and dates. After that i looked at the files i had checked in between those dates. I had added well formed comments during checkin. So noting modules in which files were checked-in and dates i was able to pin-point what exactly i had been doing on a particular date.</p>
<p>Well it wont work if you dont checkin any file on a day. One more simple way to maintain time logs personally is using a .txt and adding .LOG in first line. Opening txt file with Notepad or Textpad will add a timestamp of current opening time against which comments can be added like Completed module ABC.</p>
<p align="center"><a href="http://del.icio.us/post?url=http://mail2vks.wordpress.com/2008/08/30/svn-timesheets;title=How svn helped me fill my timesheets?"><img src="http://sunburntkamel.files.wordpress.com/2006/11/delicious.gif?w=497" alt="add to del.icio.us" /></a> <a href="http://www.blinklist.com/index.php?Action=Blink/addblink.php&amp;Description=&amp;Url=http://mail2vks.wordpress.com/2008/08/30/svn-timesheets;Title=How svn helped me fill my timesheets?"><img src="http://sunburntkamel.files.wordpress.com/2006/11/blinklist.gif?w=497" alt="Add to Blinkslist" /></a> <a href="http://www.furl.net/storeIt.jsp?u=http://mail2vks.wordpress.com/2008/08/30/svn-timesheets;t=How svn helped me fill my timesheets?"><img src="http://sunburntkamel.files.wordpress.com/2006/11/furl.gif?w=497" alt="add to furl" /></a> <a href="http://digg.com/submit?phase=2&amp;url=http://mail2vks.wordpress.com/2008/08/30/svn-timesheets"><img src="http://sunburntkamel.files.wordpress.com/2006/11/digg.gif?w=497" alt="Digg it" /></a> <a href="http://ma.gnolia.com/bookmarklet/add?url=http://mail2vks.wordpress.com/2008/08/30/svn-timesheets;title=How svn helped me fill my timesheets?"><img src="http://sunburntkamel.files.wordpress.com/2006/11/magnolia.gif?w=497" alt="add to ma.gnolia" /></a> <a href="http://www.stumbleupon.com/submit?url=http://mail2vks.wordpress.com/2008/08/30/svn-timesheets&amp;title=How svn helped me fill my timesheets?"><img src="http://sunburntkamel.files.wordpress.com/2006/11/stumbleit.gif?w=497" alt="Stumble It!" /></a> <a href="http://www.simpy.com/simpy/LinkAdd.do?url=http://mail2vks.wordpress.com/2008/08/30/svn-timesheets;title=How svn helped me fill my timesheets?"><img src="http://sunburntkamel.files.wordpress.com/2006/11/simpy.png?w=497" alt="add to simpy" /></a> <a href="http://www.newsvine.com/_tools/seed&amp;save?url=http://mail2vks.wordpress.com/2008/08/30/svn-timesheets;title=How svn helped me fill my timesheets?"><img src="http://sunburntkamel.files.wordpress.com/2006/11/newsvine.gif?w=497" alt="seed the vine" /></a> <a href="http://reddit.com/submit?url=http://mail2vks.wordpress.com/2008/08/30/svn-timesheets;title=How svn helped me fill my timesheets?"><img src="http://sunburntkamel.files.wordpress.com/2006/11/reddit.gif?w=497" alt="" /></a> <a href="http://cgi.fark.com/cgi/fark/edit.pl?new_url=http://mail2vks.wordpress.com/2008/08/30/svn-timesheets;new_comment=How svn helped me fill my timesheets?"><img src="http://sunburntkamel.files.wordpress.com/2006/11/fark.png?w=497" alt="" /></a> <a title="TailRank" href="http://tailrank.com/share/?text=&amp;link_href=http://mail2vks.wordpress.com/2008/08/30/svn-timesheets&amp;title=How svn helped me fill my timesheets?"><img src="http://sunburntkamel.files.wordpress.com/2006/11/tailrank.gif?w=497" alt="TailRank" /></a> <a href="http://www.facebook.com/sharer.php?u=http://mail2vks.wordpress.com/2008/08/30/svn-timesheets&amp;t=How svn helped me fill my timesheets?"><img src="http://sunburntkamel.files.wordpress.com/2008/02/facebookcom.gif?w=497" alt="post to facebook" /></a></p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/mail2vks.wordpress.com/38/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/mail2vks.wordpress.com/38/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mail2vks.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mail2vks.wordpress.com/38/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mail2vks.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mail2vks.wordpress.com/38/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/mail2vks.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/mail2vks.wordpress.com/38/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/mail2vks.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/mail2vks.wordpress.com/38/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mail2vks.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mail2vks.wordpress.com/38/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mail2vks.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mail2vks.wordpress.com/38/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mail2vks.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mail2vks.wordpress.com/38/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mail2vks.wordpress.com&amp;blog=516734&amp;post=38&amp;subd=mail2vks&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://mail2vks.wordpress.com/2008/08/30/svn-timesheets/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/cda2fbe8212ea4a9698914db970c1886?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Vivek</media:title>
		</media:content>

		<media:content url="http://sunburntkamel.files.wordpress.com/2006/11/delicious.gif" medium="image">
			<media:title type="html">add to del.icio.us</media:title>
		</media:content>

		<media:content url="http://sunburntkamel.files.wordpress.com/2006/11/blinklist.gif" medium="image">
			<media:title type="html">Add to Blinkslist</media:title>
		</media:content>

		<media:content url="http://sunburntkamel.files.wordpress.com/2006/11/furl.gif" medium="image">
			<media:title type="html">add to furl</media:title>
		</media:content>

		<media:content url="http://sunburntkamel.files.wordpress.com/2006/11/digg.gif" medium="image">
			<media:title type="html">Digg it</media:title>
		</media:content>

		<media:content url="http://sunburntkamel.files.wordpress.com/2006/11/magnolia.gif" medium="image">
			<media:title type="html">add to ma.gnolia</media:title>
		</media:content>

		<media:content url="http://sunburntkamel.files.wordpress.com/2006/11/stumbleit.gif" medium="image">
			<media:title type="html">Stumble It!</media:title>
		</media:content>

		<media:content url="http://sunburntkamel.files.wordpress.com/2006/11/simpy.png" medium="image">
			<media:title type="html">add to simpy</media:title>
		</media:content>

		<media:content url="http://sunburntkamel.files.wordpress.com/2006/11/newsvine.gif" medium="image">
			<media:title type="html">seed the vine</media:title>
		</media:content>

		<media:content url="http://sunburntkamel.files.wordpress.com/2006/11/reddit.gif" medium="image" />

		<media:content url="http://sunburntkamel.files.wordpress.com/2006/11/fark.png" medium="image" />

		<media:content url="http://sunburntkamel.files.wordpress.com/2006/11/tailrank.gif" medium="image">
			<media:title type="html">TailRank</media:title>
		</media:content>

		<media:content url="http://sunburntkamel.files.wordpress.com/2008/02/facebookcom.gif" medium="image">
			<media:title type="html">post to facebook</media:title>
		</media:content>
	</item>
		<item>
		<title>WinPwn or Ziphone ?</title>
		<link>http://mail2vks.wordpress.com/2008/08/05/winpwn-or-ziphone/</link>
		<comments>http://mail2vks.wordpress.com/2008/08/05/winpwn-or-ziphone/#comments</comments>
		<pubDate>Tue, 05 Aug 2008 23:34:21 +0000</pubDate>
		<dc:creator>Vivek</dc:creator>
				<category><![CDATA[Technical]]></category>

		<guid isPermaLink="false">http://mail2vks.wordpress.com/?p=32</guid>
		<description><![CDATA[These days i am torn between my urge to use WinPwn or wait for next release of Ziphone from Zibri. I had used Ziphone 3.0 eariler to be applied on my 1.1.4 iphone. The process then was really a breeze and my phone was unlocked within 5 minutes. With the release of iphone 2.0 SDK [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mail2vks.wordpress.com&amp;blog=516734&amp;post=32&amp;subd=mail2vks&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>These days i am torn between my urge to use <a href="http://winpwn.com/index.php/Main_Page" target="_blank">WinPwn</a> or wait for next release of <a href="http://www.ziphone.org/" target="_blank">Ziphone</a> from Zibri. I had used Ziphone 3.0 eariler to be applied on my 1.1.4 iphone. The process then was really a breeze and my phone was unlocked within 5 minutes. With the release of iphone 2.0 SDK apple has applied more control measures around the software. With help from keys published by Zibri, it seems that winpwn team has been successful in developing iphone 2.0 unlocking. This process as of today is not entirely bug free and 100% perfect. Winpwn team is also planning to push winpwn 2.5 in August, 08 which promises to be much simpler and bug free. Ask me i really want to use Ziphone&#8217;s next release and this time i am going to donate to him. His work has been exceptional and he must be given recogonition for the same.</p>
<p><strong>Updated:</strong> I have subscribed to<a href="http://feeds.feedburner.com/ziphone_status"> Ziphone Status</a> and i check it at least once daily. I am paitiently waiting for Ziphone though i am excited to apply WinPwn. The only reason pushing me for WinPwn is the huge number of free apps available in Apple Store. WordPress Iphone App is one of those.</p>
<p>Update : I unlocked my 2G Iphone using <a href="http://wikee.iphwn.org/">QuickPwn</a>. No issues till now. <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/mail2vks.wordpress.com/32/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/mail2vks.wordpress.com/32/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mail2vks.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mail2vks.wordpress.com/32/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mail2vks.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mail2vks.wordpress.com/32/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/mail2vks.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/mail2vks.wordpress.com/32/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/mail2vks.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/mail2vks.wordpress.com/32/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mail2vks.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mail2vks.wordpress.com/32/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mail2vks.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mail2vks.wordpress.com/32/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mail2vks.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mail2vks.wordpress.com/32/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mail2vks.wordpress.com&amp;blog=516734&amp;post=32&amp;subd=mail2vks&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://mail2vks.wordpress.com/2008/08/05/winpwn-or-ziphone/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/cda2fbe8212ea4a9698914db970c1886?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Vivek</media:title>
		</media:content>
	</item>
		<item>
		<title>lazy me</title>
		<link>http://mail2vks.wordpress.com/2008/06/06/lazy-me/</link>
		<comments>http://mail2vks.wordpress.com/2008/06/06/lazy-me/#comments</comments>
		<pubDate>Sat, 07 Jun 2008 09:13:57 +0000</pubDate>
		<dc:creator>Vivek</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[blah]]></category>

		<guid isPermaLink="false">http://mail2vks.wordpress.com/?p=30</guid>
		<description><![CDATA[this is the second time i am writing a post like this. I have away from wordpress for a long time and it was blog of one of my friend in wordpress which reminded that i have not done anything for last few months. I had almost forgotten my password. lot has changed; i have [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mail2vks.wordpress.com&amp;blog=516734&amp;post=30&amp;subd=mail2vks&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>this is the second time i am writing a post like this. I have away from wordpress for a long time and it was blog of one of my friend in wordpress which reminded that i have not done anything for last few months. I had almost forgotten my password. lot has changed; i have been away from home, missing India and been busy with work.</p>
<p>lazy me.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/mail2vks.wordpress.com/30/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/mail2vks.wordpress.com/30/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mail2vks.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mail2vks.wordpress.com/30/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mail2vks.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mail2vks.wordpress.com/30/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/mail2vks.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/mail2vks.wordpress.com/30/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/mail2vks.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/mail2vks.wordpress.com/30/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mail2vks.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mail2vks.wordpress.com/30/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mail2vks.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mail2vks.wordpress.com/30/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mail2vks.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mail2vks.wordpress.com/30/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mail2vks.wordpress.com&amp;blog=516734&amp;post=30&amp;subd=mail2vks&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://mail2vks.wordpress.com/2008/06/06/lazy-me/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/cda2fbe8212ea4a9698914db970c1886?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Vivek</media:title>
		</media:content>
	</item>
		<item>
		<title>Elephants vs Mouse</title>
		<link>http://mail2vks.wordpress.com/2007/12/07/elephants-vs-mouse/</link>
		<comments>http://mail2vks.wordpress.com/2007/12/07/elephants-vs-mouse/#comments</comments>
		<pubDate>Thu, 06 Dec 2007 22:09:28 +0000</pubDate>
		<dc:creator>Vivek</dc:creator>
				<category><![CDATA[Humour]]></category>

		<guid isPermaLink="false">http://mail2vks.wordpress.com/2007/12/07/elephants-vs-mouse/</guid>
		<description><![CDATA[Mythbuster&#8217;s is a show aired on discovery in which 2 people try to find reality behind myths. Here they unravel mystery behind a famous one : Are elephants afraid of Mouse?<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mail2vks.wordpress.com&amp;blog=516734&amp;post=29&amp;subd=mail2vks&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Mythbuster&#8217;s is a show aired on discovery in which 2 people try to find reality behind myths. Here they unravel mystery behind a famous one : Are elephants afraid of Mouse?</p>
<object width="425" height="334"><param name="movie" value="http://www.dailymotion.com/swf/"></param><param name="allowfullscreen" value="true"></param><param name="wmode" value="opaque"></param><embed src="http://www.dailymotion.com/swf/4lQS6FqmKAOw3p5vk" width="425" height="334" allowfullscreen="true" wmode="opaque"></embed></object>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/mail2vks.wordpress.com/29/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/mail2vks.wordpress.com/29/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mail2vks.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mail2vks.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mail2vks.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mail2vks.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/mail2vks.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/mail2vks.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/mail2vks.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/mail2vks.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mail2vks.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mail2vks.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mail2vks.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mail2vks.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mail2vks.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mail2vks.wordpress.com/29/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mail2vks.wordpress.com&amp;blog=516734&amp;post=29&amp;subd=mail2vks&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://mail2vks.wordpress.com/2007/12/07/elephants-vs-mouse/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/cda2fbe8212ea4a9698914db970c1886?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Vivek</media:title>
		</media:content>
	</item>
		<item>
		<title>Funny Prank on Telemarketer</title>
		<link>http://mail2vks.wordpress.com/2007/11/17/funny-prank-on-telemarketer/</link>
		<comments>http://mail2vks.wordpress.com/2007/11/17/funny-prank-on-telemarketer/#comments</comments>
		<pubDate>Sat, 17 Nov 2007 00:10:21 +0000</pubDate>
		<dc:creator>Vivek</dc:creator>
				<category><![CDATA[Funny]]></category>

		<guid isPermaLink="false">http://mail2vks.wordpress.com/2007/11/17/funny-prank-on-telemarketer/</guid>
		<description><![CDATA[While stumbling on web I came across this funny conversation which really put a sales guy on phone is same position when we get a call during a meeting or bad times in a day. Wish we could do something like this in India<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mail2vks.wordpress.com&amp;blog=516734&amp;post=28&amp;subd=mail2vks&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>While stumbling on web I came across this funny conversation which really put a sales guy on phone is same position when we get a call during a meeting or bad times in a day.</p>
<p class="wlWriterSmartContent" style="display:inline;margin:0;padding:0;"><span style="text-align:center; display: block;"><a href="http://mail2vks.wordpress.com/2007/11/17/funny-prank-on-telemarketer/"><img src="http://img.youtube.com/vi/J5z4Vs26-TI/2.jpg" alt="" /></a></span></p>
<p>Wish we could do something like this in India</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/mail2vks.wordpress.com/28/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/mail2vks.wordpress.com/28/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mail2vks.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mail2vks.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mail2vks.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mail2vks.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/mail2vks.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/mail2vks.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/mail2vks.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/mail2vks.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mail2vks.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mail2vks.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mail2vks.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mail2vks.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mail2vks.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mail2vks.wordpress.com/28/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mail2vks.wordpress.com&amp;blog=516734&amp;post=28&amp;subd=mail2vks&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://mail2vks.wordpress.com/2007/11/17/funny-prank-on-telemarketer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/cda2fbe8212ea4a9698914db970c1886?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Vivek</media:title>
		</media:content>
	</item>
	</channel>
</rss>
