Comments
Richard Davies wrote: The UK has a good crop of technology pioneers in cloud computing - for example ElasticHosts, FlexiScale, Flexiant, OnApp - and also some strong government initiatives such as G-Cloud. We will have to see whether this kind of technical leadership converts into swift mass-market adoption or not.
Cloud Expo on Google News

SYS-CON.TV
Cloud Expo & Virtualization 2009 East
PLATINUM SPONSORS:
IBM
Smarter Business Solutions Through Dynamic Infrastructure
IBM
Smarter Insights: How the CIO Becomes a Hero Again
Microsoft
Windows Azure
GOLD SPONSORS:
Appsense
Why VDI?
CA
Maximizing the Business Value of Virtualization in Enterprise and Cloud Computing Environments
ExactTarget
Messaging in the Cloud - Email, SMS and Voice
Freedom OSS
Stairway to the Cloud
Sun
Sun's Incubation Platform: Helping Startups Serve the Enterprise
POWER PANELS:
Cloud Computing & Enterprise IT: Cost & Operational Benefits
How and Why is a Flexible IT Infrastructure the Key To the Future?
Click For 2008 West
Event Webcasts
JBoss 4.0 First to Apply Aspect-Oriented Programming Framework to Java Application Server
JBoss 4.0 First to Apply Aspect-Oriented Programming Framework to Java Application Server

(June 2, 2003) - The developer edition of JBoss 4.0 is available now, providing a range of services previously unavailable in any J2EE application server. The new services are enabled by the Java application server industry's first implementation of an aspect-oriented programming (AOP) framework. The framework allows developers to interact with the server in a very intuitive manner, making it easier to design, develop, deploy, and maintain enterprise Web applications.

The most popular Java-based application server in use today, JBoss is expected to reach three million downloads in 2003. Employees of JBoss Group and developers from the open source community worked together to produce JBoss 4.0. It is designed for use by Java developers, systems administrators, and ISVs. A version intended to support enterprise applications in production will be available in the fourth quarter of 2003.

The AOP architecture of JBoss 4.0 enables it to provide a wide range of services, including object persistence, caching, acidity, remoteness, transactions and security. The framework allows developers to write plain Java objects and apply these enterprise-type services later on in the development cycle - without changing a line of Java code. This provides a clean separation between the system architect and the application developer. Unique among Java-based application servers today, this architecture combines the simplicity of standard Java with the power of J2EE.

