<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xml:base="http://java.dzone.com"  xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:dz="http://www.developerzone.com/modules/dz/1.0" xmlns:media="http://search.yahoo.com/mrss/">
<channel>
 <title>Javalobby - Comments for &quot;Spring Creator Sees &amp;amp;quot;The Decline of the Traditional Java EE Server&amp;amp;quot;&quot;</title>
 <link>http://java.dzone.com/news/spring-creator-sees-decline-tr</link>
 <description>Comments for &quot;Spring Creator Sees &quot;The Decline of the Traditional Java EE Server&quot;&quot;</description>
 <language>en</language>
<item>
 <title>Traditional J2EE technology</title>
 <link>http://java.dzone.com/news/spring-creator-sees-decline-tr#comment-2352</link>
 <description>&lt;!--paging_filter--&gt;Traditional J2EE technology was (and still is) the worst example of OOOP (1st &amp;quot;O&amp;quot;  stands  for  &amp;quot;Over-engineered&amp;quot;).  Of course, Spring makes life of Java developer easier. Its great strenghs is that it is modular, you can use it simply as a hub for your components, and it imposes minimum restrictions. Comparing it to J2EE  is like comparing an oversized culturist pumped on steroids to a flexible athlete (guess which is which).</description>
 <pubDate>Fri, 04 Apr 2008 11:21:36 -0400</pubDate>
 <dc:creator>tech0513</dc:creator>
 <guid isPermaLink="false">comment 2352 at http://java.dzone.com</guid>
</item>
<item>
 <title>Rod is probably partly</title>
 <link>http://java.dzone.com/news/spring-creator-sees-decline-tr#comment-2277</link>
 <description>&lt;!--paging_filter--&gt;&lt;p&gt; Rod is probably partly right, but for the wrong reasons. Consider the lineage of standard J2EE persistence. We had EJB CMP which was a mess, then Hibernate came along, then iBatis et al, and now we have a new standard with JPA which serves to encapsulate the ideas and concepts that came before it. Now JPA 2.0 should fill in the holes with things like criteria queries. &lt;/p&gt;&lt;p&gt; Now look at EJB itself, we had EJB 2.1 which was a mess, then Spring came along, then Guice, Seam, even web frameworks started implementing dependency injection. For EJB, the first step back on the right path was EJB 3.0, and now we have a new standard coming up with web beans that will again encapsulate a lot of the ideas that came before it. &lt;/p&gt;&lt;p&gt;I see web servers evolving the same way. We have Tomcat and full blown J2EE app servers which will then evolve into modular servers where you can use either the lightweight web beans container, or switch to the more heavyweight EJB driven web beans implementation. &lt;/p&gt;&lt;p&gt; While Spring in itself may be simple, it does nothing to reduce the complexity of the Java platform itself. Rather than have one fixed framework as a standard (a la Ruby on Rails, PHP, asp.net) , java chooses to have a set of multiple frameworks and while each one may be simple in nature, their existence introduces complexity into the Java ecosystem. &lt;/p&gt;</description>
 <pubDate>Tue, 01 Apr 2008 15:25:45 -0400</pubDate>
 <dc:creator>Andy Gibson</dc:creator>
 <guid isPermaLink="false">comment 2277 at http://java.dzone.com</guid>
</item>
<item>
 <title>JeffS, I agree use the right</title>
 <link>http://java.dzone.com/news/spring-creator-sees-decline-tr#comment-2235</link>
 <description>&lt;!--paging_filter--&gt;&lt;p&gt;JeffS, I agree use the right tool for the job, I like OOP, I know in some situations OOP is not the answer but I think that&#039;s why I don&#039;t like PHP or Perl in that case and I like more Ruby or Python they are more elegant, clean and fun to work with. So in the end I think is personal preference after all.&lt;/p&gt;&lt;p&gt; &lt;/p&gt;&lt;p&gt;Rainer with Spring you don&#039;t need Application servers, just Tomcat, it is very lightweight, I think it&#039;s more lightweight and better performance than using LAMP, Thats have been my experience(some people say the reverse but I don&#039;t trust in benchmarks). Also you can use BlazeDS with Spring and Flex with a high performance and keep your business logic on the middleware so if in the future Flex is not anymore the hype then you can move to another presentation layer without problems. I suggest not to move the business logic to the client side. IMHO thick clients sucks, It&#039;s better thin clients. Of course also depend of the requirements and the users but it is more healthy for the users thin clients.&lt;/p&gt;</description>
 <pubDate>Mon, 31 Mar 2008 23:13:15 -0400</pubDate>
 <dc:creator>alpha512</dc:creator>
 <guid isPermaLink="false">comment 2235 at http://java.dzone.com</guid>
