<?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: Poll: What is your Application Server of choice?</title>
	<atom:link href="http://javapulse.net/2007/09/29/poll-what-is-your-application-server-of-choice/feed/" rel="self" type="application/rss+xml" />
	<link>http://javapulse.net/2007/09/29/poll-what-is-your-application-server-of-choice/</link>
	<description>a finger on the pulse of the freelance Java&#0153; market in the Netherlands</description>
	<lastBuildDate>Fri, 22 Jan 2010 18:48:02 -0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: John Eastwood</title>
		<link>http://javapulse.net/2007/09/29/poll-what-is-your-application-server-of-choice/comment-page-1/#comment-2413</link>
		<dc:creator>John Eastwood</dc:creator>
		<pubDate>Sun, 16 Dec 2007 14:12:06 +0000</pubDate>
		<guid isPermaLink="false">http://javapulse.net/2007/09/29/poll-what-is-your-application-server-of-choice/#comment-2413</guid>
		<description>This is a POJO Application Server... its a new concept and it kicks butt.
At last someone was brave enough to say EJB sucks, and come up with something thats, easy, faster, and more powerful.</description>
		<content:encoded><![CDATA[<p>This is a POJO Application Server&#8230; its a new concept and it kicks butt.<br />
At last someone was brave enough to say EJB sucks, and come up with something thats, easy, faster, and more powerful.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kees Broenink</title>
		<link>http://javapulse.net/2007/09/29/poll-what-is-your-application-server-of-choice/comment-page-1/#comment-1599</link>
		<dc:creator>Kees Broenink</dc:creator>
		<pubDate>Mon, 22 Oct 2007 18:24:37 +0000</pubDate>
		<guid isPermaLink="false">http://javapulse.net/2007/09/29/poll-what-is-your-application-server-of-choice/#comment-1599</guid>
		<description>Clara,

 A lot of enterprise applications do not use EJB and messaging so do not feel the need for JNDI. The pooling is normally done by hooking up an extra library with Hibernate. Same for transaction services. When using Spring you will have also great support for security. So I fail to see the reason to use a &#039;real&#039; application server. Jetty is more scalable and has a better performance than WebSphere and WebLogic...
Of course I am trying to play a bit with words here too. I am really not a fan of the way application servers are put in the market. People pay far too much money for functionality they can have for free in a better way using Spring.
Portal servers are a different ball game. There you get extra functionality for your money and indeed integration with IDE is an important one.

Kees</description>
		<content:encoded><![CDATA[<p>Clara,</p>
<p> A lot of enterprise applications do not use EJB and messaging so do not feel the need for JNDI. The pooling is normally done by hooking up an extra library with Hibernate. Same for transaction services. When using Spring you will have also great support for security. So I fail to see the reason to use a &#8216;real&#8217; application server. Jetty is more scalable and has a better performance than WebSphere and WebLogic&#8230;<br />
Of course I am trying to play a bit with words here too. I am really not a fan of the way application servers are put in the market. People pay far too much money for functionality they can have for free in a better way using Spring.<br />
Portal servers are a different ball game. There you get extra functionality for your money and indeed integration with IDE is an important one.</p>
<p>Kees</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Clara Ko</title>
		<link>http://javapulse.net/2007/09/29/poll-what-is-your-application-server-of-choice/comment-page-1/#comment-1575</link>
		<dc:creator>Clara Ko</dc:creator>
		<pubDate>Mon, 15 Oct 2007 13:01:52 +0000</pubDate>
		<guid isPermaLink="false">http://javapulse.net/2007/09/29/poll-what-is-your-application-server-of-choice/#comment-1575</guid>
		<description>Kees,

There are differences between a web server and an application server. Application servers usually include more features than web servers.

The following are common features of application servers (from &lt;a href=&quot;http://forum.java.sun.com/thread.jspa?threadID=759556&amp;messageID=4337024&quot; rel=&quot;nofollow&quot; rel=&quot;nofollow&quot; rel=&quot;nofollow&quot; rel=&quot;nofollow&quot;&gt;an entry in Sun&#039;s Java forum&lt;/a&gt;):

1. Scalability *
2. Performance *
3. Messaging
4. Resource Pooling
5. JNDI
6. Transaction services
7. In-Built Security
8. App Diagnostics &amp; Monitoring
9. In-Built IDEs eg: workshop for weblogic, WSAD for WebSphere

I think 1, 2, and 9 are kind of off topic, but the rest are used in most enterprise applications.</description>
		<content:encoded><![CDATA[<p>Kees,</p>
<p>There are differences between a web server and an application server. Application servers usually include more features than web servers.</p>
<p>The following are common features of application servers (from <a href="http://forum.java.sun.com/thread.jspa?threadID=759556&#038;messageID=4337024" rel="nofollow" rel="nofollow" rel="nofollow" rel="nofollow">an entry in Sun&#8217;s Java forum</a>):</p>
<p>1. Scalability *<br />
2. Performance *<br />
3. Messaging<br />
4. Resource Pooling<br />
5. JNDI<br />
6. Transaction services<br />
7. In-Built Security<br />
8. App Diagnostics &#038; Monitoring<br />
9. In-Built IDEs eg: workshop for weblogic, WSAD for WebSphere</p>
<p>I think 1, 2, and 9 are kind of off topic, but the rest are used in most enterprise applications.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kees Broenink</title>
		<link>http://javapulse.net/2007/09/29/poll-what-is-your-application-server-of-choice/comment-page-1/#comment-1568</link>
		<dc:creator>Kees Broenink</dc:creator>
		<pubDate>Fri, 12 Oct 2007 08:42:53 +0000</pubDate>
		<guid isPermaLink="false">http://javapulse.net/2007/09/29/poll-what-is-your-application-server-of-choice/#comment-1568</guid>
		<description>I am missing the most popular Java container Tomcat. And Jetty should be on the list too. Are we not calling them application server because they do not support EJB? I can write an enterprise web application with JSF, Spring and Hibernate and deploy it as a WAR. So let&#039;s call those containers application server too.</description>
		<content:encoded><![CDATA[<p>I am missing the most popular Java container Tomcat. And Jetty should be on the list too. Are we not calling them application server because they do not support EJB? I can write an enterprise web application with JSF, Spring and Hibernate and deploy it as a WAR. So let&#8217;s call those containers application server too.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Clara Ko</title>
		<link>http://javapulse.net/2007/09/29/poll-what-is-your-application-server-of-choice/comment-page-1/#comment-1486</link>
		<dc:creator>Clara Ko</dc:creator>
		<pubDate>Tue, 02 Oct 2007 14:27:56 +0000</pubDate>
		<guid isPermaLink="false">http://javapulse.net/2007/09/29/poll-what-is-your-application-server-of-choice/#comment-1486</guid>
		<description>Moved Graeme&#039;s vote from Other to Sun App Server.</description>
		<content:encoded><![CDATA[<p>Moved Graeme&#8217;s vote from Other to Sun App Server.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Clara Ko</title>
		<link>http://javapulse.net/2007/09/29/poll-what-is-your-application-server-of-choice/comment-page-1/#comment-1485</link>
		<dc:creator>Clara Ko</dc:creator>
		<pubDate>Tue, 02 Oct 2007 14:27:09 +0000</pubDate>
		<guid isPermaLink="false">http://javapulse.net/2007/09/29/poll-what-is-your-application-server-of-choice/#comment-1485</guid>
		<description>Added Resin and moved 2 votes from Other according to comments</description>
		<content:encoded><![CDATA[<p>Added Resin and moved 2 votes from Other according to comments</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: eduardo pelegri-llopart</title>
		<link>http://javapulse.net/2007/09/29/poll-what-is-your-application-server-of-choice/comment-page-1/#comment-1483</link>
		<dc:creator>eduardo pelegri-llopart</dc:creator>
		<pubDate>Mon, 01 Oct 2007 17:07:34 +0000</pubDate>
		<guid isPermaLink="false">http://javapulse.net/2007/09/29/poll-what-is-your-application-server-of-choice/#comment-1483</guid>
		<description>re: Sun App Server -  Since SJS AS 9.x are just branded (and supported) distributions of GlassFish (v1/v2); I think this would fall under the GlassFish bucket... - eduard/o</description>
		<content:encoded><![CDATA[<p>re: Sun App Server &#8211;  Since SJS AS 9.x are just branded (and supported) distributions of GlassFish (v1/v2); I think this would fall under the GlassFish bucket&#8230; &#8211; eduard/o</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Graeme Wicksted</title>
		<link>http://javapulse.net/2007/09/29/poll-what-is-your-application-server-of-choice/comment-page-1/#comment-1481</link>
		<dc:creator>Graeme Wicksted</dc:creator>
		<pubDate>Mon, 01 Oct 2007 15:52:04 +0000</pubDate>
		<guid isPermaLink="false">http://javapulse.net/2007/09/29/poll-what-is-your-application-server-of-choice/#comment-1481</guid>
		<description>+1 for Sun App Server</description>
		<content:encoded><![CDATA[<p>+1 for Sun App Server</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Francois</title>
		<link>http://javapulse.net/2007/09/29/poll-what-is-your-application-server-of-choice/comment-page-1/#comment-1480</link>
		<dc:creator>Francois</dc:creator>
		<pubDate>Mon, 01 Oct 2007 13:31:49 +0000</pubDate>
		<guid isPermaLink="false">http://javapulse.net/2007/09/29/poll-what-is-your-application-server-of-choice/#comment-1480</guid>
		<description>+1 for Resin</description>
		<content:encoded><![CDATA[<p>+1 for Resin</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JavaDev</title>
		<link>http://javapulse.net/2007/09/29/poll-what-is-your-application-server-of-choice/comment-page-1/#comment-1479</link>
		<dc:creator>JavaDev</dc:creator>
		<pubDate>Sun, 30 Sep 2007 20:17:32 +0000</pubDate>
		<guid isPermaLink="false">http://javapulse.net/2007/09/29/poll-what-is-your-application-server-of-choice/#comment-1479</guid>
		<description>Currently, my favorite is Resin: very fast, light, simple.</description>
		<content:encoded><![CDATA[<p>Currently, my favorite is Resin: very fast, light, simple.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
