Videos
A brief overview of The JBoss Way - A better way to build applications, using modern technologies, with a recommended approach, that makes you more productive.
Quickstart Videos
The JBoss Way is a better way to build applications using modern technologies, with a recommended approach, that makes you more productive.- TicketMonster on EAP6 on OpenShift
- Jun 27, 2012 9:01 AM by JBoss Developer
TicketMonster is one of our demonstration applications from the JBoss Developer Framework jboss.org/jdf/
TicketMonster shows off Java EE6 with multiple UIs such as HTML5 + REST, JSF2 and GWT+Errai. And JBoss Developer Framework includes extensive tutorials on how to get started developing applications the JBoss Way.
Cast: JBoss Developer
Tags: Java EE 6, JBoss, HTML5, REST, JSF, GWT, Errai and Forge
- HTML5 Mobile with EAP6 at Openshift
- Jun 27, 2012 9:01 AM by JBoss Developer
This video quickly walks through using the HTML5 archetype in JBoss Developer Studio to create a mobile application and deploy it to OpenShift.
To get started make sure to setup an account at OpenShift
openshift.com
Download Enterprise Application Platform 6
access.redhat.com/downloads/evals
Download JBDS 5
devstudio.jboss.com/earlyaccess/
Follow Tutorials
jboss.org/developer
jboss.org/jdf/examples/ticket-monster/tutorial/Introduction/Cast: JBoss Developer
- Starting with the new OpenShift web console to build my first JBoss Enterprise Application Platform 6 application
- Jun 27, 2012 9:00 AM by JBoss Developer
This video demonstrates starting with the web console to build our first application, then acquiring JBoss Developer Studio to git clone/import that default template application, make a change and push it back up to OpenShift
Cast: JBoss Developer
- EAP6 at OpenShift - with a local EAP6 inside of JBoss Developer Studio 5 (Windows 7)
- Jun 27, 2012 9:00 AM by JBoss Developer
This video demonstrates the download & integration of JBoss Developer Studio 5 with EAP6, plus the creation of a simple Java EE6 application leveraging JSF2 and RichFaces 4 (jboss.org/richfaces). The application is then published to OpenShift.
Cast: JBoss Developer
Tags: JBoss, EAP, Java EE, RichFaces, cloud, OpenShift and OpenShift
- Getting Started with EAP6 on OpenShift using JBoss Developer Studio
- Jun 27, 2012 9:00 AM by JBoss Developer
The required .m2/settings.xml should contain:
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<settings xmlns="http://maven.apache.org/SETTINGS/1.1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.1.0 maven.apache.org/xsd/settings-1.1.0.xsd">
<profiles>
<profile>
<id>eap6techpreview</id>
<repositories>
<repository>
<id>eap6techpreview</id>
<name>JBoss Maven Enterprise Repository</name>
<url>maven.repository.redhat.com/techpreview/all/</url>
<layout>default</layout>
<releases>
<enabled>true</enabled>
<updatePolicy>never</updatePolicy>
</releases>
<snapshots>
<enabled>false</enabled>
<updatePolicy>never</updatePolicy>
</snapshots>
</repository>
</repositories>
<pluginRepositories>
<pluginRepository>
<id>eap6techpreview</id>
<name>JBoss Maven Enterprise Repository</name>
<url>maven.repository.redhat.com/techpreview/all/</url>
<layout>default</layout>
<releases>
<enabled>true</enabled>
<updatePolicy>never</updatePolicy>
</releases>
<snapshots>
<enabled>false</enabled>
<updatePolicy>never</updatePolicy>
</snapshots>
</pluginRepository>
</pluginRepositories>
</profile>
</profiles>
<activeProfiles>
<activeProfile>eap6techpreview</activeProfile>
</activeProfiles>
</settings>Cast: JBoss Developer
Tags:
- Introducing The JBoss Way
- Jun 5, 2012 9:49 AM by JBoss Developer
A brief overview of The JBoss Way - A better way to build applications, using modern technologies, with a recommended approach, that makes you more productive.
Cast: JBoss Developer
- 3. RichFaces 4 for Desktop & Mobile in JBDS 5
- Jun 3, 2012 2:16 PM by JBoss Developer
JBoss Central provides an archetype for RichFaces 4, also implementing the "kitchensink" example. RichFaces 4 leverages EE 6's BeanValidation by moving those declarative validation rules from the server down to the client.
For more information on how to Get Started with JBoss, please visit jboss.org/developer, follow us on Twitter @jbossdeveloper or you can follow me directly @burrsutter
Cast: JBoss Developer
Tags: RichFaces, Java EE 6, BeanValidation, JPA, JBoss, Developer Studio, Maven and archetype
- JSF 2 and Beyond with RichFaces!
- Jun 3, 2012 2:15 PM by JBoss Developer
This webinar will provide in-depth coverage of several new JSF 2.0 features. It will also ask of each : Is the current solution sufficient? Where is it lacking? We'll then review how RichFaces 4 is enhancing JSF to solve these issues by prototyping functionality for the future of JSF.
The JSF 2.0 specification (JSR-314) addresses a substantial number of long standing pain points that JSF users have just come to accept as a hard knock life. JSF 2.0 is a true contender amongst web frameworks. It is not the end of the story though, and thankfully the expert group has once again left the door open for projects like RichFaces to extent, prototype and improve the specification. RichFaces lead the industry with ajax support for JSF1.2, played a significant role in the development of JSF 2.0, and continues to lead and prototype the future of the JSF standard for the RIA ecosystem.
Whether you are a new JSF/RichFaces user who wants to find out more about the latest developments in the specification or an old hat with an issue or two on your mind, this session has something to offer you!
Cast: JBoss Developer
Tags:
- Errai in less than 3 minutes!
- Jun 3, 2012 2:14 PM by JBoss Developer
Take minutes to build a simple Errai App! It's can truly be this easy!
Cast: JBoss Developer
- EE6 Programming - Immediate Productivity
- Jun 3, 2012 2:13 PM by JBoss Developer
-
Java EE6 focused on developer productivity and includes numerous enhancements that are true game-changers. In this session Pete and Dan will walk you through the key improvements, including those to EJB, Servlets, easy archive creation, Bean Validation (based on Hibernate Validator), JPA 2.0 criteria queries (thank you Hibernate) and the standardization of dependency injection (JSR 299 CDI). Through the use of a publicly available sample application, Pete and Dan will show you exactly how you can use these new features and hope to have a major impact on your daily life as an enterprise developer.
Cast: JBoss Developer
Tags: JBoss, JBossAS7, Java EE6, CDI, JPA, JAX-RS and Eclipse
- JAX-RS Client
- Jun 3, 2012 2:12 PM by Blaine Mincey
This video serves as a tutorial on how to deploy a JBoss AS7 quickstart (helloworld-rs) to OpenShift and interact with it via an external Java client. The JBoss AS7 quickstarts can be downloaded from jboss.org/jbossas/downloads. An OpenShift account can be created at openshift.redhat.com .
Cast: Blaine Mincey
- High Octane Development: Automated Testing for Java EE6
- Jun 3, 2012 2:09 PM by JBoss Developer
-
In this session, we will address the missing link in Enterprise Java development: simple, easy integration testing.
Unit tests and mock objects will only take you so far; the only answer which truly ensures that all components are playing nicely is a comprehensive integration suite. Unfortunately, writing integration tests has historically involved manual setup of a heavy, cumbersome test harness. That's time lost, but it doesn't have to be anymore.
Here we will introduce Arquillian, a powerful container-oriented testing framework layered atop TestNG and JUnit. Arquillian manages your runtime, abstracting out deployment and allowing you to focus on real test logic.
Transparent container lifecycle management
Declarative deployments
Test Enrichment (Dependency injection into tests)
In-container test execution
All examples will be powered by the new lean offering from the JBoss Community: Application Server 7. Attend this webinar to learn how the simplified component model of Java EE6 can be applied to testable development.Presenter Bio: Andrew Rubinger is an advocate for and speaker on testable enterprise Java development, author of "Enterprise JavaBeans 3.1" from O'Reilly Media. Member of the JBoss Application Server development team and technical lead of the ShrinkWrap project. Proudly employed by JBoss / Red Hat.
Cast: JBoss Developer
Tags: jboss, arquillian, java EE, automated testing, junit, testng and EE6
- Java EE 6 with OpenShift - 8. Create your own application (source mode)
- Jun 3, 2012 2:02 PM by JBoss Developer
Part 8 of an 8 part screencast series on using Java EE 6 with OpenShift Express. OpenShift Express is a free Platform as a Service from Red Hat allowing you to run applications on JBoss AS 7.
In this part we create an application and deploy it using source mode. In part 7 we create an application and deploy it as a binary.
You can view the whole series at vimeo.com/album/1663265, find more about the example application at bit.ly/as7tutorial, and sign up for OpenShift at openshift.redhat.com.
Cast: JBoss Developer and Pete Muir
Tags:
- Java EE 6 with OpenShift - 7. Create your own application (binary mode)
- Jun 3, 2012 2:02 PM by JBoss Developer
Part 7 of an 8 part screencast series on using Java EE 6 with OpenShift Express. OpenShift Express is a free Platform as a Service from Red Hat allowing you to run applications on JBoss AS 7.
In this part we create an application and deploy it as a binary. In part 8 we create an application and deploy it using source mode.
You can view the whole series at vimeo.com/album/1663265, find more about the example application at bit.ly/as7tutorial, and sign up for OpenShift at openshift.redhat.com.
Cast: JBoss Developer and Pete Muir
Tags:
- OpenShift JBoss AS 7 - 6. CDI in the Kitchensink quickstart
- Jun 3, 2012 2:02 PM by JBoss Developer
Cast: JBoss Developer and Pete Muir
Tags:
- Java EE 6 with OpenShift - 5. JAX-RS in the Kitchensink quickstart
- Jun 3, 2012 2:02 PM by JBoss Developer
Part 5 of an 8 part screencast series on using Java EE 6 with OpenShift Express. OpenShift Express is a free Platform as a Service from Red Hat allowing you to run applications on JBoss AS 7.
You can view the whole series at vimeo.com/album/1663265, find more about the example application at bit.ly/as7tutorial, and sign up for OpenShift at openshift.redhat.com.
Cast: JBoss Developer and Pete Muir
Tags:
- Java EE 6 with OpenShift - 4. Bean Validation in the Kitchensink quickstart
- Jun 3, 2012 2:02 PM by JBoss Developer
Part 4 of an 8 part screencast series on using Java EE 6 with OpenShift Express. OpenShift Express is a free Platform as a Service from Red Hat allowing you to run applications on JBoss AS 7.
You can view the whole series at vimeo.com/album/1663265, find more about the example application at bit.ly/as7tutorial, and sign up for OpenShift at openshift.redhat.com.
Cast: JBoss Developer and Pete Muir
Tags:
- Java EE 6 with OpenShift - 3. EJB, JPA and JTA in the Kitchensink quickstart
- Jun 3, 2012 2:02 PM by JBoss Developer
Part of an 8 part screencast series on using Java EE 6 with OpenShift Express. OpenShift Express is a free Platform as a Service from Red Hat allowing you to run applications on JBoss AS 7.
You can view the whole series at vimeo.com/album/1663265, find more about the example application at bit.ly/as7tutorial, and sign up for OpenShift at openshift.redhat.com.
Cast: JBoss Developer and Pete Muir
Tags:
- Java EE 6 with OpenShift - 2. JSF in the Kitchensink quickstart
- Jun 3, 2012 2:02 PM by JBoss Developer
Part 2 of an 8 part screencast series on using Java EE 6 with OpenShift Express. OpenShift Express is a free Platform as a Service from Red Hat allowing you to run applications on JBoss AS 7.
You can view the whole series at vimeo.com/album/1663265, find more about the example application at bit.ly/as7tutorial, and sign up for OpenShift at openshift.redhat.com.
Cast: JBoss Developer and Pete Muir
Tags:
- Java EE 6 with OpenShift - 1. Deploy the Kitchensink quickstart
- Jun 3, 2012 2:02 PM by JBoss Developer
Part 1 of an 8 part screencast series on using Java EE 6 with OpenShift Express. OpenShift Express is a free Platform as a Service from Red Hat allowing you to run applications on JBoss AS 7.
You can view the whole series at bit.ly/openshift-javaee6, find more about the example application at bit.ly/as7tutorial, and sign up for OpenShift at openshift.redhat.com.
Cast: JBoss Developer and Pete Muir
Tags:
Vimeo / jdf-examples
- TicketMonster - a guided walkthrough
- Jul 24, 2012 6:51 PM by JBoss Developer
A guided tour of the TicketMonster application features.
Includes:
- the end user UI - browsing events and venues and booking tickets;
- the administration UI - how to create a new event;
- the real-time monitoring UI - including how to put stress-test the application with the booking bot.Cast: JBoss Developer





