JBoss 4.0 includes:

  • Aspect-oriented programming framework-The JBoss 4.0 AOP framework allows developers to quickly and easily apply services such as transactions, persistence, remoteness and cache replication without creating EJBs-they simply code or reuse plain Java objects, classes or dynamic proxies and can subsequently apply higher-level services. A management console allows users to view classes that have been loaded by the AOP framework, as well as their interceptor chains, introductions, pointcuts and associated metadata.

  • JMX microkernel architecture-The microkernel provides dynamic, configurable and pluggable deployment, manages component dependencies, and provides component management and persistence. JMX technology is the industry standard for management and monitoring of Java objects. It forms the basis for building and managing distributed J2EE Web applications.

  • Hot deploy-JBoss 4.0 enables hot deployment of services and applications. Components, EJBs, applications, database connections, AOP constructs, and even plain JAR files can be deployed, undeployed, and redeployed at runtime. This enables a quick development cycle because the application server does not need to be restarted, and provides 24/7 availability because new application versions can be cycled at runtime.

    "With JBoss 4.0, we're accelerating the pace of J2EE innovation by offering services and higher-level functionality other vendors can't even begin to provide," said Marc Fleury, founder and CEO of JBoss Group. "JBoss 4.0 leverages its new AOP framework to ship services and aspects that are not present in other Java servers or the J2EE specification. For example, it is the only Java application server to enable developers to define acid behavior for all Java objects, including those existing in Web layers. The server's remote framework and associated aspects also allow developers to easily define methods as 'one way' for asynchronous calls. This is an extremely useful programming construct that today requires heavy use of JMS messaging and EJB Message Driven Beans. None of these Java object services are available outside of the JBoss server."

    JBoss 4.0 may be downloaded free of charge from the JBoss Group Web site and SourceForge.net. Training, support, consulting, and documentation for JBoss 4.0 are available from JBoss Group.

    About Java News Desk
    JDJ News Desk monitors the world of Java to present IT professionals with updates on technology advances, business trends, new products and standards in the Java and i-technology space.

  • In order to post a comment you need to be registered and logged in.

    Register | Sign-in

    Reader Feedback: Page 1 of 1

    ... that there are still that many people in the IT industry who cannot keep their mouth closed, but spit out things in the public that others release privately on their toilets.

    It's symptomatic that these hot shots usually think they know what others are talking about just by recognizing words - and are usually totally unconscious about the meaning... ;-)

    My 2 meta cents ...

    Hi,
    I understand your rage but please don't forget the TAO of object oriented philosophy : REUSE !!!!
    Internet now provides us tools to avoid reinventing the wheeel & to do enhance someone else work isn't it ?
    So that is what AOP framework in JBOSS intend to do.
    I think that is a good layer, in early stages but may provide great services.
    Enjoy!!!
    Cheers
    my 2 cents
    Jerome

    Regardless of whether something like this has occurred before, JBoss 4.0 is a very intriguing release.

    The classloader is actually changing (recoding) classes as they are loaded to add in new features.

    The article (PR release) doesn't make it that clear that this release is intended for developers only. The final 4.0 (for production) won't be out until later in the year.

    That said, we've already running JBoss 4.0 on some customer accounts as they requested it.

    Objective C? How stupid of all of us to overlook THAT little gem. When I think "enterprise", I immediately envision a Macintosh running a clustered app server environment, sure. It's not so much what the programmign world is coming to,but what it's moving AWAY FROM (thank goodness).

    All bullshit!!! This has been available in Objective C for ages... and now some one is getting a PHD on this! what the hell is the programmign world coming to?

    As I read the headline to this article, I couldn't help but think about another article:

    http://www.javaworld.com/javaworld/jw-03-2003/jw-0307-jac.html

    And the work that these folk ( http://jac.aopsys.com ) are doing. I think it's all very interesting stuff, and I am glad that jBoss is heading that way, but I don't think you can lay claim to "first", right?

    Lee


    Your Feedback
    Juergen wrote: ... that there are still that many people in the IT industry who cannot keep their mouth closed, but spit out things in the public that others release privately on their toilets. It's symptomatic that these hot shots usually think they know what others are talking about just by recognizing words - and are usually totally unconscious about the meaning... ;-) My 2 meta cents ...
    jerome wrote: Hi, I understand your rage but please don't forget the TAO of object oriented philosophy : REUSE !!!! Internet now provides us tools to avoid reinventing the wheeel & to do enhance someone else work isn't it ? So that is what AOP framework in JBOSS intend to do. I think that is a good layer, in early stages but may provide great services. Enjoy!!! Cheers my 2 cents Jerome
    Peter wrote: Regardless of whether something like this has occurred before, JBoss 4.0 is a very intriguing release. The classloader is actually changing (recoding) classes as they are loaded to add in new features. The article (PR release) doesn't make it that clear that this release is intended for developers only. The final 4.0 (for production) won't be out until later in the year. That said, we've already running JBoss 4.0 on some customer accounts as they requested it.
    Jesse wrote: Objective C? How stupid of all of us to overlook THAT little gem. When I think "enterprise", I immediately envision a Macintosh running a clustered app server environment, sure. It's not so much what the programmign world is coming to,but what it's moving AWAY FROM (thank goodness).
    ObjC wrote: All bullshit!!! This has been available in Objective C for ages... and now some one is getting a PHD on this! what the hell is the programmign world coming to?
    Lee Harkness wrote: As I read the headline to this article, I couldn't help but think about another article: http://www.javaworld.com/javaworld/jw-03-2003/jw-0307-jac.html And the work that these folk ( http://jac.aopsys.com ) are doing. I think it's all very interesting stuff, and I am glad that jBoss is heading that way, but I don't think you can lay claim to "first", right? Lee
    Latest Cloud Developer Stories
    Rackspace Hosting, the service leader in cloud computing, on Thursday announced its acquisition of SharePoint911, an industry leader in SharePoint consulting, training, and "JumpStart" services within SharePoint. The unification of both companies provides capabilities to deliver ...
    With Cloud Expo 2012 New York (10th Cloud Expo) now under four months away, what better time to start introducing you in greater detail to the distinguished individuals in our incredible Speaker Faculty for the technical and strategy sessions at the conference... We have techn...
    Nimble, the social CRM platform has announced the launch of Nimble 2.0, billed as the “most social” CRM platform on the market today. Nimble was designed entirely with social CRM in mind and is the first social business platform that empowers companies with the ability to get clo...
    2011 was a year of rapid adoption for public and private cloud services. Instant and on-demand server provisioning was the driving force behind the massive growth. On top, cloud server templates and script automation simplified application installation for simple and pre-defined ...
    "Having been in the IT field for many years, I believe the cloud computing chapter in the industry is an exciting one and I am proud to be a part of it," said National Reconaissance Office (NRO) Chief Information Officer Jill T. Singer Tuesday, as it was announced that she was on...
    Subscribe to the World's Most Powerful Newsletters
    Subscribe to Our Rss Feeds & Get Your SYS-CON News Live!
    Click to Add our RSS Feeds to the Service of Your Choice:
    Google Reader or Homepage Add to My Yahoo! Subscribe with Bloglines Subscribe in NewsGator Online
    myFeedster Add to My AOL Subscribe in Rojo Add 'Hugg' to Newsburst from CNET News.com Kinja Digest View Additional SYS-CON Feeds
    Publish Your Article! Please send it to editorial(at)sys-con.com!

    Advertise on this site! Contact advertising(at)sys-con.com! 201 802-3021

    SYS-CON Featured Whitepapers
    ADS BY GOOGLE

    Breaking Cloud Computing News
    The future of U.S. optoelectronics manufacturing will be spotlighted during a one-day industry-centr...