Tip « Development « Spring Q&A





1. Tips or tools for debugging Spring applications?    stackoverflow.com

I am trying to use Spring for the first time in an application. The general issue that comes up again and again is that I have no idea how to debug ...

2. performance tips    forum.springsource.org

Hi does anyone have any performance tips for spring tools ? Im working on a system consisiting of several eclipse projects with a few hundred spring config files total. The spring ...

3. Tips    forum.springsource.org

Slow context loading. Performance Tuning Tips are welcome. Hey! We are using Spring for a fat client. And now we reached the edge when the startup time is not acceptable for ...

4. tip Re. 3.1 AuthoritiesMappers    forum.springsource.org

tip Re. 3.1 AuthoritiesMappers This is just a tip for Spring Security 3.1 users until such time as usage of AuthoritiesMappers hit the reference doc. AuthoritiesMappers attached to Providers do not ...

5. Application Context is getting big. Any experience/tips?    forum.springsource.org

Application Context is getting big. Any experience/tips? Hi, We're using Spring in a Webphere Portal 5.1 project to manage our datasources, business beans and stored procedures as well as transaction management. ...

6. Tips on Architecting a project    forum.springsource.org

Tips on Architecting a project Dear All, I hope I am in the right forum. I write here after a lot of thought and google behind my question. I need to ...

7. TIP: target attribute    forum.springsource.org

Hello, I would like to share a tip You all know that tag doesn't support "target" attribute, right? So, here's a snippet to use it anyway: Code: ...

9. Tips for performance?    forum.springsource.org

Hello guys, I recently read some posts in which some people were complaining that the roundtrip when using dao, is too long and this might cause some overhead in memory consumption ...





10. Resolving ClassDefNotFound tip...    forum.springsource.org

Resolving ClassDefNotFound tip... I'm a novice at OSGi, so perhaps this should have been obvious. The thing that absolutely drove me nuts trying to get a basic OSGi/Spring-DM web application up ...

11. Tips on reducing relative Average Component Dependency (ACD) in a code base    forum.springsource.org

Tips on reducing relative Average Component Dependency (ACD) in a code base I've recently listened in to Juergen Hoeller's presentation on Code Organization Guidelines for Large Code Bases at infoq. Although ...

12. Messaging tips needed    forum.springsource.org

Messaging tips needed I have two things I want to accomplish with authentication messages. 1) I want to override the given username/password authentication messages with my own. 2) After a user ...

13. Some tips on using many view resolvers in Spring 2.5    forum.springsource.org

Greetings, Recently I had to make a button in my web application that generates .xls file. I had to use AbstractExcelView and along with that a new view resolver. I had ...

14. Tip: how to generate multi-field finders    forum.springsource.org

A real-world domain object can have quite a few fields, for example: Code: public class Car { private Make make; private Model model; private String VIN; private Colour colour; private Date ...