You can subscribe to this list here.
| 2003 |
Jan
|
Feb
(55) |
Mar
(100) |
Apr
(203) |
May
(330) |
Jun
(190) |
Jul
(302) |
Aug
(323) |
Sep
(197) |
Oct
(245) |
Nov
(490) |
Dec
(330) |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2004 |
Jan
(194) |
Feb
(400) |
Mar
(416) |
Apr
(415) |
May
(359) |
Jun
(381) |
Jul
(491) |
Aug
(311) |
Sep
(291) |
Oct
(273) |
Nov
(355) |
Dec
(266) |
| 2005 |
Jan
(306) |
Feb
(303) |
Mar
(520) |
Apr
(346) |
May
(255) |
Jun
(221) |
Jul
(171) |
Aug
(247) |
Sep
(147) |
Oct
(125) |
Nov
(165) |
Dec
(65) |
| 2006 |
Jan
(90) |
Feb
(53) |
Mar
(121) |
Apr
(103) |
May
(113) |
Jun
(103) |
Jul
(104) |
Aug
(67) |
Sep
(78) |
Oct
(82) |
Nov
(78) |
Dec
(70) |
| 2007 |
Jan
(77) |
Feb
(76) |
Mar
(63) |
Apr
(30) |
May
(47) |
Jun
(41) |
Jul
(44) |
Aug
(44) |
Sep
(49) |
Oct
(33) |
Nov
(25) |
Dec
(21) |
| 2008 |
Jan
(45) |
Feb
(13) |
Mar
(15) |
Apr
(12) |
May
(9) |
Jun
(33) |
Jul
(30) |
Aug
(7) |
Sep
(20) |
Oct
(17) |
Nov
(20) |
Dec
(10) |
| 2009 |
Jan
(8) |
Feb
(5) |
Mar
(12) |
Apr
(17) |
May
(19) |
Jun
(97) |
Jul
(77) |
Aug
(33) |
Sep
(24) |
Oct
(41) |
Nov
(16) |
Dec
(32) |
| 2010 |
Jan
(24) |
Feb
(14) |
Mar
(50) |
Apr
(71) |
May
(70) |
Jun
(64) |
Jul
(45) |
Aug
(62) |
Sep
(32) |
Oct
(4) |
Nov
(12) |
Dec
(2) |
| 2011 |
Jan
(1) |
Feb
(3) |
Mar
(4) |
Apr
(3) |
May
(6) |
Jun
(1) |
Jul
(4) |
Aug
(3) |
Sep
(4) |
Oct
(6) |
Nov
(3) |
Dec
(3) |
| 2012 |
Jan
(4) |
Feb
(8) |
Mar
(6) |
Apr
(10) |
May
(2) |
Jun
(3) |
Jul
(11) |
Aug
(10) |
Sep
(4) |
Oct
|
Nov
(1) |
Dec
(1) |
| 2013 |
Jan
(4) |
Feb
(1) |
Mar
(9) |
Apr
(1) |
May
(8) |
Jun
(2) |
Jul
(5) |
Aug
(2) |
Sep
|
Oct
(3) |
Nov
(10) |
Dec
(8) |
| 2014 |
Jan
(3) |
Feb
(12) |
Mar
(9) |
Apr
(12) |
May
(2) |
Jun
|
Jul
(3) |
Aug
(1) |
Sep
(1) |
Oct
(4) |
Nov
|
Dec
(2) |
| 2015 |
Jan
(1) |
Feb
(3) |
Mar
(4) |
Apr
(9) |
May
(2) |
Jun
(2) |
Jul
|
Aug
(2) |
Sep
(7) |
Oct
(9) |
Nov
(7) |
Dec
(9) |
| 2016 |
Jan
(7) |
Feb
(5) |
Mar
(5) |
Apr
(5) |
May
(8) |
Jun
(4) |
Jul
(5) |
Aug
(4) |
Sep
(6) |
Oct
(7) |
Nov
(2) |
Dec
(3) |
| 2017 |
Jan
(7) |
Feb
(8) |
Mar
(7) |
Apr
(3) |
May
(4) |
Jun
(3) |
Jul
(5) |
Aug
(8) |
Sep
(4) |
Oct
(2) |
Nov
(3) |
Dec
|
| 2018 |
Jan
|
Feb
|
Mar
|
Apr
(1) |
May
|
Jun
(1) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(1) |
Dec
|
| 2019 |
Jan
|
Feb
(1) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(1) |
| 2021 |
Jan
|
Feb
(1) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| 2022 |
Jan
|
Feb
(1) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(1) |
Oct
|
Nov
|
Dec
|
| 2024 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(1) |
Dec
|
| 2025 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(1) |
Jun
|
Jul
(2) |
Aug
(5) |
Sep
(2) |
Oct
|
Nov
|
Dec
(1) |
| 2026 |
Jan
(1) |
Feb
|
Mar
(1) |
Apr
|
May
|
Jun
|
Jul
(1) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
|
From: Costin L. <cos...@ya...> - 2005-09-08 11:59:02
|
Hello Disclaimer: I'm not proficient with the internals of (global) transactions, resource adapters so please excuse my mistakes if I make any. I'm working on an some code to integrate JackRabbit (JSR-170) with Spring (and make it part of Spring modules in the end). I've got some problems with transaction support because the current implementation offers an XA resource to work which ofc requires an Xid and everything; having a javax.transaction.Transaction would have been much better (the existing Hibernate TMs are very good leads - actually the initial code I worked on emulating transaction using the JCR session methods refresh and save (think of them as Hibernate Session saveOrUpdate and clear()). I tried to look through the Spring sources in order to see a best practice of how an XA resource should be handled inside a transaction manager but I didn't find anything. Right now the solution seems to be creating a wrapper transaction manager (maybe by subclassing JtaTransactionManager) specific to JackRabbit (to acquire the XAResource) which will enlist/delist the XAResource to the delegated/parent transaction manager but I feel like I'm missing something here; that I've should have found something already inside the Spring package. Any help/hints/links appreciated. -- Regards, Costin Leau |
|
From: Thomas R. <tho...@tr...> - 2005-09-08 03:31:54
|
I added support for named parameters some days ago. Here is an example:
public List getPreferredBeer() {
Map params = new HashMap(2);
params.put("unwantedBrand", "Heineken");
params.put("maxPrice", new BigDecimal(25.00));
List l = getJdbcTemplate().queryForList(
"select id, price, brand from beers " +
"where price < :maxPrice and brand <> :unwantedBrand",
params);
return l;
}
I put together a PDF document that highlights additional usage -
http://www.springdeveloper.com/documents/spring-1_3-jdbc-example.pdf
Take a recent snapshot for a spin and let me know if something is
missing or not working. I'm still working on adding some additional
tests.
Thomas
|
|
From: Alef A. <ale...@in...> - 2005-09-07 13:21:30
|
Initially there was a compile error (JRDefaultCompiler constructor was private) and after that, the CVS here at my place didn't update anymore because of some permission thing... In other words: problem at my end... Alef > -----Original Message----- > From: spr...@li... > [mailto:spr...@li...] > On Behalf Of Rob Harrop > Sent: Wednesday, September 07, 2005 2:03 PM > To: spr...@li... > Subject: Re: [Springframework-developer] spring build.341 Build Fixed > > Any idea what the problem was here? I didn't commit any > additional code after the first build failed notice but it > seems to work now. > > Rob > > al...@in... wrote: > > View results here -> > > > http://opensource.jteam.nl/build/buildresults/spring?log=log2005090710 > > 4242Lbuild.341 > > > > > > ------------------------------------------------------- > > SF.Net email is Sponsored by the Better Software Conference & EXPO > > September 19-22, 2005 * San Francisco, CA * Development Lifecycle > > Practices Agile & Plan-Driven Development * Managing > Projects & Teams > > * Testing & QA Security * Process Improvement & Measurement * > > http://www.sqe.com/bsce5sf > > _______________________________________________ > > Springframework-developer mailing list > > Spr...@li... > > > https://lists.sourceforge.net/lists/listinfo/springframework-developer > > > > > > > ------------------------------------------------------- > SF.Net email is Sponsored by the Better Software Conference & > EXPO September 19-22, 2005 * San Francisco, CA * Development > Lifecycle Practices Agile & Plan-Driven Development * > Managing Projects & Teams * Testing & QA Security * Process > Improvement & Measurement * http://www.sqe.com/bsce5sf > _______________________________________________ > Springframework-developer mailing list > Spr...@li... > https://lists.sourceforge.net/lists/listinfo/springframework-developer > > |
|
From: Rob H. <ro...@ca...> - 2005-09-07 12:03:00
|
Any idea what the problem was here? I didn't commit any additional code after the first build failed notice but it seems to work now. Rob al...@in... wrote: > View results here -> http://opensource.jteam.nl/build/buildresults/spring?log=log20050907104242Lbuild.341 > > > ------------------------------------------------------- > SF.Net email is Sponsored by the Better Software Conference & EXPO > September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices > Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA > Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf > _______________________________________________ > Springframework-developer mailing list > Spr...@li... > https://lists.sourceforge.net/lists/listinfo/springframework-developer > > |
|
From: <al...@in...> - 2005-09-07 08:56:08
|
View results here -> http://opensource.jteam.nl/build/buildresults/spring?log=log20050907104242Lbuild.341 |
|
From: <al...@in...> - 2005-09-07 08:33:34
|
View results here -> http://opensource.jteam.nl/build/buildresults/spring?log=log20050907102857 |
|
From: Alef A. <ale...@in...> - 2005-09-07 08:29:37
|
Oops... Compile error! I'm triggering the build now, we've got a new one in half an hour or so... Rgds, Alef > -----Original Message----- > From: spr...@li... > [mailto:spr...@li...] > On Behalf Of al...@in... > Sent: Wednesday, September 07, 2005 12:20 AM > To: spr...@li... > Subject: [Springframework-developer] spring Build Failed > Importance: High > > View results here -> > http://opensource.jteam.nl/build/buildresults/spring?log=log20 050907001707 > > > ------------------------------------------------------- > SF.Net email is Sponsored by the Better Software Conference & > EXPO September 19-22, 2005 * San Francisco, CA * Development > Lifecycle Practices Agile & Plan-Driven Development * > Managing Projects & Teams * Testing & QA Security * Process > Improvement & Measurement * http://www.sqe.com/bsce5sf > _______________________________________________ > Springframework-developer mailing list > Spr...@li... > https://lists.sourceforge.net/lists/listinfo/springframework-developer > > |
|
From: <l.d...@gm...> - 2005-09-07 07:00:17
|
Please pong to my address. It seems I can not send messages to the list! |
|
From: Darren D. <da...@sh...> - 2005-09-07 06:17:32
|
1126073849
FAILED
[junit] Testsuite: org.springframework.core.enums.LabeledEnumTests
[junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0,069 sec
[junit] Testcase: testEquals took 0,02 sec
[junit] Testcase: testForCodeFound took 0,021 sec
[junit] Testcase: testDoesNotMatchWrongClass took 0,001 sec
[junit] Tests run: 15, Failures: 1, Errors: 0, Time elapsed: 0,683 sec
[junit] Testsuite: org.springframework.core.io.ResourceTests
[junit] Tests run: 15, Failures: 1, Errors: 0, Time elapsed: 0,683 sec
[junit] Testcase: testByteArrayResource took 0,007 sec
[junit] Testcase: testByteArrayResourceWithDescription took 0 sec
[junit] Testcase: testInputStreamResource took 0,006 sec
[junit] Testcase: testInputStreamResourceWithDescription took 0 sec
[junit] Testcase: testClassPathResource took 0,015 sec
[junit] Testcase: testClassPathResourceWithClassLoader took 0,013 sec
[junit] Testcase: testClassPathResourceWithClass took 0,013 sec
[junit] Testcase: testFileSystemResource took 0,003 sec
[junit] Testcase: testUrlResource took 0,003 sec
[junit] Testcase: testServletContextResource took 0,041 sec
[junit] Testcase: testClassPathResourceWithRelativePath took 0,001 sec
[junit] Testcase: testFileSystemResourceWithRelativePath took 0 sec
[junit] Testcase: testUrlResourceWithRelativePath took 0,001 sec
[junit] Testcase: testServletContextResourceWithRelativePath took 0 sec
[junit] Testcase: testNonFileResourceExists took 0,546 sec
[junit] FAILED
[junit] null
[junit] junit.framework.AssertionFailedError
[junit] at org.springframework.core.io.ResourceTests.testNonFileResourceExists(ResourceTests.java:151)
This is an automated mail from one of the SF Compile Farm machines.
The machine name noted in the subject encountered a failure building
or running the Spring test suite. The last few lines of the output
were included for info.
NB: No further mail will be sent from this machine until a
manual reset occurs on the cf-shell machine, although builds will
continue as scheduled.
See http://springframework.sourceforge.net/test/ for further
information.
|
|
From: Darren D. <da...@sh...> - 2005-09-07 01:34:14
|
1126056851
FAILED
[junit] Testsuite: org.springframework.core.enums.LabeledEnumTests
[junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0,057 sec
[junit] Testcase: testEquals took 0,02 sec
[junit] Testcase: testForCodeFound took 0,026 sec
[junit] Testcase: testDoesNotMatchWrongClass took 0,001 sec
[junit] Tests run: 15, Failures: 1, Errors: 0, Time elapsed: 0,522 sec
[junit] Testsuite: org.springframework.core.io.ResourceTests
[junit] Tests run: 15, Failures: 1, Errors: 0, Time elapsed: 0,522 sec
[junit] Testcase: testByteArrayResource took 0,005 sec
[junit] Testcase: testByteArrayResourceWithDescription took 0,001 sec
[junit] Testcase: testInputStreamResource took 0,006 sec
[junit] Testcase: testInputStreamResourceWithDescription took 0,001 sec
[junit] Testcase: testClassPathResource took 0,016 sec
[junit] Testcase: testClassPathResourceWithClassLoader took 0,006 sec
[junit] Testcase: testClassPathResourceWithClass took 0,007 sec
[junit] Testcase: testFileSystemResource took 0,002 sec
[junit] Testcase: testUrlResource took 0,002 sec
[junit] Testcase: testServletContextResource took 0,038 sec
[junit] Testcase: testClassPathResourceWithRelativePath took 0 sec
[junit] Testcase: testFileSystemResourceWithRelativePath took 0 sec
[junit] Testcase: testUrlResourceWithRelativePath took 0 sec
[junit] Testcase: testServletContextResourceWithRelativePath took 0,001 sec
[junit] Testcase: testNonFileResourceExists took 0,418 sec
[junit] FAILED
[junit] null
[junit] junit.framework.AssertionFailedError
[junit] at org.springframework.core.io.ResourceTests.testNonFileResourceExists(ResourceTests.java:151)
This is an automated mail from one of the SF Compile Farm machines.
The machine name noted in the subject encountered a failure building
or running the Spring test suite. The last few lines of the output
were included for info.
NB: No further mail will be sent from this machine until a
manual reset occurs on the cf-shell machine, although builds will
continue as scheduled.
See http://springframework.sourceforge.net/test/ for further
information.
|
|
From: Darren D. <da...@sh...> - 2005-09-06 23:13:20
|
1126048387 FAILED This is an automated mail from one of the SF Compile Farm machines. The machine name noted in the subject encountered a failure building or running the Spring test suite. The last few lines of the output were included for info. NB: No further mail will be sent from this machine until a manual reset occurs on the cf-shell machine, although builds will continue as scheduled. See http://springframework.sourceforge.net/test/ for further information. |
|
From: <al...@in...> - 2005-09-06 22:20:34
|
View results here -> http://opensource.jteam.nl/build/buildresults/spring?log=log20050907001707 |
|
From: Darren D. <da...@sh...> - 2005-09-06 21:13:51
|
1126041224 FAILED This is an automated mail from one of the SF Compile Farm machines. The machine name noted in the subject encountered a failure building or running the Spring test suite. The last few lines of the output were included for info. NB: No further mail will be sent from this machine until a manual reset occurs on the cf-shell machine, although builds will continue as scheduled. See http://springframework.sourceforge.net/test/ for further information. |
|
From: Colin S. <col...@ex...> - 2005-09-06 19:08:20
|
Hey Steven, I don't know what sort of crack your CVS client is smoking, but the stuff is there. Both the lib dir (with one jar in it) and the spring-context-1.2.4.jar got checked in on the 27th of August, according to the logs. I do know that the lib dir in question only got checked in a half day or so after the build file that depended on it did, but it's been in there 10 days or so now already... Regards, Colin Steven Devijver wrote: >Hi, > >I found two small issues with common-build in spring-projects. First, >spring-projects/common-build/lib is missing, the build fails because >of this. Creating the lib dir solves the problem. > >Secondly, spring-projects/repository/springframework/spring-context/jars/spring-context-1.2.4.jar >is missing, all other 1.2.4 artifacts are there. >spring-context-1.2.3.jar was also missing a couple of weeks ago. > >Can anyone with access rights please fix these issues? > >Steven > > > |
|
From: Juergen H. <ju...@in...> - 2005-09-06 18:54:07
|
For what it's worth: We have a similar problem in MethodInvokingFactoryBean and its base class MethodInvoker. You might want to check the approach used there to find a matching method and even convert arguments if necessary. Juergen -----Original Message----- From: spr...@li... [mailto:spr...@li...] On Behalf Of Steven Devijver Sent: Saturday, September 03, 2005 2:15 AM To: spr...@li... Subject: [Springframework-developer] Improving spring binding Hi, After reading Keith's blog entry on dynamic method invocation on actions in SWF and passing arguments from the flow and request scope I've been hitting a number of problem with the implementations in spring binding. The first problem has to do with the conversion package. DefaultConversionService does not take into account assignable classes. If you specify for example java.util.Map as target class and java.util.HashMap is the source class conversion will fail with a message saying no conversion is found from HashMap to Map. The obvious solution to me seems to test if the target class is assignable to the source class and do no conversion in that case. Specifying no target type in the Argument class can circumvent this problem. A second problem however arises when searching for a method to execute. If your method for example is "execute(Map)" and the argument value is java.util.HashMap the method lookup will fail since the method signature and argument types to not match (Map != HashMap). The obvious solution to me seems to search for methods whose arguments are assignable by the argument types. This again implicates a significant change in key spring binding classes that probably should be discussed. Steven ------------------------------------------------------- SF.Net email is Sponsored by the Better Software Conference & EXPO September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf _______________________________________________ Springframework-developer mailing list Spr...@li... https://lists.sourceforge.net/lists/listinfo/springframework-developer |
|
From: <al...@in...> - 2005-09-05 22:20:07
|
View results here -> http://opensource.jteam.nl/build/buildresults/spring?log=log20050906001635 |
|
From: <al...@in...> - 2005-09-04 22:30:22
|
View results here -> http://opensource.jteam.nl/build/buildresults/spring?log=log20050905001626Lbuild.340 |
|
From: <al...@in...> - 2005-09-03 22:30:15
|
View results here -> http://opensource.jteam.nl/build/buildresults/spring?log=log20050904001617Lbuild.339 |
|
From: Dmitriy K. <dko...@ru...> - 2005-09-03 18:31:56
|
I've added Mac OS X JVM 1.4 and 1.5 Regards, Dmitriy. On Sep 3, 2005, at 6:23 AM, Steven Devijver wrote: > Alef, > > Can you please add the Mac OS X VM's (1.4, 1.5). > > Thanks > > Steven > > On 8/27/05, Alef Arendsen <ale...@in...> wrote: > >> All, >> >> I've added a custom field to our JIRA instance in order to have every >> bug report include a virtual machine vendor and version. I'll also be >> including a platform field later on which will include all >> application servers and recent versions. If anything is missing, >> please let me know. >> >> regards, >> Alef Arendsen >> >> >> >> ------------------------------------------------------- >> SF.Net email is Sponsored by the Better Software Conference & EXPO >> September 19-22, 2005 * San Francisco, CA * Development Lifecycle >> Practices >> Agile & Plan-Driven Development * Managing Projects & Teams * >> Testing & QA >> Security * Process Improvement & Measurement * http://www.sqe.com/ >> bsce5sf >> _______________________________________________ >> Springframework-developer mailing list >> Spr...@li... >> https://lists.sourceforge.net/lists/listinfo/springframework- >> developer >> >> >> > > > -- > "If you want to be a different fish, you gotta jump out of the > school." > -- Captain Beefheart > > > ------------------------------------------------------- > SF.Net email is Sponsored by the Better Software Conference & EXPO > September 19-22, 2005 * San Francisco, CA * Development Lifecycle > Practices > Agile & Plan-Driven Development * Managing Projects & Teams * > Testing & QA > Security * Process Improvement & Measurement * http://www.sqe.com/ > bsce5sf > _______________________________________________ > Springframework-developer mailing list > Spr...@li... > https://lists.sourceforge.net/lists/listinfo/springframework-developer > |
|
From: Steven D. <ste...@gm...> - 2005-09-03 10:27:53
|
Hi, I found two small issues with common-build in spring-projects. First, spring-projects/common-build/lib is missing, the build fails because of this. Creating the lib dir solves the problem. Secondly, spring-projects/repository/springframework/spring-context/jars/sp= ring-context-1.2.4.jar is missing, all other 1.2.4 artifacts are there. spring-context-1.2.3.jar was also missing a couple of weeks ago. Can anyone with access rights please fix these issues? Steven --=20 "If you want to be a different fish, you gotta jump out of the school." -- Captain Beefheart |
|
From: Steven D. <ste...@gm...> - 2005-09-03 10:23:30
|
Alef, Can you please add the Mac OS X VM's (1.4, 1.5). Thanks Steven On 8/27/05, Alef Arendsen <ale...@in...> wrote: > All, >=20 > I've added a custom field to our JIRA instance in order to have every > bug report include a virtual machine vendor and version. I'll also be > including a platform field later on which will include all > application servers and recent versions. If anything is missing, > please let me know. >=20 > regards, > Alef Arendsen >=20 >=20 >=20 > ------------------------------------------------------- > SF.Net email is Sponsored by the Better Software Conference & EXPO > September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practic= es > Agile & Plan-Driven Development * Managing Projects & Teams * Testing & Q= A > Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf > _______________________________________________ > Springframework-developer mailing list > Spr...@li... > https://lists.sourceforge.net/lists/listinfo/springframework-developer >=20 >=20 --=20 "If you want to be a different fish, you gotta jump out of the school." -- Captain Beefheart |
|
From: Steven D. <ste...@gm...> - 2005-09-03 00:15:21
|
Hi, After reading Keith's blog entry on dynamic method invocation on actions in SWF and passing arguments from the flow and request scope I've been hitting a number of problem with the implementations in spring binding. The first problem has to do with the conversion package. DefaultConversionService does not take into account assignable classes. If you specify for example java.util.Map as target class and java.util.HashMap is the source class conversion will fail with a message saying no conversion is found from HashMap to Map. The obvious solution to me seems to test if the target class is assignable to the source class and do no conversion in that case. Specifying no target type in the Argument class can circumvent this problem. A second problem however arises when searching for a method to execute. If your method for example is "execute(Map)" and the argument value is java.util.HashMap the method lookup will fail since the method signature and argument types to not match (Map !=3D HashMap). The obvious solution to me seems to search for methods whose arguments are assignable by the argument types. This again implicates a significant change in key spring binding classes that probably should be discussed. Steven |
|
From: Eduardo I. I. <zi...@su...> - 2005-09-02 14:42:33
|
In section 16.4 the package org.sprfr.* is being used in the examples. -- <Eduardo Issao Ito/> <Summa Technologies/> “The ideal project is one where people don't have meetings, they have lunch.” — Bill Joy |
|
From: <l.d...@gm...> - 2005-09-02 07:01:56
|
I did not invest much time in googling around to find an answer, but most= =20 of my findings were concerning something called "generics medicines" and=20 "until spring". I want to ask if there are any plans to support generics-enahnced beans=20 declarations in Spring Context. I don't quite grasp the idea there, but I think there 'might/should' be a= =20 way to generalize a beans's class in the context, something saying what=20 classes is the generic specialized for. While Spring uses reflection and run-time casting it would supply little or= =20 no extras for Spring itself (I think), but enabling the use of Generics for= =20 contained beans might provide some wishful flexibility. Thoughts for food :) P.S. Sorry to cross-post. Erroneously sent it to the user list. |
|
From: March, A. <am...@so...> - 2005-09-02 05:25:56
|
Just wondering if anybody has thought about or started creating aspectj aspects for use with spring managed transactions via the new 1.5 annotations. Compile or load-time weaving of aspects based on these annotations would be useful in situations where proxying is not an option (or a poor one). =20 ----------------------------------------- Andres March Platform - Apps Engineering Sony Online Entertainment desk: 858.577.3373 cell: 619.519.1519 =20 |