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 Computing
Conference & Expo
November 2-4, 2009 NYC
Register Today and SAVE !..

2008 West
DIAMOND SPONSOR:
Data Direct
SOA, WOA and Cloud Computing: The New Frontier for Data Services
PLATINUM SPONSORS:
Red Hat
The Opening of Virtualization
GOLD SPONSORS:
Appsense
User Environment Management – The Third Layer of the Desktop
Cordys
Cloud Computing for Business Agility
EMC
CMIS: A Multi-Vendor Proposal for a Service-Based Content Management Interoperability Standard
Freedom OSS
Practical SOA” Max Yankelevich
Intel
Architecting an Enterprise Service Router (ESR) – A Cost-Effective Way to Scale SOA Across the Enterprise
Sensedia
Return on Assests: Bringing Visibility to your SOA Strategy
Symantec
Managing Hybrid Endpoint Environments
VMWare
Game-Changing Technology for Enterprise Clouds and Applications
Click For 2008 West
Event Webcasts

2008 West
PLATINUM SPONSORS:
Appcelerator
Get ‘Rich’ Quick: Rapid Prototyping for RIA with ZERO Server Code
Keynote Systems
Designing for and Managing Performance in the New Frontier of Rich Internet Applications
GOLD SPONSORS:
ICEsoft
How Can AJAX Improve Homeland Security?
Isomorphic
Beyond Widgets: What a RIA Platform Should Offer
Oracle
REAs: Rich Enterprise Applications
Click For 2008 Event Webcasts
In many cases, the end of the year gives you time to step back and take stock of the last 12 months. This is when many of us take a hard look at what worked and what did not, complete performance reviews, and formulate plans for the coming year. For me, it is all of those things plus a time when I u...
SYS-CON.TV
JBoss Group Commits to J2EE 1.4 Certification for JBoss Open Source Java Application Server
JBoss Group Commits to J2EE 1.4 Certification for JBoss Open Source Java Application Server

JBoss Group LLC announced this week that it has reached an agreement with Sun Microsystems, Inc. to license the J2EE 1.4 technology compatibility kit to certify the industry's most popular open source, Java-based application server, JBoss. In an exclusive statement to JDJ, JBoss explains their take on certification:

"JBoss Group's commitment to J2EE certification for the JBoss application server is part of our strategy of delivering Professional Open Source, this means making Open Source the "safe" choice for enterprise IT. As JBoss is increasingly used in development and production in large government and corporate IT environments, we recognize the importance of accommodating the level of people in the application server decision-making process, for whom J2EE certification is important. Another driving force in our push for certification has been our software and services partners. Through our JBoss J2EE Founders Program, which includes Borland Software Corporation, IONA, SchlumbergerSema, Sonic Software, Unisys and webMethods, we leverage the larger JBoss community in a testing process that not only involves licensing fees from Sun, but significant staff and system resources to complete over the next six to nine months."

"This moves JBoss into the enterprise server market and reaffirms the strength of the J2EE brand, adding a huge user base and providing an inexpensive development and deployment platform to the list of J2EE products," commented Joseph Ottinger, JDJ's J2EE editor. "This is excellent news; for JBoss users, it means JBoss will have a larger potential market; for developers, it adds an inexpensive development platform; for J2EE, it adds critical mass to the marketplace."

JBoss Group is testing its product with Sun's J2EE 1.4 Compatibility Test Suite (CTS), a suite of tests, tools and documentation that provides a standard way of testing an implementation for compatibility with the J2EE specification, thus demonstrating the company's commitment to the J2EE value proposition of choice, flexibility and compatibility.

"At this stage, we are able to make this major financial commitment because of the impressive success JBoss Group is experiencing with production and developer support, plus training around JBoss," said Marc Fleury, founder of JBoss.org and president of JBoss Group. "As JBoss grows in popularity for both development and deployment, JBoss Group believes it's important to invest the funds and resources necessary to test and certify JBoss. It will further cement partnerships with major independent software vendors and the largest enterprises and system integrators."

"We particularly want to thank our partners for their support," said Bob Bickel, vice president strategy and corporate development, JBoss Group. "The JBoss community will be invited to assist us in making sure we achieve certification as soon as possible. Information will be available on our web site on how other partners can assist with this important program."