</item>
<item>
 <title>LAMP is a big player,</title>
 <link>http://java.dzone.com/news/spring-creator-sees-decline-tr#comment-2227</link>
 <description>&lt;!--paging_filter--&gt;&lt;p&gt;LAMP is a big player, because of the bunch of providers offering this stack worldwide. Did you ever tried to find something similar (same price, same management easiness) for a Java stack, say Tomcat++, the years ago? Today, here and there are offers, but more expensive, etc.&lt;/p&gt;&lt;p&gt;There are already excellent implementations, like Typo3, that prove that LAMP can compete with Java at the enterprise level. There are trends that are influenced by the Spring Framework, like &lt;a href=&quot;http://blog.rainer.eschen.name/2008/02/09/flow3-will-be-for-php-what-spring-already-is-for-java/&quot; target=&quot;_blank&quot;&gt;Flow3&lt;/a&gt;, that foreshadow, that the LAMP guys have understond what&#039;s important in enterprise environments. I&#039;m happy with this, because I&#039;ll get even more Java-like quality features on a very cheap provider stack ;-).&lt;/p&gt;&lt;p&gt;Although, there are a lot of projects LAMP is an excellent base today, Java is still the better answer for the big iron projects. But, the number of projects where such investments are really necessary goes down. &lt;/p&gt;&lt;p&gt;If I have a look at Flex for the next-generation frontend development, where a big part of the application logic can be moved back to the client, in some years we may rethink to use Java in the backend. What, if LAMP delivers a similar persistence layer, as Hibernate today, but with lesser maintenance problems? Compare Apache Web Server plus its mods with todays Application Servers, like Glassfish... &lt;/p&gt;&lt;p&gt;So, I agree with Rod in the end. Although I add the question: why use an application server at all? &lt;/p&gt;</description>
 <pubDate>Mon, 31 Mar 2008 15:38:24 -0400</pubDate>
 <dc:creator>rainwebs</dc:creator>
 <guid isPermaLink="false">comment 2227 at http://java.dzone.com</guid>
