The Artima Developer Community
Sponsored Link

Java Buzz Forum
Spring support in Geronimo

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
Spring support in Geronimo Posted: Jun 29, 2004 10:46 AM
Reply to this message Reply

This post originated from an RSS feed registered with Java Buzz by dion.
Original Post: Spring support in Geronimo
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
There was an EJB 3 talk at the "licensee" day, which happens before JavaOne starts for everyone else. As EJB 3 was discussed, some of the Geronimo team had their laptops out and were coding away. Were they working on getting code ready to preview EJB 3? No. They were adding support for Spring into the Geronimo core. When you package components, you will be able to put a file, called something like spring.xml in META-INF. Geronimo will grok this, and be able to startup a Spring ApplicationContext and wrap the components and Spring container itself behind GBeans. This becomes cool as Geronimo is supporting all of the J2EE specs. So, for example, now you will be able to hot deploy your Spring container/application. All of the management and deployment APIs are there for you. You will be able to access things via JMX if you want to. I really like the path that Geronimo seems to be taking. They don't say "we will only support [technology x]". They support the various APIs, and we can make the choice. If you want to use JDO, go for it. If you want to use EJB 3, go for it. If you want to use Hibernate, etc etc. Geronimo is going to give us freedom. I can't wait.

Read: Spring support in Geronimo

Topic: FireFox 0.9 - First Impressions Previous Topic   Next Topic Topic: Geeks go ballistic

Sponsored Links



Google
  Web Artima.com   

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