<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.3.1" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments for thomasknierim.com</title>
	<link>http://www.thomasknierim.com</link>
	<description>Software development with Java, Scala, and PHP</description>
	<pubDate>Thu, 09 Sep 2010 12:59:00 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.1</generator>
		<item>
		<title>Comment on Java vs. PHP vs. Scala by abp</title>
		<link>http://www.thomasknierim.com/103/java/java-vs-php-vs-scala/#comment-478</link>
		<dc:creator>abp</dc:creator>
		<pubDate>Fri, 23 Jul 2010 21:50:53 +0000</pubDate>
		<guid>http://www.thomasknierim.com/103/java/java-vs-php-vs-scala/#comment-478</guid>
		<description>Hey,

even if you're now going with Scala, you probably want to have a look at the play framework.

It has Scala support, but stable versions are mainly for Java so far.

If you prefer easy to use and elegant APIs over bloated stuff like JEE(sorry), have a look. :)</description>
		<content:encoded><![CDATA[<p>Hey,</p>
<p>even if you&#8217;re now going with Scala, you probably want to have a look at the play framework.</p>
<p>It has Scala support, but stable versions are mainly for Java so far.</p>
<p>If you prefer easy to use and elegant APIs over bloated stuff like JEE(sorry), have a look. <img src='http://www.thomasknierim.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on JSP Nightmares by Mike S.</title>
		<link>http://www.thomasknierim.com/133/java/jsp-nightmares/#comment-477</link>
		<dc:creator>Mike S.</dc:creator>
		<pubDate>Tue, 29 Jun 2010 15:24:42 +0000</pubDate>
		<guid>http://www.thomasknierim.com/133/java/jsp-nightmares/#comment-477</guid>
		<description>What Java-friendly alternative would you suggest?  I share your criticisms of JSPs, but haven't found many Java alternatives that are substantially better.   I'm no expert, though, I'm hoping I missed something good.  Wicket?  Tapestry?</description>
		<content:encoded><![CDATA[<p>What Java-friendly alternative would you suggest?  I share your criticisms of JSPs, but haven&#8217;t found many Java alternatives that are substantially better.   I&#8217;m no expert, though, I&#8217;m hoping I missed something good.  Wicket?  Tapestry?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Serve PHP with Tomcat by Carlos Delfino</title>
		<link>http://www.thomasknierim.com/140/web-development/serve-php-with-tomcat/#comment-476</link>
		<dc:creator>Carlos Delfino</dc:creator>
		<pubDate>Sun, 13 Jun 2010 11:43:29 +0000</pubDate>
		<guid>http://www.thomasknierim.com/140/web-development/serve-php-with-tomcat/#comment-476</guid>
		<description>I have a project that have to link a heavy application in PHP with Java, to run this application it just waits forever the return of the pages in php, I did a test with a simple script and everything is ok, just hangs with very complex scripts . that require calls to several other pages.
What may be happening?
Is there any problem in this format that involves the inclusion of many pages and php classes?
How can I enter debug log in via php code?

Thanks</description>
		<content:encoded><![CDATA[<p>I have a project that have to link a heavy application in PHP with Java, to run this application it just waits forever the return of the pages in php, I did a test with a simple script and everything is ok, just hangs with very complex scripts . that require calls to several other pages.<br />
What may be happening?<br />
Is there any problem in this format that involves the inclusion of many pages and php classes?<br />
How can I enter debug log in via php code?</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Serve PHP with Tomcat by thomas</title>
		<link>http://www.thomasknierim.com/140/web-development/serve-php-with-tomcat/#comment-475</link>
		<dc:creator>thomas</dc:creator>
		<pubDate>Mon, 24 May 2010 02:32:25 +0000</pubDate>
		<guid>http://www.thomasknierim.com/140/web-development/serve-php-with-tomcat/#comment-475</guid>
		<description>I am not familiar with easyPHP, but if it contains the fast CGI executable (usually named Php,cgi.exe on Windows) then you should be OK. Regarding MySql: look up the process list to see if you can find the MySql process (mysqld-nt.exe or something similar). If it is not present, it may be necessary to start the server manually or to configure it as a Windows service. Then try to connect to the running server using a client such as mysql.exe command line client. If this works, you can use the various MySql APIs as documented in the PHP manual. For Tomcat, you first need to install the JDBC driver from http://dev.mysql.com/downloads/connector/j/3.1.html and use the JDBC API either directly or use a third-party ORM such as Hibernate.</description>
		<content:encoded><![CDATA[<p>I am not familiar with easyPHP, but if it contains the fast CGI executable (usually named Php,cgi.exe on Windows) then you should be OK. Regarding MySql: look up the process list to see if you can find the MySql process (mysqld-nt.exe or something similar). If it is not present, it may be necessary to start the server manually or to configure it as a Windows service. Then try to connect to the running server using a client such as mysql.exe command line client. If this works, you can use the various MySql APIs as documented in the PHP manual. For Tomcat, you first need to install the JDBC driver from <a href="http://dev.mysql.com/downloads/connector/j/3.1.html" rel="nofollow">http://dev.mysql.com/downloads/connector/j/3.1.html</a> and use the JDBC API either directly or use a third-party ORM such as Hibernate.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Serve PHP with Tomcat by Marta Fernandes</title>
		<link>http://www.thomasknierim.com/140/web-development/serve-php-with-tomcat/#comment-474</link>
		<dc:creator>Marta Fernandes</dc:creator>
		<pubDate>Sun, 23 May 2010 04:34:12 +0000</pubDate>
		<guid>http://www.thomasknierim.com/140/web-development/serve-php-with-tomcat/#comment-474</guid>
		<description>I'm running a virtual machine with a wamp installed (easyPHP). Is is possible to use the PHP installation that comes with the wamp with tomcat 6, or do I need a completely separate installation of PHP?
I'd also like to know how I can get MySQL to work with PHP+Tomcat.
Thanks in advance.</description>
		<content:encoded><![CDATA[<p>I&#8217;m running a virtual machine with a wamp installed (easyPHP). Is is possible to use the PHP installation that comes with the wamp with tomcat 6, or do I need a completely separate installation of PHP?<br />
I&#8217;d also like to know how I can get MySQL to work with PHP+Tomcat.<br />
Thanks in advance.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Java vs. PHP vs. Scala by Pawan</title>
		<link>http://www.thomasknierim.com/103/java/java-vs-php-vs-scala/#comment-473</link>
		<dc:creator>Pawan</dc:creator>
		<pubDate>Sat, 01 May 2010 14:49:00 +0000</pubDate>
		<guid>http://www.thomasknierim.com/103/java/java-vs-php-vs-scala/#comment-473</guid>
		<description>You can use Scala in Tapestry framework. This will give you benefits of both great lang and FW. cheers</description>
		<content:encoded><![CDATA[<p>You can use Scala in Tapestry framework. This will give you benefits of both great lang and FW. cheers</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Performance: Java vs. PHP vs. Scala by mike</title>
		<link>http://www.thomasknierim.com/119/java/performance-java-vs-php-vs-scala/#comment-471</link>
		<dc:creator>mike</dc:creator>
		<pubDate>Fri, 12 Mar 2010 23:10:52 +0000</pubDate>
		<guid>http://www.thomasknierim.com/119/java/performance-java-vs-php-vs-scala/#comment-471</guid>
		<description>I don't get it. The same optimizations that can work for PHP also apply to Java/Scala apps right? The response from the dynamic language folks is the server is not configured correctly. 

Java/Scala has a world class VM. There is a reason projects like HipHop for PHP and alternatives Ruby implementation exists. Dynamic languages require more hardware. In the long run that outweighs the initial productivity gained by dynamic languages.

I love Sinatra and Rails but they simply use too much resources. I can serve many more requests from a JVM based solution and that is fact.</description>
		<content:encoded><![CDATA[<p>I don&#8217;t get it. The same optimizations that can work for PHP also apply to Java/Scala apps right? The response from the dynamic language folks is the server is not configured correctly. </p>
<p>Java/Scala has a world class VM. There is a reason projects like HipHop for PHP and alternatives Ruby implementation exists. Dynamic languages require more hardware. In the long run that outweighs the initial productivity gained by dynamic languages.</p>
<p>I love Sinatra and Rails but they simply use too much resources. I can serve many more requests from a JVM based solution and that is fact.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Performance: Java vs. PHP vs. Scala by Tyrael</title>
		<link>http://www.thomasknierim.com/119/java/performance-java-vs-php-vs-scala/#comment-469</link>
		<dc:creator>Tyrael</dc:creator>
		<pubDate>Tue, 09 Mar 2010 11:16:57 +0000</pubDate>
		<guid>http://www.thomasknierim.com/119/java/performance-java-vs-php-vs-scala/#comment-469</guid>
		<description>so if you want to implement some "algorithm", like BinaryTree and FASTA, dont use PHP.
but in the real world, when the web applications spend 95% of the time waiting for resources like filesystem, sql, memcache, etc. you wont see this magnitude of difference...

Tyrael</description>
		<content:encoded><![CDATA[<p>so if you want to implement some &#8220;algorithm&#8221;, like BinaryTree and FASTA, dont use PHP.<br />
but in the real world, when the web applications spend 95% of the time waiting for resources like filesystem, sql, memcache, etc. you wont see this magnitude of difference&#8230;</p>
<p>Tyrael</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Java Currency Conversion Class by Sven</title>
		<link>http://www.thomasknierim.com/60/java/java-currency-conversion-class/#comment-465</link>
		<dc:creator>Sven</dc:creator>
		<pubDate>Wed, 17 Feb 2010 18:10:41 +0000</pubDate>
		<guid>http://www.thomasknierim.com/60/java/java-currency-conversion-class/#comment-465</guid>
		<description>There is an open source API which tackles the holiday problem and calculates holidays for a given year/country/state/region etc. Please see http://jollyday.sourceforge.net

Maybe this can help.
Cheers, Sven</description>
		<content:encoded><![CDATA[<p>There is an open source API which tackles the holiday problem and calculates holidays for a given year/country/state/region etc. Please see <a href="http://jollyday.sourceforge.net" rel="nofollow">http://jollyday.sourceforge.net</a></p>
<p>Maybe this can help.<br />
Cheers, Sven</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Make WAR with Eclipse by pit_theo</title>
		<link>http://www.thomasknierim.com/81/web-development/make-war-with-eclipse/#comment-461</link>
		<dc:creator>pit_theo</dc:creator>
		<pubDate>Sat, 23 Jan 2010 14:06:40 +0000</pubDate>
		<guid>http://www.thomasknierim.com/81/web-development/make-war-with-eclipse/#comment-461</guid>
		<description>Thanks! I was looking all over for this! Great article!</description>
		<content:encoded><![CDATA[<p>Thanks! I was looking all over for this! Great article!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
