<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
	>
<channel>
	<title>Comments on: PHP versus Java blogging</title>
	<atom:link href="http://billday.com/2004/03/30/php-versus-java-blogging/feed/" rel="self" type="application/rss+xml" />
	<link>http://billday.com/2004/03/30/php-versus-java-blogging/</link>
	<description>Thoughts on software development and mobility</description>
	<pubDate>Tue, 06 Jan 2009 14:13:40 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Asif Chowdhury</title>
		<link>http://billday.com/2004/03/30/php-versus-java-blogging/comment-page-1/#comment-1531</link>
		<dc:creator>Asif Chowdhury</dc:creator>
		<pubDate>Thu, 10 Feb 2005 15:49:53 +0000</pubDate>
		<guid isPermaLink="false">/?p=98#comment-1531</guid>
		<description>Hmm...When did say that PHP could not be using an OO approach?
In fact PHP supports the creation and employment of classes, the ability to extend them, the ability to override and overload existing methods, plus the abuility to inherit methods and variables from its parent classes... (basically what defines a OO language...Extensibility, Polymorphism, and Inheritance).
My point was that Java has become sooo bloated trying to follow the MVC standards that it's become much more difficult to design and code.
Case in point...
Try developing a CMS/Portal Application using Java versus PHP...
Both using proper MVC standards, note the difference in ease and timing.
Like I said...proper tool for the proper job. Java is not the best fit for everything.</description>
		<content:encoded><![CDATA[<p>Hmm&#8230;When did say that PHP could not be using an OO approach?<br />
In fact PHP supports the creation and employment of classes, the ability to extend them, the ability to override and overload existing methods, plus the abuility to inherit methods and variables from its parent classes&#8230; (basically what defines a OO language&#8230;Extensibility, Polymorphism, and Inheritance).<br />
My point was that Java has become sooo bloated trying to follow the MVC standards that it&#8217;s become much more difficult to design and code.<br />
Case in point&#8230;<br />
Try developing a CMS/Portal Application using Java versus PHP&#8230;<br />
Both using proper MVC standards, note the difference in ease and timing.<br />
Like I said&#8230;proper tool for the proper job. Java is not the best fit for everything.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom Minderson</title>
		<link>http://billday.com/2004/03/30/php-versus-java-blogging/comment-page-1/#comment-499</link>
		<dc:creator>Tom Minderson</dc:creator>
		<pubDate>Thu, 18 Nov 2004 15:54:57 +0000</pubDate>
		<guid isPermaLink="false">/?p=98#comment-499</guid>
		<description>Re: &lt;i&gt;For about 75% of all web applications, PHP would make a much better choice. Design and development time is cut in half as opposed to Java Web Appliactions, not to mention maintainability (Which many OO activists would disagre with me) is increased increased at least 3-fold over Java web applications.&lt;/i&gt;

I have also been looking for evidence that OOP makes web software more maintainable. I would like to see some practical examples, not yet more animal and geometry examples. I have not been able to find anything that non-OOP code could do just as well if coded smartly, or nearly as well such that the difference is negligable.</description>
		<content:encoded><![CDATA[<p>Re: <i>For about 75% of all web applications, PHP would make a much better choice. Design and development time is cut in half as opposed to Java Web Appliactions, not to mention maintainability (Which many OO activists would disagre with me) is increased increased at least 3-fold over Java web applications.</i></p>
<p>I have also been looking for evidence that OOP makes web software more maintainable. I would like to see some practical examples, not yet more animal and geometry examples. I have not been able to find anything that non-OOP code could do just as well if coded smartly, or nearly as well such that the difference is negligable.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Asif Chowdhury</title>
		<link>http://billday.com/2004/03/30/php-versus-java-blogging/comment-page-1/#comment-94</link>
		<dc:creator>Asif Chowdhury</dc:creator>
		<pubDate>Wed, 07 Jul 2004 16:58:06 +0000</pubDate>
		<guid isPermaLink="false">/?p=98#comment-94</guid>
		<description>I was truly amazed that someone actually wrote in a forum, what I have been thinking for years. "Use the proper tool for the proper job". Java isn't always the best tool to use for a web application. This is all dependent on complexity, however. I'm still in awe how so many developers live and die by the Java sword for web...the original concept was "Write once run anywhere", Which is what I still believe. Java is a wonderful desktop applications language. It bridges the gap between Unices and Windows in ways no one could dream, however, as a Web language (I know I'll be lynched for this one) it's a bloated monster. But as I mentioned earlier, this is all dependent on the complexity of the application. For about 75% of all web applications, PHP would make a much better choice. Design and development time is cut in half as opposed to Java Web Appliactions, not to mention maintainability (Which many OO activists would disagre with me) is increased increased at least 3-fold over Java web applications. I've been writing Java code for over 6 years on and off, since 1997. And I've been writing PHP code for 4 years (since 2000). And Java definitely has its place, but in the web development arena, PHP will win out 75% of the time.</description>
		<content:encoded><![CDATA[<p>I was truly amazed that someone actually wrote in a forum, what I have been thinking for years. &#8220;Use the proper tool for the proper job&#8221;. Java isn&#8217;t always the best tool to use for a web application. This is all dependent on complexity, however. I&#8217;m still in awe how so many developers live and die by the Java sword for web&#8230;the original concept was &#8220;Write once run anywhere&#8221;, Which is what I still believe. Java is a wonderful desktop applications language. It bridges the gap between Unices and Windows in ways no one could dream, however, as a Web language (I know I&#8217;ll be lynched for this one) it&#8217;s a bloated monster. But as I mentioned earlier, this is all dependent on the complexity of the application. For about 75% of all web applications, PHP would make a much better choice. Design and development time is cut in half as opposed to Java Web Appliactions, not to mention maintainability (Which many OO activists would disagre with me) is increased increased at least 3-fold over Java web applications. I&#8217;ve been writing Java code for over 6 years on and off, since 1997. And I&#8217;ve been writing PHP code for 4 years (since 2000). And Java definitely has its place, but in the web development arena, PHP will win out 75% of the time.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bill Day</title>
		<link>http://billday.com/2004/03/30/php-versus-java-blogging/comment-page-1/#comment-28</link>
		<dc:creator>Bill Day</dc:creator>
		<pubDate>Wed, 31 Mar 2004 10:06:18 +0000</pubDate>
		<guid isPermaLink="false">/?p=98#comment-28</guid>
		<description>RE  PHP errors:  I was adding a feature to my site as you visited, Anthony.  It was probably inevitable given all of the great discussion above that someone would visit, and comment, during the five minute period that I was making an update. :-)</description>
		<content:encoded><![CDATA[<p>RE  PHP errors:  I was adding a feature to my site as you visited, Anthony.  It was probably inevitable given all of the great discussion above that someone would visit, and comment, during the five minute period that I was making an update. <img src='http://billday.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anthony Eden</title>
		<link>http://billday.com/2004/03/30/php-versus-java-blogging/comment-page-1/#comment-27</link>
		<dc:creator>Anthony Eden</dc:creator>
		<pubDate>Wed, 31 Mar 2004 10:01:09 +0000</pubDate>
		<guid isPermaLink="false">/?p=98#comment-27</guid>
		<description>Ironic that the following PHP error occurs in this page:

Parse error: parse error in /usr/home/day/www/htdocs/my-hacks.php on line 20

Seriously, PHP can be used to make good web applications in the same way any other technology can be used.  In the end it's the developer not the language which will result in crappy code.</description>
		<content:encoded><![CDATA[<p>Ironic that the following PHP error occurs in this page:</p>
<p>Parse error: parse error in /usr/home/day/www/htdocs/my-hacks.php on line 20</p>
<p>Seriously, PHP can be used to make good web applications in the same way any other technology can be used.  In the end it&#8217;s the developer not the language which will result in crappy code.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Glenn</title>
		<link>http://billday.com/2004/03/30/php-versus-java-blogging/comment-page-1/#comment-26</link>
		<dc:creator>Michael Glenn</dc:creator>
		<pubDate>Wed, 31 Mar 2004 06:51:42 +0000</pubDate>
		<guid isPermaLink="false">/?p=98#comment-26</guid>
		<description>Java is a great language and we use it to develop our main product because we find it easier for larger web applications. However, PHP is supported on 99.9% of web hosting accounts whereas JSP/Servlets is much smaller. I'm so used to using a Java servlet container that I don't think much about it but I'm sure the concept of a Java servlet container and all the issues that are associated with it are enough of a headache as well compared to PHP's Apache integration.</description>
		<content:encoded><![CDATA[<p>Java is a great language and we use it to develop our main product because we find it easier for larger web applications. However, PHP is supported on 99.9% of web hosting accounts whereas JSP/Servlets is much smaller. I&#8217;m so used to using a Java servlet container that I don&#8217;t think much about it but I&#8217;m sure the concept of a Java servlet container and all the issues that are associated with it are enough of a headache as well compared to PHP&#8217;s Apache integration.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Neil Ellis</title>
		<link>http://billday.com/2004/03/30/php-versus-java-blogging/comment-page-1/#comment-25</link>
		<dc:creator>Neil Ellis</dc:creator>
		<pubDate>Wed, 31 Mar 2004 02:58:52 +0000</pubDate>
		<guid isPermaLink="false">/?p=98#comment-25</guid>
		<description>Not saying anything about the quality of blojsom, which I know nothing about. From my point of view though I have to look at the comparitive functionality of something like Tiki. Horses for courses, if I want a blog and only a blog then maybe something like blojsom is what I would need. Java's such a beast to work with that most Java web apps do something very well but are not functionally rich as a whole. Horses for courses again.</description>
		<content:encoded><![CDATA[<p>Not saying anything about the quality of blojsom, which I know nothing about. From my point of view though I have to look at the comparitive functionality of something like Tiki. Horses for courses, if I want a blog and only a blog then maybe something like blojsom is what I would need. Java&#8217;s such a beast to work with that most Java web apps do something very well but are not functionally rich as a whole. Horses for courses again.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Czarnecki</title>
		<link>http://billday.com/2004/03/30/php-versus-java-blogging/comment-page-1/#comment-24</link>
		<dc:creator>David Czarnecki</dc:creator>
		<pubDate>Tue, 30 Mar 2004 18:20:29 +0000</pubDate>
		<guid isPermaLink="false">/?p=98#comment-24</guid>
		<description>I'd be happy to answer any questions you have about &lt;a href="http://blojsom.sourceforge.net/"&gt;blojsom&lt;/a&gt;. I'll leave it at that to keep it fair and balanced ;)</description>
		<content:encoded><![CDATA[<p>I&#8217;d be happy to answer any questions you have about <a href="http://blojsom.sourceforge.net/">blojsom</a>. I&#8217;ll leave it at that to keep it fair and balanced <img src='http://billday.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Neil Ellis</title>
		<link>http://billday.com/2004/03/30/php-versus-java-blogging/comment-page-1/#comment-23</link>
		<dc:creator>Neil Ellis</dc:creator>
		<pubDate>Tue, 30 Mar 2004 14:29:30 +0000</pubDate>
		<guid isPermaLink="false">/?p=98#comment-23</guid>
		<description>I've started a 'Groovy' website which uses a PHP engine. You just get so much more choice!
As you said right tool, right job.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve started a &#8216;Groovy&#8217; website which uses a PHP engine. You just get so much more choice!<br />
As you said right tool, right job.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Guillaume Laforge</title>
		<link>http://billday.com/2004/03/30/php-versus-java-blogging/comment-page-1/#comment-22</link>
		<dc:creator>Guillaume Laforge</dc:creator>
		<pubDate>Tue, 30 Mar 2004 14:27:10 +0000</pubDate>
		<guid isPermaLink="false">/?p=98#comment-22</guid>
		<description>The right tool for the job.
I'm a Java developer: I wish I could use a Java weblog tool, 
but my ISP only provides PHP on its servers, so I use a PHP weblog.
There are some constraints one cannot always overcome :-)</description>
		<content:encoded><![CDATA[<p>The right tool for the job.<br />
I&#8217;m a Java developer: I wish I could use a Java weblog tool,<br />
but my ISP only provides PHP on its servers, so I use a PHP weblog.<br />
There are some constraints one cannot always overcome <img src='http://billday.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>
