|
From: Rod J. <rod...@in...> - 2003-12-22 23:14:38
|
Mark Commons Attributes looks adequate, although I have some reservations about its parsing capability. (It doesn't really parse at all.) I think that the approach of generating Java source files works pretty well. I think it will become more evident as more people use Spring's attributes integration whether Commons Attributes is the way forward. The Spring Attributes interface provides a facade, allowing pluggable attribute provides (including, of course, eventually JSR-175, and possible a hierarchy of different providers allowing for overriding source-level attributes in configuration). Btw I've added an attributes example to the new JPetStore; this illustrate build process and usage. This provides declarative transaction management based on attributes, with no need for a TransactionProxyFactoryBean. See the /attributes directory of the sample app for Regards, Rod ----- Original Message ----- From: "Mark Pollack" <Mar...@Co...> To: <spr...@li...> Sent: Monday, December 22, 2003 9:15 PM Subject: Re: [Springframework-developer] BcelAttributes > Hi, > > Sounds ok, I've had precious little time to devote to the attribute stuff. > Is a side file implementation needed or is attributes-commons fitting the > bill now? > - Mark > > > We should keep it for reference. I did mean to make it abstract and > > comment > > out the contents today so it compiled, but didn't get around to it. > > > > ----- Original Message ----- > > From: "Kopylenko, Dmitry" <dko...@su...> > > To: <spr...@li...> > > Sent: Monday, December 22, 2003 7:10 PM > > Subject: [Springframework-developer] BcelAttributes > > > > > >> Mark, everyone, > >> > >> the BcelAttributes and BcelAttributeWriter classes in the sandbox tree > > won't > >> compile because bcel.jar is gone from the lib tree. Should we keep it > > around > >> or should we get rid of it? > >> > >> Regards, > >> Dmitriy. > >> > > > > > > > > > > ------------------------------------------------------- > > 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_id=3371&op=click > > _______________________________________________ > > Springframework-developer mailing list > > Spr...@li... > > https://lists.sourceforge.net/lists/listinfo/springframework-developer > > > > > > ------------------------------------------------------- > 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_id=3371&op=click > _______________________________________________ > Springframework-developer mailing list > Spr...@li... > https://lists.sourceforge.net/lists/listinfo/springframework-developer > |