JBoss.orgCommunity Documentation
Copyright © 2007, 2008 JBoss, a division of Red Hat Inc.
Hibernate Demos
Creating Console Configuration
This movie shows how to create a console configuration for JPA; but it is the same steps needed for projects using hbm.xml or Hibernate Annotations stand alone
Edit and run HQL/JPA-QL queries
It demonstrates how to use the HQL editor with code completion and dynamic sql preview and how to inspect the results
The demo explains how it be used for executing (almost) arbitrary java for quick manipulation/creation of persistent objects.
Java HQL Editing and Validation
The demo movie shows how the HQL/JPA-QL code completion is also available inside the java editor; together with syntax checking of the query strings inside @NamedQuery and createQuery strings.
Reverse engineering and code generation
The movie shows how to reverse engineer a database with Hibernate Tools. It also describes some of the customizability via reveng.xml and a custom reverse engineering class
It shows editing of hbm.xml's, code completion of properties and table/columns.
VPE Demos
Importing Custom Tag Library to Palette
It explains how you can easy and fast add a CustomTag Library to the Palette
RichFaces Toolkit for developing Web application
This demo covers a creation of a jsf application with simple content using the RichFaces components
Support of custom Facelets components in the VPE
This movie demonstrates a new feature of the Visual Page Editor to support custom Facelets components
Seam Demos
Creating Seam2 + EJB3 EAR Project
The online demo shows all the basics you'll need to create such application
This movie shows you step-by-step how to crete a new seam project
These demos show how to create a database driven application using Seam
Connecting to a database and reverse engineering a database table
The movie shows how to use establish database connection and reverse engineer a database table
Building a web page using JSF, RichFaces, Facelets
In this part of the video cast about Seam it will be shown how to create a web page that displays database entries and adds a new entry to the database reusing generated code. You will practically learn how to use JSF, RichFaces and Facelets.
The next set of movies demonstrates the Seam refactoring tools in action:
Renaming a Seam component in the Java Editor
The video shows how you can rename a Seam component and how it effects .java
, pages.xml
and .xhtml
files in the project. It also includes an example of what happens for read only files.
Renaming a Seam component in the Seam Components view
The movie shows how you can rename a Seam component in the Seam Components view and how it takes effect in .java
and
components.xml
files.
Renaming a Seam component in the components.xml file
The movie shows how to rename a Seam component in the components.xml
file where the component has declaration from the JAR file.
Renaming a Seam context variable in EL in .properties file editor
Renaming a Seam context variable in EL in the Visual Page Editor
These movies demonstrate how you can rename a Seam context variable in EL in different editors.
Project Archives Demos
This screencast tells you how to create archives
RiftSaw Demos
This demo will show you how to use JBoss Tools to creatre a simple business process in BPEL and run it using the RiftSaw BPEL Engine.