VOOZH about

URL: https://www.javacodegeeks.com/author/Biju-Kunjummen/page/20

⇱ Biju Kunjummen, Author at Java Code Geeks - Page 20 of 23


  • Enterprise Java👁 spring-interview-questions-answers
    Biju KunjummenMay 28th, 2013
    2 379

    Spring Integration File Polling and Tests

    I recently implemented a small project where we had to poll a folder for new files and then trigger a…

    Read More »
  • Enterprise Java👁 spring-interview-questions-answers
    Biju KunjummenFebruary 13th, 2013
    2 718

    Spring Bean names

    Spring bean names are straightforward, except for cases where names are not explicitly specified. To start with, Spring bean names…

    Read More »
  • Enterprise Java👁 spring-interview-questions-answers
    Biju KunjummenJanuary 31st, 2013
    3 499

    Spring Data JPA and pagination

    Let us start with the classic JPA way to support pagination. Consider a simple domain class – A ‘Member’ with…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Biju KunjummenJanuary 22nd, 2013
    0 158

    Mixin in Java with Aspects – for a Scala traits sample

    Scala traits allow new behaviors to be mixed into a class. Consider two traits to add auditing and version related…

    Read More »
  • Enterprise Java👁 spring-interview-questions-answers
    Biju KunjummenJanuary 21st, 2013
    4 961

    Spring Property Placeholder Configurer – A few not so obvious options

    Spring’s PropertySourcesPlaceholderConfigurer is used for externalizing properties from the Spring bean definitions defined in XML or using Java Config. There…

    Read More »
  • Enterprise Java👁 spring-interview-questions-answers
    Biju KunjummenJanuary 12th, 2013
    0 1,411

    Spring MVC – Customizing RequestMappingHandlerMapping

    When Spring MVC is configured using <mvc:annotation-driven/> in an xml bean definition file, internally a component called RequestMappingHandlerMapping gets registered…

    Read More »
  • Core Java👁 Image
    Biju KunjummenJanuary 10th, 2013
    1 222

    JUnit test method ordering

    Junit until version 4.10 uses the order of test methods in a test class as returned by the reflection API…

    Read More »
  • Enterprise Java👁 Image
    Biju KunjummenJanuary 3rd, 2013
    3 448

    Json deserialization with Jackson and Super type tokens

    Datatables is a jquery plugin to present tabular information – it can enhance a simple table or can use a…

    Read More »
  • Core Java👁 Image
    Biju KunjummenDecember 11th, 2012
    0 631

    Composing Java annotations

    The allowed attribute types of a Java annotations are deliberately very restrictive, however some clean composite annotation types are possible…

    Read More »
  • First
  • ...
  • 10
  • «
  • 19
  • 20
  • 21
  • »
  • ...
  • Last
Back to top button
Close