"J2EE Compatibility continues to be a critical customer requirement for enterprise software, one that prevents vendor lock-in and provides customers with choice and flexibility. As such, Sun is pleased to welcome JBoss Group into the Java community," said Rick Schultz, group product manager for J2EE and Sun Java System Application Server. "The agreement reached between Sun and JBoss Group makes it possible for JBoss Group to plan the delivery of its first J2EE Compatible application server that will in turn provide greater selection of tested J2EE technologies, and will extend the benefits of compatibility to the open source community."

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

You guys are something else at JDJ. You print a scathing report on Sun''s free app server which IS J2EE compliant and soft sell the fact JBoss is FINALLY doing the right thing and certifying. This article should be titled "JBoss bait and switch starts". The simple truth is JBoss Group is trying to make money off of their own ''free'' product. For all of Fleury''s posturing and simple minded rhetoric, this was always the plan. JBoss is losing market share and few large companies will gamble on their lack of certification. The big question is did they wait too long to certify.

It''s not ridiculous to expect the specs to provide everything I need to build and deploy a real-world applicaton, whatever Aplication Server I choose. Are you deploying J2EE apps which doen''t use relational databases at all? No, so it sould be part of the specs. It isn''t because vendors don''t want to free users from their proprietary OO maping tools.

Imagine if Internet e-mail standards did not provied for binary file attachments because new file formats are born everyday. Maybe we could just tell "there''s uuencode already, so there''s no need for MIME". E-mail would have its usefulness very limited.

Providing specs for OO-Relational mapping does not precludes other technologies (that''s what BMP Entity beans are for). And, if some other tecnology (say, XML databases) become widespread, I expect the specs provide a standard way to map my entites to it.

I didn''t knew the next specs for JDO would provide a standard mapping. I hope it is complete, so I can replace CMP by JDO.

> I think before the spec is fixed regarding obscure issues
> like Classloaders..."

Classloading isn''t an "obscure issue", its the basis for dynamically loading components -- so its pretty much integral. I also don''t even really think the spec needs to be fixed. Not all parts of specifications fall under the "compiler enforced" category. Spec''s that lay out design patterns are like this, and in the case of class loading, I think this falls more under the category of common sense than anything. If a spec expresses a goal of vendor agnostic components, I think it a reasonable assumption that implementations wouldn''t prohibit this.

It''s ridiculous to think that the EJB specification should go so far as to over object-relation mapping mechanisms. If they threw in every possible area where an enterprise system could be extended, then it would never have been released. The correct way is to leave it as a vendor-specific extension until a separate standard specification is created to cover these areas. Work is already under progress for the next major version of the JDO spec for O/R mappings.

I think before the spec is fixed regarding obscure issues like Classloaders (which aren''t found until someone implements the specs -- that''s why the Internet is so great: IETF first gets running, production-quality code, then it endorses the spec -- the JCP, OSI and others take too long only on paper) we should put pressure on the JCP to make real, workabable and complete specs.

Take the EJB specs, for example. Can you write a real-world app just using the specs? NO! It doesn''t tell how the OO/Relational mapping on EJBs should be. So you cannot write a portable, standards-compliant, app using EJB CMP. Your app will be tied to a particular vendor OO-Relational mapping tool, and it''ll be pain to move to another app server.

That''s why people uses Hybernate, JDO, etc. And them become tied to another vendor (because JDO also does not specifu the syntax for the OO-Relational mapping descriptor).

This only an example of incomplete, unworkable specs from the JCP. The vendors should stop doing politics and delivering real standards, that lets users free to choose the best product, instead of promoting standards just so they can use the name on advertisement.

Sure, but if there''s a problem with the spec, the thing to do isn''t to talk about app servers being unusable or whatever - it''s to mail the spec maintainers and get them to fix it. (I have told them about it, BTW.)

Whether its "legal" or not is not really the issue in the pragmatic world. The issue is whether in practice, the implementation prevents the spirit of the spec or some crucial functionality. Having class-version conflicts between different, unrelated 3rd party components is a glaring weakness in implementation. And it doesn''t really matter who does it, Bea, Jboss, whomever -- its a potential deal-killer for those who wish to use an application server to plug third party components (a major driving force behind component development), rather than develop everything in house.

