The Artima Developer Community
Sponsored Link

Java Buzz Forum
RE: Don wants to know how Indigo can avoid EJB's fate

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
dion

Posts: 5028
Nickname: dion
Registered: Feb, 2003

Dion Almaer is the Editor-in-Chief for TheServerSide.com, and is an enterprise Java evangelist
RE: Don wants to know how Indigo can avoid EJB's fate Posted: Oct 14, 2004 1:57 PM
Reply to this message Reply

This post originated from an RSS feed registered with Java Buzz by dion.
Original Post: RE: Don wants to know how Indigo can avoid EJB's fate
Feed Title: techno.blog(Dion)
Feed URL: http://feeds.feedburner.com/dion
Feed Description: blogging about life the universe and everything tech
Latest Java Buzz Posts
Latest Java Buzz Posts by dion
Latest Posts From techno.blog(Dion)

Advertisement
Ted has discussed avoiding the EJB fate in Indigo. He gets into lightweight containers, and how he wants a "Pay as you go" situation (sounds familiar from the debates ;). He has a feeling that the current crop of lightweight containers are already heavy and don't allow this. I have to disagree. If I want to start of with a minimal system I can literally create a a container (e.g. new SomePicoContainer(), setup a Spring applicationContext) and have minimal configuration for my needs (e.g. XML config, or in code). Then, if you find yourself wanting to add functionality you grow your configuration and start to use more functionality. You don't have to grab the full jar files if you don't want to (if you are worried about that). You do pay as you go. Pico/Nano may be even better in this regard. Each project has its own goals. PicoContainer is just that. It stays lean and mean and just does the one thing. Then Nano builds on top of that. It manages trees of PicoContainers, has support for services such as Hibernate, NanoWar, etc. I am enjoying pay as you go right now!

Read: RE: Don wants to know how Indigo can avoid EJB's fate

Topic: [Oct 5, 2004 06:44 PDT] 11 Links Previous Topic   Next Topic Topic: Rhino 1.6 R1

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use