</item>
<item>
 <title>&quot;Jeffs, Have you programmed</title>
 <link>http://java.dzone.com/news/spring-creator-sees-decline-tr#comment-2200</link>
 <description>&lt;!--paging_filter--&gt;&lt;p&gt;&amp;quot;Jeffs, Have you programmed with PHP?&amp;quot;&lt;/p&gt;&lt;p&gt; Yes.&lt;/p&gt;&lt;p&gt;&amp;quot;Looks like you only speculate about LAMP but programming with PHP really is a pain in the neck&amp;quot; &lt;/p&gt;&lt;p&gt;Nope, no specutlation - real experience.  And I don&#039;t consider PHP&#039;s dynamism, ease of deployment, multitude of useful functions designed specifically to solve the web problem, and general RAD principles, to be a &amp;quot;pain in the neck&amp;quot;.&lt;/p&gt;&lt;p&gt;&amp;quot;a real mess language, painful, ugly and bad designed, figure it was extracted from Perl&amp;quot;&lt;/p&gt;&lt;p&gt;Perl and PHP weren&#039;t designed for prettiness, or paradigm purity, or general elegance that make academics and posters at JavaLobby go &amp;quot;ooh, ahh, wow!&amp;quot; ;-)&lt;/p&gt;&lt;p&gt;They were designed for usefulness, and to help solve problems easily.  And in those two aspects, both Perl and PHP certainly excel, IMHO.  Actually, it&#039;s not my opinion, it&#039;s been proven in the real world, time and time again.&lt;/p&gt;&lt;p&gt;&amp;quot;I think Perl is much better language than PHP.&amp;quot;&lt;/p&gt;&lt;p&gt;For certain problem domans, I agree 100%.  Perl is particularly good as a Unix admin scripting tool, it&#039;s great at text processing (actually, arguably unequalled), it&#039;s good at CGI (particularly with mod_perl), and a multitude of &amp;quot;duct tape&amp;quot;, &amp;quot;swiss army knife&amp;quot; type functionalities. &lt;/p&gt;&lt;p&gt; PHP is particularly good at solving a multitude of web problems very well, and very very easily. &lt;/p&gt;&lt;p&gt;&amp;quot;I prefer Java 100 times more than PHP or heck Ruby or Python are much better languages for LAMP. &amp;quot;&lt;/p&gt;&lt;p&gt;I prefer Java also, for certain things - cross platform GUI development, heavy lifting JEE or Spring POJO apps that benefit from domain driven design, large apps where strong typing makes debugging easier and the compiler catch problems ahead of time, certain networking problem domains, etc. &lt;/p&gt;&lt;p&gt; I also think that Ruby or Python are good for LAMP, but not necessarily better or worse than Perl or PHP.  It boils down to preference - Perl and PHP&#039;s extreme usefulness and flexibility, or Ruby and Python&#039;s extreme readability, cleanliness, and greater &amp;quot;OOP purity&amp;quot;.   AS for &amp;quot;OOP purity&amp;quot;, I tend to get turned off.  OOP is great, but not great for all programming problems.  There is no &amp;quot;one size fits all&amp;quot;.  &lt;/p&gt;&lt;p&gt;I like what Larry Wall said about what programming paradigm Perl is really good at.  He said &amp;quot;WOP - Whatever Oriented Programming&amp;quot; (in typical Wall humor).  But with Perl, you can do OOP, functional programming, generic programming, procedural programming, or just simple scripts.  It&#039;s as easy or sophisticated as you need/want it to be.  C++ is the same way - Stroustrup calls C++ a &amp;quot;multi paradigm language&amp;quot;.  That&#039;s the same as Walls &amp;quot;WOP&amp;quot;.  PHP is also a &amp;quot;WOP&amp;quot; language.  All three bring a certain amout of inelegance, and not the best OOP implementation one could ask for, or plain old ugliness, but in exchange, they bring their extreme usefulness and flexibility. &lt;/p&gt;&lt;p&gt;By contrast, one of my gripes about Java (don&#039;t worry, I love Java, and I have gripes about all other languages), is that it seems to force OOP down your throat, for better or worse.  Most of the time, that&#039;s a good thing, particularly for large projects, and for GUI programming.  But some times it simply adds complexity (ORM, anyone? why are people so afraid of plain &#039;ol SQL?), or some business processes don&#039;t fit well into class hierarchies. &lt;/p&gt;&lt;p&gt; The usual cliche&#039; continues to hold true - just use the right tool for the job.&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description>
 <pubDate>Sun, 30 Mar 2008 21:13:14 -0400</pubDate>
 <dc:creator>jas_ejb</dc:creator>
 <guid isPermaLink="false">comment 2200 at http://java.dzone.com</guid>
</item>
<item>
 <title>Jeffs, Have you programmed</title>
 <link>http://java.dzone.com/news/spring-creator-sees-decline-tr#comment-2196</link>
 <description>&lt;!--paging_filter--&gt;&lt;p&gt;Jeffs, Have you programmed with PHP?, Looks like you only speculate about LAMP but programming with PHP really is a pain in the neck, a real mess language, painful, ugly and bad designed, figure it was extracted from Perl, I think Perl is much better language than PHP. Even at this time PHP5 doesn&#039;t have namespaces heheh.&lt;/p&gt;&lt;p&gt;I prefer Java 100 times more than PHP or heck Ruby or Python are much better languages for LAMP. &lt;/p&gt;</description>
 <pubDate>Sat, 29 Mar 2008 23:21:11 -0400</pubDate>
 <dc:creator>alpha512</dc:creator>
 <guid isPermaLink="false">comment 2196 at http://java.dzone.com</guid>