This isn''t the only example of this in the Java API. Plenty of things are "legal" while being very ill-advised. Threading or state inside a servlet is a good example. I won''t get into this here, but the idea is the same -- legal != usable. And there''s no value in a certification, regardless of legality, if it isn''t usable.

Well, I''ve read the J2EE spec in detail, and the unified classloader is acceptable. References to the classloader in the spec are hard to find: the SERVLET spec recommends that the webapp''s library path be searched first, but that''s ONLY a recommendation. Thus, app servers that do it "wrong" (i.e., through a unified classloader) like WAS and JBoss are still within spec. (For the record, WebLogic used to do this, too.)

It will be interesting to see if Sun''s certification process addresses JBoss'' unified classloader, which creates potential versioning problems with integrating third-party components -- one of the primary tenets of the J2EE spec and server-side component development in general. I''ll also be interested to see if JBG finally decides to consider alternatives to the unified classloader as a result.

JBoss is not exactly open source - it''s called ''professional open source'' according to JBoss people (thus the fees for product documentation). Since JBoss generates cash and other open source projects do not may be the reason why they need to pay for certification.

JBoss being certified is certainly a good thing. This makes JBoss a really viable alternative for corporations who are very concious about these things.

Perhaps we can see a drastic reduction in prices from other J2EE server brands in the future.

I''m a bit disapointed.... I''m using JBoss for almost 2 years, I never missed the "certified" fuzz. So, I hope that this doesn''t mean that JBoss will slowly become a "not-that-open" software.

Surprising lack of feedback after all the mud Sun and JBoss competitors were throwing around.

The real story is that JBoss had to pay, while other OSS projects did not.

--Jack


