XBean > Home > Site > SiteIndex

Space Index

0-9 ... 0 A ... 1 B ... 0 C ... 9 D ... 3 E ... 2
F ... 2 G ... 1 H ... 1 I ... 1 J ... 1 K ... 0
L ... 1 M ... 2 N ... 1 O ... 2 P ... 0 Q ... 1
R ... 1 S ... 10 T ... 1 U ... 1 V ... 0 W ... 1
X ... 1 Y ... 0 Z ... 0 !@#$ ... 0    

0-9

A

Annotation based Dependency Injection
So imagine a clean slate where we make a new IoC mechanism. We'd mostly just use a few annotations to declare the IoC contract reusing standards where possible such as JSR 250 for the annotations and JNDI as the access mechanism to the container ...

B

C

Colossus
Overview Colossus is a branch in XBean to explore very flexible server architectures. Specifically, the branch is focusing on simplifying server bootstrap, directory structure, class loaders, plugins, and modularity. This project started in early July 2006 and after a few false starts ...
Colossus Bootstrap
Bootstrap Goal The goal of the bootstrap module is to create the initial environment for a server. Normally this sort of bootstrap is handled by java directly via command line arguments to the java executable or via manifest entries in an executable jar. Unfortunately, the bootstrap built ...
Colossus Class Loader
Class Loader Structure Primordial System / \ Bootstrap Common / \ (Server DAG) Shared / \ App1 App2 ... Primordial Contains the standard java class library (e.g. java.lang.) and any classes contained in jars from the System Extensions directory ($JAVAHOME/jre ...
Colossus Dot File Layout
Overview This idea came from David Blevins, and hopefully he'll rewrite this page if I get it wrong. The directory structure of a server is normally hardcoded or in better servers the names of directories and position is controllable within fairly strict limits. Instead of coding ...
Colossus Tomcat Style Layout
Directory Structure The Tomcat directory structure is familiar to most users and if we leverage this it should drastically reduce the learning curve of the server. The following is a slightly modified version of the Tomcat layout and should be familiar enough to Tomcat users: Name Description apps ...
Community
Contributing
many ways you can help make XBean a better piece of software please dive in and help\! Try surf the documentation if somethings confusing or not clear, let us know. Download the code, try it out, and see what you think ...
Contributor
Team A successful project requires many people to play many roles. Some members write code or documentation, while others are valuable as testers, submitting patches and suggestions. The team is comprised of Members and Contributors. Members have direct access to the source ...
Custom XML
One of the main points of using XML rather than, say, a script, to configure your application is that it allows any XML tooling to edit the configuration. We really like Spring's XML format, however it is very technical folks need to understand ...

D

Developers
Download
Just want the jar? Package org.apache.xbean xbeanspring2.6.jar http://www.ibiblio.org/maven2/org/apache/xbean/xbeanspring/2.6/xbeanspring2.6.jar xbeanspring2.5.jar http://www.ibiblio.org/maven2/org/apache/xbean/xbeanspring/2.5/xbeanspring2.5.jar xbeanspring2.4.jar http://www.ibiblio.org/maven2/org/apache/xbean/xbeanspring/2.4/xbeanspring2.4.jar xbeanspring2.3.jar ...
Dream Config
config>

E

Editing Custom XML
XBean supports custom XML languages for different libraries of Java code. This page details some guidelines. References To refer to another POJO inside XBean you can use the # character to refer to another bean in the same file. This is similar to the Equinox
How to checkout equinox source cvs d :pserver:anonymous@dev.eclipse.org:/cvsroot/eclipse login cvs d :pserver:anonymous@dev.eclipse.org:/cvsroot/eclipse co r R311 org.eclipse.osgi

F

FAQ
Features

G

General
General questions on the XBean project

H

Home
Welcome to the XBean project The goal of XBean project is to created a plugin based server analogous to Eclipse being a plugin based IDE. XBean will be able to discover, download and install server plugins from an Internet based repository. In addition, we ...

I

Ideas
Regular ClassPath creation ... Maven ClassPath creation I'd be good to have a ClassPath implementation like this... We could go a step ahead and load ...

J

JAXB JNDI
JNDI Provider using JAXB2 This XBean module implements a JNDI context by parsing an XML configuration file using the excellent JAXB2 library https://jaxb.dev.java.net/. To use this JNDI provider just set the initial context factory then point the PROVIDERURL ...

K

L

Lists
Mailing Lists These are the mailing lists that have been established for this project. For each list, there is a subscribe, unsubscribe, and an archive link. List Name Subscribe Unsubscribe Archive developers Subscribe mailto:devsubscribe@xbean.org Unsubscribe mailto:devunsubscribe@xbean.org Archive http://archive.xbean.org ...

M

Mapping Metadata
elements> MetaData XML
constructor class="org.acme.Foo" arg0="java.lang.Integer:age"/>

N

News
News

O

Other Annotations
Optional Annotations In addition to those defined in JSR 250, the following annotations MAY be handled by the container. @Async Indicates that a method call could actually be performed asynchronously in the background using a proxy of some kind to avoid blocking the calling thread. @Singleton ...
Overview

P

Q

Quick Links
Download JavaDocs http://geronimo.apache.org/xbean/dist/xbean2.4/site/ Source Wiki http://goopen.org/confluence/pages/listpages.action?key=XB Mailing Lists Lists Support http://issues.apache.org/jira/browse/XBEAN

R

Release Procedure
Release Procedure This is the most important thing and the easiest to get wrong. If you can not commit to the repo, the release will fail in the middle and you will have to rollback the changes by hand. You must be able to commit using svn over https to do a release ...

S

SideNav Community
Wiki http://goopen.org/confluence/pages/listpages.action?key=XB Mailing Lists Lists Who We Are Contributor Contributing
SideNav Developers
Source Code Source JavaDocs http://geronimo.apache.org/xbean/dist/xbean2.4/site/ Source XRef http://geronimo.apache.org/xbean/dist/xbean2.4/site/ Test Source XRef http://geronimo.apache.org/xbean/dist/xbean2.4/site/ Release Procedure
SideNav Features
Custom XML Editing Custom XML XBean Ant Task JAXB JNDI JAXB JNDI A JNDI provider using JAXB2 AnDI Annotation based Dependency Injection Annotation based Dependency Injection
SideNav Overview
Home News Site FAQ Download
SideNav Related Projects
Spring http://www.springframework.org/ Geronimo http://geronimo.apache.org/ ActiveMQ http://activemq.org/ OpenEJB http://openejb.org/ Jencks http://jencks.org/ ServiceMix http://servicemix.org
SideNav Support
Issues http://issues.apache.org/jira/browse/XBEAN Roadmap http://issues.apache.org/jira/browse/XBEAN?report=com.atlassian.jira.plugin.system.project:roadmappanel Change log http://issues.apache.org/jira/browse/XBEAN?report=com.atlassian.jira.plugin.system.project:changelogpanel
Site
SiteIndex
SiteMap
Source
Subversion The XBean project uses the Subversion http://subversion.tigris.org/ version control system. If you're new to Subversion, the free O'Reilly Version Control with Subversion http://svnbook.redbean.com/ book is an excellent starting point. Web Access to Subversion http://svn.apache.org ...

T

Templating Ideas
spring you can do this U Using XBean
Questions on using the XBean library

V

W

What is the license
software is open source using the Apache 2.0 licence http://www.apache.org/licenses/LICENSE2.0.html (a liberal BSD style licence which is very commercial friendly

X

XBean Ant Task
XBean Ant Task XBean provides an Ant task of type org.apache.xbean.spring.task.SchemaGenerateTask which autogenerates the following files the METAINF/services/org/apache/xbean properties file for your XML configuration a HTML reference documentation for your XML using ...

Y

Z

!@#$