<?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: Matt Raible: Comparing JVM Web Frameworks</title>
	<atom:link href="http://www.jamesward.com/2007/11/15/matt-raible-comparing-jvm-web-frameworks/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jamesward.com/2007/11/15/matt-raible-comparing-jvm-web-frameworks/</link>
	<description>Rich Internet Applications &#124; Flex &#124; Adobe AIR &#124; Java &#124; Open Source &#124; Linux &#124; Enterprise Software &#124; Cloud</description>
	<lastBuildDate>Tue, 16 Mar 2010 21:17:11 +0000</lastBuildDate>
	
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Sunil</title>
		<link>http://www.jamesward.com/2007/11/15/matt-raible-comparing-jvm-web-frameworks/comment-page-1/#comment-149619</link>
		<dc:creator>Sunil</dc:creator>
		<pubDate>Tue, 27 Jan 2009 08:03:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.jamesward.org/wordpress/2007/11/15/matt-raible-comparing-jvm-web-frameworks/#comment-149619</guid>
		<description>&lt;a href=&quot;#comment-149383&quot; rel=&quot;nofollow&quot;&gt;@Steven Libonati &lt;/a&gt; 

Sure. I suppose you have used this combination in production environment and got some numbers (response times and resource usage, cpu and memory) to share. After my last post we are using BlazeDS for a chat application and I am yet to become comfortable to recommend it to the world. So if you do have numbers please share them. The numbers I am working with in production are: 32 MB tomcat process, 20ms avg server response time and &lt;10% CPU usage on a standard Amazon EC2 instance. This supports about 600 users on 2 applications (in the same tomcat) - roughly 60 of them are online at any time.</description>
		<content:encoded><![CDATA[<p><a href="#comment-149383" rel="nofollow">@Steven Libonati </a> </p>
<p>Sure. I suppose you have used this combination in production environment and got some numbers (response times and resource usage, cpu and memory) to share. After my last post we are using BlazeDS for a chat application and I am yet to become comfortable to recommend it to the world. So if you do have numbers please share them. The numbers I am working with in production are: 32 MB tomcat process, 20ms avg server response time and &lt;10% CPU usage on a standard Amazon EC2 instance. This supports about 600 users on 2 applications (in the same tomcat) &#8211; roughly 60 of them are online at any time.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steven Libonati</title>
		<link>http://www.jamesward.com/2007/11/15/matt-raible-comparing-jvm-web-frameworks/comment-page-1/#comment-149383</link>
		<dc:creator>Steven Libonati</dc:creator>
		<pubDate>Mon, 26 Jan 2009 21:32:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.jamesward.org/wordpress/2007/11/15/matt-raible-comparing-jvm-web-frameworks/#comment-149383</guid>
		<description>&lt;a href=&quot;#comment-91796&quot; rel=&quot;nofollow&quot;&gt;@Sunil Guttula &lt;/a&gt; 
I know this is an old post, but I would have thought you were aware of Flex + BlazeDS + SpringFactory + Spring . This is an amazingly powerful combination. What you get is a portable .war or .ear that is deployable in any JEE server.</description>
		<content:encoded><![CDATA[<p><a href="#comment-91796" rel="nofollow">@Sunil Guttula </a><br />
I know this is an old post, but I would have thought you were aware of Flex + BlazeDS + SpringFactory + Spring . This is an amazingly powerful combination. What you get is a portable .war or .ear that is deployable in any JEE server.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sunil Guttula</title>
		<link>http://www.jamesward.com/2007/11/15/matt-raible-comparing-jvm-web-frameworks/comment-page-1/#comment-91796</link>
		<dc:creator>Sunil Guttula</dc:creator>
		<pubDate>Wed, 05 Mar 2008 23:47:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.jamesward.org/wordpress/2007/11/15/matt-raible-comparing-jvm-web-frameworks/#comment-91796</guid>
		<description>We are using Flex to build an enterprise product and it has worked well. There are not too many good options for connecting Flex with a backend java server. The open source options available in May 2007 (GraniteDS) did not really work well, lot of configuration and no support for custom classloaders on server side. BlazeDS from Adobe and Hessian (from Caucho) are 2 more  options now and graniteds may have matured more. Hessian is a clean one, not know too much about BlazedS. We have developed a bridge from Flex to Java (needs Servlet container) using xml as the data format and is working quite well.</description>
		<content:encoded><![CDATA[<p>We are using Flex to build an enterprise product and it has worked well. There are not too many good options for connecting Flex with a backend java server. The open source options available in May 2007 (GraniteDS) did not really work well, lot of configuration and no support for custom classloaders on server side. BlazeDS from Adobe and Hessian (from Caucho) are 2 more  options now and graniteds may have matured more. Hessian is a clean one, not know too much about BlazedS. We have developed a bridge from Flex to Java (needs Servlet container) using xml as the data format and is working quite well.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James Ward</title>
		<link>http://www.jamesward.com/2007/11/15/matt-raible-comparing-jvm-web-frameworks/comment-page-1/#comment-69462</link>
		<dc:creator>James Ward</dc:creator>
		<pubDate>Mon, 10 Dec 2007 06:53:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.jamesward.org/wordpress/2007/11/15/matt-raible-comparing-jvm-web-frameworks/#comment-69462</guid>
		<description>You might want to check out:
http://www.adobe.com/devnet/flex/flex_java.html

Also check back here in a week or so for more information about Flex &amp; Java.  I&#039;m working on a blog that will be of interest to you.

-James</description>
		<content:encoded><![CDATA[<p>You might want to check out:<br />
<a href="http://www.adobe.com/devnet/flex/flex_java.html" rel="nofollow">http://www.adobe.com/devnet/flex/flex_java.html</a></p>
<p>Also check back here in a week or so for more information about Flex &#038; Java.  I&#8217;m working on a blog that will be of interest to you.</p>
<p>-James</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jonr</title>
		<link>http://www.jamesward.com/2007/11/15/matt-raible-comparing-jvm-web-frameworks/comment-page-1/#comment-69132</link>
		<dc:creator>jonr</dc:creator>
		<pubDate>Fri, 07 Dec 2007 03:41:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.jamesward.org/wordpress/2007/11/15/matt-raible-comparing-jvm-web-frameworks/#comment-69132</guid>
		<description>Though I&#039;m very excited by the opportunities Flex provides to build a truly RIA, I&#039;ve become concerned with the limited amount of detailed information or samples that describe implementing Flex application back-ends in Java without using FDS.  I understand that FDS is one of Adobe&#039;s few opportunities to make $$ from Flex, but IMO the fees for it are very very high.  The 30-minute test drive, for example, is the type of sample I&#039;d like to see but provided without a requirement on FDS.  Its a little disigenuous to advertise Flex as becoming open and not requiring FDS to build many types of enterprise applications, but then to not provide a decent samples or guidance on how to do this.  Or have I been Googling in the wrong places ;).  Given the huge amount of collateral that James, Bruce, Christophe, and other Flex experts have provided it would be nice to see something of substance describing the non-FDS scenario.  Any good pointers for to samples or tutorials for this?</description>
		<content:encoded><![CDATA[<p>Though I&#8217;m very excited by the opportunities Flex provides to build a truly RIA, I&#8217;ve become concerned with the limited amount of detailed information or samples that describe implementing Flex application back-ends in Java without using FDS.  I understand that FDS is one of Adobe&#8217;s few opportunities to make $$ from Flex, but IMO the fees for it are very very high.  The 30-minute test drive, for example, is the type of sample I&#8217;d like to see but provided without a requirement on FDS.  Its a little disigenuous to advertise Flex as becoming open and not requiring FDS to build many types of enterprise applications, but then to not provide a decent samples or guidance on how to do this.  Or have I been Googling in the wrong places ;).  Given the huge amount of collateral that James, Bruce, Christophe, and other Flex experts have provided it would be nice to see something of substance describing the non-FDS scenario.  Any good pointers for to samples or tutorials for this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James Ward</title>
		<link>http://www.jamesward.com/2007/11/15/matt-raible-comparing-jvm-web-frameworks/comment-page-1/#comment-68182</link>
		<dc:creator>James Ward</dc:creator>
		<pubDate>Fri, 30 Nov 2007 21:14:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.jamesward.org/wordpress/2007/11/15/matt-raible-comparing-jvm-web-frameworks/#comment-68182</guid>
		<description>Hi Rathu,

Feel free to email me so we can discuss the details of your problem.  jaward &lt;at&gt; adobe &lt;dot&gt; com

-James</description>
		<content:encoded><![CDATA[<p>Hi Rathu,</p>
<p>Feel free to email me so we can discuss the details of your problem.  jaward &lt;at&gt; adobe &lt;dot&gt; com</p>
<p>-James</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rathu</title>
		<link>http://www.jamesward.com/2007/11/15/matt-raible-comparing-jvm-web-frameworks/comment-page-1/#comment-68171</link>
		<dc:creator>Rathu</dc:creator>
		<pubDate>Fri, 30 Nov 2007 20:36:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.jamesward.org/wordpress/2007/11/15/matt-raible-comparing-jvm-web-frameworks/#comment-68171</guid>
		<description>Hi James,
I just read all your post, I feel happy..
we have been working with legacy enterprise application built on websphere Portal(jsr168) and portlets.
now are planning to intigrate felx into that portlets for the data entry forms. we are just working on proof of concept and we are having integration issues and session maintenance issues. we are using Ajax bridge.... Data Services..
what do you suggest james.. looking forward your suggestion
Thanks,
rathu</description>
		<content:encoded><![CDATA[<p>Hi James,<br />
I just read all your post, I feel happy..<br />
we have been working with legacy enterprise application built on websphere Portal(jsr168) and portlets.<br />
now are planning to intigrate felx into that portlets for the data entry forms. we are just working on proof of concept and we are having integration issues and session maintenance issues. we are using Ajax bridge&#8230;. Data Services..<br />
what do you suggest james.. looking forward your suggestion<br />
Thanks,<br />
rathu</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James Ward</title>
		<link>http://www.jamesward.com/2007/11/15/matt-raible-comparing-jvm-web-frameworks/comment-page-1/#comment-67870</link>
		<dc:creator>James Ward</dc:creator>
		<pubDate>Wed, 28 Nov 2007 19:16:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.jamesward.org/wordpress/2007/11/15/matt-raible-comparing-jvm-web-frameworks/#comment-67870</guid>
		<description>Hi Nathan,

I&#039;ll send your feedback on to the team who built the showcase.  You can check out Picnik at: http://www.picnik.com

-James</description>
		<content:encoded><![CDATA[<p>Hi Nathan,</p>
<p>I&#8217;ll send your feedback on to the team who built the showcase.  You can check out Picnik at: <a href="http://www.picnik.com" rel="nofollow">http://www.picnik.com</a></p>
<p>-James</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nathan C</title>
		<link>http://www.jamesward.com/2007/11/15/matt-raible-comparing-jvm-web-frameworks/comment-page-1/#comment-67864</link>
		<dc:creator>Nathan C</dc:creator>
		<pubDate>Wed, 28 Nov 2007 17:56:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.jamesward.org/wordpress/2007/11/15/matt-raible-comparing-jvm-web-frameworks/#comment-67864</guid>
		<description>I got stuck at the pros.  Not being familiar with Picnik, I went to the linked Showcase page to find it.  After a pretty long load time, I was presented with a pretty list of apps in a statically sized box that could not be scrolled with my mouse&#039;s scrollwheel.  I could not search for Picnik using my browser&#039;s search functionality and the app provided none.  I gave up looking for Picnik and thought I would try another app, which I attempted to open in a new tab by middle-clicking or right-clicking to bring up the familiar browser menu.  No such luck.  Flash is a frustrating technology.</description>
		<content:encoded><![CDATA[<p>I got stuck at the pros.  Not being familiar with Picnik, I went to the linked Showcase page to find it.  After a pretty long load time, I was presented with a pretty list of apps in a statically sized box that could not be scrolled with my mouse&#8217;s scrollwheel.  I could not search for Picnik using my browser&#8217;s search functionality and the app provided none.  I gave up looking for Picnik and thought I would try another app, which I attempted to open in a new tab by middle-clicking or right-clicking to bring up the familiar browser menu.  No such luck.  Flash is a frustrating technology.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bhaskar Maddala</title>
		<link>http://www.jamesward.com/2007/11/15/matt-raible-comparing-jvm-web-frameworks/comment-page-1/#comment-67765</link>
		<dc:creator>Bhaskar Maddala</dc:creator>
		<pubDate>Tue, 27 Nov 2007 22:15:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.jamesward.org/wordpress/2007/11/15/matt-raible-comparing-jvm-web-frameworks/#comment-67765</guid>
		<description>I for one am certainly not in a position to judge the pros and cons of Flex/Flash based technologies, but I did try Flex about a year back. I needed something to get started on quickly, understand and evaluate and determine if I could really use it with my limited skill sets (first foray into the flex world). It is safe to say that I did not find the tools available to me that would allow me to play with the technology a first step to getting started. Without the tools the technology is for technology developers not for the technology users. Suffice to say I have since not visited Flex/Flash land, I guess it might be worth looking at once more.</description>
		<content:encoded><![CDATA[<p>I for one am certainly not in a position to judge the pros and cons of Flex/Flash based technologies, but I did try Flex about a year back. I needed something to get started on quickly, understand and evaluate and determine if I could really use it with my limited skill sets (first foray into the flex world). It is safe to say that I did not find the tools available to me that would allow me to play with the technology a first step to getting started. Without the tools the technology is for technology developers not for the technology users. Suffice to say I have since not visited Flex/Flash land, I guess it might be worth looking at once more.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
