



















































<?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: J2EE Web Frameworks</title>
	<atom:link href="http://davidcrow.ca/article/662/j2ee-web-frameworks/feed" rel="self" type="application/rss+xml" />
	<link>http://davidcrow.ca/article/662/j2ee-web-frameworks</link>
	<description>Helping companies with marketing, product strategy, user experience design, and technology development.</description>
	<lastBuildDate>Thu, 22 Jul 2010 15:01:08 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: David Crow</title>
		<link>http://davidcrow.ca/article/662/j2ee-web-frameworks/comment-page-1#comment-138</link>
		<dc:creator>David Crow</dc:creator>
		<pubDate>Wed, 20 Oct 2004 17:39:03 +0000</pubDate>
		<guid isPermaLink="false">http://blog.davidcrow.ca/?p=191#comment-138</guid>
		<description>&lt;p&gt;One option that we&#039;ve been looking at is J2EE unlying engine (Tomcat) and then ColdFusionMX (preferably Blackstone version 7.0), JRuby and Jython. But you&#039;re right, the complexity (development environment, tools, configuration) and development cycles (time = money) is what we are experiencing. It feels like 4 times the code, 6 times the configuration.

Coldfusion is great, we just need something a little more elegant for our non-user driven events and data manipulations. The combination of Fusebox and CFCs has worked really well for most projects, but we need a more robust abstraction and persistance layer. We have been looking at moving a lot of our data access objects into Hibernate objects and continuing to use CFMX as the presentation layer and the controller. But when we start to look at the nice-to-have features (incepetors, validators, workflow, etc.) we have found that other solutions offer more.

Part of our difficulty is addressed in Fusebox 4.x. We need to begin moving away from Fusebox 3.0, but since our latest application has only been live since July a major rewrite is not happening.

We probably need to move from CFMX for Windows to CFMX for J2EE. Currently, the systems administrator does not (and will not allow) any additions to the CLASSPATH on our production Windows 2K3 machine running IIS and CFMX6.1. This has hampered any extensions or augmentation to the existing Coldfusion apps using other technologies.

We&#039;ve tried using a skunkworks approach to add rogue servers and functionality, but since there is no support at the very top for anything that would rock the status quo, it becomes very hard to implement. All of our machines are behind atleast 2 layers of firewalls and are not accessible to the outside world. For the inside world our boxes are only accessible on the same subnet. The servers are controlled by a separate department with separate reporting structures. There are obvious team and organizational issues that dampen our spirits.

However, we seem to have support to move to J2EE and Oracle (9.2), but still in a very locked down, controlled fashion. But we have some support. Moving to J2EE appears to give us the flexibility to do things like Ruby on Rails using JRuby if we choose.


&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>One option that we&#8217;ve been looking at is J2EE unlying engine (Tomcat) and then ColdFusionMX (preferably Blackstone version 7.0), JRuby and Jython. But you&#8217;re right, the complexity (development environment, tools, configuration) and development cycles (time = money) is what we are experiencing. It feels like 4 times the code, 6 times the configuration.</p>
<p>Coldfusion is great, we just need something a little more elegant for our non-user driven events and data manipulations. The combination of Fusebox and CFCs has worked really well for most projects, but we need a more robust abstraction and persistance layer. We have been looking at moving a lot of our data access objects into Hibernate objects and continuing to use CFMX as the presentation layer and the controller. But when we start to look at the nice-to-have features (incepetors, validators, workflow, etc.) we have found that other solutions offer more.</p>
<p>Part of our difficulty is addressed in Fusebox 4.x. We need to begin moving away from Fusebox 3.0, but since our latest application has only been live since July a major rewrite is not happening.</p>
<p>We probably need to move from CFMX for Windows to CFMX for J2EE. Currently, the systems administrator does not (and will not allow) any additions to the CLASSPATH on our production Windows 2K3 machine running IIS and CFMX6.1. This has hampered any extensions or augmentation to the existing Coldfusion apps using other technologies.</p>
<p>We&#8217;ve tried using a skunkworks approach to add rogue servers and functionality, but since there is no support at the very top for anything that would rock the status quo, it becomes very hard to implement. All of our machines are behind atleast 2 layers of firewalls and are not accessible to the outside world. For the inside world our boxes are only accessible on the same subnet. The servers are controlled by a separate department with separate reporting structures. There are obvious team and organizational issues that dampen our spirits.</p>
<p>However, we seem to have support to move to J2EE and Oracle (9.2), but still in a very locked down, controlled fashion. But we have some support. Moving to J2EE appears to give us the flexibility to do things like Ruby on Rails using JRuby if we choose.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Solomon</title>
		<link>http://davidcrow.ca/article/662/j2ee-web-frameworks/comment-page-1#comment-139</link>
		<dc:creator>Solomon</dc:creator>
		<pubDate>Wed, 20 Oct 2004 17:13:02 +0000</pubDate>
		<guid isPermaLink="false">http://blog.davidcrow.ca/?p=191#comment-139</guid>
		<description>&lt;p&gt;Wow. It&#039;s really too bad that you guys are moving to J2EE from ColdFusion. 4 times the code, 6 times the configuration, and unlimited headaches to boot. I would be really interested in hearing what the business/technical justification is for the move. My team is experimenting with Ruby on Rails, although there is not much in the way of documentation for using it on Windows. From a J2EE prospective, our clients are growing tired of the development cycles, maintenance and resource costs, as thee growing complexity of J2EE. They are looking for robust alternatives to cut cost, PHP, Ruby, Python, we will see.&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>Wow. It&#8217;s really too bad that you guys are moving to J2EE from ColdFusion. 4 times the code, 6 times the configuration, and unlimited headaches to boot. I would be really interested in hearing what the business/technical justification is for the move. My team is experimenting with Ruby on Rails, although there is not much in the way of documentation for using it on Windows. From a J2EE prospective, our clients are growing tired of the development cycles, maintenance and resource costs, as thee growing complexity of J2EE. They are looking for robust alternatives to cut cost, PHP, Ruby, Python, we will see.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Crow</title>
		<link>http://davidcrow.ca/article/662/j2ee-web-frameworks/comment-page-1#comment-136</link>
		<dc:creator>David Crow</dc:creator>
		<pubDate>Tue, 19 Oct 2004 23:57:22 +0000</pubDate>
		<guid isPermaLink="false">http://blog.davidcrow.ca/?p=191#comment-136</guid>
		<description>&lt;p&gt;My IT group has a hard time understanding n-tier development, never mind a scripting language like Ruby for enterprise development. We&#039;ve fought long an hard to move them to J2EE (we were using COBOL, PL/SQL and a little bit of Perl for most projects, not just legacy systems). Their not (enterprise systems) group has gone with the Macromedia product suite, lots of ColdFusionMX, Breeze, Flash Communication Server, etc. This works just fine, but it ties me to a single vendor, and excludes a lot of other (easier, better, faster) solutions to many of the problems.

