JBoss

Video Thumbnail
Video

Using Java EE 6 with OpenShift Express running JBoss AS 7 (all 8 segments in one video)

Java EE 6 - This video demonstrates how to develop a Java EE 6 application for OpenShift Express running the JBoss AS 7 cartridge. It uses the kitchensink quickstart, distributed alongside JBoss AS 7, as an example application. It finishes by showing you how to create your own Java EE 6 application for OpenShift Express. Please go to bit.ly/​as7tutorials for details on the quickstart and openshift.redhat.com for more details on OpenShift Express.

Video Thumbnail
Video

Using JBoss EAP 7 with Red Hat OpenShift Container Platform

A quick intro on how to develop and deploy JBoss EAP 7 apps to OpenShift, Red Hat's hybrid cloud PaaS. Topics covered: - Building EAP 7 apps using OpenShift S2I images - Deploying and auto-scaling apps - Accessing OpenShift through JBoss Developer Studio - Brief description of advanced operations with EAP 7 and OpenShift

Video Thumbnail
Video

Offline CLI with JBoss EAP 7 Video

Understanding and getting started with EAP 7's new Management CLI option for offline management of your JBoss EAP server.

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

JUDCon 2012 - The Future of the Enterprise Service Bus at JBoss

A JUDCon 2012 session presented by Tom Cunningham and Keith Babo In this session, Tom and Keith will cover the state of the ESB at JBoss as represented in two community projects - JBoss ESB and SwitchYard. While JBoss ESB is the current foundation of JBoss SOA Platform, the next major version of the platform will use SwitchYard at its core. So what are the differences between these two projects, why are we making this change, and how will it impact JBoss users and developers? This session covers all that and more: • Past, present and future of JBoss ESB and SwitchYard • Similarities and differences between the projects • Detailed walkthrough of migration strategies for existing ESB applications • Practical tips for service development on both platforms If you're interested in ESBs in general or the JBoss-flavored ones in particular, come join the project leads for JBoss ESB and SwitchYard for this informative session. There will be straight talk, expert advice, loads of examples, interactive discussion, and dancing bears.

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

NYSE Euronext Depends on JBoss: A Red Hat Customer Success Story

"We've been running mission-critical applications on Red Hat Enterprise Linux for a long time. It was that experience and those results that led us to consider JBoss Enterprise Middleware, and we're satisfied--and not surprised--knowing that Red Hat's middleware solutions are as enterprise-class as its platform solutions." - Brian Clark, chief software architect, NYSE Euronext Find out more at: http://customers.redhat.com/2010/06/19/nyse-euronext-standardizes-on-jboss/?intcmp=70160000000IgpeAAC

Video Thumbnail
Video

JUDCon 2012 - OpenShift State of the Union

A JUDCon 2012 session presented by Eric D. Schabell It has been a marriage made in heaven. JBoss has brought the enterprise application platform and JEE to the OpenShift PaaS for all of your development tasks. It is much more than a simple application server though, JBoss provides a multitude of projects that cover everything from mobile, business process management, web development, support tooling to inter connectivity with other development languages like Ruby. This session will take you through an overview of what OpenShift has to offer right now, how to get started, and then provide some highlights of the various projects that you can now access within the JBoss community. Bring you laptop and follow along as we help you get started in mobile development with Aerogears, Ruby Java connectivity with TorqueBox, process development with tooling from jBPM and much more. These will all be real world projects put on display for you with code you can access live during this session!

Video Thumbnail
Video

Heidelberg becomes Interactive Using Red Hat and JBoss: A Red Hat Customer Success Story

Heidelberg's Global IT Director Mathias Berg explains how, with the help of Red Hat(R) Consulting, Heidelberg built an interactive customer portal using JBoss(R) Enterprise Portal Platform and migrated its proprietary application platform to JBoss Enterprise Application Platform. Find more Red Hat and JBoss customer success stories: http://www.redhat.com/customersuccess/

Video Thumbnail
Video

Simplify with JBoss Enterprise SOA

Is your SOA solution simple to develop, deploy, and manage? JBoss Enterprise SOA Platform is, and here are a few of the reasons why. Want more information about JBoss SOA? http://www.jboss.com/resources/soa/ http://www.jboss.com/products/platforms/soa/

Video Thumbnail
Video

Open - JBoss Enterprise SOA Platform 5

With JBoss, your SOA solution comes from a large, open developer community. When your needs change, we listen. It's SOA built for your needs. Not ours. 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

Recap: 2011 Red Hat Summit and JBoss World

Our official three-minute video recap of the events of the 2011 Red Hat Summit and JBoss World event, featuring keynotes and talks from leaders like General Hugh Shelton and Red Hat CEO Jim Whitehurst, as well as interaction with technologists and influencers from companies throughout (and outside of ) the technology industry. Meet vendors, admins, open source community members, Linux and middleware users, and executives who all share a common interest in open source. See how all these people came together in Boston, Mass to work hard and play harder at this great event. See more videos from the 2011 Red Hat Summit and JBoss World: http://www.youtube.com/user/RedHatVideos#g/c/995CD1141C3330D5

Video Thumbnail
Video

JUDCon 2012 - Modular Java EE in the Cloud

