VOOZH about

URL: https://www.javacodegeeks.com/author/xavier-padro

⇱ Xavier Padro, Author at Java Code Geeks


  • Software Development👁 Image
    Xavier PadroDecember 12th, 2016
    0 203

    Making queries on demand: MongoDB outbound gateway

    1- Introduction In order to read data from MongoDb, Spring Integration comes with the MongoDb inbound channel adapter. This adapter…

    Read More »
  • Enterprise Java👁 Image
    Xavier PadroNovember 22nd, 2016
    1 515

    Spring Integration MongoDB adapters with Java DSL

    1 Introduction This post explains how to save and retrieve entities from a MongoDB database using Spring Integration. In order…

    Read More »
  • Enterprise Java👁 spring-interview-questions-answers
    Xavier PadroJuly 21st, 2016
    3 2,031

    Spring Integration – Polling file creation and modification

    1 Introduction File support is another of Spring Integration’s endpoints to communicate with external systems. In this case, it provides…

    Read More »
  • Enterprise Java👁 Image
    Xavier PadroMay 19th, 2016
    0 1,095

    Data Aggregation Spring Data MongoDB: Nested results

    1 Introduction In a previous post, we built a basic example of an aggregation pipeline. Maybe you want to take…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Xavier PadroApril 14th, 2016
    3 4,472

    Data aggregation with Spring Data MongoDB and Spring Boot

    MongoDB aggregation framework is designed for grouping documents and transforming them into an aggregated result. The aggregation query consists in…

    Read More »
  • Core Java👁 Image
    Xavier PadroMarch 8th, 2016
    1 1,261

    Grouping, transforming and reduction with Java 8

    1. Introduction In this previous post, I wrote about how we can group collections of objects with streams and grouping.…

    Read More »
  • Core Java👁 Image
    Xavier PadroMarch 1st, 2016
    6 3,752

    Multi level grouping with streams

    1. Introduction With Java 8 streams it is pretty easy to group collections of objects based on different criteria. In…

    Read More »
  • Enterprise Java👁 spring-interview-questions-answers
    Xavier PadroSeptember 29th, 2015
    0 146

    Spring Integration Course Summary

    This article is part of our Academy Course titled Spring Integration for EAI. In this course, you are introduced to…

    Read More »
  • Enterprise Java👁 spring-interview-questions-answers
    Xavier PadroSeptember 29th, 2015
    0 531

    Monitoring and Management

    This article is part of our Academy Course titled Spring Integration for EAI. In this course, you are introduced to…

    Read More »
  • 1
  • 2
  • 3
  • 4
  • »
Back to top button
Close