| View: | [ 2009 | 2008 | 2007 | 2006 | 2005 | 2004 | 2003 | 2002 ] |
| Articles Reports | Tutorials |
- XML Messaging Using JBoss by Benoit Aumars - [Clicks: 324]
In this article, I will focus on data sharing, with the common producer-consumer model, using open source software such as: - JBoss: A popular open source application server; - Quartz: A job scheduling system; - Hibernate: An object/relational persistence and query service for Java; - Castor: A Java-XML data-binding framework.
[Includes source code]
http://www.onjava.com/pub/a/onjava/2004/10/13/XMLMessaging.html - Oct, 2004 - Deploying Java Web Start Applications on the JBoss Application Server by Olexiy Prokhorenko, Alexander Prohorenko - [Clicks: 137]
Walk through the deployment process and the subsequent automatic update of the client's GUI with the help of the Java Web Start technology.
http://www.developer.com/java/ent/article.php/3343761 - Apr, 2004 - Configuring JBoss 4.0 JDBC Connectivity by Deepak Vohra - [Clicks: 166]
JBoss 4.0, developer edition, is an open source application server configured to use HypersonicDB by default. However, some Java 2 Platform Enterprise Edition (J2EE) developers would like to use databases other than HypersonicDB to develop and deploy applications. In this tutorial, we'll look at how to configure JBoss to use other databases.
http://www.onjava.com/pub/a/onjava/2004/02/25/jbossjdbc.html - Feb, 2004 - JBoss Meets Eclipse: Introducing the JBoss IDE by Javid Jamae - [Clicks: 110]
The wildly popular J2EE application server goes from full steam to mainstream with a GUI-based IDE that plugs into the Eclipse development framework.
http://www.devx.com/opensource/Article/20242 - Feb, 2004
- Aspect Oriented Programming in JBoss 4 by Christian Dalager, Simon Jorsal, Eske Sort - [Clicks: 15]
This report aims at providing software developers with an understanding of the aspect oriented praradigm as used in the JBoss 4 application server. The aspect oriented framework in JBoss is presented in two stages: The first is how to use the framework, the second how to design applications and aspect oriented services. A thorough presentation of the implementation details of the framework is given, and reflections on the design choices are made.
http://dalager.com/thesis/archives/000296.html - Feb, 2004
- The JBoss 4 Application Server Guide - [Clicks: 580]
The primary focus of this book is the presentation of the standard JBoss 4.0 architecture components from both the perspective of their configuration and architecture. As a user of a standard JBoss distribution you will be given an understanding of how to configure the standard components. Note that this book is not an introduction to J2EE or how to use J2EE in applications. It focuses on the internal details of the JBoss server architecture and how our implementation of a given J2EE container can be configured and extended. As a JBoss developer, you will be given a good understanding of the architecture and integration of the standard components to enable you to extend or replace the standard components for your infrastructure needs. We also show you how to obtain the JBoss source code, along with how to build and debug the JBoss server.
[Release 1]
http://docs.jboss.org/jbossas/jboss4guide/r1/html/ - Dec, 2004 - Tutorial for building J2EE Applications using JBOSS and ECLIPSE by Glen McCallum, Vishal Sharma - [Clicks: 943]
This tutorial is about building Java 2 Platform, Enterprise Edition (J2EE) components using Eclipse as an Integrated Development Environment (IDE) and JBOSS as the Application Server. Tutorial covers step-by-step development of J2EE components, starting from setting up Eclipse, JBOSS and Lomboz. Lomboz uses Xdoclet (Attribute Oriented Programming) for rapid development of J2EE components. Importantly, all of the tools used in this tutorial can be downloaded free of charge, so there should be nothing stopping you!
[Version 1.3]
http://www.tusc.com.au/tutorial/html/index.html - Jan, 2004