| View: | [ 2009 | 2008 | 2007 | 2006 | 2005 | 2004 | 2003 | 2002 ] |
| Articles Examples Interview Transcripts | Presentations Tutorials |
- Load Balancing and Failover in the JBoss Application Server by Sacha Labourey - [Clicks: 219]
This article focuses on the JBoss clustering architecture, and describes load balancing and failover on a JBoss cluster.
http://www.clustercomputing.org/index.jsp?page=/content/tfcc-5-2-labourey.shtml - Sep, 2003 - Introduction to Securing Web Applications with JBoss and LDAP by Luc Russell - [Clicks: 190]
Start configuring security on JBoss and implementing an LDAP-based user information repository. The sample application described here demonstrates how to implement LDAP with the JBoss Security Extension (JBossSX), and describes a simple API for managing users, roles, and groups in LDAP. In addition, this article demonstrates the use of the Abstract Factory pattern to implement pluggable persistence.
http://www.developer.com/java/ejb/article.php/3077421 - Sep, 2003 - Jumping Into JBoss by Thornton Rose, David Thurmond - [Clicks: 124]
For J2EE developers that are getting started with JBoss, this article presents the basics, including downloading, installation, application deployment, and data source configuration.
[JBoss 3.2.1]
http://www.developer.com/java/ejb/article.php/3071661 - Sep, 2003 - J2EE Clustering with JBoss by Ivelin Ivanov - [Clicks: 129]
We will now present several new clustered services recently introduced in JBoss 3.2.2, which was not yet released at the time of the writing of that article. Basic knowledge of JBoss 3 clustering and farming is a prerequisite for this article.
http://www.onjava.com/pub/a/onjava/2003/08/20/jboss_clustering.html - Aug, 2003 - Aspect-Oriented Programming and JBoss by Bill Burke, Adrian Brock - [Clicks: 46]
Where the tools of OOP are inheritance, encapsulation, and polymorphism, the components of AOP are advices/interceptors, introductions, metadata, and pointcuts. Let's take a look at these definitions.
http://www.onjava.com/pub/a/onjava/2003/05/28/aop_jboss.html - May, 2003 - JBoss Optimizations 101 by Sacha Labourey, Juha Lindfors - [Clicks: 72]
This article introduces a fictitious application to show some basic configuration mistakes, frequently made by new J2EE developers, that lead to bad application performance. While the application is fictitious, all surrounding issues and optimizations we cover originate from real-life consulting experiences in the J2EE and JBoss fields.
http://www.onjava.com/pub/a/onjava/2003/05/28/jboss_optimization.html - May, 2003
- Cactus, Authetication and JBoss 3.2.x by Bill Dudney - [Clicks: 148]
I have finished a small example of how to do security in JBoss 3.2.x. The code will be part of my No Fluff Just Stuff presentations in Virgina next weekend.
[You can download the code here]
http://bill.dudney.net/roller/page/bill/20031104#cactus_authetication_and_jboss_3 - Nov, 2003
- Tech Talk with Bill Burke on JBoss 4 and the AOP Framework - [Clicks: 11]
http://www.theserverside.com/home/thread.jsp?thread_id=21156 - Aug, 2003 - Tech Talk with Bill Burke on JBoss 4 and the AOP Framework (Interview) by Bill Burke - [Clicks: 17]
http://www.theserverside.com/events/videos/BillBurke/dsl/interview.html - Aug, 2003
- JBoss 4.0 Road Map by Scott Stark, Bill Burke - [Clicks: 51]
JBoss 4.0 encompasses two parallel strategies - short term and long term, both leveraging one another. The goal of the short-term plan is to advance JBoss to comply with the J2EE 1.4 specification. The long-term strategy is based on the idea of Aspect Oriented Programming with Plain Old Java Objects – POJO AOP.
http://jboss.org/developers/roadmap/JBoss_4-0_RoadMap.pdf - Dec, 2003 - (PDF - 248 Kb)
- Getting Started by Luke Taylor - [Clicks: 353]
This guide will help you get started with JBoss, starting from installing and running the server, explaining the server directory structure and how to implement and deploy basic J2EE applications on JBoss 3.2.x.
[Download Source]
http://jboss.org/docs/jbossj2ee.pdf - Sep, 2003 - (PDF)