JBoss

Video Thumbnail
Video

JBoss Enterprise Middleware overview

In this video from the Red Hat Stories Technologies series, Craig Muzilla, vice president of the Middleware Business, discusses the growth and development of the JBoss Enterprise Middleware suites and technologies. He explains how Red Hat solutions extend from the middleware layer and further allow hardware flexibility and great application choice, with excellent long-term value. "You can configure JBoss technology to the needs that you have in an organization. You're not constrained and restricted." - Craig Muzilla See more of the Red Hat Stories: http://www.redhat.com/stories/

Video Thumbnail
Video

Affordable - JBoss Enterprise SOA Platform 5 video

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/ http://www.jboss.com/products/platforms/soa/

Video Thumbnail
Video

Simplifying JBoss administration

JBoss ON experts Chris Morgan (senior product marketing manager) and Greg Hinkel (engineering team lead) discuss the value of management tools and features from Red Hat and JBoss. Screenshots further demonstrate the options and impact of technologies like Jopr and other open source applications, projects, and toolkits. "At the end of the day, you still have Red Hat behind the name, and you have a fully supported platform that can integrate all these different parts... in a way that gives you overall added value that's greater than the sum of its parts." -- Greg Hinkel See more Red Hat videos: http://www.redhat.com/videos/

Video Thumbnail
Video

JUDCon 2102 - DYNJS: (Almost) 100% invokedynamic Javascript Implementation

A JUDCon 2012 session presented by Douglas Campos (@qmx). Have you ever wondered on how a JVM-based language is built? Do you imagine interminable miles of dreadful and complicated code just by hearing the word compiler? This talk is for you! We'll take a glimpse on how things work inside the JVM in this polyglot era.

Video Thumbnail
Video

Intro to Microservices (Burr Sutter)

Burr Sutter

Burr shows a private cloud for your laptop and walks through the critical capabilities of microservices architectures - Spring Boot, Wildfly Swarm and Eclipse Vert.x.

Video Thumbnail
Video

Developer Interview (#DI18) - Rafael Benevides about Docker for Java EE Developers

(Part 1)Containers are enabling developers to package their applications in new ways that are portable and work consistently everywhere: on your machine, in production, in your data center, and in the cloud. And Docker has become the de facto standard for those portable containers in the cloud. This lab offers developers an intro-level hands-on session with Docker, from installation to exploring Docker Hub, to crafting their own images, to adding Java apps and running custom containers. This is a BYOL (bring your own laptop) session, so bring your Windows, OS X, or Linux laptop and be ready to dig into a tool that promises to be at the forefront of our industry for some time to come.

Video Thumbnail
Video

Developer Interview (#DI 10) - Gorkem Ercan (@gorkemercan) about Mobile Dev with JBDS and Cordova

Yesterday evening I had the pleasure to talk to Görkem Ercan (@gorkemercan, blog) who is a Toronto based software engineer with Red Hat. has tens of years of experience working on software projects with different technologies ranging from enterprise and mobile Java to Symbian and Qt C++. He specializes on providing tools and APIs for developers. He works in the JBoss Developer Studio (JBDS) and is focused on the Cordova tooling. After my first experiences with mobile and such with the Devoxx keynote team, I thought it might be a good idea to look into what JBDS offers and if he can get me excited about it. I can tell you one thing: He made it.

Video Thumbnail
Video

Helloworld Microservices Introduction

Our Microservices Playground: 6 different microservices, each using a unique Java framework: Dropwizard, Spring Boot, WildFly Swarm, JBoss Enterprise Application Platform, Node.js, Vert.x.

Leveraging Docker+Kubernetes+OpenShift running in a Red Hat Enterprise Linux (RHEL) VM. Microservices Slide Presentation http://bit.ly/helloworldmsa Demo Source Organization https://github.com/redhat-helloworld-msa Download the RHEL VM for Docker+Kubernetes+OpenShift (CDK) http://developers.redhat.com/products/cdk/docs-and-apis/

Video Thumbnail
Video

2015 JBoss Red Hat Keynote Demo

For the 2015 demonstration, we really wished to stretch ourselves by creating multiple applications that the audience was to touch. To illustrate IoT (Internet of Things), we specifically fielded several hundred bluetooth beacons and several Raspberry Pi-based sensors/scanners to demonstrate how to track movement inside of a physical space (where GPS is not appropriate). We combined this technology with a mobile application (based on the announced Red Hat Mobile Application Platform) so the moving objects (people) could see their current status, their arrivals/departures from a particular room. Also, via this same mobile application, we invited the audience to submit a finger drawn sketch to claim one of 1000+ containers we launched live on stage via Openshift (based on Docker & Kubernetes)

Video Thumbnail
Video

Transaction Monitoring and Visualisation

ACID Transactions are routinely used when applications require strong guarantees as to how atomic operations, involving multiple resources, will perform in the presence of failures, such as system crashes and network disruption. Transactional middleware such as JBoss, combined with application frameworks like Java EE provide the developer with a simple means to add transactional semantics to their applications. Problems can still arise, however, for example poor transactional throughput may manifest when a high volume of transactions rollback, which can have a myriad of non obvious causes. This talk will explore the current methods of troubleshooting some common transactional issues using JBoss and introduce TxVis: a prototype transaction profiling and visualisation tool. We will discuss the challenges of its development and how it will aid the user in profiling the performance of transactions in their software and quickly isolate some commonly occurring problems.