YOUR FEEDBACK
Verizon Becomes a Counter-Android Linux Convert
JNels wrote: Hey - Jeffrey Nelson here at Verizon Wireless. Not a bit of ...
SOA World Conference
Virtualization Conference
$200 Savings Expire May 16, 2008... – Register Today!


2007 West
GOLD SPONSORS:
Active Endpoints
Your SOA Needs BPEL for Orchestration
BEA
Virtualized SOA: Adaptive Infrastructure for Demanding Applications
Nexaweb
Overcoming Bandwidth Challenges with Nexaweb
TIBCO
What is Service Virtualization?
SILVER SPONSORS:
WSO2
Using Web Services Technologies and FOSS Solutions
Click For 2007 East
Event Webcasts

2008 East
PLATINUM SPONSORS:
Appcelerator
Think Fast: Accelerate AJAX Development with Appcelerator
GOLD SPONSORS:
DreamFace Interactive
The Ultimate Framework for Creating Personalized Web 2.0 Mashups
ICEsoft
AJAX and Social Computing for the Enterprise
Kaazing
Enterprise Comet: Real–Time, Real–Time, or Real–Time Web 2.0?
Nexaweb
Now Playing: Desktop Apps in the Browser!
Sun
jMaki as an AJAX Mashup Framework
POWER PANELS:
The Business Value
of RIAs
What Lies Beyond AJAX?
KEYNOTES:
Douglas Crockford
Can We Fix the Web?
Anthony Franco
2008: The Year of the RIA
Click For 2007 Event Webcasts
SYS-CON.TV
TOP LINKS YOU MUST CLICK ON


Ten Open Source Solutions Your Enterprise Should Be Using
There are literally thousands of other solid open source packages available that perform a wide variety of functions

Digg This!

Page 1 of 2   next page »

Linux tends to take center stage when it comes to support and other services for enterprise open source users. However, there are literally thousands of other solid open source packages available that perform a wide variety of functions. Unfortunately, there's a real lack of information about the options and considerations for selecting open source that not only meets the functional and technical requirements of specific tasks, but has the support and backing that enterprises need to manage risk. As a result, with enterprise developers lost in a sea of open source options, it can be a daunting task to make the best choice.

Highlighted below are 10 popular open source projects that enterprises can look to when considering open source alternatives in their IT infrastructure. I've highlighted a few key open source components in some of the most asked-for categories - Web Services, Service Oriented Architecture (SOA), Integration, Frameworks, and Libraries. Each project selected has at least one vendor offering commercial support. At the end of this article, I'll offer a basic checklist for those who are evaluating open source to ensure that the open source software they select fills all of their technical and business-related needs while managing corporate risk.

Web Services
XFire
XFire is a Web Services framework (hosted by Codehaus) that allows developers to create and/or consume Web Services. Given its simplicity of use and built-in testing tools, it makes short work of Web Services by effectively eliminating the manual labor of generating WSDL and other artifacts of SOAP. XFire is compatible with a variety of commercial and open source Web Services frameworks, including Apache Axis and Microsoft Web Services.

Major pros of this relatively new project are that it's up-to-date, fast, built to integrate with other frameworks like ServiceMix, and supports JAX-WS - an easy-to-understand architecture for Web Services development that can be used to build Web applications and Web Services with newer XML-based functionality.

However, because XFire is so new, many organizations have already become comfortable using Apache Axis - the original open source Web Services offering. Companies might feel more comfortable choosing Axis over XFire simply because of name recognition.

The license for Xfire isn't an OSI-approved license but it is very liberal, only requiring a copyright notice. Xfire is in the process of merging with Celtix, backed by Iona Technologies. Envoi Solutions and OpenLogic offer commercial support.

Axis2
Similar in function to XFire, Axis2 is a core engine for Web Services. Like XFire, Axis2 supports SOAP and other standards, but it also has integrated support for the Representational State Transfer (REST) style of Web Services. Axis2 is a more efficient, modular, faster, and more XML-oriented (it has the new fast AXIOM XML parser) solution than the original version. It supports plug-in modules that extend functionality for features such as security and reliability, factors critical to enterprise IT.

The primary downside of Axis2 is that it's plagued by the stigma of the first Axis, which has the reputation of being poorly documented and difficult to use. However, Axis2 does offer more documentation, which is a marked improvement over the earlier version.

Axis2 is an Apache Software Foundation project and is available under the Apache 2.0 license. Commercial support is available from several companies including Covalent, OpenLogic, and WSO2.

Choosing between Axis2 and XFire really comes down to what you need to plug into. XFire is meant to be easily pluggable and work with a slew of other frameworks, including ServiceMix, while Axis2 is better suited for standalone use, although it's also pluggable if necessary. These two offer less expensive open source alternatives to proprietary Web Services solutions like those offered by Microsoft. Unless companies are using a full-blown SOA implementation where they get everything from a vendor (BEA, for example), they would probably want to opt for an open source solution like these two for reasons of cost and simplicity.