</item>
<item>
 <title>Personally I don&#039;t agree</title>
 <link>http://java.dzone.com/news/spring-creator-sees-decline-tr#comment-2192</link>
 <description>&lt;!--paging_filter--&gt;&lt;p&gt;Personally I don&#039;t agree with Rod prediction.&lt;/p&gt;&lt;p&gt;We use both Spring and J2EE ( and recently move to JEE5) and both of them have their own pro and cons. &lt;/p&gt;&lt;p&gt;I just don&#039;t feel right saying that Spring ( or others ) will replace JEE. All solutions will get benefits from others as Soren mentioned above.   &lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description>
 <pubDate>Sat, 29 Mar 2008 06:38:41 -0400</pubDate>
 <dc:creator>kennethmark</dc:creator>
 <guid isPermaLink="false">comment 2192 at http://java.dzone.com</guid>
</item>
<item>
 <title>It is natural that Rod</title>
 <link>http://java.dzone.com/news/spring-creator-sees-decline-tr#comment-2190</link>
 <description>&lt;!--paging_filter--&gt;&lt;p&gt;It is natural that Rod Johnson is quite enthuiastic about his own product. Who wouldn&#039;t be :)&lt;/p&gt;&lt;p&gt;How I see it though, is Spring and JEE as complementing technologies/frameworks. I use Spring extensively in almost all projects nowadays, and while Spring is many things, it is not a JMS provider, it is not a transactions manager, etc. Without these JEE defined &amp;quot;standards&amp;quot;, there would be missing some well-defined concepts in Spring, and I would have little use of it in my projects.&lt;/p&gt;</description>
 <pubDate>Sat, 29 Mar 2008 03:21:15 -0400</pubDate>
 <dc:creator>sorend</dc:creator>
 <guid isPermaLink="false">comment 2190 at http://java.dzone.com</guid>
</item>
<item>
 <title>No I don&#039;t agree with</title>
 <link>http://java.dzone.com/news/spring-creator-sees-decline-tr#comment-2187</link>
 <description>&lt;!--paging_filter--&gt;&lt;p&gt;No I don&#039;t agree with him.&lt;/p&gt;

&lt;p&gt;A lot of Rod&#039;s remarks
nowadays have to do with spreading FUD about JEE and standards in general. I like
open source as it pushes standards to a higher level. Open source initiatives
start out with a relative green field - in order to &#039;fix&#039; or &#039;make easy/easier&#039;
what the &#039;current&#039; standard has overlooked, left out or solved &#039;the wrong way&#039;. Examples are well known
with regard to EJB entity beans -&amp;gt; hibernate/toplink -&amp;gt; JPA, as well as
EJB 1.0,2.0,2.1 -&amp;gt; spring wiring/aop/di -&amp;gt; EJB3.0, 3.1. At a certain time
the open source initiative will start to crumble under its weight, depending on
the &#039;installed base&#039; and legacy of backward compatibility. The open source
initiative will become overly complex, and the &#039;new&#039; standard has the ability
to introduce improved functionality by making more use of language features,
without the burden of backward compatibility. I think we&#039;re on the verge of
that happening - Spring trying to keep up with the next wave of improved
industry standards (e.g. Java 6, 7 and JEE 6).  &lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt; &lt;/p&gt;</description>
 <pubDate>Fri, 28 Mar 2008 23:16:46 -0400</pubDate>
 <dc:creator>jvissers</dc:creator>
 <guid isPermaLink="false">comment 2187 at http://java.dzone.com</guid>
