name « Bean « Spring Q&A





1. property name bug in Spring 2.0    forum.springsource.org

This is standard behavior as defined by the JavaBeans spec. Actually Spring uses the java.beans.* classes behind the scenes. The property name is deduced from the getter/setter methods not the field. ...

2. Compound property names - Spring 2.0.4    forum.springsource.org

Compound property names - Spring 2.0.4 Hi, I am testing the new version of spring 2.0.4 and I have a problem. Before, in the version 2.0.1, I do the fallow definition: ...

3. PropertyPlaceholderConfigurer and class names    forum.springsource.org

/WEB-INF/context/config.properties

4. Setting property as name / value pair    forum.springsource.org

I can think of two ways to do what you want: Extend HttpClient (or just wrap it) and add "standard" setter methods that delegate to setParameter() each with a different parameter ...

5. PropertyPlaceHolderConfigurer to change name of an alias?    forum.springsource.org

PropertyPlaceHolderConfigurer to change name of an alias? Hi, Spring 1.2.8 / Java 1.4 I've got 2 beans defined - one is a "stub client" and one is a "real client". The ...

6. Leading Underscores in Property Names    forum.springsource.org

Hello - I have a legacy spring application that we are updating to spring security 2.0.4 and Spring 2.0.8. This project has many objects where property names have a leading underscore. ...

7.  Content Assist Not Available    forum.springsource.org

Content Assist Not Available I have Eclipse 3.4.1 with Spring IDE 2.2.1. Everything seems to be working fine with the exception of content assistance for the name attribute for ...