Videos tagged with jboss
JBoss Application Server 5 uses the power of JBoss Microcontainer to make the perfect environment for deploying Ruby on Rails applications. We?ll explore running a Rails application on JBoss AS 5 and then delve into the working of Microcontainer, which makes it all possible. The JBoss appliance makes deploying JBoss applications into virtualized environments a snap. Taking it a step further, we...
JBoss AS 5 Deployment Basics
This screencast goes over the basics of deploying into JBoss Application Server V5. It covers deployment and undeployment of archive files and an exploded directory structures through drag and drop, command line copy, twiddle, and the JMX console.
Starting and stopping JBoss AS 5
In this latest screencast, Javid Jamae shows you how to start and stop the JBoss Application Server from a console window. First he goes over how to set up your JAVA_HOME environment variable, then he shows you how to start and stop the server. Javid Jamae also shows you how to start an alternate server configuration and give you a few tips on how to verify that the application server is running.
Installing and Exploring JBoss AS 5
As a supplement to the book, JBoss in Action, Javid Jamae is creating a series of screencasts that walk through some basic setup and configuration tasks in JBoss AS 5. This screencast covers downloading, installing, and exploring the application server. Future topics will include starting/stoping the server, deployment, security, and clustering.
JBoss Tools Code Swarm
A code swarm video for JBoss Tools trunk from December 2004 to January 2009. In the beginning all is pretty quiet/simple when JBoss Tools just contained Hibernate Tools, AS tooling and Project archives - but wait and see what happens around May 2007 and forward when they announced JBoss Developer Studio and got contributions from Exadel;. Video generated by Emanunel Muckenhuber.
Java EE Class Loading Architectures
Summary Ernie Svehla, Chief Architect of IntelliObjects reviews Java Class Loading basics, comparing the class loading architectures of the Sun's Appserver 9, BEA WebLogic 9.1, and JBoss 4.0.2. The presentation concludes with a discussion of best practices for packaging JEE applications followed by techniques for resolving common class loading problems such as ClassNotFoundException, or NoDefFo...
Peter Kriens discusses OSGi
Summary InfoQ recently sat down with Peter Kriens of the OSGi Alliance to learn more about OSGi. Kriens discussed OSGi's origins in the mobile space, it's integration with Eclipse, the current integration work with Spring, and the future R5 specification. He also discussed the ongoing debate over OSGi and JSR 277, and gave his perspective on what an ideal solution would be for modularity at the...
JBoss Seam Generator and Eclipse IDE
In this three-part tutorial you'll learn how to install and set up JBoss application server, use Seam Generator to build Web applications in a Rails-like manner, and all that inside standard Eclipse IDE. So it seems like the best of both worlds ;)
JRuby On Rails On JBoss
With JRuby comes many cool possibilities for integration for your Ruby on Rails applications. Today, I show how to deploy a simple application to JBoss.