SOA
ActiveMQ
ActiveMQ is the most popular and powerful open source Message Broker. Although not quite a full-blown SOA solution, its flexible messaging technology is required for any SOA implementation. Widely considered one of the best Java Messaging Service (JMS) implementations available, ActiveMQ is fast, pluggable, and easy to embed into homegrown software, especially Spring-based applications. It's easily manageable through JMX, and it works with Apache Axis2 and XFire as well as servers like JBoss, WebLogic, and Geronimo. It also supports REST, many cross-language clients and protocols, including Java, C, C++, Perl, PHP, Ruby, and Python, and a wide variety of transport protocols. Regarding functionality, ActiveMQ provides a number of advanced messaging services offered by commercial vendors, such as Message Groups, Virtual Destinations, Wildcards, and Composite Destinations.

The drawback with ActiveMQ is that it's still fairly young and evolving, so it might require heavier configuration rework than enterprise developers want to accept. Although this extreme configurability is a major asset of ActiveMQ, it requires time to configure correctly for your circumstances.

ActiveMQ is an Apache Software Foundation project and available under the Apache 2.0 license. Commercial support is available from LogicBlaze and OpenLogic.

ServiceMix
This project provides an Enterprise Service Bus (ESB) that combines the functionality of a Service Oriented Architecture (SOA) and an Event Driven Architecture (EDA) to create an agile enterprise ESB. It's built on Java Business Integration (JBI) and supports BPEL in conjunction with rules engines. It has dozens of transports and plug-ins and is lightweight, easily embeddable, and offers integrated Spring support. It works standalone or within Geronimo or JBoss and sits on top of ActiveMQ. It has e-mail integration, Web Service integration, virtual file system integration, XSLT transformation, content-based routing, and Groovy support for end-point scripting.

ServiceMix is the most configurable and adaptable open source ESB implementation available. Like ActiveMQ, though, ServiceMix's configurability is a blessing and a bane. The project is still young, and it will go through many iterations and require a lot of configuration by developers. Also these open source alternatives don't offer a lot of user interfaces for policy administration, management, control, flow design, or the other bells and whistles offered by commercial competitors like Sonic and BEA.

ServiceMix is an Apache Software Foundation project and is available under the Apache 2.0 license. Commercial support is available from LogicBlaze and OpenLogic.

Integration
POI
Java-based POI gives developers easy and direct access to Microsoft Office files, including Word and Excel. The documents can be parsed and generated, which makes it easy to create them on-the-fly for downloading purposes from a corporate Web site. So, if a developer needs to create a report that's required on the business end in Excel or Word, POI is the open source tool of choice.

Unfortunately, although it's top-notch for reading Word or Excel files, it currently can only create Excel files. The functionality to create Word files is reportedly in development.

POI is part of the Apache Software Foundation's Jakarta Project and is available under the Apache 2.0 license. Commercial support is available from OpenLogic.


Page 1 of 2   next page »

About Rod Cope
Rod Cope is the CTO and founder of OpenLogic. He is a Sun Certified Java Architect with 25 years of software development experience, including 12 years of Java. For the past six years, he has been working on OpenLogic Enterprise, a certified, managed, updated, and supported collection of over 350 Open Source projects for Java developers. Rod routinely speaks at technical conferences such as Java Symposia and the O'Reilly Open Source Convention and has been selected as one of the Top 10 presenters at JavaOne.

Slim Tebourbi wrote: usefull article. Just replace JUnit by TestNG.
read & respond »
James Strachan wrote: Great article Rod. A minor nit; ActiveMQ isn't really that young, its about 4 years old now though I guess age of projects is a subjective thing. Also its maybe worth mentioning that LogicBlaze also offer eclipse based tooling for ServiceMix which makes configuration of the ESB much simpler.
read & respond »
ENTERPRISE OPEN SOURCE MAGAZINE LATEST STORIES . . .
Open-Xchange to Deliver Collaboration Solution Integrated With Parallels Virtualization
Open-Xchange and Parallels are integrating Open-Xchange open source email and collaboration software with Parallels technology to deliver a cost-effective, enterprise-class alternative to commercial email and collaboration products at a competitive price. The products, which will be fu
JavaOne 2008: Uncommon Java Bugs
Any large Java source base can have insidious and subtle bugs. Every experienced Java programmer knows that finding and fixing these bugs can be difficult and costly. Fortunately, there are a large number of free open source Java tools available that can be used to find and fix defects
Application Security for Open Source - The New Frontier
Hybrid applications made up of proprietary, open source and third-party components are the result of today's fast-paced and complex software development landscape. Applications developed within the last five years - whether internal or external - are at least 50% open source software (
3rd International Virtualization Conference & Expo: Themes & Topics
From Application Virtualization to Xen, a round-up of the virtualization themes & topics being discussed in NYC June 23-24, 2008 by the world-class speaker faculty at the 3rd International Virtualization Conference & Expo being held by SYS-CON Events in The Roosevelt Hotel, in midtown
Open Source Penetration and Use in SOA Deployments
Open source has made significant inroads into middleware deployments in the enterprise. More and more, open source is being used to deliver the benefits of SOA and open source to the enterprise. There are many custom Enterprise Service Bus deployments waiting to be upgraded to a simple
OpenOffice 3.0 Goes to Public Beta
OpenOffice.org is publicly beta testing OpenOffice 3.0, which is not recommended for production use. General release is expected in September. Aside from cosmetics, it will support the upcoming OpenDocument Format 1.2 and is capable of opening Office 2007 and 2008 for Mac OS X files.
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