VOOZH about

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

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


  • Enterprise Java👁 spring-interview-questions-answers
    Biju KunjummenOctober 14th, 2014
    0 111

    Spring @Configuration and injecting bean dependencies as method parameters

    One of the ways Spring recommends injecting inter-dependencies between beans is shown in the following sample copied from the Spring’s…

    Read More »
  • Enterprise Java👁 spring-interview-questions-answers
    Biju KunjummenOctober 1st, 2014
    1 318

    Spring WebApplicationInitializer and ApplicationContextInitializer confusion

    These are two concepts that I mix up occasionally – a WebApplicationInitializer and an ApplicationContextInitializer, and wanted to describe each…

    Read More »
  • Scala👁 Image
    Biju KunjummenSeptember 19th, 2014
    0 116

    Scala and Java 8 type inference in higher order functions sample

    One of the concepts mentioned in the Functional Programming in Scala is about the type inference in higher order functions…

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

    Customizing HttpMessageConverters with Spring Boot and Spring MVC

    Exposing a REST based endpoint for a Spring Boot application or for that matter a straight Spring MVC application is…

    Read More »
  • Enterprise Java👁 spring-interview-questions-answers
    Biju KunjummenAugust 5th, 2014
    4 226

    Deploying a Spring boot application to Cloud Foundry with Spring-Cloud

    I have a small Spring boot based application that uses a Postgres database as a datastore. I wanted to document…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Biju KunjummenJuly 1st, 2014
    0 138

    Spring Integration Java DSL sample – further simplification with Jms namespace factories

    In an earlier blog entry I had touched on a fictitious rube goldberg flow for capitalizing a string through a…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Biju KunjummenJune 26th, 2014
    0 122

    Thymeleaf – fragments and angularjs router partial views

    One more of the many cool features of thymeleaf is the ability to render fragments of templates – I have…

    Read More »
  • Enterprise Java👁 spring-interview-questions-answers
    Biju KunjummenJune 3rd, 2014
    0 1,192

    Spring Integration Java DSL sample

    A new Java based DSL has now been introduced for Spring Integration which makes it possible to define the Spring…

    Read More »
  • Enterprise Java👁 spring-interview-questions-answers
    Biju KunjummenMay 27th, 2014
    3 149

    Spring Rest Controller with angularjs resource

    Angularjs ngResource is an angularjs module for interacting with REST based services. I used it recently for a small project…

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