Java

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 BRMS
Article

Your first Business Rules application on OpenShift: from Zero to Hero in 30 minutes

Duncan Doyle

In a previous blog post, we explained how to deploy an existing JBoss BRMS/Drools rules project onto an OpenShift DecisionServer. We created a decision/business-rules microservice on OpenShift Container Platform that was implemented by a BRMS application. The polyglot nature of a microservice architecture allowed us to use the best implementation (a rules engine) for this given functionality (business rules execution) in our architecture. The project we used was an existing rules project that was available on GitHub. We did however...

Video Thumbnail
Video

Easily secure your Spring Boot applications with Keycloak - Part 2

Red Hat Developer Program

Related Blog Post : https://developers.redhat.com/blog/2017/05/25/easily-secure-your-spring-boot-applications-with-keycloak/ Support Github repo : https://github.com/sebastienblanc/spring-boot-keycloak-tutoria Although security and identity management is a crucial aspect for any application, its implementation can be difficult. Worse, it is often neglected, poorly implemented and intrusive in the code. But lately, Identity Management servers has appeared which allow to outsource and delegate all authentication and authorization aspects. Of these servers, one of the most promising is Keycloak, open-source, flexible and agnostic of any technology, it is easily deployable / adaptable in its own infrastructure. In this session, I propose you to discover KeyCloak progressively and in an interactive way: 0 slide, 100% live coding."

Video Thumbnail
Video

Easily secure your Spring Boot applications with Keycloak - Part 1

Sebastien Blanc +1

Although security and identity management is a crucial aspect of any application, its implementation can be difficult. Worse, it is often neglected, poorly implemented and intrusive in the code. But lately, Identity Management servers has appeared which allow to outsource and delegate all authentication and authorization aspects. Of these servers, one of the most promising is Keycloak, open-source, flexible and agnostic of any technology, it is easily deployable / adaptable in its own infrastructure. In this session, I propose you to discover KeyCloak progressively and in an interactive way: 0 slide, 100% live coding."

Video Thumbnail
Video

JBoss Fuse Getting Started Home Loan Demo Part 5

Red Hat Developer Program

For people that are getting started to know Fuse, and wants to get their hands dirty and develop a JBoss Fuse project for the first time. In this demo, the vendors are asking for an service, that provides all the data with the updated appraised house value back to them. And they are requesting if the information can be provided through a Restful Web service. We will be using the latest available Rest DSL in camel to expose a restful web service through the configuration. Contains Rest DSL to expose Restful Endpoint services Servlet setup in Camel

Video Thumbnail
Video

JBoss Fuse Getting Started Home Loan Demo Part 2

Red Hat Developer Program

For people that are getting started to know Fuse, and wants to get their hands dirty and develop a JBoss Fuse project for the first time. In this part of the video we concentrate on processing the customer data, by reading the xml file and store it into a Postgres Database. And it also takes you through the new data mapper feature in JBDS. This demo uses the most simple and straight forward sql component in Camel Contains -SQL component -Dozer component for data convert

Video Thumbnail
Video

JBoss Fuse Getting Started Home Loan Demo Part 4

Red Hat Developer Program

For people that are getting started to know Fuse, and wants to get their hands dirty and develop a JBoss Fuse project for the first time. This part of the demo talk about combining 2 other route and use the result to calculate the actual housing appraisal. The result is then stored in the database using the Camel SQL component. Contains - SQL component - propertiesholder - reuse existing mapper

Video Thumbnail
Video

JBoss Fuse Getting Started Home Loan Demo Part 3

Red Hat Developer Program

For people that are getting started to know Fuse, and wants to get their hands dirty and develop a JBoss Fuse project for the first time. This part of the demo talk about the integration with google app engine, by breaking small individual tasks into separate route, it is much easier to achieve microsevice with JBoss Fuse. The demo is interacting with google app engine to get the surrounding number of schools of the address provided. Contains - Dynamic restful call to Google App Engine, - propertiesholder - Dozer component

Video Thumbnail
Video

JBoss Fuse Getting Started Home Loan Demo Part 1

Red Hat Developer Program

