<?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>Amit Misra&#039;s Blog</title>
	<atom:link href="http://amitmisra.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://amitmisra.wordpress.com</link>
	<description>Just another WordPress.com weblog</description>
	<lastBuildDate>Mon, 09 Jan 2012 23:57:41 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='amitmisra.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Amit Misra&#039;s Blog</title>
		<link>http://amitmisra.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://amitmisra.wordpress.com/osd.xml" title="Amit Misra&#039;s Blog" />
	<atom:link rel='hub' href='http://amitmisra.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Maven and GWT can live together</title>
		<link>http://amitmisra.wordpress.com/2010/06/18/maven-and-gwt-can-live-together/</link>
		<comments>http://amitmisra.wordpress.com/2010/06/18/maven-and-gwt-can-live-together/#comments</comments>
		<pubDate>Fri, 18 Jun 2010 23:50:01 +0000</pubDate>
		<dc:creator>amitmisra</dc:creator>
				<category><![CDATA[GWT]]></category>
		<category><![CDATA[gwt-maven-plugin]]></category>
		<category><![CDATA[maven]]></category>
		<category><![CDATA[2.1.0-m1]]></category>
		<category><![CDATA[eclipse]]></category>
		<category><![CDATA[gwt]]></category>

		<guid isPermaLink="false">http://amitmisra.wordpress.com/?p=27</guid>
		<description><![CDATA[I recently started working on a requirement where the UI was to be developed using GWT. Being a maven fan for quite sometime now, I started using gwt-maven-plugin to create a GWT maven plugin. And ofcourse everything was fine till the point I started adding external maven dependencies. GWT compile started complaining about the source [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=amitmisra.wordpress.com&amp;blog=10980419&amp;post=27&amp;subd=amitmisra&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I recently started working on a requirement where the UI was to be developed using GWT. Being a maven fan for quite sometime now, I started using <a href="http://mojo.codehaus.org/gwt-maven-plugin/">gwt-maven-plugin</a> to create a GWT maven plugin. And ofcourse everything was fine till the point I started adding external maven dependencies. GWT compile started complaining about the source not found for tons of classes. I googled around and find out the only way to get around the issue was to use GWT modules for external dependencies and inherit them in main GWT UI application. This approach works flawlessly if you are working with project created in Eclipse using the GWT web project wizard and other dependent projects are standard Eclipse Java project. This approach wasn&#8217;t supposed to work, as most of our applications or artifacts are maven based project. On further googling and downloading the source code of gwt-maven-plugin it turns out there is another version of gwt-maven-plugin available on svn repository of GWT project itself. It&#8217;s version is 1.3.1.google. Also there is another configuration that needs to be added in gwt-maven-plugin configuration namely &#8220;configureSourcesArtifacts&#8221; for all the dependencies you have source or is downloadable from the maven repository. You can find more detailed explanation of this configuration on the gwt-maven-plugin site under gwt:compile goal. Once you setup this configuration running mvn compile gwt:compile will be able to compile the GWT project for all permutations with ease.</p>
<p>Please contact me in case you need a sample pom file which I am using for my project.</p>
<p>Happy mavenizing GWT <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />  </p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/amitmisra.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/amitmisra.wordpress.com/27/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/amitmisra.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/amitmisra.wordpress.com/27/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/amitmisra.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/amitmisra.wordpress.com/27/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/amitmisra.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/amitmisra.wordpress.com/27/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/amitmisra.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/amitmisra.wordpress.com/27/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/amitmisra.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/amitmisra.wordpress.com/27/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/amitmisra.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/amitmisra.wordpress.com/27/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=amitmisra.wordpress.com&amp;blog=10980419&amp;post=27&amp;subd=amitmisra&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://amitmisra.wordpress.com/2010/06/18/maven-and-gwt-can-live-together/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		<georss:point>40.686531 -74.108070</georss:point>
		<geo:lat>40.686531</geo:lat>
		<geo:long>-74.108070</geo:long>
		<media:content url="http://1.gravatar.com/avatar/5b92f6d31dc116acc66b9f7cdffc0a30?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">amitmisra</media:title>
		</media:content>
	</item>
		<item>
		<title>Netbeans 6.8 UML support</title>
		<link>http://amitmisra.wordpress.com/2010/01/30/netbeans-6-8-uml-support/</link>
		<comments>http://amitmisra.wordpress.com/2010/01/30/netbeans-6-8-uml-support/#comments</comments>
		<pubDate>Sat, 30 Jan 2010 05:25:16 +0000</pubDate>
		<dc:creator>amitmisra</dc:creator>
				<category><![CDATA[UML]]></category>
		<category><![CDATA[metbeans 6.8]]></category>
		<category><![CDATA[netbeans]]></category>
		<category><![CDATA[uml2]]></category>

		<guid isPermaLink="false">http://amitmisra.wordpress.com/2010/01/30/netbeans-6-8-uml-support/</guid>
		<description><![CDATA[Netbeans has been gaining a lot of popularity over last decade or so and definitely has become forerunner in becoming número UNO in open source development community specially for Java and JEE. I have been following Netbeans release since 6.x and one of the feature that I really liked was the UML/UML2 diagrams, code generation [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=amitmisra.wordpress.com&amp;blog=10980419&amp;post=19&amp;subd=amitmisra&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Netbeans has been gaining a lot of popularity over last decade or so and definitely has become forerunner in becoming número UNO in open source development community specially for Java and JEE.</p>
<p>I have been following Netbeans release since 6.x and one of the feature that I really liked was the UML/UML2 diagrams, code generation and reverse engineering. This plugin stayed with the distribution for quite sometime but for some reason this plugin is not supported in the latest release 6.8. </p>
<p>What does that mean to you or me?<br />
Well if you like traditional way of building apps where you first design and then use netbeans to generate the code for you, you are doomed. No longer would your existing uml projects open up, you would not be able to forward or reverse engineer code from/to model. </p>
<p>There is a plugin which Netbeans recommend for UML modelling but if you like the native UI of netebans UML then once again you are doomed.</p>
<p>I wanted to have same UML plugin to work with and the good news I was able to find a workaround which works like a charm. I had two installations of netbeans 6.8 and 6.7 which did suported the UML model projects. All I had to do was copy the &#8220;uml&#8221; folder from the netbeans 6.7 install directory to 6.8 install directory and voilà I could now create uml projects in 6.8 and open existing uml projects in 6.8 IDE. </p>
<p>Happy modelling.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/amitmisra.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/amitmisra.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/amitmisra.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/amitmisra.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/amitmisra.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/amitmisra.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/amitmisra.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/amitmisra.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/amitmisra.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/amitmisra.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/amitmisra.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/amitmisra.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/amitmisra.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/amitmisra.wordpress.com/19/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=amitmisra.wordpress.com&amp;blog=10980419&amp;post=19&amp;subd=amitmisra&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://amitmisra.wordpress.com/2010/01/30/netbeans-6-8-uml-support/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/5b92f6d31dc116acc66b9f7cdffc0a30?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">amitmisra</media:title>
		</media:content>
	</item>
		<item>
		<title>JPA2 Junit4 testing with HSQLDB as in-memory database</title>
		<link>http://amitmisra.wordpress.com/2010/01/25/jpa2-junit4-testing-with-hsqldb-as-in-memory-database/</link>
		<comments>http://amitmisra.wordpress.com/2010/01/25/jpa2-junit4-testing-with-hsqldb-as-in-memory-database/#comments</comments>
		<pubDate>Mon, 25 Jan 2010 06:49:24 +0000</pubDate>
		<dc:creator>amitmisra</dc:creator>
				<category><![CDATA[JEE]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[hsqldb]]></category>
		<category><![CDATA[im-memory]]></category>
		<category><![CDATA[jpa]]></category>
		<category><![CDATA[Junit4]]></category>
		<category><![CDATA[maven]]></category>

		<guid isPermaLink="false">http://amitmisra.wordpress.com/?p=16</guid>
		<description><![CDATA[Followed the steps from this great article - http://antoniogoncalves.org/xwiki/bin/view/Article/TestingJPA Only issue is that this article uses EclipseLink instead of hibernate implementation of JPA. If you are using Netbeans 6.8 and you generated the pom file for the project, please perform the following steps - 1. Comment out the following dependency javax javaee-api 6.0 provided or [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=amitmisra.wordpress.com&amp;blog=10980419&amp;post=16&amp;subd=amitmisra&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Followed the steps from this great article -</p>
<div><a href="http://antoniogoncalves.org/xwiki/bin/view/Article/TestingJPA">http://antoniogoncalves.org/xwiki/bin/view/Article/TestingJPA</a></div>
<div></div>
<div></div>
<div>Only issue is that this article uses EclipseLink instead of hibernate implementation of JPA.</div>
<div></div>
<div></div>
<div>If you are using Netbeans 6.8 and you generated the pom file for the project, please perform the following steps -</div>
<div></div>
<div></div>
<div>1. Comment out the following dependency</div>
<div>
<div></div>
<div>javax</div>
<div>javaee-api</div>
<div>6.0</div>
<div>provided</div>
<div></div>
<div>or</div>
<div>
<div></div>
<div>javax</div>
<div>javaee-web-api</div>
<div>6.0</div>
<div>provided</div>
<div></div>
</div>
</div>
<div>(depending upon the type of project you created, web or ejb)</div>
<div></div>
<div></div>
<div>2. Add the following exclusion from hibernate-entitymanager artifact</div>
<div>
<div></div>
<div>org.hibernate</div>
<div>ejb3-persistence</div>
<div></div>
</div>
<div></div>
<div></div>
<div>3. For latest bean validation jsr add the following artifact</div>
<div>
<div></div>
<div>org.glassfish</div>
<div>bean-validator</div>
<div>3.0-JBoss-4.0.2_02</div>
<div></div>
<div>and for the persistence apis add the following dependency</div>
<div>
<div></div>
<div>javax.persistence</div>
<div>persistence-api</div>
<div>1.0</div>
<div></div>
<div></div>
<div></div>
<div>4. Comment out ejb3-persistence api artifact</div>
<div>
<div></div>
<div>org.hibernate</div>
<div>ejb3-persistence</div>
<div>1.0.1.GA</div>
<div></div>
<div></div>
<div></div>
<div>But of course you would have to add the test level dependency for HSQLDB and update the Junit version from old 3.8.2 to latest 4.5</div>
</div>
<div></div>
<div></div>
<div>Also for DBunit and dates keep this note handy</div>
</div>
</div>
<div>
<p><span style="font-size:x-small;">DbUnit use the JDBC escape formats for string representation.</span></p>
<table border="1">
<tbody>
<tr>
<th>Type</th>
<th>Format</th>
</tr>
<tr>
<td><span style="font-size:x-small;">DATE</span></td>
<td><span style="font-size:x-small;">yyyy-mm-dd</span></td>
</tr>
<tr>
<td><span style="font-size:x-small;">TIME</span></td>
<td><span style="font-size:x-small;">hh:mm:ss</span></td>
</tr>
<tr>
<td><span style="font-size:x-small;">TIMESTAMP</span></td>
<td><span style="font-size:x-small;">yyyy-mm-dd hh:mm:ss.fffffffff</span></td>
</tr>
</tbody>
</table>
</div>
<div>Happy Testing</div>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/amitmisra.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/amitmisra.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/amitmisra.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/amitmisra.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/amitmisra.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/amitmisra.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/amitmisra.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/amitmisra.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/amitmisra.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/amitmisra.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/amitmisra.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/amitmisra.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/amitmisra.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/amitmisra.wordpress.com/16/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=amitmisra.wordpress.com&amp;blog=10980419&amp;post=16&amp;subd=amitmisra&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://amitmisra.wordpress.com/2010/01/25/jpa2-junit4-testing-with-hsqldb-as-in-memory-database/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/5b92f6d31dc116acc66b9f7cdffc0a30?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">amitmisra</media:title>
		</media:content>
	</item>
		<item>
		<title>Too Express or not too express</title>
		<link>http://amitmisra.wordpress.com/2009/12/18/too-express-or-not-too-express/</link>
		<comments>http://amitmisra.wordpress.com/2009/12/18/too-express-or-not-too-express/#comments</comments>
		<pubDate>Fri, 18 Dec 2009 13:15:23 +0000</pubDate>
		<dc:creator>amitmisra</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[airport]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[express]]></category>
		<category><![CDATA[wireless]]></category>

		<guid isPermaLink="false">http://amitmisra.wordpress.com/2009/12/18/too-express-or-not-too-express/</guid>
		<description><![CDATA[I have been a fan of apple products since my first stint with the first edition of IPod way back in 2005. Recently I have been debating with myslef to setup wireless network for all my devices including two HP laptops and recently purchased two IPhones using either Airport Express/Extreme or a standard linksys or [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=amitmisra.wordpress.com&amp;blog=10980419&amp;post=6&amp;subd=amitmisra&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I have been a fan of apple products since my first stint with the first edition of IPod way back in 2005. Recently I have been debating with myslef to setup wireless network for all my devices including two HP laptops and recently purchased two IPhones using either Airport Express/Extreme or a standard linksys or dlink router. Thinking that nothing could go wrong with any of the options I thought of going with Apple Express. The manual says you can setup a wireless network with ease. Belive me it WASN&#8217;T. And before I say anything bad about the product I must say this once you have it working you will not regret your descison. Depending upon what problem you have with the initial setup the solution can be different but here I am going to discuss the issue I had and I belive most of the people had (atleast from the reviews on Amazon) is the setting up your new wireless connection which is a pain in the butt. According to the manual you should connect all your wires to the Express before using the Airport Utility. Having done that I thought creating the network should not take long. Actually it shouldn&#8217;t have if Apple moved one line from there manual on page 32 to 12. Instead of keeping your DSL powered on while you connect your wires to Express you should power off your DSL modem connect wires to your Express, power on your Express, wait for around 10 seconds and power up your DSL modem. Instead of seeing cool flashing amber light you will see annoying solid green light indicating your Express was able to connect to internet and now you can setup your wireless in express mode. And you will be on board with your Express.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/amitmisra.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/amitmisra.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/amitmisra.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/amitmisra.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/amitmisra.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/amitmisra.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/amitmisra.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/amitmisra.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/amitmisra.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/amitmisra.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/amitmisra.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/amitmisra.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/amitmisra.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/amitmisra.wordpress.com/6/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=amitmisra.wordpress.com&amp;blog=10980419&amp;post=6&amp;subd=amitmisra&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://amitmisra.wordpress.com/2009/12/18/too-express-or-not-too-express/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/5b92f6d31dc116acc66b9f7cdffc0a30?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">amitmisra</media:title>
		</media:content>
	</item>
		<item>
		<title>Do people relate &#8220;out of the box&#8221; with java</title>
		<link>http://amitmisra.wordpress.com/2009/12/16/hello-world/</link>
		<comments>http://amitmisra.wordpress.com/2009/12/16/hello-world/#comments</comments>
		<pubDate>Wed, 16 Dec 2009 06:49:15 +0000</pubDate>
		<dc:creator>amitmisra</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[jboss]]></category>
		<category><![CDATA[jsf]]></category>
		<category><![CDATA[mojarra]]></category>
		<category><![CDATA[netbeans]]></category>

		<guid isPermaLink="false">http://amitmisra.wordpress.com/2009/12/16/hello-world/</guid>
		<description><![CDATA[I don&#8217;t why but I thought it will be a fun little excercise to develop a &#8220;Hello world&#8221; application using jsf2, code name Mojarra. Since most of my current development is on Jboss AS, I thought I would use it as my app container. Nothing to fancy. Since I was in the mood of experimentations [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=amitmisra.wordpress.com&amp;blog=10980419&amp;post=1&amp;subd=amitmisra&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I don&#8217;t why but I thought it will be a fun little excercise to develop a &#8220;Hello world&#8221; application using jsf2, code name Mojarra. Since most of my current development is on Jboss AS, I thought I would use it as my app container. Nothing to fancy. Since I was in the mood of experimentations I thouht I would use Netbeans instead of regular Eclipse. I set my app server on Netbeans ran the wizard to create a web project using jsf framework. So far so good. Right after that nothing worked. Deployment of a the war failed on number of occassions no matter what configurations I tweaked. Changed jsf libraries to use latest mojarra libraries, used the same libraries with netbeans project (new project). I even went back to my favorite IDE Eclipse and as you might have guessed that didn&#8217;t help either. Don&#8217;t get me wrong here I am a hard core java/jee developer and I do know my environment quite well. This post I guess is more of a frustration that working on such a powerful programming language and platform requires so much of tweaking of things all over the place starting from IDE to the app container.<br />
I will keep posting my findings until I have found a solution for creating a &#8220;Hello World&#8221; application.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/amitmisra.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/amitmisra.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/amitmisra.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/amitmisra.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/amitmisra.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/amitmisra.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/amitmisra.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/amitmisra.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/amitmisra.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/amitmisra.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/amitmisra.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/amitmisra.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/amitmisra.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/amitmisra.wordpress.com/1/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=amitmisra.wordpress.com&amp;blog=10980419&amp;post=1&amp;subd=amitmisra&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://amitmisra.wordpress.com/2009/12/16/hello-world/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/5b92f6d31dc116acc66b9f7cdffc0a30?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">amitmisra</media:title>
		</media:content>
	</item>
	</channel>
</rss>
