Java

Video Thumbnail
Video

JBoss EPP + SitePublisher - Tutorial 3

Red Hat Developer Program

In this tutorial you will see: - Create a new taxonomy of categories. - Add categories to content. - View categories through a portlet page. - Filter content by categories.

Video Thumbnail
Video

JBoss EPP + SitePublisher - Tutorial 2

Red Hat Developer Program

In this tutorial you will see: - Add function "add translation" to WCM view. - Create documents in several languages. - Link translation of a document. - See how portal shows a document selected by you locale.

Video Thumbnail
Video

JBoss EPP + SitePublisher - Tutorial 1

Red Hat Developer Program

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 EDS - Tutorial 2 (Spanish)

Red Hat Developer Program

In this tutorial you will see: - How to create a WS from a virtual model in JBoss EDS

Video Thumbnail
Video

Introduccion a JBoss AS 7

Red Hat Developer Program

Los primeros pasos con JBossAS 7 desplegando una aplicación con Maven.

Video Thumbnail
Video

Play Framework on JBoss AS 7

Red Hat Developer Program

See this blog entry: http://community.jboss.org/blogs/thomas.heute/2011/06/29/play-framework-on-jboss-as-7

Video Thumbnail
Video

JBoss Tohu and GateIn demo

Red Hat Developer Program

Sample integration of JBoss Tohu and GateIn. Tohu is a dynamic questionnaire and survey generators built on top of Drools. The Form is defined as a Drools rule file. Read the full article (in French) on Le Touilleur Express's Blog http://bit.ly/cfuLHT

Video Thumbnail
Video

JBoss Fuse 6.1 + HawtIO Fuse Management Console

Red Hat Developer Program

Webcast of latest JBoss Fuse 6.1 and Fuse Management Console with HswtIO! See accompanying blog post here: http://www.christianposta.com/blog/?p=345

Video Thumbnail
Video

JBoss BRMS Cool Store Demo Part I - Installation

Red Hat Developer Program

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

Red Hat Developer Program

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

JBoss Forge - Productivity, Reliability, Testability

Red Hat Developer Program

Using Forge helps streamline application development, ease the pain of setting up enterprise testing and integration, and utilizes the full power of JBoss AS7 for development, testing, and deployment. Combined with fully-fledged visual integration with Eclipse and JBoss Developer Studio, there's never been more power at your fingertips.

Video Thumbnail
Video

JBoss Forge Hibersap Plugin Screencast

Red Hat Developer Program

This Screencast shows the usage of the JBoss Forge Hibersap plugin. Installation, configuration and usage are shown and a small web application is using the generated classes to display data from a SAP system.

Video Thumbnail
Video

From Zero to Java EE: JBoss Forge in Action

Red Hat Developer Program

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

Red Hat Developer Program

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

$#@!'ing Fast - JBoss Forge and JBoss AS 7

Red Hat Developer Program

JBoss Forge used to generate and deploy a basic Java Server Faces application to JBoss AS 7 in Lightning speed! What I typed into Forge: $ new-project --named example --topLevelPackage com.example --type war --projectFolder example $ setup faces $ build $ as7 deploy