(Part 1) For people that are getting started to know Fuse, and wants to get their hands dirty and develop a JBoss Fuse project for the first time. In this part of the video, I am going to build the first microservice application of the project, which takes care of reading the XML file from vendor fie directory and separate the xml to different messaging queue for further process. In this demo, you will see -File Endpoint -Content Base Routing -Set up the activemq for messaging broker.

Video Thumbnail
Video

CDI HelloWorld with JBoss Tools & JBoss AS 6

Red Hat Developer Program

Showing how to create a simple CDI based servlet app with JBoss Developer Studio 4 with JBoss Tools 3.2 Beta 2. Blog: http://community.jboss.org/en/tools/blog/2010/12/10/simple-cdi-hello-world-in-eclipse

Video Thumbnail
Video

JBoss Seam - Reza Rahman

Red Hat Developer Program

This is a code-example driven introduction to Seam 3. Seam 3 is a powerful up-and-coming open source framework for building rich web applications in Java. Seam 3 is based on CDI, the next generation type-safe dependency injection API included in Java EE 6. Recorded 2010-11-11 at Øredev - www.oredev.org

Video Thumbnail
Video

Writing plugins for RHQ and the JBoss Admin console

Red Hat Developer Program

This live recording from JUDCon Berlin 2010 shows how to write plugins for RHQ, Jboss AS 5+6 Admin Console and JBoss Operations Network. Subjects covered are an architectural overview, components of a plugin and then source code. Code is created via the plugin generator and plugins are tested via the standalone container.

Video Thumbnail
Video

JBoss World Boston: SOA Platform

Red Hat Developer Program

In this session, Burr Sutter and John Graham will focus on the current state of the art capabilities and provide an introduction to the JBoss SOA Enterprise Platform, addressing use cases with live demonstrations of the solution using Web Services, ESB, BPEL (Business Process Execution Language), Business Events, and Rules.

Video Thumbnail
Video

JBoss World Chicago SOA

Red Hat Developer Program

Presentation discusses REST vs SOA and the key capabilities of JBoss ESB + jBPM + Drools, using the petstore/dvdstore workflow demo and includes some demos of CEP (via Drools Fusion), Infinispan + ESB and AtomPub via RESTEasy.

Video Thumbnail
Video

JBoss SOA Platform 5 Demo (ESB, jBPM, Drools)

Red Hat Developer Program

This demonstration illustrates how a single end-to-end business workflow and a common set of business rules can be reused and easily adapted to meet changing conditions. The business model is order processing - catalog and shopping cart. In this demo, there is a Seam-based end-user facing web application (business to individual customer), batch orders via the file system (business partners) and a Windows client (VB.NET) that represents an employee-focused application. Technologies: - JBoss ESB - JBoss SOA Platform v5 - jBPM - JBoss Application Server - Drools - JBoss BRMS - Visual Basic 2010 Express Edition .NET 4.0 - JBoss Developer Studio 3.0 (Eclipse + JBoss Tools)

Video Thumbnail
Video

Getting started with OpenShift using JBoss Tools

Red Hat Developer Program

In this small screencast we'll show you how to get started with OpenShift using JBoss Tools. We'll show you how to create an new OpenShift application and import it to your Eclipse workspace. We'll then show you how to change the starter-application in your workspace, and push those changes to OpenShift.

Video Thumbnail
Video

Using JBoss Admin iPhone app with JBoss Tools servers

Red Hat Developer Program

I woke up this morning learning Christos Vasilakis created an iPhone app to manage AS7/EAP servers. This screencast shows how to use this app together with servers setup in JBoss Tools/Developer Studio.

Video Thumbnail
Video

JBoss Admin

Red Hat Developer Program

JBoss Admin for iPhone demonstration video Available on the iTunes App Store here: http://itunes.apple.com/us/app/jboss-admin/id523516060?ls=1&mt=8

Video Thumbnail
Video

Affordable - JBoss Enterprise SOA Platform 5

Red Hat Developer Program

Affordable - JBoss Enterprise SOA Platform 5 From: RedHatVideos | Mar 22, 2010 | 778 views With JBoss, your SOA solution is delivered via the subscription model, providing predictable costs that you can budget for. So you can put your resources into the things that make your business special. And that means you're in control. Find out more about JBoss SOA: http://www.jboss.com/resources/soa/