Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 51408 invoked from network); 17 May 2005 18:53:23 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 17 May 2005 18:53:23 -0000 Received: (qmail 6503 invoked by uid 500); 17 May 2005 06:17:22 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 6380 invoked by uid 500); 17 May 2005 06:17:19 -0000 Mailing-List: contact dev-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@geronimo.apache.org List-Id: Delivered-To: mailing list dev@geronimo.apache.org Received: (qmail 6347 invoked by uid 99); 17 May 2005 06:17:18 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (hermes.apache.org: local policy) Received: from Unknown (HELO mgd.gluecode.com) (64.14.202.141) by apache.org (qpsmtpd/0.28) with ESMTP; Mon, 16 May 2005 23:17:16 -0700 Received: from [192.168.15.108] (69-175-254-134.vnnyca.adelphia.net [69.175.254.134]) (authenticated bits=0) by mgd.gluecode.com (8.12.10/8.12.10) with ESMTP id j4H5cGCW029553 (version=TLSv1/SSLv3 cipher=RC4-SHA bits=128 verify=NO) for ; Mon, 16 May 2005 22:38:18 -0700 Mime-Version: 1.0 (Apple Message framework v728) Content-Transfer-Encoding: 7bit Message-Id: <98E98773-0BC5-4DE7-A7C3-1B0269BED6A5@iq80.com> Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed To: dev@geronimo.apache.org From: Dain Sundstrom Subject: ANN: Spring Kernel Date: Mon, 16 May 2005 22:38:39 -0700 X-Mailer: Apple Mail (2.728) X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N I have just committed a demonstration Spring based Geronimo server. This server uses a spring.xml file to configure the server and actually uses the GBean.org Spring based kernel instead of the existing Geronimo kernel to wire together services. The new code is located in sandbox/spring-assembly and you can try out the new server with the following: % cd sandbox/spring-assembly % maven ... % java -jar target/geronimo/bin/spring-server.jar org/apache/geronimo/ DebugConsole Once the server finishes booting, open http://localhost:8080/debug-tool The demonstration server is not fully working, so your milage may vary. If you are interested in helping making this a fully working server, please try it out and let me know what you don't like and what is broken (and then submit a patch). -dain