A Look Inside the JBoss Embedded Project

Published January 20th, 2010 Under Open Source Tools | Leave a Comment

Embedded JBoss allows you to run JBoss within the same JVM as a plain Java program or a JUnit test — having the ability to deploy to a more ‘lightweight’ runtime provides numerous benefits on both the testing and integration fronts. This video provides also a brief demonstration of the new Embedded APIs inside the JBoss application server and how to use these to manage a range of lifecycle operations such as deploying an artifact directly into the server, testing to make sure that it works and then bringing the server down cleanly.


Transcript of the interview

The JBoss SOA Platform

Published November 16th, 2009 Under Architecture, Open Source Tools, Services | 1 Comment

The JBoss SOA Platform was released in February 2008 and has quickly become a significant open source SOA infrastructure. In this presentation we shall look at the architecture of the SOA Platform, what principles it is based upon, where is it going and how it can help deliver on the SOA vision.

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 Application Server 5 and Beyond

Published September 1st, 2009 Under Architecture, Open Source Tools | Leave a Comment

JBoss 5 with completely re-architected components represents the most comprehensive redesign of the JBoss Application Server to date. This session discusses the rationale and goals behind JBossAS 5 and introduces attendees to the new Microcontainer-based architecture that enables the blending of the various component models (simple POJOs, legacy MBeans, OSGi modules, etc.). We will highlight the differences with previous version and go through some of the new features and revamped services in JBossAS 5 including messaging, clustering, transactions and more, as well as provide insights on current and future developments on the road to Java EE 6.

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

keep looking »