VOOZH about

URL: https://www.javacodegeeks.com/author/willem-cheizoo

⇱ Willem Cheizoo, Author at Java Code Geeks


  • Enterprise Java👁 spring-interview-questions-answers
    Willem CheizooApril 20th, 2015
    1 88

    Spicy Spring : Dynamically create your own BeanDefinition

    When we a have Spring managed application, we want to let Spring manage all of our beans. Beside the regular…

    Read More »
  • Enterprise Java👁 spring-interview-questions-answers
    Willem CheizooMarch 26th, 2015
    0 107

    Spicy Spring : Different ways of Autowiring

    I would like to show different ways of using Spring’s @Autowired annotation: Constructor, Method and Field autowiring. The examples I…

    Read More »
  • Core Java👁 Image
    Willem CheizooMarch 14th, 2015
    0 112

    Nifty JUnit : Using Rule on Method and Class level

    As shown in a the post Nifty JUnit : Working with temporary files, it is possible to use @Rule in…

    Read More »
  • Enterprise Java👁 spring-interview-questions-answers
    Willem CheizooMarch 12th, 2015
    4 355

    Using Spring managed Bean in non-managed object

    We have to deal with legacy code, even when we would like to use the best and newest technologies available.…

    Read More »
  • Enterprise Java👁 Image
    Willem CheizooMarch 10th, 2015
    0 238

    Prevent ‘No plugin found’ in multi-module maven

    Defining a maven plugin on a submodule in a multi-module maven project can give us a ‘No plugin found’ error.…

    Read More »
Back to top button
Close