Guide to EJB Set-up 1. Overview In this article, we’re going to discuss how to get started with Enterprise JavaBean (EJB) development. Enterprise JavaBeans are used for developing scalable, distributed, server-side components and typically encapsulate the business logic of the application. We’ll use WildFly 10.1.0 as our preferred server solution,… Continue Reading ejb-intro

Concurrent Strategies using MDBs 1. Introduction Message Driven Beans, also known as “MDB”, handle message processing in an asynchronous context. We can learn the basics of MDB in this article. This tutorial will discuss some strategies and best practices to implement concurrency using Message Driven Beans. If you want to understand… Continue Reading ejb-message-driven-bean-concurrency