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: jacksu <jac...@gm...> - 2007-06-22 13:15:36
|
Thanks all. I will go to On Jun 22, 3:20 am, "Joris Kuipers" <jor...@gm...> wrote: > No, this is caused by the fact that he's using a BeanFactory instead of an > ApplicationContext: only the latter will eagerly instantiate your singletons > at startup. > BTW, this list is not intented for user questions: for that, please use the > forum (http://forum.springframework.org/). > > Joris > > 2007/6/22, nicolas de loof <nic...@gm...>: > > > > > > > AFAIK since spring 2.0 bean creation became lazy, so this bean having no > > reference in the context will not be instanciated neither started. Simply > > addind lazy-loading="fasle" will solve this. > > > Hope it helps ! > > Nicolas > > > 2007/6/22, jacksu <jac...@gm...>: > > > > I think I must done something wrong, I am trying to hook JMX to > > > spring, but appears spring framework just ignore the JMX exporter > > > class totally, unless I call getBean of that exporter class > > > explicitly. > > > > Would anyone here could give me some hint? Thanks. > > > > public class Main { > > > public static void main(String args[]) throws Exception { > > > BeanFactory factory = > > > new XmlBeanFactory(new > > > ClassPathResource("com/jacktest/ > > > beans.xml")); > > > > // if uncomment the following line. I could see my testbean in > > > jconsole. but if without this line, jconsole couldn't > > > // find my testbean. > > > // factory.getBean("exporter"); > > > > TestBean tst = (TestBean)factory.getBean("testBean"); > > > } > > > } > > > > This is the bean definition: > > > <?xml version="1.0" encoding="UTF-8"?> > > > <!DOCTYPE beans PUBLIC "-//SPRING//DTD BEAN//EN" > > > "http://www.springframework.org/dtd/spring-beans-2.0.dtd"> > > > <beans> > > > > <bean id="testBean" class="com.jacktest.TestBean "> > > > <property name="firstName" value="Jack"/> > > > </bean> > > > > <bean id="mbeanServer" > > > class="org.springframework.jmx.support.MBeanServerFactoryBean" /> > > > > <!-- this bean must not be lazily initialized if the exporting is > > > to happen --> > > > <bean id="explorerBean" > > > class="org.springframework.jmx.export.MBeanExporter"> > > > <property name="beans"> > > > <map> > > > <entry key="bean:name=testBean" value-ref="testBean"/> > > > </map> > > > </property> > > > </bean> > > > </beans> > > > > And my command line has flag: -Dcom.sun.management.jmxremote. > > > > Thanks in advance. > > > > -- Jack > > > > ------------------------------------------------------------------------- > > > This SF.net email is sponsored by DB2 Express > > > Download DB2 Express C - the FREE version of DB2 express and take > > > control of your XML. No limits. Just data. Click to get it now. > > >http://sourceforge.net/powerbar/db2/ > > > _______________________________________________ > > > Springframework-developer mailing list > > > Spr...@li... > > >https://lists.sourceforge.net/lists/listinfo/springframework-developer > > > ------------------------------------------------------------------------- > > This SF.net email is sponsored by DB2 Express > > Download DB2 Express C - the FREE version of DB2 express and take > > control of your XML. No limits. Just data. Click to get it now. > >http://sourceforge.net/powerbar/db2/ > > _______________________________________________ > > Springframework-developer mailing list > > Spr...@li... > >https://lists.sourceforge.net/lists/listinfo/springframework-developer > > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by DB2 Express > Download DB2 Express C - the FREE version of DB2 express and take > control of your XML. No limits. Just data. Click to get it now.http://sourceforge.net/powerbar/db2/ > > _______________________________________________ > Springframework-developer mailing list > Spr...@li...://lists.sourceforge.net/lists/listinfo/springframework-developer- Hide quoted text - > > - Show quoted text - |
|
From: Joris K. <jor...@gm...> - 2007-06-22 07:20:30
|
No, this is caused by the fact that he's using a BeanFactory instead of an ApplicationContext: only the latter will eagerly instantiate your singletons at startup. BTW, this list is not intented for user questions: for that, please use the forum (http://forum.springframework.org/). Joris 2007/6/22, nicolas de loof <nic...@gm...>: > > AFAIK since spring 2.0 bean creation became lazy, so this bean having no > reference in the context will not be instanciated neither started. Simply > addind lazy-loading="fasle" will solve this. > > Hope it helps ! > Nicolas > > > 2007/6/22, jacksu <jac...@gm...>: > > > > I think I must done something wrong, I am trying to hook JMX to > > spring, but appears spring framework just ignore the JMX exporter > > class totally, unless I call getBean of that exporter class > > explicitly. > > > > Would anyone here could give me some hint? Thanks. > > > > public class Main { > > public static void main(String args[]) throws Exception { > > BeanFactory factory = > > new XmlBeanFactory(new > > ClassPathResource("com/jacktest/ > > beans.xml")); > > > > // if uncomment the following line. I could see my testbean in > > jconsole. but if without this line, jconsole couldn't > > // find my testbean. > > // factory.getBean("exporter"); > > > > TestBean tst = (TestBean)factory.getBean("testBean"); > > } > > } > > > > > > This is the bean definition: > > <?xml version="1.0" encoding="UTF-8"?> > > <!DOCTYPE beans PUBLIC "-//SPRING//DTD BEAN//EN" > > "http://www.springframework.org/dtd/spring-beans-2.0.dtd"> > > <beans> > > > > <bean id="testBean" class="com.jacktest.TestBean "> > > <property name="firstName" value="Jack"/> > > </bean> > > > > <bean id="mbeanServer" > > class="org.springframework.jmx.support.MBeanServerFactoryBean" /> > > > > <!-- this bean must not be lazily initialized if the exporting is > > to happen --> > > <bean id="explorerBean" > > class="org.springframework.jmx.export.MBeanExporter"> > > <property name="beans"> > > <map> > > <entry key="bean:name=testBean" value-ref="testBean"/> > > </map> > > </property> > > </bean> > > </beans> > > > > > > And my command line has flag: -Dcom.sun.management.jmxremote. > > > > Thanks in advance. > > > > -- Jack > > > > > > > > ------------------------------------------------------------------------- > > This SF.net email is sponsored by DB2 Express > > Download DB2 Express C - the FREE version of DB2 express and take > > control of your XML. No limits. Just data. Click to get it now. > > http://sourceforge.net/powerbar/db2/ > > _______________________________________________ > > Springframework-developer mailing list > > Spr...@li... > > https://lists.sourceforge.net/lists/listinfo/springframework-developer > > > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by DB2 Express > Download DB2 Express C - the FREE version of DB2 express and take > control of your XML. No limits. Just data. Click to get it now. > http://sourceforge.net/powerbar/db2/ > _______________________________________________ > Springframework-developer mailing list > Spr...@li... > https://lists.sourceforge.net/lists/listinfo/springframework-developer > > |
|
From: nicolas de l. <nic...@gm...> - 2007-06-22 05:50:23
|
AFAIK since spring 2.0 bean creation became lazy, so this bean having no
reference in the context will not be instanciated neither started. Simply
addind lazy-loading="fasle" will solve this.
Hope it helps !
Nicolas
2007/6/22, jacksu <jac...@gm...>:
>
> I think I must done something wrong, I am trying to hook JMX to
> spring, but appears spring framework just ignore the JMX exporter
> class totally, unless I call getBean of that exporter class
> explicitly.
>
> Would anyone here could give me some hint? Thanks.
>
> public class Main {
> public static void main(String args[]) throws Exception {
> BeanFactory factory =
> new XmlBeanFactory(new
> ClassPathResource("com/jacktest/
> beans.xml"));
>
> // if uncomment the following line. I could see my testbean in
> jconsole. but if without this line, jconsole couldn't
> // find my testbean.
> // factory.getBean("exporter");
>
> TestBean tst = (TestBean)factory.getBean("testBean");
> }
> }
>
>
> This is the bean definition:
> <?xml version="1.0" encoding="UTF-8"?>
> <!DOCTYPE beans PUBLIC "-//SPRING//DTD BEAN//EN"
> "http://www.springframework.org/dtd/spring-beans-2.0.dtd">
> <beans>
>
> <bean id="testBean" class="com.jacktest.TestBean">
> <property name="firstName" value="Jack"/>
> </bean>
>
> <bean id="mbeanServer"
> class="org.springframework.jmx.support.MBeanServerFactoryBean" />
>
> <!-- this bean must not be lazily initialized if the exporting is
> to happen -->
> <bean id="explorerBean"
> class="org.springframework.jmx.export.MBeanExporter">
> <property name="beans">
> <map>
> <entry key="bean:name=testBean" value-ref="testBean"/>
> </map>
> </property>
> </bean>
> </beans>
>
>
> And my command line has flag: -Dcom.sun.management.jmxremote.
>
> Thanks in advance.
>
> -- Jack
>
>
> -------------------------------------------------------------------------
> This SF.net email is sponsored by DB2 Express
> Download DB2 Express C - the FREE version of DB2 express and take
> control of your XML. No limits. Just data. Click to get it now.
> http://sourceforge.net/powerbar/db2/
> _______________________________________________
> Springframework-developer mailing list
> Spr...@li...
> https://lists.sourceforge.net/lists/listinfo/springframework-developer
>
|
|
From: jacksu <jac...@gm...> - 2007-06-21 22:30:31
|
I think I must done something wrong, I am trying to hook JMX to
spring, but appears spring framework just ignore the JMX exporter
class totally, unless I call getBean of that exporter class
explicitly.
Would anyone here could give me some hint? Thanks.
public class Main {
public static void main(String args[]) throws Exception {
BeanFactory factory =
new XmlBeanFactory(new ClassPathResource("com/jacktest/
beans.xml"));
// if uncomment the following line. I could see my testbean in
jconsole. but if without this line, jconsole couldn't
// find my testbean.
// factory.getBean("exporter");
TestBean tst = (TestBean)factory.getBean("testBean");
}
}
This is the bean definition:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE beans PUBLIC "-//SPRING//DTD BEAN//EN"
"http://www.springframework.org/dtd/spring-beans-2.0.dtd">
<beans>
<bean id="testBean" class="com.jacktest.TestBean">
<property name="firstName" value="Jack"/>
</bean>
<bean id="mbeanServer"
class="org.springframework.jmx.support.MBeanServerFactoryBean" />
<!-- this bean must not be lazily initialized if the exporting is
to happen -->
<bean id="explorerBean"
class="org.springframework.jmx.export.MBeanExporter">
<property name="beans">
<map>
<entry key="bean:name=testBean" value-ref="testBean"/>
</map>
</property>
</bean>
</beans>
And my command line has flag: -Dcom.sun.management.jmxremote.
Thanks in advance.
-- Jack
|
|
From: Shishir K. S. <sk...@sy...> - 2007-06-20 17:25:38
|
The last change log still shows as=20 Changes in version 2.0.5 (2007-05-07) ------------------------------------- at http://static.springframework.org/spring/docs/2.0.x/changelog.txt=20 Don't we have a entry for 2.0.6 ? Shishir -----Original Message----- From: spr...@li... [mailto:spr...@li...] On Behalf Of Juergen Hoeller Sent: Monday, June 18, 2007 9:45 AM To: spr...@li...; 'List for Spring users' Subject: [Springframework-developer] Spring Framework 2.0.6 released Dear Spring community, I'm pleased to announce that Spring 2.0.6 has been released. Spring 2.0.6 is a bugfix and enhancement release in the Spring 2.0 series, addressing all issues reported since 2.0.5 and backporting various refinements from 2.1 M2 (e.g. compatibility with JRuby 1.0). Cheers, Juergen =20 ----- Juergen Hoeller Interface21 http://www.interface21.com ------------------------------------------------------------------------ - This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ Springframework-developer mailing list Spr...@li... https://lists.sourceforge.net/lists/listinfo/springframework-developer |
|
From: Lottie B. <ec...@ki...> - 2007-06-20 13:12:59
|
auction checkpoint bipartite cataclysmic. crandall arrange barn busch circumpolar asynchronous. bay defensive ballfield blastula civil clumsy baleen choctaw condescend. crewmen conclude disseminate chap confederacy ankle chess. |
|
From: Tyree R. <Ken...@ma...> - 2007-06-20 09:13:23
|
Finding rates low enough to suit is never an easy task. What if I were to tell you that there actually is a simple way to find the a lower rate for you? What if I told you that the rates were lower than any other one out there? You would of course be doubtful of what I said, but why not check for yourself? http://www.axlej.com/ Lenders should be offering you the best deals and not make you search for them. Stop fighting for lenders let them fight for you! Make them work for your business by giving you the lowest rates around! If you want a lower interest rate,and peace of mind then.. http://www.axlej.com/ Bad credit seems to be a major deterrent for lenders these days but again, what if there was somewhere out there who didn't care for your credit status? Low credit rating? No problem. http://www.axlej.com/ Physics is closely related to mathematics, which provides the logical framework in which physical laws can be precisely formulated and their predictions quantified. Physical definitions, models and theories are invariably expressed using mathematical relations. Therefore, the same computer designs may be adapted for tasks ranging from processing company payrolls to controlling unmanned spaceflights. Jefferey Cooke |
|
From: nicolas de l. <nic...@gm...> - 2007-06-20 05:39:14
|
I'd suggest : - Best practices for application layered architecture and use of Design Level Assertions. I myself use to configure maven with multiple sub-projects for application layers. This allow to ensure clean separation and no cycles, but requires a more complex build process. Using aspectJ and DLA I now can ensure the code from com.myapp.web package doesn't make reference to org.hibernate.* and only use interfaces from com.myapp.persistence, not implementations (in com.myapp.persistence.hibernate). This makes the project really simpler to expose to junior developers, and quicker to build (thanks to incremental compilation in eclipse). Such package names conventions with well design DLA may be usefull on any project. You can have a look at my reference project structure (still in dev) at http://platina.svn.sourceforge.net/svnroot/platina/trunk/platina-quickstart/ DLAs are in src/main/aspect/ 2007/6/20, SpringHub.com <sba...@ya...>: > > > Hello Spring Community > > By Spring, it is meant not only the Spring Framework but all Spring > portfolio of projects: Spring Framework, Spring Web Flow (SWF), Spring > Security (ACEGI), Spring Rich Client Project (RCP), Spring Modules, > Spring.NET, Spring IDE, Spring Web Services, Spring Batch, Spring OSGi, > Spring LDAP, Spring Java Configuration and may be more to come in the > future. > > - Seen the tremendous benefits for the Spring Community and the > Java/J2EE/JEE/.NET communities at large to have a best practices guide for > developing applications using Spring Portfolio of projects... > - Seen that some recommendations for spring best practices are only > available piecemeal in some blogs, articles, books, presentations and > forums... > - Seen that even these piecemeal available best practices are not clearly > identified as such... > - Seen that what might be considered a best practice at a certain time > might > not still hold true with the new enhancements and capabilities being added > to the Spring Portfolio of projects... > - Seen the unavailability of such 'Spring Best Practices Guide' as of > today > June 17, 2007... > > I would like to propose a collaborative compilation of Spring Best > Practices > into a 'SPRING BEST PRACTICES GUIDE': > - Which includes Spring best practices shared by the Spring Community > - In which the best practices are validated by the committers to the > various > Spring Portfolio of projects and experts from the Spring community > - In which all Spring committers and contributors with Spring best > practices > will be acknowledged > - Which is available for FREE to the Spring community > - Kept current with new recommendations for Spring best practices as more > feedback is gathered from the Spring "trenches" and the Spring portfolio > of > projects gets more maturity > > Your contributions to share, with the Spring Community, best practices for > developing applications using Spring Framework and the Spring Portfolio of > projects are much appreciated. Examples of known Spring best practices: > 1. Best practices for using Setter injection versus Constructor injection? > 2. Best practices using XML files versus annotations for configuring > Spring > applications? > 3. Best practices when developing with Spring Web Flow? > 4. Best practices for using Spring OSGi? > ........ > > What Spring best practice would you like to share with the community? > > What do you propose to enhance this idea? > > Regards, > > Slim Baltagi > http://www.SpringHub.com > > -- > View this message in context: > http://www.nabble.com/Spring-Best-Practices-Guide...-tf3950103.html#a11206670 > Sent from the springframework-developer mailing list archive at Nabble.com > . > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by DB2 Express > Download DB2 Express C - the FREE version of DB2 express and take > control of your XML. No limits. Just data. Click to get it now. > http://sourceforge.net/powerbar/db2/ > _______________________________________________ > Springframework-developer mailing list > Spr...@li... > https://lists.sourceforge.net/lists/listinfo/springframework-developer > |
|
From: SpringHub.com <sba...@ya...> - 2007-06-20 03:43:48
|
Hello Spring Community By Spring, it is meant not only the Spring Framework but all Spring portfolio of projects: Spring Framework, Spring Web Flow (SWF), Spring Security (ACEGI), Spring Rich Client Project (RCP), Spring Modules, Spring.NET, Spring IDE, Spring Web Services, Spring Batch, Spring OSGi, Spring LDAP, Spring Java Configuration and may be more to come in the future. - Seen the tremendous benefits for the Spring Community and the Java/J2EE/JEE/.NET communities at large to have a best practices guide for developing applications using Spring Portfolio of projects... - Seen that some recommendations for spring best practices are only available piecemeal in some blogs, articles, books, presentations and forums... - Seen that even these piecemeal available best practices are not clearly identified as such... - Seen that what might be considered a best practice at a certain time might not still hold true with the new enhancements and capabilities being added to the Spring Portfolio of projects... - Seen the unavailability of such 'Spring Best Practices Guide' as of today June 17, 2007... I would like to propose a collaborative compilation of Spring Best Practices into a 'SPRING BEST PRACTICES GUIDE': - Which includes Spring best practices shared by the Spring Community - In which the best practices are validated by the committers to the various Spring Portfolio of projects and experts from the Spring community - In which all Spring committers and contributors with Spring best practices will be acknowledged - Which is available for FREE to the Spring community - Kept current with new recommendations for Spring best practices as more feedback is gathered from the Spring "trenches" and the Spring portfolio of projects gets more maturity Your contributions to share, with the Spring Community, best practices for developing applications using Spring Framework and the Spring Portfolio of projects are much appreciated. Examples of known Spring best practices: 1. Best practices for using Setter injection versus Constructor injection? 2. Best practices using XML files versus annotations for configuring Spring applications? 3. Best practices when developing with Spring Web Flow? 4. Best practices for using Spring OSGi? ........ What Spring best practice would you like to share with the community? What do you propose to enhance this idea? Regards, Slim Baltagi http://www.SpringHub.com -- View this message in context: http://www.nabble.com/Spring-Best-Practices-Guide...-tf3950103.html#a11206670 Sent from the springframework-developer mailing list archive at Nabble.com. |
|
From: Juergen H. <jue...@in...> - 2007-06-18 13:45:15
|
Dear Spring community, I'm pleased to announce that Spring 2.0.6 has been released. Spring 2.0.6 is a bugfix and enhancement release in the Spring 2.0 series, addressing all issues reported since 2.0.5 and backporting various refinements from 2.1 M2 (e.g. compatibility with JRuby 1.0). Cheers, Juergen ----- Juergen Hoeller Interface21 http://www.interface21.com |
|
From: Kristoffer M. <kri...@gm...> - 2007-06-15 13:50:30
|
Hi, cool about the new version! On 15/06/07, Arjen Poutsma <apo...@in...> wrote: > > Dear Spring community, > > I'm pleased to announce that Spring Web Services 1.0 RC2 has been > released! > > This is the second release candidate of Spring-WS: a product of the > Spring community focused on creating document-driven Web services. > This release mostly consists of bug fixes, the one major new feature > is that the airline sample has been rewritten to use more Java 5 > features, including the new @Endpoint programming model, JPA, > @Transactional, and more. I guess this is the annotation overload that you showed me. BTW, I'm trying to push contract-first to the architects here these days and especially spring-ws. The Axis crap we have been using so far just does not do the job anymore :-(. Have a good weekend, man! /K |
|
From: Arjen P. <apo...@in...> - 2007-06-15 13:28:10
|
Dear Spring community, I'm pleased to announce that Spring Web Services 1.0 RC2 has been released! This is the second release candidate of Spring-WS: a product of the Spring community focused on creating document-driven Web services. This release mostly consists of bug fixes, the one major new feature is that the airline sample has been rewritten to use more Java 5 features, including the new @Endpoint programming model, JPA, @Transactional, and more. The next release is planned in a couple of weeks. If no major bugs are found, this will be the 1.0 release! For more information, see http://www.springframework.org/spring-ws. Cheers, Arjen Interface21 E: apo...@in... W: www.interface21.com B: blog.interface21.com/arjen Attend SpringOne 2007, Interface21's developer conference covering the Spring Portfolio products. 42 Sessions in 3 Parallel Tracks June 20 - 22, 2007 - Antwerp, Belgium www.springone.com |
|
From: hungry <oj...@ou...> - 2007-06-13 04:10:14
|
CAON Owns Patent To Change Global Construction! Chan-On International Inc. Symbol: CAON Close: $0.75 UP Among the 12 patents CAON recently acquired is a design for turning industrial plastic and ash waste into wallboard to replace drywall. it is not only a reduction in cost for developers, it is environmentally safe and longer lasting than regular drywall. This company has the edge. Get on CAON first thing Wednesday. Its flora and fauna sub serve the human beings who are all part of the great eco system. OLIN offers a free gift package to all just for visiting! This frontal approach of a help line may have to be backed up later by evidences or proofs about consumer getting deprived of his right in terms of value for goods and services. People sometimes believe that individuals with CFS exaggerate their symptoms or they are lazy or suffer from a psychiatric condition. By disregarding her needs and laws of nature since long, we have all put our planet to a state of predicament and jeopardy. " Memory foam mattresses www. The impact of human disregard for the climate system is serious indeed. Cooked foods contain no enzymes, and require a tremendous output of enzymes from our bodies. Show an interest in his care and provide emotional support. There could be a fraudulent sale or some elements of mischief involved in not giving right value against purchased goods or services turning to be defective or unacceptable. OLIN will be giving away a lot of potential money to do this project and would hate to be known as the source of any bad relations! to go for enhancement standards in emission reduction, creation of transferable credits for emission reduction and tax incentives for investment in low emission energy equipments. CFS can strike both sexes and any age group. Here in Part II, I offer some tips on diet to optimize the health of the nerves and optimize nerve transmission. An assisted living situation may best meet your needs. In Part I of this article series, I discussed ways to increase the amount and quality of bodily sensation in your life by touching and being touched. I welcome your comments and questions, and you will also find a wealth of information on my blog and website. He may sometimes forget things. This threat is real and one has to explore different options and opportunities to get rid of this threat and work towards a livable and happy world. Bio fuel industry may thus see a revival and add to revenue sources by sale of ethanol. Acknowledge loss, sadness, and anger: I'm really sorry you had to give up your job. Some of that time is actually work related! His customers range from children to the elderly, from carpenters to doctors. So, in enters OLIN and our quality e-books regardless of your situation! That's all that is needed for a reading group. Let's have fun and spend the rest of our long summer nights with our drink and e-book group of choice in complete comfort and ease without any fear of the unpleasant. Research your options to find the most appropriate place for your loved one. Its flora and fauna sub serve the human beings who are all part of the great eco system. It seems like women do it all these days. The herb, "Liferoot," is another good treatment that helps eliminate hot flashes and alleviates those heavy periods. You may feel helpless and confused about what to say or do for a stricken relative or friend. That's all that is needed for a reading group. By disregarding her needs and laws of nature since long, we have all put our planet to a state of predicament and jeopardy. Jon Campbell is a sleep products specialist and editor for Sleep Aid. Symptoms of CFS last at least six months and become severe enough to impair or interfere with daily activities. There are many benefits in learning about menopause well before it happens to us, and there are even some things you can do before it happens that will lessen the suffering when it does come! Unheated foods contain enzymes, which are needed for every process that takes place in the body, including nerve transmission. Doctors are still struggling to learn more about Fibromyalgia, and a cure may be many years away. Unless global temperature is controlled, global warming arrested, the problems food security are not going to be contained. Getting Prompt Medical Care If you suspect Alzheimer's disease in a parent, it is important to get a prompt diagnosis. France and Canada have undergone extreme summer temperatures leading to many instances of mortality and morbidity. com and health article author. Often you cannot be there to consistently take care of their needs. CFS is a very unpredictable illness. While there is no cure, there are many medications available that can help treat and slow down the progression of the disease. Eat more fresh, raw foods. Until the medical community can offer real solutions, Fibromyalgia patients will continue to find their own paths to wellness. We also need to point out the enormous amount of free e-books we offer at our site that would also work great for a summer reading group. It is also important so set up a support system for yourself as soon as you learn of the diagnosis. |
|
From: Kristoffer M. <kri...@gm...> - 2007-06-12 14:17:15
|
On 11/06/07, Kaushik, Navodit <nav...@ci...> wrote: > > Hi > > I am new to the Spring framework and am not sure if this is the right > place to post this. I am looking for some sample code which illustrates the > use of spring framework for connecting to a database (JDBC) and retrieving > information from the database using stored procedures. Any help would be > appreciated. Thanks > > NK > The Spring reference documentation is always a good starting point; http://static.springframework.org/spring/docs/2.0.x/reference/index.html. Specifically you are looking for the stored procedure abstraction, located here; http://static.springframework.org/spring/docs/2.0.x/reference/jdbc.html#jdbc-StoredProcedure . /Kristoffer |
|
From: Naresh <mai...@ya...> - 2007-06-12 11:04:09
|
Hi, I am working with one application where it uses spring UI tags. For one text area field <form:textarea ..which accepts description,when user enters text with blank lines in the middle.When form gets submitted the blank lines in middle are automatically deleted.Which i dont want to do.If the user enters blank line in middle it should reamin same.I am not trucating any the text even.Can any one help on this. Regards, G.Naresh -- View this message in context: http://www.nabble.com/Form%3Atextarea--Carriage-returns-not-working-tf3906916.html#a11076806 Sent from the springframework-developer mailing list archive at Nabble.com. |
|
From: Isabelle M. C. P. <isa...@si...> - 2007-06-12 11:04:04
|
I will be out of the office starting 12.06.2007 and will not return until 17.06.2007. I will respond to your message when I return. |
|
From: Naresh <mai...@ya...> - 2007-06-12 11:02:34
|
Hi, I am working with one application where it uses spring UI tags. For one text area field which accepts description,when user enters text with blank lines in the middle.When form gets submitted the blank lines in middle are automatically deleted.Which i dont want to do.If the user enters blank line in middle it should reamin same.I am not trucating any the text even.Can any one help on this. Regards, G.Naresh -- View this message in context: http://www.nabble.com/Form%3Atextarea--Carriage-returns-not-working-tf3906909.html#a11076788 Sent from the springframework-developer mailing list archive at Nabble.com. |
|
From: Kaushik, N. <nav...@ci...> - 2007-06-11 20:28:29
|
Hi =20 I am new to the Spring framework and am not sure if this is the right place to post this. I am looking for some sample code which illustrates the use of spring framework for connecting to a database (JDBC) and retrieving information from the database using stored procedures. Any help would be appreciated. Thanks =20 NK |
|
From: Jonathan H. <jon...@re...> - 2007-06-11 15:02:38
|
Thanks Juergen For our JTA implementation I think the bean wiring is sufficient. No new Java code is usually a good thing! For our JTS it's a bit more complicated as we require the ORB to be configured through our own API. I think though that this initialization code does not belong hidden in the integration at all - I'll probably just document the requirement and leave it to the users to decide where to put the calls. Only a handful of them will need JTS outside the app server anyhow, it's a pretty unusual requirement compared to JTA. So, hopefully the changes needed for integration are limited to documentation and testing. Jonathan. Juergen Hoeller wrote: > Hi Jonathan, > > As outlined in my previous mail on JTA setup, the preferred approach is > setting up a TransactionManager handle as bean and passing it into the > "transactionManager" property of Spring's JtaTransactionManager. There is > usually no need for explicitly setting up a UserTransaction handle as well. > > Our unit tests just test Spring's JtaTransactionManager against > UserTransaction and TransactionManager mocks. So for integration tests, > you'll have to set up an application context with full tx and resource > setup. Should be straightforward when using Spring's > ClassPathXmlApplicationContext class for bootstrapping. > > Juergen > > > -----Original Message----- > From: spr...@li... > [mailto:spr...@li...] On Behalf > Of Jonathan Halliday > Sent: Monday, June 11, 2007 3:42 PM > To: spr...@li... > Subject: [Springframework-developer] Spring - JBossTS integration > > > Hello Spring developers > > I'm looking at how best to integrate the JBossTS transaction manager with > Spring2 for usage outside the application server i.e. when no JNDI is > available. > > It seems I need to provide a factory or factories that know about the > JBossTS implementation and can return the classes which implement > TransactionManager and UserTransaction. This is the way the Jotm integration > appears to work, although it's slightly different in that the same object > implements both interfaces in Jotm. > > Would someone (Juergen?) please indicate if this is indeed the preferred > approach? > > Also, is there a way to configure the unit tests so that they exercise this > new code path? If not I guess I'll have to write specific tests for it. > > Thanks > > Jonathan Halliday > JBossTS developer > JBoss, a division of Red Hat. > -- ------------------------------------------------------------ Registered Address: Red Hat UK Ltd, Amberley Place, 107-111 Peascod Street, Windsor, Berkshire, SI4 1TE, United Kingdom. Registered in UK and Wales under Company Registration No. 3798903 Directors: Michael Cunningham (USA), Charlie Peters (USA) and David Owens (Ireland) |
|
From: Juergen H. <jue...@in...> - 2007-06-11 14:32:34
|
Hi Jonathan, As outlined in my previous mail on JTA setup, the preferred approach is setting up a TransactionManager handle as bean and passing it into the "transactionManager" property of Spring's JtaTransactionManager. There is usually no need for explicitly setting up a UserTransaction handle as well. Our unit tests just test Spring's JtaTransactionManager against UserTransaction and TransactionManager mocks. So for integration tests, you'll have to set up an application context with full tx and resource setup. Should be straightforward when using Spring's ClassPathXmlApplicationContext class for bootstrapping. Juergen -----Original Message----- From: spr...@li... [mailto:spr...@li...] On Behalf Of Jonathan Halliday Sent: Monday, June 11, 2007 3:42 PM To: spr...@li... Subject: [Springframework-developer] Spring - JBossTS integration Hello Spring developers I'm looking at how best to integrate the JBossTS transaction manager with Spring2 for usage outside the application server i.e. when no JNDI is available. It seems I need to provide a factory or factories that know about the JBossTS implementation and can return the classes which implement TransactionManager and UserTransaction. This is the way the Jotm integration appears to work, although it's slightly different in that the same object implements both interfaces in Jotm. Would someone (Juergen?) please indicate if this is indeed the preferred approach? Also, is there a way to configure the unit tests so that they exercise this new code path? If not I guess I'll have to write specific tests for it. Thanks Jonathan Halliday JBossTS developer JBoss, a division of Red Hat. ------------------------------------------------------------ Registered Address: Red Hat UK Ltd, Amberley Place, 107-111 Peascod Street, Windsor, Berkshire, SI4 1TE, United Kingdom. Registered in UK and Wales under Company Registration No. 3798903 Directors: Michael Cunningham (USA), Charlie Peters (USA) and David Owens (Ireland) ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ Springframework-developer mailing list Spr...@li... https://lists.sourceforge.net/lists/listinfo/springframework-developer |
|
From: Juergen H. <jue...@in...> - 2007-06-11 14:26:28
|
Indeed, the standard way of integrating a JTA provider is via UserTransaction and TransactionManager objects that are simply linked into Spring's JtaTransactionManager (as shown in that article). That said, note that JtaTransactionManager can work with a plain UserTransaction reference as well (not supporting transaction suspension then), and also with a plain TransactionManager reference (in which case it will simply delegate all calls to the TransactionManager directly). So in case of a standalone JTA setup, it would usually be sufficient to set up the TransactionManager handle only, passing it to the Spring JtaTransactionManager's "transactionManager" property. Unless the JTA provider does special stuff in its UserTransaction implementation, it is not necessary to explicitly set up the UserTransaction handle at all. As for JotmFactoryBean: JOTM is a bit different there in that it has this notion of a Jotm object and a Current handle. While that stuff could be set up in a completely decoupled fashion using factory methods and property-path navigation, that approach is not very intuitive. The Spring-provided JotmFactoryBean is simply a convenience shortcut for this. JTA providers with straightforward setup do not require such convenience glue. That applies to Atomikos, for example, which doesn't offer special Spring glue in its Spring support, rather 'just' facilities that are somewhat tailored for use in a Spring environment. To the best of my knowledge, Atomikos does *not* have direct Spring dependencies in any of its code. Juergen -----Original Message----- From: spr...@li... [mailto:spr...@li...] On Behalf Of Mark Pollack Sent: Monday, June 11, 2007 3:57 PM To: spr...@li... Subject: Re: [Springframework-developer] Spring - JBossTS integration Hi, As a starting point, there was an article on Javaworld http://www.javaworld.com/javaworld/jw-04-2007/jw-04-xa.html?nhtje=050807entj ava& that showed some example integration. Cheers, Mark -----Original Message----- From: spr...@li... [mailto:spr...@li...] On Behalf Of Jonathan Halliday Sent: Monday, June 11, 2007 9:42 AM To: spr...@li... Subject: [Springframework-developer] Spring - JBossTS integration Hello Spring developers I'm looking at how best to integrate the JBossTS transaction manager with Spring2 for usage outside the application server i.e. when no JNDI is available. It seems I need to provide a factory or factories that know about the JBossTS implementation and can return the classes which implement TransactionManager and UserTransaction. This is the way the Jotm integration appears to work, although it's slightly different in that the same object implements both interfaces in Jotm. Would someone (Juergen?) please indicate if this is indeed the preferred approach? Also, is there a way to configure the unit tests so that they exercise this new code path? If not I guess I'll have to write specific tests for it. Thanks Jonathan Halliday JBossTS developer JBoss, a division of Red Hat. ------------------------------------------------------------ Registered Address: Red Hat UK Ltd, Amberley Place, 107-111 Peascod Street, Windsor, Berkshire, SI4 1TE, United Kingdom. Registered in UK and Wales under Company Registration No. 3798903 Directors: Michael Cunningham (USA), Charlie Peters (USA) and David Owens (Ireland) ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ Springframework-developer mailing list Spr...@li... https://lists.sourceforge.net/lists/listinfo/springframework-developer ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ Springframework-developer mailing list Spr...@li... https://lists.sourceforge.net/lists/listinfo/springframework-developer |
|
From: Jonathan H. <jon...@re...> - 2007-06-11 14:12:58
|
Thanks Mark. In that article I think they used the approach of wiring up the TransactionManager and UserTransaction implementations as beans and linking them to the JtaTransactionManager in the .xml config file. That will work fine as long as no additional setup code is needed. I guess the reason Jotm is different is that its implementation class cannot work as a bean in this way. The .xml config approach has some nice effects, like not requiring JBossTS build to depend on Spring classes or v.v. I may stick with it if it proves flexible enough. I guess there is also a middle ground where any setup that is needed is put into the constructor or static block in a bean class that subclasses the TM/UT implementations. Seems odd Jotm integration did not go down that path - there must be some reason for requiring the compile code coupling that currently exists here. Jonathan. Mark Pollack wrote: > Hi, > > As a starting point, there was an article on Javaworld > > http://www.javaworld.com/javaworld/jw-04-2007/jw-04-xa.html?nhtje=050807entj > ava& > > that showed some example integration. > > Cheers, > Mark > > -----Original Message----- > From: spr...@li... > [mailto:spr...@li...] On Behalf > Of Jonathan Halliday > Sent: Monday, June 11, 2007 9:42 AM > To: spr...@li... > Subject: [Springframework-developer] Spring - JBossTS integration > > > Hello Spring developers > > I'm looking at how best to integrate the JBossTS transaction > manager with Spring2 for usage outside the application > server i.e. when no JNDI is available. > > It seems I need to provide a factory or factories that know > about the JBossTS implementation and can return the classes > which implement TransactionManager and UserTransaction. This > is the way the Jotm integration appears to work, although > it's slightly different in that the same object implements > both interfaces in Jotm. > > Would someone (Juergen?) please indicate if this is indeed > the preferred approach? > > Also, is there a way to configure the unit tests so that > they exercise this new code path? If not I guess I'll have > to write specific tests for it. > > Thanks > > Jonathan Halliday > JBossTS developer > JBoss, a division of Red Hat. > -- ------------------------------------------------------------ Registered Address: Red Hat UK Ltd, Amberley Place, 107-111 Peascod Street, Windsor, Berkshire, SI4 1TE, United Kingdom. Registered in UK and Wales under Company Registration No. 3798903 Directors: Michael Cunningham (USA), Charlie Peters (USA) and David Owens (Ireland) |
|
From: Mark P. <mpo...@in...> - 2007-06-11 13:57:09
|
Hi, As a starting point, there was an article on Javaworld http://www.javaworld.com/javaworld/jw-04-2007/jw-04-xa.html?nhtje=050807entj ava& that showed some example integration. Cheers, Mark -----Original Message----- From: spr...@li... [mailto:spr...@li...] On Behalf Of Jonathan Halliday Sent: Monday, June 11, 2007 9:42 AM To: spr...@li... Subject: [Springframework-developer] Spring - JBossTS integration Hello Spring developers I'm looking at how best to integrate the JBossTS transaction manager with Spring2 for usage outside the application server i.e. when no JNDI is available. It seems I need to provide a factory or factories that know about the JBossTS implementation and can return the classes which implement TransactionManager and UserTransaction. This is the way the Jotm integration appears to work, although it's slightly different in that the same object implements both interfaces in Jotm. Would someone (Juergen?) please indicate if this is indeed the preferred approach? Also, is there a way to configure the unit tests so that they exercise this new code path? If not I guess I'll have to write specific tests for it. Thanks Jonathan Halliday JBossTS developer JBoss, a division of Red Hat. ------------------------------------------------------------ Registered Address: Red Hat UK Ltd, Amberley Place, 107-111 Peascod Street, Windsor, Berkshire, SI4 1TE, United Kingdom. Registered in UK and Wales under Company Registration No. 3798903 Directors: Michael Cunningham (USA), Charlie Peters (USA) and David Owens (Ireland) ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ Springframework-developer mailing list Spr...@li... https://lists.sourceforge.net/lists/listinfo/springframework-developer |
|
From: Jonathan H. <jon...@re...> - 2007-06-11 13:41:43
|
Hello Spring developers I'm looking at how best to integrate the JBossTS transaction manager with Spring2 for usage outside the application server i.e. when no JNDI is available. It seems I need to provide a factory or factories that know about the JBossTS implementation and can return the classes which implement TransactionManager and UserTransaction. This is the way the Jotm integration appears to work, although it's slightly different in that the same object implements both interfaces in Jotm. Would someone (Juergen?) please indicate if this is indeed the preferred approach? Also, is there a way to configure the unit tests so that they exercise this new code path? If not I guess I'll have to write specific tests for it. Thanks Jonathan Halliday JBossTS developer JBoss, a division of Red Hat. ------------------------------------------------------------ Registered Address: Red Hat UK Ltd, Amberley Place, 107-111 Peascod Street, Windsor, Berkshire, SI4 1TE, United Kingdom. Registered in UK and Wales under Company Registration No. 3798903 Directors: Michael Cunningham (USA), Charlie Peters (USA) and David Owens (Ireland) |
|
From: Magnus H. <mh...@gm...> - 2007-06-07 18:38:23
|
> @PersistenceContext annotated setter should take a > javax.persistence.EntityManager and if you need to cast that to a > HibernateEntityManager then you wold need to do that in your code. Ok. Something has changed here, but this does make more sense and works just fine. Thanks. -- /Magnus Heino |