<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>Random Thoughts on Software</title>
	
	<link>http://javidjamae.com</link>
	<description>Javid Jamae's thoughts on Java, software, and other random things</description>
	<pubDate>Tue, 19 May 2009 05:21:13 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.feedburner.com/javidjamae" type="application/rss+xml" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com" /><item>
		<title>Apache Maven: Creating a Basic Web Application (Screencast)</title>
		<link>http://feedproxy.google.com/~r/javidjamae/~3/yUYNFU8P49w/</link>
		<comments>http://javidjamae.com/2009/05/19/maven-creating-a-basic-web-application-screencast/#comments</comments>
		<pubDate>Tue, 19 May 2009 05:09:52 +0000</pubDate>
		<dc:creator>Jamae Javid</dc:creator>
		
		<category><![CDATA[headline]]></category>

		<category><![CDATA[maven]]></category>

		<category><![CDATA[screencast]]></category>

		<category><![CDATA[apache]]></category>

		<category><![CDATA[build]]></category>

		<category><![CDATA[servlet]]></category>

		<guid isPermaLink="false">http://javidjamae.com/?p=377</guid>
		<description><![CDATA[In this Web Application you'll learn how to gernate a basic web application and run it inside of the Tomcat web container. You'll explore the file structure and pom file for a web application, learn how to import the Servlet API into your project, and how to add resource files to your source code.]]></description>
			<content:encoded><![CDATA[<p><img src="http://javidjamae.com/wp-content/plugins/flash-video-player/default_video_player.gif" /></p>
<p><em>Note: Click on the full-screen button in the player when watching the screencast.</em></p>
<p>In this screencast on Apache Maven, you&#8217;ll learn how to gernate a basic web application and run it inside of the Tomcat web container. You&#8217;ll explore the file structure and pom file for a web application, learn how to import the Servlet API into your project, and how to add resource files to your source code.</p>
<p>You can find all of my screencasts on my <a href="http://javidjamae.com/screencasts/">Screencasts page</a> which is linked off the top-level navigation for the site.</p>

<!-- start wp-tags-to-technorati 1.01 -->

<p class='technorati-tags'>Technorati Tags: <a class='technorati-link' href='http://technorati.com/tag/apache' rel='tag' target='_self'>apache</a>, <a class='technorati-link' href='http://technorati.com/tag/build' rel='tag' target='_self'>build</a>, <a class='technorati-link' href='http://technorati.com/tag/maven' rel='tag' target='_self'>maven</a>, <a class='technorati-link' href='http://technorati.com/tag/screencast' rel='tag' target='_self'>screencast</a>, <a class='technorati-link' href='http://technorati.com/tag/servlet' rel='tag' target='_self'>servlet</a></p>

<!-- end wp-tags-to-technorati -->
<img src="http://feeds.feedburner.com/~r/javidjamae/~4/yUYNFU8P49w" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://javidjamae.com/2009/05/19/maven-creating-a-basic-web-application-screencast/feed/</wfw:commentRss>
		<feedburner:origLink>http://javidjamae.com/2009/05/19/maven-creating-a-basic-web-application-screencast/</feedburner:origLink></item>
		<item>
		<title>Maven Dependency and Repository Basics (Screencast)</title>
		<link>http://feedproxy.google.com/~r/javidjamae/~3/2SBh-WJcw_8/</link>
		<comments>http://javidjamae.com/2009/04/15/maven-dependency-and-repository-basics-screencast/#comments</comments>
		<pubDate>Wed, 15 Apr 2009 06:01:36 +0000</pubDate>
		<dc:creator>Jamae Javid</dc:creator>
		
		<category><![CDATA[headline]]></category>

		<category><![CDATA[maven]]></category>

		<category><![CDATA[screencast]]></category>

		<category><![CDATA[apache]]></category>

		<category><![CDATA[build]]></category>

		<guid isPermaLink="false">http://javidjamae.com/?p=351</guid>
		<description><![CDATA[This screencast explains the basics of how Maven repositories and artifact dependencies work. In this lesson you'll learn how Maven coordinates are defined for an artifact in the Project Object Model (POM) file. Then you'll learn how to reference a dependent artifact using the coordinate system. We'll take a look at local and remote repositories and how they interact. We'll also learn how artifacts are installed into the local repository and play around on the command line to see all of these features in action.]]></description>
			<content:encoded><![CDATA[<p><img src="http://javidjamae.com/wp-content/plugins/flash-video-player/default_video_player.gif" /></p>
<p><em>Note: Click on the full-screen button in the player when watching the screencast.</em></p>
<p>This screencast explains the basics of how Maven repositories and artifact dependencies work. In this lesson you&#8217;ll learn how Maven coordinates are defined for an artifact in the Project Object Model (POM) file. Then you&#8217;ll learn how to reference a dependent artifact using the coordinate system. We&#8217;ll take a look at local and remote repositories and how they interact. We&#8217;ll also learn how artifacts are installed into the local repository and play around on the command line to see all of these features in action.</p>
<p>You can find all of my screencasts on my <a href="http://javidjamae.com/screencasts/">Screencasts page</a> which is linked off the top-level navigation for the site.</p>

<!-- start wp-tags-to-technorati 1.01 -->

<p class='technorati-tags'>Technorati Tags: <a class='technorati-link' href='http://technorati.com/tag/apache' rel='tag' target='_self'>apache</a>, <a class='technorati-link' href='http://technorati.com/tag/build' rel='tag' target='_self'>build</a>, <a class='technorati-link' href='http://technorati.com/tag/maven' rel='tag' target='_self'>maven</a>, <a class='technorati-link' href='http://technorati.com/tag/screencast' rel='tag' target='_self'>screencast</a></p>

<!-- end wp-tags-to-technorati -->
<img src="http://feeds.feedburner.com/~r/javidjamae/~4/2SBh-WJcw_8" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://javidjamae.com/2009/04/15/maven-dependency-and-repository-basics-screencast/feed/</wfw:commentRss>
		<feedburner:origLink>http://javidjamae.com/2009/04/15/maven-dependency-and-repository-basics-screencast/</feedburner:origLink></item>
		<item>
		<title>Win a copy of JBoss in Action on Twitter</title>
		<link>http://feedproxy.google.com/~r/javidjamae/~3/_ff0vujCDAg/</link>
		<comments>http://javidjamae.com/2009/04/12/win-a-copy-of-jboss-in-action-on-twitter/#comments</comments>
		<pubDate>Sun, 12 Apr 2009 08:05:37 +0000</pubDate>
		<dc:creator>Jamae Javid</dc:creator>
		
		<category><![CDATA[headline]]></category>

		<category><![CDATA[jboss]]></category>

		<category><![CDATA[jbossinaction]]></category>

		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://javidjamae.com/?p=317</guid>
		<description><![CDATA[
I&#8217;m giving away a copy of my book, JBoss in Action, on twitter.com. To enter you have to follow me and then retweet a message that I have prepared (see below). I&#8217;m sure people have done this sort of thing before on Twitter, but due to my naivety, and my neologistic tendencies, I&#8217;ll just call this a &#8220;Follow-Retweet-Contest&#8221; or FoRC since that lends itself to the idea that you are &#8220;forking&#8221; your message when others retweet it. 
I&#8217;m doing this in part because I want to promote my book and ...]]></description>
			<content:encoded><![CDATA[<p><img src="http://javidjamae.com/wp-content/uploads/2009/01/jamaejohnson-730091.jpg" title="JBoss in Action Front Cover" width="150" class="alignleft size-full wp-image-168" /></p>
<p>I&#8217;m giving away a copy of my book, JBoss in Action, on twitter.com. To enter you have to follow me and then retweet a message that I have prepared (see below). I&#8217;m sure people have done this sort of thing before on Twitter, but due to my naivety, and my neologistic tendencies, I&#8217;ll just call this a &#8220;Follow-Retweet-Contest&#8221; or FoRC since that lends itself to the idea that you are &#8220;forking&#8221; your message when others retweet it. </p>
<p>I&#8217;m doing this in part because I want to promote my book and make more people in the JBoss community aware of its existence. But I&#8217;m also doing this as a social experiment. I want to see how virulent a $50 USD item giveaway can be for a product that has limited interest (not everybody codes in Java and uses JBoss AS). My hypothesis is that if I were to FoRC somwhere on the order of $1,000,000 USD cash that I would get significant media coverage, tens of thousands of followers (fast), and so much retweeting that practically every user of Twitter would have the promotion in their update list. If I were to do the same promotion for $50 USD cash, I wouldn&#8217;t get the media coverage or the the broad/pervasive exposure in Twitter, but I&#8217;d still get a few followers (perhaps into the hundreds).</p>
<p>Anyways, I don&#8217;t have a million dollars, and I&#8217;m not looking to throw out money just to gain followers, but I do I have a few copies of my book laying around, so I thought I&#8217;d try it out and see what happens. Here are the rules:</p>
<ol>
<li>Follow me on Twitter: <a href="http://twitter.com/javidjamae" target="_blank">@javidjamae</a> (yes you&#8217;ll need an account if you don&#8217;t already have one)</li>
<li>Retweet the following:<br />
<blockquote><p>RT @javidjamae Win a copy of my book JBoss in Action. Follow me and retweet this to enter. I&#8217;ll pay shipping up to $20 USD. #java #jboss</p></blockquote>
</li>
</ol>
<p>I will pick a random participant from the users who have entered and will pay up to $20 USD to ship the book anywhere internationally. I&#8217;ll wait until I have about 20 or so new followers from the promotion before I declare a winner.</p>
<p>Let&#8217;s see what happens.</p>

<!-- start wp-tags-to-technorati 1.01 -->

<p class='technorati-tags'>Technorati Tags: <a class='technorati-link' href='http://technorati.com/tag/jboss' rel='tag' target='_self'>jboss</a>, <a class='technorati-link' href='http://technorati.com/tag/jbossinaction' rel='tag' target='_self'>jbossinaction</a>, <a class='technorati-link' href='http://technorati.com/tag/twitter' rel='tag' target='_self'>twitter</a></p>

<!-- end wp-tags-to-technorati -->
<img src="http://feeds.feedburner.com/~r/javidjamae/~4/_ff0vujCDAg" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://javidjamae.com/2009/04/12/win-a-copy-of-jboss-in-action-on-twitter/feed/</wfw:commentRss>
		<feedburner:origLink>http://javidjamae.com/2009/04/12/win-a-copy-of-jboss-in-action-on-twitter/</feedburner:origLink></item>
		<item>
		<title>Screencast: Maven - Commands and Lifecycles</title>
		<link>http://feedproxy.google.com/~r/javidjamae/~3/d9rPxKyKryA/</link>
		<comments>http://javidjamae.com/2009/04/09/screencast-maven-commands-and-lifecycles/#comments</comments>
		<pubDate>Thu, 09 Apr 2009 04:11:05 +0000</pubDate>
		<dc:creator>Jamae Javid</dc:creator>
		
		<category><![CDATA[featured]]></category>

		<category><![CDATA[headline]]></category>

		<category><![CDATA[maven]]></category>

		<category><![CDATA[screencast]]></category>

		<category><![CDATA[apache]]></category>

		<category><![CDATA[build]]></category>

		<guid isPermaLink="false">http://javidjamae.com/?p=305</guid>
		<description><![CDATA[Learn about goals and lifecycle phase commands]]></description>
			<content:encoded><![CDATA[<p><img src="http://javidjamae.com/wp-content/plugins/flash-video-player/default_video_player.gif" /></p>
<p><em>Note: Click on the full-screen button in the player when watching the screencast.</em></p>
<p>This screencast explains how to run the two types of Apache Maven commands: goals and lifecycle phase commands. After watching this screencast you&#8217;ll have a basic understanding of how goals and plugins are related. You&#8217;ll also learn about the different lifecycles and lifecycle phases in Maven and how to execute and use them.</p>
<p>You can find all of my screencasts on my <a href="http://javidjamae.com/screencasts/">Screencasts page</a> which is linked off the top-level navigation for the site.</p>

<!-- start wp-tags-to-technorati 1.01 -->

<p class='technorati-tags'>Technorati Tags: <a class='technorati-link' href='http://technorati.com/tag/apache' rel='tag' target='_self'>apache</a>, <a class='technorati-link' href='http://technorati.com/tag/build' rel='tag' target='_self'>build</a>, <a class='technorati-link' href='http://technorati.com/tag/maven' rel='tag' target='_self'>maven</a>, <a class='technorati-link' href='http://technorati.com/tag/screencast' rel='tag' target='_self'>screencast</a></p>

<!-- end wp-tags-to-technorati -->
<img src="http://feeds.feedburner.com/~r/javidjamae/~4/d9rPxKyKryA" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://javidjamae.com/2009/04/09/screencast-maven-commands-and-lifecycles/feed/</wfw:commentRss>
<enclosure url="http://javidjamae.com/wp-content/uploads/2009/04/maven-commands-and-lifecycles.mp4" length="14726877" type="video/mp4" />
		<feedburner:origLink>http://javidjamae.com/2009/04/09/screencast-maven-commands-and-lifecycles/</feedburner:origLink></item>
		<item>
		<title>Screencast: Maven - Generating a Basic Project</title>
		<link>http://feedproxy.google.com/~r/javidjamae/~3/PEdSiodCr5M/</link>
		<comments>http://javidjamae.com/2009/04/07/screencast-maven-generating-a-basic-project/#comments</comments>
		<pubDate>Tue, 07 Apr 2009 07:41:38 +0000</pubDate>
		<dc:creator>Jamae Javid</dc:creator>
		
		<category><![CDATA[headline]]></category>

		<category><![CDATA[maven]]></category>

		<category><![CDATA[screencast]]></category>

		<category><![CDATA[apache]]></category>

		<category><![CDATA[build]]></category>

		<guid isPermaLink="false">http://javidjamae.com/?p=295</guid>
		<description><![CDATA[This screencast shows you how to get started with Apache Maven. First it points you to the Maven download and installation instructions. Then it shows you how to verify that Maven was installed. After that, the screencast walks through the generation of a basic project using the archetype:generate goal. The screencast concludes by taking a look at the generated directory structure and examining the contents of the pom.xml (Project Object Model) file.]]></description>
			<content:encoded><![CDATA[<p><img src="http://javidjamae.com/wp-content/plugins/flash-video-player/default_video_player.gif" /></p>
<p><em>Note: Click on the full-screen button in the player when watching the screencast.</em></p>
<p>This screencast shows you how to get started with Apache Maven. First it points you to the Maven download and installation instructions. Then it shows you how to verify that Maven was installed. After that, the screencast walks through the generation of a basic project using the archetype:generate goal. The screencast concludes by taking a look at the generated directory structure and examining the contents of the pom.xml (Project Object Model) file.</p>
<p>Check back for a follow-up screencast that will walk through the basics of the Maven lifecycle and will show you how to build, test, and generate documentation and reports for the application generated in this screencast. You can find all of my screencasts on my <a href="http://javidjamae.com/screencasts/">Screencasts page</a> which is linked off the top-level navigation for the site.</p>

<!-- start wp-tags-to-technorati 1.01 -->

<p class='technorati-tags'>Technorati Tags: <a class='technorati-link' href='http://technorati.com/tag/apache' rel='tag' target='_self'>apache</a>, <a class='technorati-link' href='http://technorati.com/tag/build' rel='tag' target='_self'>build</a>, <a class='technorati-link' href='http://technorati.com/tag/maven' rel='tag' target='_self'>maven</a>, <a class='technorati-link' href='http://technorati.com/tag/screencast' rel='tag' target='_self'>screencast</a></p>

<!-- end wp-tags-to-technorati -->
<img src="http://feeds.feedburner.com/~r/javidjamae/~4/PEdSiodCr5M" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://javidjamae.com/2009/04/07/screencast-maven-generating-a-basic-project/feed/</wfw:commentRss>
<enclosure url="http://javidjamae.com/wp-content/uploads/2009/04/generating-basic-project.mp4" length="18277760" type="video/mp4" />
		<feedburner:origLink>http://javidjamae.com/2009/04/07/screencast-maven-generating-a-basic-project/</feedburner:origLink></item>
		<item>
		<title>Screencast: JBoss AS 5 Deployment Basics</title>
		<link>http://feedproxy.google.com/~r/javidjamae/~3/E2sjZTkbFYs/</link>
		<comments>http://javidjamae.com/2009/04/03/screencast-jboss-as-5-deployment-basics/#comments</comments>
		<pubDate>Fri, 03 Apr 2009 03:02:40 +0000</pubDate>
		<dc:creator>Jamae Javid</dc:creator>
		
		<category><![CDATA[education]]></category>

		<category><![CDATA[headline]]></category>

		<category><![CDATA[jboss]]></category>

		<category><![CDATA[screencast]]></category>

		<guid isPermaLink="false">http://javidjamae.com/?p=282</guid>
		<description><![CDATA[This screencast goes over the basics of deploying into JBoss Application Server V5. It covers deployment and undeployment of archive files and an exploded directory structures through drag and drop, command line copy, twiddle, and the JMX console. ]]></description>
			<content:encoded><![CDATA[<p><img src="http://javidjamae.com/wp-content/plugins/flash-video-player/default_video_player.gif" /></p>
<p><em>Note: Click on the full-screen button in the player when watching the screencast.</em></p>
<p>This screencast goes over the basics of deploying into JBoss Application Server V5. It covers deployment and undeployment of archive files and an exploded directory structures through drag and drop, command line copy, twiddle, and the JMX console. </p>

<!-- start wp-tags-to-technorati 1.01 -->

<p class='technorati-tags'>Technorati Tags: <a class='technorati-link' href='http://technorati.com/tag/jboss' rel='tag' target='_self'>jboss</a>, <a class='technorati-link' href='http://technorati.com/tag/screencast' rel='tag' target='_self'>screencast</a></p>

<!-- end wp-tags-to-technorati -->
<img src="http://feeds.feedburner.com/~r/javidjamae/~4/E2sjZTkbFYs" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://javidjamae.com/2009/04/03/screencast-jboss-as-5-deployment-basics/feed/</wfw:commentRss>
<enclosure url="http://javidjamae.com/wp-content/uploads/2009/04/deployment-basics.mp4" length="23618114" type="video/mp4" />
		<feedburner:origLink>http://javidjamae.com/2009/04/03/screencast-jboss-as-5-deployment-basics/</feedburner:origLink></item>
		<item>
		<title>Screencast: Starting and stopping JBoss AS 5</title>
		<link>http://feedproxy.google.com/~r/javidjamae/~3/crFzwiZ1TtU/</link>
		<comments>http://javidjamae.com/2009/04/01/screencast-starting-and-stopping-jboss-as-5/#comments</comments>
		<pubDate>Wed, 01 Apr 2009 04:23:18 +0000</pubDate>
		<dc:creator>Jamae Javid</dc:creator>
		
		<category><![CDATA[education]]></category>

		<category><![CDATA[jboss]]></category>

		<category><![CDATA[screencast]]></category>

		<guid isPermaLink="false">http://javidjamae.com/?p=248</guid>
		<description><![CDATA[... how to start and stop the JBoss Application Server from ...]]></description>
			<content:encoded><![CDATA[<p><img src="http://javidjamae.com/wp-content/plugins/flash-video-player/default_video_player.gif" /></p>
<p><em>Note: Click on the full-screen button in the player when watching the screencast.</em></p>
<p>In this latest screencast, I show you how to start and stop the JBoss Application Server from a console window. First I go over how to set up your JAVA_HOME environment variable, then I show you how to start and stop the server. I also show you how to start an alternate server configuration and give you a few tips on how to verify that the application server is running.</p>

<!-- start wp-tags-to-technorati 1.01 -->

<p class='technorati-tags'>Technorati Tags: <a class='technorati-link' href='http://technorati.com/tag/jboss' rel='tag' target='_self'>jboss</a>, <a class='technorati-link' href='http://technorati.com/tag/screencast' rel='tag' target='_self'>screencast</a></p>

<!-- end wp-tags-to-technorati -->
<img src="http://feeds.feedburner.com/~r/javidjamae/~4/crFzwiZ1TtU" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://javidjamae.com/2009/04/01/screencast-starting-and-stopping-jboss-as-5/feed/</wfw:commentRss>
<enclosure url="http://javidjamae.com/wp-content/uploads/2009/03/starting-and-stopping.mp4" length="19662975" type="video/mp4" />
		<feedburner:origLink>http://javidjamae.com/2009/04/01/screencast-starting-and-stopping-jboss-as-5/</feedburner:origLink></item>
		<item>
		<title>Screencast: Installing and Exploring JBoss AS 5</title>
		<link>http://feedproxy.google.com/~r/javidjamae/~3/Q4HFhVe8uwY/</link>
		<comments>http://javidjamae.com/2009/03/28/installing-and-exploring-jboss-as-5/#comments</comments>
		<pubDate>Sat, 28 Mar 2009 23:20:21 +0000</pubDate>
		<dc:creator>Jamae Javid</dc:creator>
		
		<category><![CDATA[education]]></category>

		<category><![CDATA[featured]]></category>

		<category><![CDATA[jboss]]></category>

		<category><![CDATA[screencast]]></category>

		<guid isPermaLink="false">http://javidjamae.com/?p=203</guid>
		<description><![CDATA[This screencast covers downloading, installing, and ...]]></description>
			<content:encoded><![CDATA[<p><img src="http://javidjamae.com/wp-content/plugins/flash-video-player/default_video_player.gif" /></p>
<p><em>Note: Click on the full-screen button in the player when watching the screencast.</em></p>
<p>As a supplement to my book, <a href="http://www.manning.com/affiliate/idevaffiliate.php?id=284_83" target="_blank">JBoss in Action</a>, I&#8217;m creating a series of screencasts that walk through some basic setup and configuration tasks in JBoss AS 5. This screencast covers downloading, installing, and exploring the application server. Future topics will include starting/stoping the server, deployment, security, and clustering.</p>
<p>This is my first screencast, so any feedback that you can provide would be great. Please let me know what future topics you would like to see covered, what you think about the video/sound quality, and what you think about the narration and flow in general. </p>
<p>I&#8217;m planning on creating a paid, full-length series covering both beginner and advanced topics. I will make this available on my new website called <a href="http://softwaredevelopmentschool.com" target="_blank">Software Development School</a> when it launches in the next few months. You can register your e-mail on the site to receive notifications about the launch date and the free and non-free products and services that will be available.</p>

<!-- start wp-tags-to-technorati 1.01 -->

<p class='technorati-tags'>Technorati Tags: <a class='technorati-link' href='http://technorati.com/tag/jboss' rel='tag' target='_self'>jboss</a>, <a class='technorati-link' href='http://technorati.com/tag/screencast' rel='tag' target='_self'>screencast</a></p>

<!-- end wp-tags-to-technorati -->
<img src="http://feeds.feedburner.com/~r/javidjamae/~4/Q4HFhVe8uwY" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://javidjamae.com/2009/03/28/installing-and-exploring-jboss-as-5/feed/</wfw:commentRss>
<enclosure url="http://javidjamae.com/wp-content/uploads/2009/03/JBossAdmin.mp4" length="21438001" type="video/mp4" />
<enclosure url="http://javidjamae.com/wp-content/uploads/2009/03/downloading-and-installing.mp4" length="21438001" type="video/mp4" />
		<feedburner:origLink>http://javidjamae.com/2009/03/28/installing-and-exploring-jboss-as-5/</feedburner:origLink></item>
		<item>
		<title>JBoss in Action in print!!</title>
		<link>http://feedproxy.google.com/~r/javidjamae/~3/o5E743-b9L4/</link>
		<comments>http://javidjamae.com/2009/01/21/jboss-in-action-in-print/#comments</comments>
		<pubDate>Wed, 21 Jan 2009 16:44:52 +0000</pubDate>
		<dc:creator>Jamae Javid</dc:creator>
		
		<category><![CDATA[jboss]]></category>

		<category><![CDATA[jbossinaction]]></category>

		<guid isPermaLink="false">http://javidjamae.com/2009/01/21/jboss-in-action-in-print/</guid>
		<description><![CDATA[I just received my first print copies of JBoss in Action in the mail!]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.manning.com/affiliate/idevaffiliate.php?id=284_83"><img class="alignleft" src="http://javidjamae.com/wp-content/uploads/2009/01/jamaejohnson-730091.jpg" /></a></p>
<p>I just received my first print copies of JBoss in Action in the mail! It has been an exciting and rewarding endeavor to write a book and I hope that each of you who has a chance to read it gets a lot of value out of it.</p>
<p>There has been a bit of publicity going on for the book that I thought I&#8217;d share. <a href="http://www.coderanch.com/forums/f-63/JBoss">JavaRanch has a promotion</a> going on where you can ask Peter Johnson and me questions about the book in their forums and have a chance to win a free copy of the book. DZone also has a <a href="http://java.dzone.com/reviews/jboss-action">free book giveaway</a>.</p>

<!-- start wp-tags-to-technorati 1.01 -->

<p class='technorati-tags'>Technorati Tags: <a class='technorati-link' href='http://technorati.com/tag/jboss' rel='tag' target='_self'>jboss</a>, <a class='technorati-link' href='http://technorati.com/tag/jbossinaction' rel='tag' target='_self'>jbossinaction</a></p>

<!-- end wp-tags-to-technorati -->
<img src="http://feeds.feedburner.com/~r/javidjamae/~4/o5E743-b9L4" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://javidjamae.com/2009/01/21/jboss-in-action-in-print/feed/</wfw:commentRss>
		<feedburner:origLink>http://javidjamae.com/2009/01/21/jboss-in-action-in-print/</feedburner:origLink></item>
		<item>
		<title>A Wiki is no place for a conversation</title>
		<link>http://feedproxy.google.com/~r/javidjamae/~3/oAm5KKMlhzI/</link>
		<comments>http://javidjamae.com/2008/08/27/a-wiki-is-no-place-for-a-conversation/#comments</comments>
		<pubDate>Wed, 27 Aug 2008 21:26:09 +0000</pubDate>
		<dc:creator>Jamae Javid</dc:creator>
		
		<category><![CDATA[featured]]></category>

		<category><![CDATA[web]]></category>

		<category><![CDATA[email]]></category>

		<category><![CDATA[etiquette]]></category>

		<category><![CDATA[wiki]]></category>

		<guid isPermaLink="false">http://javidjamae.com/2008/08/27/a-wiki-is-no-place-for-a-conversation/</guid>
		<description><![CDATA["nine times out of ten the conversation ends immediately"]]></description>
			<content:encoded><![CDATA[<p><img src="http://javidjamae.com/wp-content/uploads/2008/08/1038123_people_series.jpg" title="1038123_people_series" width="300" height="212" class="alignleft size-full wp-image-217" /></p>
<p>In my experience, when it is suggested that a conversation be moved from a mailing list to a Wiki, nine times out of ten the conversation ends immediately without making it to the Wiki. When a conversation is transferred to a Wiki, nine times out of ten the conversation dies within a day.</p>
<p><strong>Please don&#8217;t disrespect your co-workers and end a good discussion by asking that it be moved to a Wiki.</strong></p>
<p>A Wiki is no place for a conversation. Just take a look at the conversations on the C2 wiki and see what an utter mess they are. Nobody can follow the conversations, yet we all know they contain valuable information. The most important technical criteria for encouraging participation in online conversations are <em>distribution</em>, <em>presentation</em>, <em>chronology</em>. In my opinion, conversations should be distributed in a push fashion, presented as discrete responses (ideally as a threaded conversation), and should appear chronologically so that people can see the history of the conversation. If these things don’t hold true, people don’t contribute to the conversation. These criteria are much more difficult to achieve in a Wiki than through a mailing list. </p>
<p>In addition to the criteria that promote participation, making your conversations searchable and archivable is usually a good idea. If you are asking for a conversation to be moved to a Wiki because you feel like its important and you want it to be captured, then you might consider using forum software (or an online newsgroup) instead of plain e-mail distribution.</p>

<!-- start wp-tags-to-technorati 1.01 -->

<p class='technorati-tags'>Technorati Tags: <a class='technorati-link' href='http://technorati.com/tag/email' rel='tag' target='_self'>email</a>, <a class='technorati-link' href='http://technorati.com/tag/etiquette' rel='tag' target='_self'>etiquette</a>, <a class='technorati-link' href='http://technorati.com/tag/wiki' rel='tag' target='_self'>wiki</a></p>

<!-- end wp-tags-to-technorati -->
<img src="http://feeds.feedburner.com/~r/javidjamae/~4/oAm5KKMlhzI" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://javidjamae.com/2008/08/27/a-wiki-is-no-place-for-a-conversation/feed/</wfw:commentRss>
		<feedburner:origLink>http://javidjamae.com/2008/08/27/a-wiki-is-no-place-for-a-conversation/</feedburner:origLink></item>
	</channel>
</rss><!-- Dynamic page generated in 0.254 seconds. --><!-- Cached page generated by WP-Super-Cache on 2009-11-04 21:14:00 -->
