VOOZH about

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

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


  • Enterprise Java👁 spring-interview-questions-answers
    Biju KunjummenJanuary 22nd, 2014
    0 418

    Consuming Spring-hateoas Rest service using Spring RestTemplate and Super type tokens

    Spring-hateoas provides an excellent way for applications to create REST based services which follow the HATEOAS principle. My objective here…

    Read More »
  • Enterprise Java👁 spring-interview-questions-answers
    Biju KunjummenJanuary 17th, 2014
    0 159

    Spring Integration Publisher

    Consider a hypothetical requirement – You have a service class in your application and you want to capture some information…

    Read More »
  • Core Java👁 Image
    Biju KunjummenJanuary 7th, 2014
    0 262

    java.util.Random in Java 8

    One of the neat features of java.util.Random class in Java 8 is that it has been retrofitted to now return…

    Read More »
  • Core Java👁 Image
    Biju KunjummenDecember 27th, 2013
    1 134

    Java 8 parameter name at runtime

    Java 8 will be introducing an easier way to discover the parameter names of methods and constructors. Prior to Java…

    Read More »
  • Enterprise Java👁 spring-interview-questions-answers
    Biju KunjummenOctober 1st, 2013
    2 1,122

    Spring 4 Conditional

    Spring 4 is introducing a new feature called Conditional – an annotation targeted towards Spring components which generate beans and…

    Read More »
  • Enterprise Java👁 spring-interview-questions-answers
    Biju KunjummenSeptember 2nd, 2013
    1 88

    Reasons to consider spring-boot for your next Spring based application!

    Spring-boot  provides a quick way to create a Spring based application. There are some very compelling reasons to consider spring-boot…

    Read More »
  • Enterprise Java👁 spring-interview-questions-answers
    Biju KunjummenJuly 18th, 2013
    4 2,790

    Spring @Bean and PropertyPlaceHolderConfigurer

    I was recently stumped by what I thought was going to be a fairly straightforward implementation – Consider the following…

    Read More »
  • Enterprise Java👁 spring-interview-questions-answers
    Biju KunjummenJune 25th, 2013
    2 226

    Spring MVC Error handling flow

    There are broadly three ways of handling an exception flow using Spring MVC, the objective being to intercept any application…

    Read More »
  • Enterprise Java👁 spring-interview-questions-answers
    Biju KunjummenJune 1st, 2013
    2 700

    Testing Spring “session” scope

    In a Spring based Web application, beans can be scoped to the user “session”. This essentially means that state changes…

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