Subscribe

Archive for the ‘Industry’ Category

MuleSoft joins Activiti BPM project

Tuesday, July 6th, 2010

We are pleased to announce that MuleSoft has joined the Activiti BPM project; this is a much-needed initiative in the industry. While there are many BPM players out there (with more cropping up every day it seems), none of them focus on the gaping hole in the market. No process is an island. There seem to be so many scenarios a stand-alone BPM solution just isn’t suitable, yet BPM capabilities can be used in many different contexts. Activiti is being written from the ground up with the requirement that the engine should be easily embedded and that the project would be aimed at developers not the business. This is a very natural fit for MuleSoft since our approach to middleware starts with the developer.
(more…)

Tcat Server 6 R2 P1 Released, Including the Newest Apache Tomcat

Tuesday, March 23rd, 2010

We’re pleased to announce the immediate availability of our newest release of Tcat Server 6. This new release includes many fixes, in addition to bundling the Apache Software Foundation’s official release binaries of the newest Tomcat release, version 6.0.26.

Here is a summary of the changes and fixes that are included in the new version of Tomcat, since our last release of Tcat Server 6:
(more…)

Continuous Deployments: This is how lean startups roll!

Thursday, February 25th, 2010

The Lean Startups movement has produced several important and successful techniques that can yield benefits to all types of organizations. One of these is continuous deployment — a process in which all code written for an application is immediately deployed into production. The result is a dramatic reduction in the development cycle time and the freeing of individual initiative.  You can read about it here as described by Eric Ries.

Implementing the continuous deployment methodology can be difficult if you are developing Java EE applications, which come with inherent delays associated with the complexity of deployment and restart times for most Java EE servers. However, if you are using a lightweight, efficient application server such as Apache Tomcat, you have an advantage.

(more…)

Note to Businesses: Take the SOA, Leave the Buzz

Tuesday, February 23rd, 2010

In a recent post by Loraine Lawson on ITBusinessEdge, an informal survey was cited that referenced a majority of mid-market CIOs who “said they had no current business need for SOA.” I was a little surprised by the headline since MuleSoft continues to see tremendous adoption of our open source Mule ESB and subscriptions of our enterprise version among companies I would describe as mid-market. So, I decided to read further and try to learn more. (more…)

Our Open Source Contributions Beyond Mule: Tomcat, Ubuntu, and Debian

Tuesday, February 16th, 2010

Recently, while working with Canonical, the commercial sponsor of Ubuntu, an opportunity came up for us at MuleSoft to take on open-source community work to improve the Ubuntu Tomcat 6 package. Having spent several years administering the most popular Tomcat Internet Relay Chat channel, I’ve gathered lots of feedback from Tomcat users about what they had difficulty with, and the changes I had to offer turned into implementation work.
(more…)

GlassFish Users: Where to go next?

Tuesday, February 2nd, 2010

In early days of my career, Sun Microsystems was the company we all looked towards. No other company innovated as much in hardware and then in software as Sun Microsystems did. In fact, Apache Tomcat started as a project at Sun. I would have guessed in the early 90s that Sun would buy Oracle – oh well, how times change.

Oracle has a daunting task ahead of integrating some amazing technologies they acquired from Sun Microsystems. Several important and critical technology pieces such as MySQL, NetBeans, and the whole Java community need careful attention. It is only natural then that some other products might not get an equal amount of TLC from Oracle executives. (more…)

Apache Releases Tomcat 6.0.24 – Whats New

Thursday, January 21st, 2010

The new stable release of Tomcat 6.0.24 represents six months of open source software development. Version 6.0.24 includes a small number of new features, plus a large amount of important bug fixes and enhancements. This release is an incremental bug fix release, but the number of fixes included in this release is high. (more…)

Research Report Confirms Shift to Apache Tomcat

Friday, December 18th, 2009

The move from big legacy Java EE application servers such as IBM WebSphere and Oracle WebLogic to Apache Tomcat is accelerating, according to a recent Tomcat survey that MuleSoft drove in collaboration with Computerworld.

(more…)

Come see us at Oracle OpenWorld!

Tuesday, October 6th, 2009

Join us in booth 1833 (South Hall) at Oracle OpenWorld,  to experience firsthand the simplicity of MuleSoft Tcat Server and the enterprise-class features that make it “Tomcat with superpowers.”

(more…)

Revamping the XMPP transport

Thursday, September 17th, 2009

Some time ago I wanted to do a Mule demo. I’m a Jabber fan so I wanted to use the XMPP transport for the demo.

I soon found out that the XMPP transport in its current form doesn’t work with real world Jabber servers any more. SSL connections are negotiated through TLS now and authentication seems to involve SASL – two things that the outdated smack version we’re using for the XMPP transport cannot currently do.

So I decided to not only update the library but rather make the config of the transport more user friendly.

(more…)