<?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/"
	>

<channel>
	<title>Terry Apodaca &#187; Java</title>
	<atom:link href="http://www.terryapodaca.com/category/java/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.terryapodaca.com</link>
	<description>A Son, a Husband, a Father, a Web Designer &#38; Developer, Sports Nut ( Ŧ Red Raiders, Cowboys, Rangers, Mavericks and the Stars)...and yes, in that order.</description>
	<lastBuildDate>Fri, 13 Jan 2012 22:54:40 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Does .NET need a break?</title>
		<link>http://www.terryapodaca.com/2007/07/08/does-net-need-a-break/</link>
		<comments>http://www.terryapodaca.com/2007/07/08/does-net-need-a-break/#comments</comments>
		<pubDate>Sun, 08 Jul 2007 20:53:40 +0000</pubDate>
		<dc:creator>Terry Apodaca</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Programing Languages]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[Ruby]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://www.terryapodaca.com/2007/07/08/does-net-need-a-break/</guid>
		<description><![CDATA[I&#8217;ve read and discussed this topic for a little over a year now. I was and still am your classic open source style of developer. I write PHP almost every chance I get (mostly for freelance work). But, when it comes down to it&#8230;the market where I live doesn&#8217;t bode well for the open source [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve read and discussed this topic for a little over a year now.  I was and still am your classic open source style of developer.  I write PHP almost every chance I get (mostly for freelance work).  But, when it comes down to it&#8230;the market where I live doesn&#8217;t bode well for the open source market.  Right now the to hottest languages are Java and C# (as well as ASP.NET).  I&#8217;ve looked long and hard for positions where I could do more PHP or Python or even Ruby.  But the fact remains to hold true that more money is made (when you still want to &#8216;work for the man&#8217;) when you stick with Java or .NET.  Now, I&#8217;ve recently switch to more .NET development&#8230;but this article is worth linking to:</p>
<p><a href="http://particletree.com/notebook/give-net-a-break/">Give .NET a Break</a></p>
<p>I love reading what those guys over at ParticleTree.com post up&#8230;so read some of their other stuff too&#8230;especially their <a href="http://particletree.com/features/web-app-autopsy/">Web App Autopsy</a> post.</p>
<p>So, in all, the foot is placed on the table from the .NET side of things&#8230;and my passion still sits with the open source arena.  To each his/her own I guess.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.terryapodaca.com/2007/07/08/does-net-need-a-break/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>GWT &#8211; Google Web Toolkit</title>
		<link>http://www.terryapodaca.com/2006/05/23/gwt-google-web-toolkit/</link>
		<comments>http://www.terryapodaca.com/2006/05/23/gwt-google-web-toolkit/#comments</comments>
		<pubDate>Tue, 23 May 2006 18:27:33 +0000</pubDate>
		<dc:creator>Terry Apodaca</dc:creator>
				<category><![CDATA[AJAX]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://www.terryapodaca.com/2006/05/23/gwt-google-web-toolkit/</guid>
		<description><![CDATA[Google released their new Web Toolkit last week&#8230;giving all of us JAVA Developers access to their coolness (or at least most of it that&#8217;s not still closed behind the labs at the Google Campus). I&#8217;ve finally downloaded it and run through all the documentation. Seems pretty easy&#8230;Install the latest JDK, Download the toolkit, unpack the [...]]]></description>
			<content:encoded><![CDATA[<p>Google released their new <a title="GWT - Google Web Toolkit" target="_blank" href="http://code.google.com/webtoolkit/">Web Toolkit</a> last week&#8230;giving all of us JAVA Developers access to their coolness (or at least most of it that&#8217;s not still closed behind the labs at the Google Campus).  I&#8217;ve finally downloaded it and run through all the documentation. Seems pretty easy&#8230;Install the latest JDK, <a title="Download The Toolkit SDK" target="_blank" href="http://code.google.com/webtoolkit/download.html">Download the toolkit</a>, unpack the packaged toolkit, start using the toolkit.  Well, that&#8217;s what the site&#8217;s <a title="Getting Started Guide" target="_blank" href="http://code.google.com/webtoolkit/gettingstarted.html">Getting Started</a> page says.</p>
<p align="center"><img border="0" alt="Google Art" src="http://www.google.com/images/art.gif" /></p>
<p>So, getting started sounds easy&#8230;now you need to know how to set up, create a project&#8230;import this into your favorite IDE (<a title="Eclipse SDK" target="_blank" href="http://www.eclipse.org/">Eclipse</a>), and code away.  They even give you a few samples (what they call the <a title="Kitchen Sink" target="_blank" href="http://code.google.com/webtoolkit/documentation/examples/kitchensink/">Kitchen Sink</a>) to get started with and get use to before you start building your own apps.</p>
<p>There&#8217;s a lot more info on the site&#8230;so go check it out if you are interested in building great AJAX style web application using pure JAVA code that is compiled into valid JavaScript and HTML pages for final deployment.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.terryapodaca.com/2006/05/23/gwt-google-web-toolkit/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.259 seconds -->

