• JBoss Embedded AS | Quickstart and Runnable Example

    Introduction This document serves as guide for the QuickStart examples using the Embedded APIs for JBoss Application Server.  These come as a slim Mavenized project containing a simple EJB3 Stateless Session Bean...
    Profile Photo
    last modified by alrubinger
  • JBoss Embedded AS

    Introduction EmbeddedAS provides an end-user API for the creation, configuration, lifecycle, and deployment operations of the JBoss Application Server.   Pages JBoss Embedded AS | API Guide JBoss Embedded AS | Q...
    Profile Photo
    last modified by alrubinger
  • JBoss Embedded AS | FAQs

    Frequently Asked Questions  Q: What versions of the Application Server may be used with the Embedded APIs? A: Currently, releases after 6.0.0.M3.
    Profile Photo
    last modified by alrubinger
  • JBoss Embedded AS | API Guide

    Introduction The Embedded APIs to JBoss Application Server provide a code-based analouge for tasks ordinarily accomplished through traditional command-line and filesystem operations.  This guide will provide a fe...
    Profile Photo
    last modified by alrubinger
  • JBoss Embedded AS | Minimal ClassPath via Manual (ie. Ant) Setup

    Introduction This shows a basic ant configuration for running Embedded AS. The current way this is accomplished is by including jboss-embedded-assembly-<version>-launcher.jar and the shrinkwrap libs (shrinkwrap-...
    Profile Photo
    last modified by jhutton