A JUDCon 2012 session presented by Paul Bakker Designing a system that can evolve without creating a maintenance nightmare is far from trivial and there are no silver bullets to do this correctly. A service oriented, modular architecture will help a lot to achieve this goal. Modularity forces separation of concerns which, when combined with a service oriented architecture, enables you to replace parts of a system without breaking others. The only mature modularity approach for Java is OSGi. OSGi is a framework that enables low-level modularity and services, but it is not an application framework like Java EE, i.e. you still need APIs to create web applications, use transactions, access data sources etc. Without these APIs you will have a hard time to actually build applications. Unfortunately OSGi and Java EE did not interoperate well in the past; it was very challenging to mix both. But what if we want modularity in our architecture, but also the ease-of-use of Java EE 6? Luckily times are changing. All major application servers are getting support for deploying mixed Java EE and OSGi applications. This makes it possible to deploy OSGi bundles that contain Java EE 6 code such as EJBs, JPA and JAX-RS resources. CDI can be used to inject OSGi services and EJBs can easily be exported as OSGi services too. The next question is how to deploy this into the cloud. Just uploading a large WAR file to a server in the cloud doesn't fit modularity very well. How can you update just parts of a running application without breaking the rest of it? We will introduce Apache ACE, an Open Source Provisioning Platform to deploy OSGi bundles (containing Java EE code) and other artifacts to the cloud.

Video Thumbnail
Video

JUDCon 2012 - Mobilize your application using JBoss

A JUDCon 2012 session presented by Matt Hicks. Join us for a technical how-to session on how to develop iPhone and Android apps with MongoDB backends for the cloud. Let's skip having to learn three different languages and jumpstart the development process using what you already know. We'll utilize Titanium to create a native mobile application targeting multiple mobile platforms. Next, we'll deploy our backend app to the cloud using JBoss AS and hook it up to our mobile app via a REST API. Finally we'll pull out our smartphones and bask in the awesomeness of our apps! Nothing complicated, nothing convoluted. Just straight ahead mobile development goodness with JBoss and MongoDB.

Video Thumbnail
Video

Mix well: 2011 Red Hat Summit and JBoss World

This is the official promo video for the 2011 Red Hat Summit and JBoss World. Filmed by--and starring--the in-house Red Hat video team (and some of their families). This year's event will focus on how things we do must 'mix well.' Like Mentos and Coke, the results can be powerful! See more 2011 Red Hat Summit and JBoss World videos: http://www.youtube.com/user/RedHatVideos#g/c/995CD1141C3330D5

Video Thumbnail
Video

JBoss ON: Management simplified

Learn more about JBoss Operations Network management solution in this quick demo. See how application servers and resources are deployed and handled through a robust web-based interface. View screenshots of context menus, statistical reports, and management in progress. Reduce risk, make management easier, and improve your bottom line by turning JBoss ON. See more Red Hat videos: http://www.redhat.com/videos/

Video Thumbnail
Video

JBoss Enterprise Portal Platform 5.0 demo

JBoss Enterprise Portal Platform 5.0--part of the comprehensive middleware portfolio from Red Hat--is designed to reduce the time and cost associated with creating, deploying, and managing dynamic web presences. A Red Hat Senior Solutions Architect directly demonstrates the way this release gives enterprises a flexible, open source alternative for building, deploying, integrating, and managing on-premise and cloud-based applications.

Video Thumbnail
Video

Jim Whitehurst keynote (2011 Red Hat Summit & JBoss World)

Red Hat President and CEO Jim Whitehurst gives the feature keynote at the 2011 Red Hat Summit and JBossWorld. Hear Whitehurst speak about the principles and ideologies of openness and user-driven innovation, in technology and in life. From the business value inherent in today's virtualization and cloud technologies to the political changes possible in the world when people are willing to set aside the idea of complete and total ownership and work together, the principles are one and the same. Whitehurst details how collaboration, openness, and choice are the cornerstones of a truly free and innovative world. He discusses the growth of cloud and the changes within the data we use and the datacenter we store our information in. He gives an broad view of the future Red Hat believes in and the way our technologies and ideals can shape the next generation of technology into something that benefits us all. See more videos from the 2011 Red Hat Summit and JBossWorld: http://www.youtube.com/user/RedHatVideos#g/c/995CD1141C3330D5

Video Thumbnail
Video

Enabling JBoss for operations

Chris Morgan, senior product marketing manager at JBoss, explains how JBoss Operations Network (JBoss ON) makes managing applications simpler. Like a modern car dashboard, JBoss ON provides an integrated, easy-to-use collection of functional tools. And it's open source. Like Red Hat Enterprise Linux and Fedora, JBoss ON has a community version, Jopr, that provides bleeding-edge technology and the breeding ground for tomorrow's JBoss ON technologies. "Operations Network brings to life what's going on with JBoss." -- Chris Morgan See more Red Hat videos: http://www.redhat.com/videos/

Video Thumbnail
Video

Craig Muzilla keynote - JBoss Everywhere: Better for the Enterprise. Ready for the Cloud.

The next generation computing platform will be driven by the rapidly growing proliferation of multi-core computing mobile devices, where everything is connected and where the elastic capabilities of the cloud are pervasive and required. Our live demonstration includes multiple servers, workstations and mobile devices. We setup a network using equipment you can purchase at your local electronics store and built a mini-datacenter for the stage. We required WIFI connectivity, internet access, a live Twitter stream, audience participation and even managed to avoid system failure while "pulling the plug" on one of our servers. In short, we pulled off something miraculous, a maximum risk, live demonstration and lived to tell (actually tweet) about it!