JBoss

View: [ 2009 | 2008 | 2007 | 2006 | 2005 | 2004 | 2003 | 2002 ]

Articles
Books
  Presentations
Tutorials
  

Articles:
  • Banish Your Resistance to Persistence with the EJB 3.0 Persistence API by Rod Coffin   - [Clicks: 213]
    With the 3.0 version of EJB, Java's guardians have endeavored to make persistence a gentler beast that borrows the best from other ORM frameworks that have long curried favor with the community. Now, learn how to use the new spec, along with JBoss and Maven, to persist Java objects to a relational database.
    [Includes sample code]
    http://www.devx.com/Java/Article/30161 - Dec, 2005
  • Managing and Monitoring JBoss, Part 2 by Norman Richards, Sam Griffith   - [Clicks: 151]
    A snapshot that lets you see what your app is doing is helpful, but what if you're looking for a specific problem? In today's excerpt from Chapter 8, Norman and Sam cover how to create a monitor for your app using the Web Console, as well as how to configure alerts to be sent via email and how to manage JBoss from the command line.
    [O'Reilly Book Excerpts: JBoss: A Developer's Notebook]
    http://www.onjava.com/pub/a/onjava/excerpt/jboss_dev_notebook_chap8/index1.html - Nov, 2005
  • Managing and Monitoring JBoss, Part 1 by Norman Richards, Sam Griffith   - [Clicks: 189]
    Learn how use the Web Console (an advanced version of the JMX Console), how to work with its enhanced monitoring capabilities and MBeans, and more in this excerpt from JBoss: A Developer's Notebook.
    [O'Reilly Book Excerpts: JBoss: A Developer's Notebook]
    http://www.onjava.com/pub/a/onjava/excerpt/jboss_dev_notebook_chap8/index.html - Nov, 2005
  • Migrating a WebLogic EJB Application to JBoss by Deepak Vohra   - [Clicks: 223]
    Deepak Vohra shows how to convert deployment descriptors to enable an EJB application written for WebLogic to instead be deployed on the JBoss application server. This tutorial has the following sections: 1) Preliminary Setup; 2) Overview; 3) Configuring JBoss with MySQL; 4) Converting the WebLogic EJB Application; 5) Deploying the EJB Application in JBoss.
    http://www.onjava.com/pub/a/onjava/2005/03/09/ejb-migration.html - Mar, 2005
  • Welcome to a New World: JBoss World 2005 by Chris Adamson   - [Clicks: 78]
    JBoss World, held in Atlanta on March 1-2, kicked off with announcements of new directions for the company, and a roundtable of customers discussing the popular application server.
    http://www.onjava.com/pub/a/onjava/2005/03/09/jbossworld2k5.html - Mar, 2005
  • Making JBoss Work, Part 1: Installing and Configuring Jboss by Tom Marrs, Scott Davis   - [Clicks: 250]
    In this, the first of three articles, we show you how to download and install JBoss. We explore the directory structure and show you how to add and remove services. Finally, we show you how to deploy an application to JBoss.
    http://today.java.net/pub/a/today/2005/03/01/InstallingJBoss.html - Mar, 2005
  • Introducing JBoss Remoting by John Mazzitelli   - [Clicks: 145]
    From the user's point of view, JBoss Remoting enables you to very easily design, implement, and deploy services that can be remotely invoked by clients using several different transport mechanisms transparently. It also provides you an efficient way to access existing services in JBoss AS. In this article, we will show you how to get started with JBoss Remoting.
    http://www.onjava.com/pub/a/onjava/2005/02/23/remoting.html - Feb, 2005
  • On the road to simplicity by Michael Juntao Yuan   - [Clicks: 78]
    The JBoss Application Server (AS) 4.0 is not only a J2EE-certified application server, but also a fusion point of many leading edge open source technologies. Those technologies enable a simplified development model for middleware applications based on plain old Java objects (POJOs) and are on their way to becoming part of the next generation of J2EE standards. In this article, Dr. Michael Yuan explores those new features in JBoss AS 4.0 and gives you a preview of what's coming next.
    [Includes source code]
    http://www.javaworld.com/javaworld/jw-02-2005/jw-0221-jboss4.html - Feb, 2005

[Top]

Books:
  • JBoss: A Developer's Notebook  by Norman Richards, Sam Griffith   - [Clicks: 203]
    JBoss is a fully certified J2EE 1.4 application server that's free, popular, and competitive with proprietary Java application servers in features and quality. It's simple to install and configure, but many developers are stumped by all the plug-ins that make it work. Our Developer's Notebook take you through JBoss features step-by-step, with hands-on labs and plenty of code. Don't just read about JBoss, learn it through direct application.
    O'Reilly Media, Inc., Paperback - Aug, 2005
  • JBoss 4.0 - The Official Guide  by The JBoss Group   - [Clicks: 255]
    If you need to understand how JBoss works, why not learn it from the people who created it? JBoss 4.0 — The Official Guide is the authoritative resource recognized as the official print documentation for JBoss 4.0. The only book for advanced JBoss users, this guide presents a complete understanding to configuring and using JBoss 4.0. It is fully up-to-date with the new features and changes in JBoss 4.0, including those used to integrate development with Eclipse, incorporate Aspect-Oriented Programming and implement J2EE 1.4 functionality months ahead of the commercial competition. You can even download JBoss 4.0 right from the included CD-ROM. Get under the hood and explore everything that JBoss 4.0 can offer you with JBoss 4.0 — The Official Guide.
    Sams, Paperback - Apr, 2005

[Top]

Presentations:
  • What's New in JBoss 4 by Aaron Mulder   - [Clicks: 118]
    Recently certified for J2EE 1.4, JBoss is the leading J2EE open source application server. In addition to the new J2EE 1.4 features, version 4 of the JBoss Application Server brings new clustering features, new application types, and more. This talk gives an introduction to JBoss, covering the key features and changes in version 4 as well as comparing JBoss to commercial application servers. You'll learn whether JBoss is right for your J2EE development projects, and how to customize and tune it for enterprise applications.
    http://chariotsolutions.com/slides/osconf2005-jboss.pdf - Mar, 2005 - (PDF)

[Top]

Tutorials:
  • JBoss EJB 3.0 and Extensions: TrailBlazer   - [Clicks: 304]
    This JBoss EJB 3.0 TrailBlazer teaches you how to leverage EJB 3.0 to increase productivity and improve software quality. The TrailBlazer is divided into several hikes. Each hike covers a board topic and is further divided into several trails. Each trail is a relatively independent learning module with text and sample applications. To deploy the TrailBlazer on your own server or build it from the source, please visit the JBoss TrailBlazer web page at at http://www.jboss.com/docs/trailblazer. Now, start exploring EJB 3.0 from any of the hikes below!
    http://trailblazer.demo.jboss.com/EJB3Trail/ - Jun, 2005

[Top]