Creating Java Applications With PostgreSQL and Postgres Plus
Published January 28th, 2010 Under Architecture, Coding, Open Source Tools | Leave a Comment
This video shows a quick example of creating a working CRUD application on top of PostgreSQL using JBoss SEAM (Java Server Faces, EJBs, and Hibernate). In 5 minutes, you use the SEAM framework to build a basic application including reverse engineering the database schema to create boiler plate code for basic viewing and updating data.
Integrating Javascript and JBoss Seam
Published September 2nd, 2009 Under Architecture, Coding, Open Source Tools, User Interface | Leave a Comment
For a recent requirement one of my web applications needed to know the client/browser PC’s screen resolution. This talk will show how to do this using Javascript, Richfaces/Ajax4Jsf, Facelets and JBoss Seam.
http://skillsmatter.com/podcast/java-jee/integrating-javascript-and-jboss-seam
JBoss Seam and Beyond
Published July 28th, 2009 Under Architecture, Coding, Open Source Tools, User Interface | Leave a Comment
JBoss Seam is a powerful open source development platform for building rich internet applications in Java. JBoss Seam integrates technologies such as Asynchronous JavaScript and XML (AJAX), JavaServer Faces (JSF), Java Persistence (JPA), Enterprise Java Beans (EJB 3.0) and Business Process Management (BPM) into a unified full-stack solution.The talk will explain the basic concepts of JBoss Seam covering how to create components, injection, outjection, scope levels, security … In addition, it will give an overview of the pros and cons of the technology illustrated by a practical example.Special attention will be paid to how to test a JBoss Seam application. Basic Seam unit testing as well as advanced integration testing using the embedded JBoss application server will be demonstrated. Also stress testing will be explained, in combination with advice concerning performance tuning.The presentation will be concluded with a real-world reference application that RealDolmen is current
Seam and Hibernate Development with JBoss
Published April 30th, 2009 Under Architecture, Open Source Tools | Leave a Comment
In this demonstration Jim Tyrrell, JBoss Solutions Architect, will show you exactly how easy it is to use JBoss Developer Studio to reverse engineer a database into a complete web application.
Seam in Action – Part 2
Published September 25th, 2008 Under Architecture, Coding, Open Source Tools | Leave a Comment
After years of Struts/JSP being the default choice for Java web applications, Seam together with JavaServer Faces and Facelets has become an excellent alternative. Seam is an application framework for Java Enterprise Edition which introduces the notion of declarative, contextual application state management. In the first half of this session, Pete Muir will introduce Seam, its contextual programming model and its tight integration with other frameworks such as Hibernate, jBPM and RichFaces. In the second half of this session Peter Hilton and Nicolas Leroux explain why they chose Seam over the many competing frameworks, what it was like getting started with Seam, what its learning curve is like, and what their practical experiences with Seam has been on two commercial projects during the last year.
Peter Hilton and Nicolas Leroux are both software developers at Lunatech Research, based in Rotterdam, the Netherlands. They share many years of experience building Java EE applications for corporate and government IT projects using open-source libraries and agile methods, and recently organised a Benelux JBoss User Group event. Peter is from the South coast of England, while Nicolas comes from the somewhat warmer South coast of France.
keep looking »