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: Martin K. <ma...@o-...> - 2006-05-29 06:04:25
|
Hello Spring developers! I'm well impressed with Spring 2.0, not least with the support you now have for incorporating scripting languages. It opens up the possibility of mixing and matching languages within the framework, which is very nice indeed. Since I work on a specialised language project myself, I decided to try writing up the necessary Spring adaptors to support it. It turned out to be quite easy, I simply followed the example of the JRubyScriptFactory and JRubyScriptUtils. The result is that I can create o:XML [1] beans, pass them any type of Java object as function arguments and receive Java objects back. Sweet. The adaptor automatically translates between DOM and the o:XML native (first-class) XML objects. It also converts between primary o:XML and Java types, while all other Java classes can still be used seamlessly in o:XML. o:XML beans could be useful for most any type of XML processing, whether it involves generating, transforming or extracting data (o:XML has builtin XPath and regex, plus full OO, exceptions etc). The support might also be interesting for achieving efficient XML to RDBMS mapping, which is another thing that o:XML does quite well (more info on the website, below). So, I've got the adaptors and tests all ready, would you like them as a patch against Spring CVS? Where do I send it to? On second thoughts it can't be a diff, since the files are in new directories - zipfile anyone? There's some (very basic) examples included with the tests. Maybe, once you've tried it out, you'll want to consider including it with Spring! best regards, /m ps I'm not on the list so please cc me in on any replies. [1] http://www.o-xml.org/ |
|
From: <bu...@in...> - 2006-05-28 22:05:10
|
Errors and a list of modifications can be found in the build log (http://static.springframework.org/spring/build/index.html). |
|
From: Rob H. <ro...@in...> - 2006-05-28 10:13:46
|
All, It seems that nightlies are failing because SF have yet again changed the SSH keys needed to log into the servers :( Rob -- Rob Harrop VP, Technology Strategy Interface21 - Spring Services from the Source http://www.springframework.com |
|
From: <bu...@in...> - 2006-05-28 09:45:51
|
Errors and a list of modifications can be found in the build log (http://static.springframework.org/spring/build/index.html). |
|
From: <bu...@in...> - 2006-05-27 21:28:41
|
Errors and a list of modifications can be found in the build log (http://static.springframework.org/spring/build/index.html). |
|
From: <bu...@in...> - 2006-05-27 09:11:37
|
Errors and a list of modifications can be found in the build log (http://static.springframework.org/spring/build/index.html). |
|
From: Eugene K. <eu...@pl...> - 2006-05-27 02:57:20
|
I updated SPR-1711 [*] that is requesting support for bean metadata
and attached implementation of custom namespace handler and bean
decorators that allow to declare lists and maps of string as bean
attributes (test and examples are in the archive attached to that jira
issue).
For example:
<bean id="foo">
<meta:list name="testList">
<meta:value>value1</meta:value>
<meta:value>value2</meta:value>
</meta:list>
<meta:map name="testMap">
<meta:entry key="key1">value1</meta:entry>
<meta:entry key="key2">value2</meta:entry>
</meta:map>
</bean>
I wonder if something like this can be incorporated into Spring code?
Thanks
Eugene
[*] http://opensource.atlassian.com/projects/spring/browse/SPR-1711
Eugene Kuleshov wrote:
>
> I am also wondering if it is possible make default xml parser to
> handle nested value, list, set, map and props tag (for simple/string
> types)?
>
> Value element would be more convenient then value attribute e.g.
> multiline CDATA.
>
> Lists are also quite common use case. E.g. somehow made up example:
>
> <meta key="org.javatx.auth.Role">
> <list>
> <value>Admin</value>
> <value>Observer</value>
> </list>
> </meta>
>
> So, as props. Here is an example:
>
> <meta key="org.javatx.Transactional">
> <props>
> <prop key="timeout">1000</prop>
> <prop key="propagation">required</prop>
> <prop key="isolation">serializable</prop>
> </props>
> </meta>
>
>
> Thanks
>
> Eugene
|
|
From: <bu...@in...> - 2006-05-27 02:27:06
|
Snapshot has been uploaded to http://static.springframework.org/downloads/nightly/spring-webflow The list of modifications for this build can be found in the build log (http://static.springframework.org/spring-webflow/build/index.html). |
|
From: <bu...@in...> - 2006-05-26 20:54:50
|
Errors and a list of modifications can be found in the build log (http://static.springframework.org/spring/build/index.html). |
|
From: <bu...@in...> - 2006-05-26 14:15:27
|
Snapshot has been uploaded to http://static.springframework.org/downloads/nightly/spring-webflow The list of modifications for this build can be found in the build log (http://static.springframework.org/spring-webflow/build/index.html). |
|
From: <bu...@in...> - 2006-05-26 08:38:12
|
Errors and a list of modifications can be found in the build log (http://static.springframework.org/spring/build/index.html). |
|
From: <bu...@in...> - 2006-05-26 02:02:58
|
Snapshot has been uploaded to http://static.springframework.org/downloads/nightly/spring-webflow The list of modifications for this build can be found in the build log (http://static.springframework.org/spring-webflow/build/index.html). |
|
From: <bu...@in...> - 2006-05-25 20:21:14
|
Errors and a list of modifications can be found in the build log (http://static.springframework.org/spring/build/index.html). |
|
From: <bu...@in...> - 2006-05-25 08:04:55
|
Errors and a list of modifications can be found in the build log (http://static.springframework.org/spring/build/index.html). |
|
From: <bu...@in...> - 2006-05-24 19:47:36
|
Errors and a list of modifications can be found in the build log (http://static.springframework.org/spring/build/index.html). |
|
From: <bu...@in...> - 2006-05-24 13:50:08
|
Snapshot has been uploaded to http://static.springframework.org/downloads/nightly/spring-webflow The list of modifications for this build can be found in the build log (http://static.springframework.org/spring-webflow/build/index.html). |
|
From: Jack T. <hi...@gm...> - 2006-05-21 17:27:57
|
On 5/22/06, Steven Devijver <ste...@gm...> wrote: > Hey Jack, > > As far as I can tell gwt-user.jar does not contain any HTML/JS > rendering code and since this seems to be the only jar that's > distributed under an open-source license I integrating with GWT will > be pretty hard. In fact, my idea is quite simple, write one servlet wrapper of RemoteServiceServlet and make a bridge to spring bean container. GWT client invokes the servlet (ServiceEntryPoint in gwt term) using RPC. So i think we can manager these services by spring. /Jack > Steven > > On 5/21/06, Jack Tang <hi...@gm...> wrote: > > Hi Steven, > > > > As far as I know, *.dll/*.so ( GWT shell ) in GWT donot allow for > > redistribution. But gwt-user.jar(source code is zipped in this file) > > is under Apache License, Version 2.0. > > And you can find other additional licenses in GWT here: > > > > http://code.google.com/webtoolkit/terms-1.0.20.html#licenses > > > > I think there is no problem, right? I mean we will not integrat GWT > > shell into spring. > > > > Regards > > /Jack > > > > On 5/21/06, Steven Devijver <ste...@gm...> wrote: > > > Hey Jack, > > > > > > Integrating with GWT is very unlikely since their license does not > > > allow for redistribution. Or at least, integration code cannot become > > > part of Spring Modules for this reason. > > > > > > Steven > > > > > > On 5/21/06, Jack Tang <hi...@gm...> wrote: > > > > Hi Spring Team, > > > > > > > > Any plan to integrate spring with gwt (http://code.google.com/webto= olkit/) ? > > > > > > > > /Jack > > > > -- > > > > Keep Discovering ... ... > > > > > > > > > > > > ------------------------------------------------------- > > > > Using Tomcat but need to do more? Need to support web services, sec= urity? > > > > Get stuff done quickly with pre-integrated technology to make your = job easier > > > > Download IBM WebSphere Application Server v.1.0.1 based on Apache G= eronimo > > > > http://sel.as-us.falkag.net/sel?cmdlnk&kid=120709&bid&3057&dat=1216= 42 > > > > _______________________________________________ > > > > Springframework-developer mailing list > > > > Spr...@li... > > > > https://lists.sourceforge.net/lists/listinfo/springframework-develo= per > > > > > > > > > > > > > > > > > ------------------------------------------------------- > > > Using Tomcat but need to do more? Need to support web services, secur= ity? > > > Get stuff done quickly with pre-integrated technology to make your jo= b easier > > > Download IBM WebSphere Application Server v.1.0.1 based on Apache Ger= onimo > > > http://sel.as-us.falkag.net/sel?cmdlnk&kid=120709&bid&3057&dat=121642 > > > _______________________________________________ > > > Springframework-developer mailing list > > > Spr...@li... > > > https://lists.sourceforge.net/lists/listinfo/springframework-develope= r > > > > > > > > > -- > > Keep Discovering ... ... > > > > > > ------------------------------------------------------- > > Using Tomcat but need to do more? Need to support web services, securit= y? > > Get stuff done quickly with pre-integrated technology to make your job = easier > > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geron= imo > > http://sel.as-us.falkag.net/sel?cmdlnk&kid=120709&bid&3057&dat=121642 > > _______________________________________________ > > Springframework-developer mailing list > > Spr...@li... > > https://lists.sourceforge.net/lists/listinfo/springframework-developer > > > > > > > ------------------------------------------------------- > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job ea= sier > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronim= o > http://sel.as-us.falkag.net/sel?cmdlnk&kid=120709&bid&3057&dat=121642 > _______________________________________________ > Springframework-developer mailing list > Spr...@li... > https://lists.sourceforge.net/lists/listinfo/springframework-developer > --=20 Keep Discovering ... ... |
|
From: Steven D. <ste...@gm...> - 2006-05-21 16:05:45
|
Hey Jack, As far as I can tell gwt-user.jar does not contain any HTML/JS rendering code and since this seems to be the only jar that's distributed under an open-source license I integrating with GWT will be pretty hard. Steven On 5/21/06, Jack Tang <hi...@gm...> wrote: > Hi Steven, > > As far as I know, *.dll/*.so ( GWT shell ) in GWT donot allow for > redistribution. But gwt-user.jar(source code is zipped in this file) > is under Apache License, Version 2.0. > And you can find other additional licenses in GWT here: > > http://code.google.com/webtoolkit/terms-1.0.20.html#licenses > > I think there is no problem, right? I mean we will not integrat GWT > shell into spring. > > Regards > /Jack > > On 5/21/06, Steven Devijver <ste...@gm...> wrote: > > Hey Jack, > > > > Integrating with GWT is very unlikely since their license does not > > allow for redistribution. Or at least, integration code cannot become > > part of Spring Modules for this reason. > > > > Steven > > > > On 5/21/06, Jack Tang <hi...@gm...> wrote: > > > Hi Spring Team, > > > > > > Any plan to integrate spring with gwt (http://code.google.com/webtool= kit/) ? > > > > > > /Jack > > > -- > > > Keep Discovering ... ... > > > > > > > > > ------------------------------------------------------- > > > Using Tomcat but need to do more? Need to support web services, secur= ity? > > > Get stuff done quickly with pre-integrated technology to make your jo= b easier > > > Download IBM WebSphere Application Server v.1.0.1 based on Apache Ger= onimo > > > http://sel.as-us.falkag.net/sel?cmdlnk&kid=120709&bid&3057&dat=121642 > > > _______________________________________________ > > > Springframework-developer mailing list > > > Spr...@li... > > > https://lists.sourceforge.net/lists/listinfo/springframework-develope= r > > > > > > > > > > > > ------------------------------------------------------- > > Using Tomcat but need to do more? Need to support web services, securit= y? > > Get stuff done quickly with pre-integrated technology to make your job = easier > > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geron= imo > > http://sel.as-us.falkag.net/sel?cmdlnk&kid=120709&bid&3057&dat=121642 > > _______________________________________________ > > Springframework-developer mailing list > > Spr...@li... > > https://lists.sourceforge.net/lists/listinfo/springframework-developer > > > > > -- > Keep Discovering ... ... > > > ------------------------------------------------------- > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job ea= sier > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronim= o > http://sel.as-us.falkag.net/sel?cmdlnk&kid=120709&bid&3057&dat=121642 > _______________________________________________ > Springframework-developer mailing list > Spr...@li... > https://lists.sourceforge.net/lists/listinfo/springframework-developer > > |
|
From: Jack T. <hi...@gm...> - 2006-05-21 13:36:15
|
Hi Steven, As far as I know, *.dll/*.so ( GWT shell ) in GWT donot allow for redistribution. But gwt-user.jar(source code is zipped in this file) is under Apache License, Version 2.0. And you can find other additional licenses in GWT here: http://code.google.com/webtoolkit/terms-1.0.20.html#licenses I think there is no problem, right? I mean we will not integrat GWT shell into spring. Regards /Jack On 5/21/06, Steven Devijver <ste...@gm...> wrote: > Hey Jack, > > Integrating with GWT is very unlikely since their license does not > allow for redistribution. Or at least, integration code cannot become > part of Spring Modules for this reason. > > Steven > > On 5/21/06, Jack Tang <hi...@gm...> wrote: > > Hi Spring Team, > > > > Any plan to integrate spring with gwt (http://code.google.com/webtoolki= t/) ? > > > > /Jack > > -- > > Keep Discovering ... ... > > > > > > ------------------------------------------------------- > > Using Tomcat but need to do more? Need to support web services, securit= y? > > Get stuff done quickly with pre-integrated technology to make your job = easier > > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geron= imo > > http://sel.as-us.falkag.net/sel?cmdlnk&kid=120709&bid&3057&dat=121642 > > _______________________________________________ > > Springframework-developer mailing list > > Spr...@li... > > https://lists.sourceforge.net/lists/listinfo/springframework-developer > > > > > > > ------------------------------------------------------- > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job ea= sier > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronim= o > http://sel.as-us.falkag.net/sel?cmdlnk&kid=120709&bid&3057&dat=121642 > _______________________________________________ > Springframework-developer mailing list > Spr...@li... > https://lists.sourceforge.net/lists/listinfo/springframework-developer > --=20 Keep Discovering ... ... |
|
From: Steven D. <ste...@gm...> - 2006-05-21 13:25:24
|
Hey Jack, Integrating with GWT is very unlikely since their license does not allow for redistribution. Or at least, integration code cannot become part of Spring Modules for this reason. Steven On 5/21/06, Jack Tang <hi...@gm...> wrote: > Hi Spring Team, > > Any plan to integrate spring with gwt (http://code.google.com/webtoolkit/= ) ? > > /Jack > -- > Keep Discovering ... ... > > > ------------------------------------------------------- > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job ea= sier > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronim= o > http://sel.as-us.falkag.net/sel?cmdlnk&kid=120709&bid&3057&dat=121642 > _______________________________________________ > Springframework-developer mailing list > Spr...@li... > https://lists.sourceforge.net/lists/listinfo/springframework-developer > > |
|
From: Jack T. <hi...@gm...> - 2006-05-21 12:42:22
|
Hi Spring Team, Any plan to integrate spring with gwt (http://code.google.com/webtoolkit/) = ? /Jack --=20 Keep Discovering ... ... |
|
From: Olaf D. <de...@hi...> - 2006-05-21 00:21:22
|
Hi, =20 A M B / E N M E R / D / A P R O Z ^ C C / A L / S V A L / U M X ^ N A X V / A G R A L E V / T R A S O M ^ =20 http://www.dastutertions.com =20 =20 =20 =20 =20 scaled the mountain-side from the valley where the ponies had been=20 standing; but the door withstood his searching eye, and the little=20 high-walled bay had kept out his fiercest flames. Long he had hunted in=20 vain till the dawn chilled his wrath and he went back to his golden=20 couch to sleep =13 and to gather new strength.=20 He would not forget or forgive the theft, not if a thousand years=20 |
|
From: Andrew G. <gu...@gm...> - 2006-05-19 14:34:43
|
|
From: Brian L. <bl...@gu...> - 2006-05-18 03:47:29
|
=20 |
|
From: Rich G. <ric...@sr...> - 2006-05-17 22:24:33
|
Hi all,
org.springframework.core.io.DefaultResourceLoader has the method
"setClassLoader" to set the class loader used to load resources. I have
a FileSystemXmlApplicationContext and I set the class loader on it
before the context refreshes.
The problem is that certain default beans always use the thread context
class loader even when they are specified in the XML file loaded with my
FileSystemXmlApplicationContext. For example, here are 2 bean
declarations which fail to use the class loader I specified:
<bean id="rexaService"
class="org.springframework.remoting.caucho.HessianProxyFactoryBean">
<property name="serviceUrl"
value="http://localhost:8081/RexaRetrieval"/>
<property name="serviceInterface"
value="com.sri.iris.plugins.rexa.IDataRetrievalAgent"/>
</bean>
and
<bean
class="org.springframework.beans.factory.config.FieldRetrievingFactoryBean"
autowire="no" dependency-check="none">
<property name="staticField"
value="com.sri.iris.store.pojo.IFormDefinitionPojo.SUMMARY_VIEW_IS"/>
</bean>
These fail if the class name given only resides in the custom class
loader and not the thread context class loader.
A workaround is to set the thread context class loader to the
DefaultResourceLoader's class loader using a BeanPostProcessor (the
"postProcessBeforeInitialization" method). For example:
public Object postProcessBeforeInitialization(Object bean,
String beanName) throws BeansException {
// XXX Make sure the ClassLoader of the ApplicationContext
is set as the thread context class loader...
boolean clSet = false;
if (applicationContext instanceof DefaultResourceLoader) {
ClassLoader cl =
((DefaultResourceLoader)applicationContext).getClassLoader();
if (cl != null) {
Thread.currentThread().setContextClassLoader(cl);
clSet = true;
}
}
if (!clSet) {
Thread.currentThread().setContextClassLoader(bean.getClass().getClassLoader());
}
This workaround fixes the problem and the above bean definitions can
find classes in the custom class loader..
My main question is: should this be supported in Spring? It seems to be
an ambiguity because Spring allows the class laoder to be set, but then
doesn't set it to the thread context class loader before initializing beans.
Thanks,
Rich
|