We&#039;ve had 2-3 major projects that has forced the rest of the IT to understand newer platforms. But for the most part they don&#039;t actually understand, they just follow route directions. So there is no support and no reward for learning new technology.

With JRuby, Ruby on Rails might be back on the list of tools. My staff and I  have zero experience with Ruby or Python and a fair bit of experience with J2EE. The Instiki and Basecamp projects are fabulous and we should probably have another look at Ruby.

Any insight into J2EE versus Ruby would be great?



&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>My IT group has a hard time understanding n-tier development, never mind a scripting language like Ruby for enterprise development. We&#8217;ve fought long an hard to move them to J2EE (we were using COBOL, PL/SQL and a little bit of Perl for most projects, not just legacy systems). Their not (enterprise systems) group has gone with the Macromedia product suite, lots of ColdFusionMX, Breeze, Flash Communication Server, etc. This works just fine, but it ties me to a single vendor, and excludes a lot of other (easier, better, faster) solutions to many of the problems.</p>
<p>We&#8217;ve had 2-3 major projects that has forced the rest of the IT to understand newer platforms. But for the most part they don&#8217;t actually understand, they just follow route directions. So there is no support and no reward for learning new technology.</p>
<p>With JRuby, Ruby on Rails might be back on the list of tools. My staff and I  have zero experience with Ruby or Python and a fair bit of experience with J2EE. The Instiki and Basecamp projects are fabulous and we should probably have another look at Ruby.</p>
<p>Any insight into J2EE versus Ruby would be great?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Heinemeier Hansson</title>
		<link>http://davidcrow.ca/article/662/j2ee-web-frameworks/comment-page-1#comment-140</link>
		<dc:creator>David Heinemeier Hansson</dc:creator>
		<pubDate>Tue, 19 Oct 2004 12:46:43 +0000</pubDate>
		<guid isPermaLink="false">http://blog.davidcrow.ca/?p=191#comment-140</guid>
		<description>&lt;p&gt;I&#039;m sad to hear that Ruby on Rails is out of the race merely because the IT gatekeepers haven&#039;t heard of it. What exactly were their reasoning for shuning Ruby? Couldn&#039;t they get it to compile? Didn&#039;t they even want to try?

Hopefully, you&#039;ll dig deeper for an answer. Maintaining the status que due to ignorance is a terrible way work.&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>I&#8217;m sad to hear that Ruby on Rails is out of the race merely because the IT gatekeepers haven&#8217;t heard of it. What exactly were their reasoning for shuning Ruby? Couldn&#8217;t they get it to compile? Didn&#8217;t they even want to try?</p>
<p>Hopefully, you&#8217;ll dig deeper for an answer. Maintaining the status que due to ignorance is a terrible way work.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
