VOOZH about

URL: https://www.javacodegeeks.com/author/ram-mokkapaty

⇱ Ram Mokkapaty, Author at Java Code Geeks


  • Enterprise Java👁 Image
    Ram MokkapatyMay 22nd, 2015
    0 1,473

    Apache Camel Wire Tap Examples

    If you want to monitor, debug, troubleshoot messages that are flowing through the route without the bother of permanently consuming…

    Read More »
  • Enterprise Java👁 spring-interview-questions-answers
    Ram MokkapatyMay 21st, 2015
    0 763

    Spring Integration Jdbc RowMapper Example

    The JDBC inbound channel adapter’s basic function is to execute a SQL query, extract the data and pass the result…

    Read More »
  • Enterprise Java👁 Image
    Ram MokkapatyMay 21st, 2015
    0 2,788

    Apache Camel Log Component Examples

    Apache Camel Log Component Examples You want to log messages to the underlying logging mechanism, use camel’s log: component. Camel…

    Read More »
  • Enterprise Java👁 spring-interview-questions-answers
    Ram MokkapatyMay 21st, 2015
    0 791

    Spring lookup-method Example

    When a bean has dependency on another bean, we inject the bean using the setter property or through the constructor.…

    Read More »
Back to top button
Close