|
From: <jue...@we...> - 2004-01-03 10:58:50
|
Last chance for any last minute feedback... the M4 release is just =
around the corner (to be released today).
=20
Has anybody tried deploying the sample apps, particularly JPetStore, and =
had problems? Note that JPetStore can also be built for Commons =
Attributes ("attributes" directory), allows to choose between the Spring =
and the Struts web tier in web.xml, and has a demo remote client =
("client" directory).
=20
Juergen
=20
________________________________
Von: spr...@li... im Auftrag =
von j=FCrgen h=F6ller [werk3AT]
Gesendet: Fr 02.01.2004 01:22
An: spr...@li...
Betreff: [Springframework-developer] 1.0 M4 ready for release
Hi everybody,
First of all, a happy new year! It's been a great year 2003, =
particularly considering that the Spring Framework project didn't even =
exist 12 months ago (we'll celebrate first birthday in February). Of =
course, the framework version that came with Rod's book was already =
there: But we've seen massive refinement of the framework since, even =
exploring completely new areas like AOP support and transaction =
management, and have attracted a significant number of users (with about =
3000 downloads per release since 1.0 M1). I'd like to thank everybody =
for their contributions, no matter what kind, in what area, and to what =
extent!
I've just finished my preparations of our upcoming release 1.0 M4. In =
good old Spring Framework tradition, a last minute change in the core =
has sneaked in: I've introduced the core.io package with its Resource =
interface and out-of-the-box implementations ClassPathResource, =
FileSystemResource, etc. It's used in the BeanDefinitionRegistry area, =
and also for all former "configLocation" Strings - they are all of type =
Resource now. Thanks to an automatically registered PropertyEditor, =
specifying String paths in bean definitions works just like before, but =
the receiving beans do not have to be ApplicationContextAware anymore to =
be able to resolve resource locations in a generic way.
As most people have already found out, 1.0 M4 introduces our version of =
Clinton Begin's JPetStore, with a Spring-managed middle tier that =
leverages our new iBATIS Database Layer integration, and alternative =
Spring Web MVC and Struts web tiers. A recent addition is remoting =
support: The out-of-the-box JPetStore illustrates remoting via Hessian, =
Burlap, RMI, and our new JAX-RPC support via Axis. Like Clinton's =
original version did with Axis, we export an OrderService. An included =
OrderServiceClient invokes the OrderService to show an order by number, =
via all configured protocols. This should work without hassle via the =
included Ant scripts and the readme.
I'll release 1.0 M4 tomorrow night, sort of a new year's present for the =
Spring community ;-) Everybody who has some time left, please give the =
current CVS contents a try, particularly "playing user": Generate a =
release zip, unzip it, build the samples, deploy the samples. Note that =
as of 1.0 M4, there are two release zips: "spring-framework-1.0-m4" with =
everything but third-party libraries (~8 MB), and =
"spring-framework-1.0-m4-with-dependencies" which includes all libraries =
that are required for building the samples and the framework itself =
(~16.8 MB). Both distributions ship with build scripts and all sources =
and tests.
Regards,
Juergen
-------------------------------------------------------
This SF.net email is sponsored by: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills. Sign up for =
IBM's
Free Linux Tutorials. Learn everything from the bash shell to sys =
admin.
Click now! http://ads.osdn.com/?ad_id=1278&alloc_id371&op=3Dick
_______________________________________________
Springframework-developer mailing list
Spr...@li...
https://lists.sourceforge.net/lists/listinfo/springframework-developer
|