Your Feedback
Zandro wrote: You guys are something else at JDJ. You print a scathing report on Sun''s free app server which IS J2EE compliant and soft sell the fact JBoss is FINALLY doing the right thing and certifying. This article should be titled "JBoss bait and switch starts". The simple truth is JBoss Group is trying to make money off of their own ''free'' product. For all of Fleury''s posturing and simple minded rhetoric, this was always the plan. JBoss is losing market share and few large companies will gamble on their lack of certification. The big question is did they wait too long to certify.
Fernando Lozano wrote: It''s not ridiculous to expect the specs to provide everything I need to build and deploy a real-world applicaton, whatever Aplication Server I choose. Are you deploying J2EE apps which doen''t use relational databases at all? No, so it sould be part of the specs. It isn''t because vendors don''t want to free users from their proprietary OO maping tools. Imagine if Internet e-mail standards did not provied for binary file attachments because new file formats are born everyday. Maybe we could just tell "there''s uuencode already, so there''s no need for MIME". E-mail would have its usefulness very limited. Providing specs for OO-Relational mapping does not precludes other technologies (that''s what BMP Entity beans are for). And, if some other tecnology (say, XML databases) become widespread, I expect the specs provide a standard way to map my entites to it. I didn''t knew the ne...
Brad O''Hearne wrote: > I think before the spec is fixed regarding obscure issues > like Classloaders..." Classloading isn''t an "obscure issue", its the basis for dynamically loading components -- so its pretty much integral. I also don''t even really think the spec needs to be fixed. Not all parts of specifications fall under the "compiler enforced" category. Spec''s that lay out design patterns are like this, and in the case of class loading, I think this falls more under the category of common sense than anything. If a spec expresses a goal of vendor agnostic components, I think it a reasonable assumption that implementations wouldn''t prohibit this.
Larry Schmidt wrote: It''s ridiculous to think that the EJB specification should go so far as to over object-relation mapping mechanisms. If they threw in every possible area where an enterprise system could be extended, then it would never have been released. The correct way is to leave it as a vendor-specific extension until a separate standard specification is created to cover these areas. Work is already under progress for the next major version of the JDO spec for O/R mappings.
Fernando Lozano wrote: I think before the spec is fixed regarding obscure issues like Classloaders (which aren''t found until someone implements the specs -- that''s why the Internet is so great: IETF first gets running, production-quality code, then it endorses the spec -- the JCP, OSI and others take too long only on paper) we should put pressure on the JCP to make real, workabable and complete specs. Take the EJB specs, for example. Can you write a real-world app just using the specs? NO! It doesn''t tell how the OO/Relational mapping on EJBs should be. So you cannot write a portable, standards-compliant, app using EJB CMP. Your app will be tied to a particular vendor OO-Relational mapping tool, and it''ll be pain to move to another app server. That''s why people uses Hybernate, JDO, etc. And them become tied to another vendor (because JDO also does not specifu the syntax for the OO-Relational mapping...
Anonymous wrote: Sure, but if there''s a problem with the spec, the thing to do isn''t to talk about app servers being unusable or whatever - it''s to mail the spec maintainers and get them to fix it. (I have told them about it, BTW.)
Brad O''Hearne wrote: Whether its "legal" or not is not really the issue in the pragmatic world. The issue is whether in practice, the implementation prevents the spirit of the spec or some crucial functionality. Having class-version conflicts between different, unrelated 3rd party components is a glaring weakness in implementation. And it doesn''t really matter who does it, Bea, Jboss, whomever -- its a potential deal-killer for those who wish to use an application server to plug third party components (a major driving force behind component development), rather than develop everything in house. This isn''t the only example of this in the Java API. Plenty of things are "legal" while being very ill-advised. Threading or state inside a servlet is a good example. I won''t get into this here, but the idea is the same -- legal != usable. And there''s no value in a certification, regardless of legality,...
Anonymous wrote: Well, I''ve read the J2EE spec in detail, and the unified classloader is acceptable. References to the classloader in the spec are hard to find: the SERVLET spec recommends that the webapp''s library path be searched first, but that''s ONLY a recommendation. Thus, app servers that do it "wrong" (i.e., through a unified classloader) like WAS and JBoss are still within spec. (For the record, WebLogic used to do this, too.)
Brad O''Hearne wrote: It will be interesting to see if Sun''s certification process addresses JBoss'' unified classloader, which creates potential versioning problems with integrating third-party components -- one of the primary tenets of the J2EE spec and server-side component development in general. I''ll also be interested to see if JBG finally decides to consider alternatives to the unified classloader as a result.
Leonardo Mendoza III wrote: JBoss is not exactly open source - it''s called ''professional open source'' according to JBoss people (thus the fees for product documentation). Since JBoss generates cash and other open source projects do not may be the reason why they need to pay for certification. JBoss being certified is certainly a good thing. This makes JBoss a really viable alternative for corporations who are very concious about these things. Perhaps we can see a drastic reduction in prices from other J2EE server brands in the future.
Ridai wrote: I''m a bit disapointed.... I''m using JBoss for almost 2 years, I never missed the "certified" fuzz. So, I hope that this doesn''t mean that JBoss will slowly become a "not-that-open" software.
John Schmidt wrote: Surprising lack of feedback after all the mud Sun and JBoss competitors were throwing around. The real story is that JBoss had to pay, while other OSS projects did not. --Jack
SOA World Latest Stories
In a surprise move Tuesday Oracle wheeled out its Big Data Appliance. That’s the one it said in October would be ready sometime in the first half. Only nobody believed it meant early in the first half. Heck, it’s not even clear anybody thought Oracle could make the first half at al...
A Munich court Thursday found Motorola Mobility guilty of infringing an Apple patent and handed Apple a permanent injunction against two Android smartphones. Apple can enforce the injunction after posting a bond lest MMI succeed in invalidating the slide-to-unlock patent (EP1964022) ...
Quick Response (QR) codes are intended to help direct users quickly and easily to information about products and services, but they are also starting to be used for social engineering exploits. This article looks at the emergence of QR scan scams and the rising concern for users today....
The Chinese company that claims it owns the iPad trademark says it plans to seek a ban on iPad exports out of China, threatening global supplies. According to what a lawyer for Proview Technology (Shenzhen) Co Ltd told Reuters, the firm is petitioning Chinese customs to stop shipment...
Cisco Wednesday filed suit in the European Union’s second-highest court, the General Court in Luxembourg, challenging the European Commission’s rubber stamp last October of Microsoft’s $8.5 billion acquisition of Skype. Cisco says it isn’t opposed to the merger, but figures the EC sh...
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 applic...
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