VOOZH about

URL: https://www.javacodegeeks.com/author/Eren-Avsarogullari

⇱ Eren Avsarogullari, Author at Java Code Geeks


  • Enterprise Java👁 Image
    Eren AvsarogullariJanuary 23rd, 2015
    0 343

    High Available AMQP Backed Message Channels via Spring Integration and RabbitMQ

    Spring Integration message channels store messages in memory by default. This is because memory is fast, easy to implement and…

    Read More »
  • Enterprise Java👁 spring-interview-questions-answers
    Eren AvsarogullariDecember 23rd, 2014
    0 821

    Message Processing with Spring Integration

    Spring Integration provides an extension of the Spring framework to support the well-known Enterprise Integration Patterns. It enables lightweight messaging…

    Read More »
  • Groovy👁 spring-interview-questions-answers
    Eren AvsarogullariJanuary 8th, 2013
    0 144

    Spring Dynamic Language Support with Groovy

    Groovy is a dynamic and object-oriented programming language running on JVM. It uses a syntax like Java, can be embedded…

    Read More »
  • Enterprise Java👁 spring-interview-questions-answers
    Eren AvsarogullariDecember 22nd, 2012
    0 783

    Chunk Oriented Processing in Spring Batch

    Big Data Sets’ Processing is one of the most important problem in the software world. Spring Batch is a lightweight…

    Read More »
  • Enterprise Java👁 Image
    Eren AvsarogullariDecember 10th, 2012
    0 265

    Hazelcast Distributed Execution with Spring

    The ExecutorService feature had come with Java 5 and is under java.util.concurrent package. It extends the Executor interface and provides…

    Read More »
  • Enterprise Java👁 spring-interview-questions-answers
    Eren AvsarogullariDecember 4th, 2012
    0 304

    TaskletStep Oriented Processing in Spring Batch

    Many enterprise applications require batch processing to process billions of transactions every day. These big transaction sets have to be…

    Read More »
  • Enterprise Java👁 Image
    Eren AvsarogullariNovember 6th, 2012
    0 217

    Coherence Event Processing by using Map Trigger Feature

    This article shows how to process Coherence events by using Map Triggers. Basically, Distributed Data Management in Oracle Coherence is…

    Read More »
  • Enterprise Java👁 Image
    Eren AvsarogullariAugust 13th, 2012
    5 376

    JSF – PrimeFaces & Hibernate Integration Project

    This article shows how to develop a project by using JSF, PrimeFaces and Hibernate. A sample application is below :…

    Read More »
  • Core Java👁 Image
    Eren AvsarogullariAugust 3rd, 2012
    0 103

    Java Executor Service Types

    ExecutorService feature was come with Java 5. It extends Executor interface and provides thread pool feature to execute asynchronous short…

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