</item>
<item>
 <title>I agree with Rod. Spring has</title>
 <link>http://java.dzone.com/news/spring-creator-sees-decline-tr#comment-2174</link>
 <description>&lt;!--paging_filter--&gt;&lt;br /&gt;I agree with Rod. Spring has made my life easier as a Java developer. I don&#039;t think that JEE servers are going to fall off of the map, but we will see &amp;quot;the decline of traditional JEE server&amp;quot;. I was just talking to a colleague 10 minutes ago about some of the many features of Spring and how Spring can help a small team of developers get their work done with less headaches. I think that Java developers still need to understand what core JEE is all about, but they should not be concerned about the details of implementation if they do not want to be.</description>
 <pubDate>Fri, 28 Mar 2008 14:15:34 -0400</pubDate>
 <dc:creator>cplusstudent</dc:creator>
 <guid isPermaLink="false">comment 2174 at http://java.dzone.com</guid>
</item>
<item>
 <title>Of course Rod is predicting</title>
 <link>http://java.dzone.com/news/spring-creator-sees-decline-tr#comment-2172</link>
 <description>&lt;!--paging_filter--&gt;&lt;p&gt;Of course Rod is predicting the demise of JEE app servers, in favor of the modular Spring framework - Spring is how earns his wares.&lt;/p&gt;&lt;p&gt;Similarly, I saw a post (linked to by Java Lobby) from Andi Gutmans (of Zend/PHP fame) saying how the LAMP stack is dominant and prferable for web apps, well over anything Java, becaue Java is too difficult and cumbersome in comparison to LAMP.  Of course Gutmans said that, Zend/PHP is how he earns his wares.&lt;/p&gt;&lt;p&gt; So, in both cases, big pinch of salt, please. &lt;/p&gt;&lt;p&gt; But going forward, I see most new Java Enterprise projects going to the lighter weight, more modular approach of Spring and OSGI.  Most traditional JEE app servers are used in legacy apps, or in very large corps with already huge investments in that space, and converting is too expensive.  &lt;/p&gt;&lt;p&gt;Really, going forward, the only time a big monolithic JEE app server makes sense is in the biggest of the big back end corporate apps, where they absolutely need all the APIs and services that a JEE has (and is already plugged in and configured).  That&#039;s maybe 5% of apps out there.  Everything else benefits from the lighter weight, more modular approach. &lt;/p&gt;&lt;p&gt; However, for that remaining 95%, I&#039;d say the Spring/OSGI approach is attractive, but I find the LAMP stack to be even more attractive, due to much greater ease of development and deployment, more agility, more dynamism, and it is proven to scale, perform, and provide robust security and up time (just look at Yahoo, Facebook, and many other very large scale Web 2.0 apps that use PHP (or LAMP in general). &lt;/p&gt;&lt;p&gt; So that kind of puts the Spring or OSGI approach in a precarious middle ground.  On one end it&#039;s LAMP that&#039;s more appropriate, and on the other end, it&#039;s a big JEE app server that&#039;s more appropriate.  How large that middle ground where Spring is appropriate is debateable. &lt;/p&gt;</description>
 <pubDate>Fri, 28 Mar 2008 13:20:26 -0400</pubDate>
 <dc:creator>jas_ejb</dc:creator>
 <guid isPermaLink="false">comment 2172 at http://java.dzone.com</guid>
</item>
<item>
 <title>Yeah I&#039;m agree with Rod,</title>
 <link>http://java.dzone.com/news/spring-creator-sees-decline-tr#comment-2165</link>
 <description>&lt;!--paging_filter--&gt;&lt;p&gt;Yeah I&#039;m agree with Rod, Spring makes my life easier as Java developer, JEE will still have it place but Spring is going more strong everyday and with version 3 of Spring I think it will be the choice for Java for the Enterprise development.&lt;/p&gt;&lt;p&gt; Thanks to Rod, SpringSource and the community for the wonderful Spring framework!.&lt;/p&gt;</description>
 <pubDate>Fri, 28 Mar 2008 12:14:56 -0400</pubDate>
 <dc:creator>alpha512</dc:creator>
 <guid isPermaLink="false">comment 2165 at http://java.dzone.com</guid>
</item>
</channel>
</rss>
