JBoss

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

Articles
  

Articles:
  • JBoss: An In-Depth Look at the Interceptor Stack by Andreas Schaefer   - [Clicks: 31]
    Even thought the Interceptor Stack is a pretty simple concept, it allows the developer and the administrator to add additional services to the called target, which are performed before and after the call to the target is made.
    http://www.onjava.com/pub/a/onjava/2002/07/24/jboss_stack.html - Jul, 2002
  • Clustering with JBoss 3.0 by Bill Burke, Sacha Labourey   - [Clicks: 57]
    This article looks at the kinds of features needed to develop robust J2EE applications and how JBoss 3.0, an open source J2EE application server, can be the solution of choice.
    http://www.onjava.com/pub/a/onjava/2002/07/10/jboss.html - Jul, 2002
  • Customized EJB security in JBoss by Luke Taylor   - [Clicks: 65]
    The current EJB (Enterprise JavaBeans) specification supports basic declarative, role-based access-control mechanisms, but provides limited support for coding application-specific security checks. Moreover, it doesn't define any way to factor out access-control code from business logic, or to integrate external authorization services. The open source, J2EE-compliant (Java 2 Platform, Enterprise Edition) JBoss application server features a protection-proxy security architecture that will help you overcome these restrictions.
    [Includes source code]
    http://www.javaworld.com/javaworld/jw-02-2002/jw-0215-ejbsecurity.html - Feb, 2002

[Top]