red hat jboss enterprise application platform

Automated API Testing for the KIE Server
Article

Automated API testing for the KIE Server

Juliano Mohr

This blog explores concepts and techniques around automated API testing of business rules and processes deployed in a KIE Server.

EAP 7 - Ready, Set, Code
Article

How to integrate a remote Red Hat AMQ 7 cluster on Red Hat JBoss EAP 7

Roman Martin Gil

This article describes in detail how to integrate a remote Red Hat AMQ 7 cluster on a Red Hat JBoss Enterprise Application Platform 7 server, including the different configurations and components and some tips to improve your message-driven beans (MDB) applications.

Red Hat Learning Subscription
Article

Red Hat Application Development I: Programming Java EE (JB183) course now available

Zachary Gutterman

A new video classroom training course, Red Hat Application Development I: Programming Java EE (JB183), is now available. This course covers modern enterprise Java development using easy-to-follow lectures and demonstrations, and it is the preparatory course for the Red Hat Certified Enterprise Application Developer Exam.

Red Hat AMQ image
Article

How to integrate A-MQ 6.3 on Red Hat JBoss EAP 7

Abraham Francisco Arellano Tavara

This article describes how to integrate A-MQ 6.3 on Red Hat JBoss Enterprise Application Platform (EAP) 7 and covers in the admin-object configuration.

Red Hat OpenShift
Article

Externalized HTTP Session in an OpenShift 3.9 Environment

Mauro Vocale

In this article I will explain how to externalized the HTTP session of a JEE application in an xPaaS environment, using JBoss EAP and JBoss Data Grid. I will describe the steps needed to easily build the solution and the key points related to it.

Article

Elytron: A New Security Framework in WildFly/JBoss EAP

Siddhartha De

Elytron is a new security framework that ships with WildFly version 10 and Red Hat JBoss Enterprise Application Platform (EAP) 7.1. Elytron is a replacement of PicketBox and JAAS. It is a single security framework that can be used for both securing applications and management access to Wildfly/JBoss.

Istio logo
Article

Bringing Coolstore Microservices to the Service Mesh: Part 2--Manual Injection

James Falkner

In this post, we will deploy the existing Coolstore microservices demo as a service mesh and start to demonstrate the tangible value you can get out of the system without any major rewrite or rearchitecture of the existing app. We'll also improve our project along the way to adhere to Istio best practices.

Integrating WebSphere MQ with JBoss Enterprise Application Server
Article

New with JBoss EAP 7.1: Credential Store

Lucas Costi

In previous versions of JBoss EAP, the primary method of securely storing credentials and other sensitive strings was to use a password vault. A password vault stopped you from having to save passwords and other sensitive strings in plain text within the JBoss EAP configuration files. However, a password vault has a few drawbacks. For example, each JBoss EAP server can only use one password vault, and all management of the password vault has to be done with an external...

JBoss Developers Guide
Article

JBoss: Developer’s Guide

Elvadas Nono

Modern applications development demands optimized tools and services. Applications must integrate with different systems and share data. Organizations must be able to immediately respond to changing conditions. JBoss Middleware drives enterprise application innovation every day to deliver the best projects and products. Whether you are an experienced enterprise application developer or just getting started, JBoss: Developer’s Guide provides you with the best time to value guide for enterprise application delivery with the JBoss brand, using hands-on coding and lab exercises...

https://www.packtpub.com/application-development/jboss-developers-guide
Article

JBoss Developer's Guide Book is out

Elvadas Nono

The JBoss Ecosystem is very large and diverse, while you are looking for step by steps and practical introduction to the major JBoss products or looking for tips to improve your business by coupling JBoss Products, this book is for you. In a series of nine practical chapters, you will progressively; Learn how to set up and maintain a JBoss Enterprise Application Server domain. Build Microservices by coupling JBoss Undertow with the most popular Java EE frameworks like CDI, JPA...

Integrating PicketLink
Article

Integrating PicketLink with OKTA for SAML based SSO

Siddhartha De

JBoss Application Server ships with PicketLink module for enabling SAML based SSO. PicketLink is an open source module and it is SAML v2.0 complained, for more information about 'PicketLink' please visit picketlink.org . Now the requirement is to enable SAML based SSO in JBoss Application Server where IDP is OKTA . Before we start enabling this, one should have an OKTA organization, a free developer organization can be created here . If you already have an OKTA organization, you need...

Article Thumbnail
Article

Announcing Red Hat Developer Studio 11.0.0.GA and JBoss Tools 4.5.0.Final for Eclipse Oxygen

Jeff Maury

JBoss Tools 4.5 and Red Hat JBoss Developer Studio 11.0 for Eclipse Oxygen are here waiting for you. Check it out! Installation JBoss Developer Studio comes with everything pre-bundled in its installer. Simply download it from our Red Hat Developers and run it like this: java -jar jboss-devstudio-<installername>.jar JBoss Tools or Bring-Your-Own-Eclipse (BYOE) JBoss Developer Studio requires a bit more: This release requires at least Eclipse 4.7 (Oxygen) but we recommend using the latest Eclipse 4.7 Oxygen JEE Bundle since...

RedHat
Article

Using Clustered Camel Quartz Jobs on JBoss EAP

Mary Cochran

Camel Quartz can be a useful component for jobs that need to run at a particular time every day. Recently on a client site, we had a need for about 15 different jobs that each created a differently formatted file and send each file to a particular destination. While this was straightforward to get setup on a single machine, once we started deploying our camel routes to multiple servers the jobs started to kick off on both machines. To resolve...

Integrating WebSphere MQ with JBoss Enterprise Application Server
Article

Coding EJB clients for JBoss EAP 7.1

Francesco Marchioni

This article summarizes some new features that will be enabled in EAP 7.1 for applications using remote EJB clients. These new features will improve some aspects of the remote EJB communication such as: A simplified method for looking up remote EJBs A new annotation to control transaction propagation from remote EJB clients A new annotation to enable Client side interceptors for EJB calls An update in the remote EJB client configuration file Simplified lookup of remote EJBs Let's see them...

Red Hat JBoss Developer Studio Logo
Article

JBoss Tools and Red Hat Developer Studio Maintenance Release for Eclipse Neon.3

Jeff Maury

JBoss Tools 4.4.4 and Red Hat JBoss Developer Studio 10.4 for Eclipse Neon.3 are here waiting for you. Check it out! Installation JBoss Developer Studio comes with everything pre-bundled in its installer. Simply download it from our Red Hat Developers and run it like this: java -jar devstudio-<installername>.jar JBoss Tools or Bring-Your-Own-Eclipse (BYOE) JBoss Developer Studio require a bit more: This release requires at least Eclipse 4.6.3 (Neon.3) but we recommend using the latest Eclipse 4.6.3 Neon JEE Bundle since...