Red Hat JBoss Web Server

Page Thumbnail
Page

DevNation

The place for all things DevNation. Join developers across the globe for live and virtual events led by the Red Hat technologists who create our products. Sessions include weekly tech talks, deep dives on key developer topics, and live events.

gRPC API logo
Article

Using a Kotlin-based gRPC API with Envoy proxy for server-side load balancing

Faisal Masood

gRPC--a modern, open source remote procedure call (RPC) framework that can run anywhere--provides better performance, less boilerplate code to manage, and a strongly typed schema for microservices in addition to other benefits. This article demonstrates building a full gRPC-based server and client written in Kotlin. Then it shows how to use Envoy to provide server-side load balancing between multiple instances of the service.

Red Hat JBoss Web Server logo
Article

The wait is over: JBoss Web Server 5 with Tomcat 9 is here!

Ezequiel Aguilar

Learn about the new features and enhancements in Red Hat JBoss Web Server 5.0 for Red Hat Enterprise Linux--the world's most deployed web server (Apache) with the top servlet engine (Tomcat)--and in the Technology Preview of transactions processing through Narayana.

Page Thumbnail
Page

All products page

Red Hat software downloads and more for developers

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...

How to implement a new realm in Tomcat
Article

How to implement a new realm in Tomcat

Siddhartha De

Tomcat by default ships with a couple of Realm implementations like, JDBCRealm , DataSourceRealm , and JNDIRealm etc. But sometimes it is not sufficient for your organization's requirements and you are required to apply your own implementations. How to implement a custom realm in Tomcat? You can create your own realm by extending RealmBase class; here I am going to show an example of implementing a new Realm in Tomcat. Here is a sample code snip for implementing a new...

Video Thumbnail
Video

JBoss World Chicago SOA

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 EPP + SitePublisher - Tutorial 1

In this tutorial you will see: - Run a clean instance of JBoss EPP + Site Publisher. - Create new workspace in SitePublisher. - Create a new drive adding functions. - Upload new content. - Create a new portal page linked to new content.

Video Thumbnail
Video

JBoss BRMS Cool Store Demo Part I - Installation

JBoss BRMS Cool Store Demo - This is a web application based on the popular framework Vaadin which is an example of an online shopping cart. This web application demonstrates interaction between a web front end and the various components provided by JBoss BRMS product. In this video we take you on a tour to install the project in minutes on your local machine, which gives you a quickstart into the world of JBoss BRMS, BPM, Rules and CEP.

Video Thumbnail
Video

JBoss BRMS Performance Testing Framework initial release

This project was started to give one the ability to run your JBoss Business Rules Management System (BRMS) business processes through some sort of a testing and load framework. We have take just the initial steps, with more work to be done moving forward, but the basics are there. In this video we take you on a tour to setup and get started with this project.

Video Thumbnail
Video

From Zero to Java EE: JBoss Forge in Action

A demonstration of Seam Forge being used to generate fully-functional Java EE applications in a matter of minutes. How many times have you wanted to start a new project in Java EE, but struggled to put all the pieces together? Has the Maven archetype syntax left you scratching your head? Everyone else is talking about Rails, Grails, and Roo, and you’re left thinking, “I wish it were that easy for me.” Well, there’s good news: You don’t have to leave Java EE just to find a developer tool that makes starting out simple. Seam Forge is heating up Java EE, and is ready to work it into a full-fledged project. Seam Forge is also an incremental enhancement tool that lets you to take an existing Java EE project and safely work in new functionality. Seam Forge comprehends your entire project, including the abstract structure of the files, and can make intelligent decisions on how and what to change.

Video Thumbnail
Video

JBoss Speed Tests: AS 7 vs. Firefox

JBoss Application Server 7 starting at the same time as Firefox, and completing start up in time for the browser to access the server.

Video Thumbnail
Video

JBoss BRMS Cool Store Demo Part II - Complex events and business rules

Complex events and business rules - This is a web application based on the popular framework Vaadin which is an example of an online shopping cart. This web application demonstrates interaction between a web front end and the various components provided by JBoss BRMS product. In this video we take a closer look at the event stream as managed in the online shopping cart and exposes you to the business rules and CEP features of JBoss BRMS.

Video Thumbnail
Video

JBoss BRMS Cool Store Demo Part III - BPM and decision tables

BPM and decision tables - This is a web application based on the popular framework Vaadin which is an example of an online shopping cart. This web application demonstrates interaction between a web front end and the various components provided by JBoss BRMS product. In this final video we take a look at the BPM process features, designer and examine how JBoss BRMS integrates decision tables into our online shopping cart application.

Video Thumbnail
Video

JBoss BRMS BPM Rewards Approval Demo

This demo takes you through a BPM project that integrates processes and WS-HumanTask service to process an employee rewards request using JBoss Enterprise Business Rules Management System.

Video Thumbnail
Video

JBoss BRMS BPM Customer Evaluation Demo

This demo takes you through a BPM project that integrates processes and rules to evaluate a give customer request using JBoss Enterprise Business Rules Management System.

Video Thumbnail
Video

JBoss BPM Suite - Mortgage Demo Installation

Ready to get started with the JBoss BPM Suite Mortgage Demo? This video will take you through the process from scratch to the point where you have the project up and running.

Video Thumbnail
Video

Quick Tour #1: JBoss BRMS Easy Install Project

The first step in understanding JBoss BRMS is provided in the JBoss BRMS Starter Kit. A crucial piece of the puzzle is the very easy install project that gets you up and running quickly. This video shows where to find this project, how to obtain it and how to set it up.

Video Thumbnail
Video

Focus On: JBoss Enterprise Business Rules Management System 5.3 (BRMS)

Automation to enable the business user. Many organizations have embedded key policies and practices deeply within IT applications making it difficult, if not impossible, for the business user to make changes. This video describes how JBoss Enterprise BRMS separates business rules from the application code, allowing business users to easily make updates in real-time, with fewer errors.

Video Thumbnail
Video

JavaOne 2012: JPA vs NoSQL: face the conflict with Hibernate OGM

Hibernate OGM explores how to map the Java Persistence APIs with various underlying NoSQL stores. While NoSQL datastores offer interesting benefits in the BigData world we enter, choosing the right one for your project can be challenging. Abstracting behind JPA relieves you from the programming API/model shift. But is it possible? In this presentation, we will give an brief overview of the NoSQL landscape, describe how Hibernate OGM persists data in key/value stores, document stores, column family stores, etc. and see where using such an abstraction makes sense in applications. After this presentation, you will have a clearer view on how to integrate NoSQL datastores in your Java projects at least via JPA. Presenter: Emmanuel Bernard Bio: Emmanuel Bernard is data platform architect at Red Hat JBoss Middleware and member of the Hibernate team. After graduating from Supelec (French "Grande Ecole"), Emmanuel has spent a few years in the retail industry as developer and architect where he started to be involved in the ORM space. He joined the Hibernate team in 2003. Emmanuel has lead the JPA implementation of Hibernate. He has founded and leads Hibernate Search, Hibernate Validator and the newcomer Hibernate OGM. Emmanuel is a member of the JPA 2.1 expert group and the spec lead of Bean Validation. He is a regular speaker at various conferences and JUGs, including JavaOne, JBoss World and Devoxx and the co-author of [Hibernate Search in Action](/books/hsia/) published by Manning. He is also founder and co-host of two podcasts: [JBoss Community Asylum](http://asylum.jboss.org) and [Les Cast Codeurs Podcast](http://lescastcodeurs.com). You can follow him on twitter at @emmanuelbernard http://twitter.com/emmanuelbernard.