hot-topics mule and the cloud what's new in mule 3 apache tomcat tips and tricks developer tools

REST @ Buenos Aires

Mariano Capurro on Friday, December 10, 2010

We are certainly sure that Juergen Brendel (RESTx father) didn’t come to Argentina to rest . Besides his work in Mule ESB, he was able to share his knowledge in RESTful Web Services (and Python) with the Mule Community down here.

Speak JavaScript? RESTful web services are belong to you!

David Dossot on Friday, September 3, 2010

If you’ve evaluated RESTx, our brand new platform for building RESTful web services, you’ve certainly noticed its Python-Java hybrid nature. Indeed, besides its vocation of being the simplest way to create RESTful web services, RESTx has been designed with the idea of letting programmers use their favorite JVM language when creating resource components. So far, we [...]

RESTx version 0.9.4: JavaScript everywhere, MIME types and more

juergen.brendel on Wednesday, September 1, 2010

Version 0.9.4 of RESTx – the fastest way to create RESTful web services – has just been released. The main features introduced by this version are the ability to write components in server-side JavaScript, the addition of a JavaScript client library and much improved handling of content types for input and output. You can download [...]

Laying the foundation for RESTful web services

juergen.brendel on Wednesday, August 4, 2010

Ever now and then you find a new piece of software or feature, which ends up changing the way you work, saving you time and just overall making things easier for you and your organization. We think that the RESTx project with its new 0.9.2 release gains such a feature. We call it “specialized components”. What [...]

RESTx version 0.9.2 released

juergen.brendel on Monday, August 2, 2010

Today we are happy to announce the release of version 0.9.2 of RESTx – the fastest and simplest way to create RESTful web services. Besides the usual, numerous small improvements and fixes there are also a number of exciting major new features and capabilities:

Screencast: From install to RESTful resource in less than 3 minutes

juergen.brendel on Tuesday, July 20, 2010

We have put up a screencast that shows you how to get started with RESTx, our platform for the rapid, easy creation of RESTful web services. RESTx allows developers to contribute data access, integration and processing components in Java or Python, using a very simple API. Then, with nothing more than a browser and a [...]

Easily optimizing Python: Extending with Java

juergen.brendel on Monday, July 19, 2010

Our RESTx project – a platform for the rapid and easy creation of RESTful web services and resources – is largely written in Python. Python is a dynamic, duck-typed programming language, which puts very little obstacles between your idea and working code. At least that’s the feeling I had when I started to work with [...]

Super simple data integration with RESTx: An example

juergen.brendel on Tuesday, July 6, 2010

Most people who ever worked in real-world data integration projects agree that at some point custom code becomes necessary. Pre-fabricated connectors, filter and pipeline logic can only go so far. And to top it off, using those pre-fabricated integration logic components often becomes cumbersome for anything but the most trivial data integration and processing tasks. [...]

Introducing RESTx: A new, simpler way to integrate and publish data

juergen.brendel on Tuesday, June 29, 2010

We are happy to introduce RESTx, a new open source project from MuleSoft. We believe that RESTx is quite simply the quickest and easiest way to create RESTful resources and RESTful web services in your enterprise or in the cloud, to integrate data and to make your data ready to be integrated.

Dynamic App Runtime Updates in Mule

Ken Yagen on Tuesday, February 23, 2010

Mule community member, author, and consultant Eugene Ciurana recently discussed a technique for extending or modifying the run-time code in Mule without stopping the server, greatly reducing development time for Mule apps.