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

Taking a Rest from Code Camp 2010

Ken Yagen on Monday, October 11, 2010

Code Camp continues to grow by leaps and bounds each year. For those not familiar with Code Camp, it’s an all volunteer run conference at Foothill College each October and is on version 5.0. It lasts the whole weekend and this year over 3000 people registered and over 1900 ended up spending their weekend attending [...]

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 [...]

The value of APIs that can be crawled

juergen.brendel on Wednesday, August 11, 2010

Recently, there was an interesting article on ReadWriteWeb questioning the long term effect of the proliferation of public APIs, versus merely offering crawlable data. On one hand – the article argued – APIs offer a great deal of control to the publisher and they are great for access to real-time information. On the other hand, [...]

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 [...]

Turbo charging front-end development with user-created RESTful resources

juergen.brendel on Wednesday, July 14, 2010

In this article, I will show you how RESTx – an open source project for the creation of RESTful web services and RESTful resources – allows front-end developers to quickly and easily make their own data resources, without having to rely on the back-end server team for every new requirement.

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. [...]