Search:

Type: Posts; User: unkreativ; Keyword(s):

Search: Search took 0.04 seconds.

  1. Replies
    2
    Views
    1,194

    Proper way to handle null values?

    Hello,

    As it bothers me checking null values repeatedly I've been wondering if Spring provides anything to deal with them. So far I've been using following class.



    public class RowWrapper {...
  2. Replies
    3
    Views
    980

    As BasicDataSource is part of the commons-dbcp...

    As BasicDataSource is part of the commons-dbcp project and is built on using pooling functionality provided by the commons-pool project you'll have to add two jars:
    commons-dbcp.jar...
  3. As you're injecting quite a few ResourceBundles...

    As you're injecting quite a few ResourceBundles using a common approach (I assume you're using the same Locale overall the application) I'd consider using a BeanPostProcessor.



    public class...
  4. Why don't you write a ResourceBundle Editor on...

    Why don't you write a ResourceBundle Editor on your own? Below is an alternative solution all the same.


    <bean id="resourceBundle" class="java.util.ResourceBundle"
    ...
  5. Replies
    3
    Views
    2,072

    Purpose of integration testing?

    It's quiet plain to me this question doesn't really concern the Spring framework, but as I've read the testing reference [1] I wondered what integration testing is about? If all components work as...
Results 1 to 5 of 5