Deals with Petals ESB, Petals Suite, SOA, PetalsLink…
In: java
20 Dec 2011I have 2 applications that should work together. These applications are end-user applications. The link between them is in fact the system’s clipboard (this is a Windows 7′s use case, but it might be encountered on other platforms). Basically, the idea is that the user selects an image in the first application and copies it [...]![]()
One more time, one more tiny (and maybe useful in some cases…) application with Play!. WTF, my server is dead again!? This app is a simple heartbeat manager looking at remote HTTP services and notifying you by email when something becomes unreachable. It uses the background Job feature of the Play framework and just does … Lire la suite →![]()
… or less! Heroku is defined as a “Cloud application platform”. I just want to redefine it to “Awesome Cloud application Platform”. So, this awesome platform provides a way to host and scale your application in the Cloud really easily with 3 or 4 commands… Since I am currently working on my talk at #OW2Con … Lire la suite →![]()
In: Christophe Hamerling|java|Petals ESB|Petals ESB|petalslink
13 Oct 2011Almost true… In fact Petals DSB uses and extends Petals ESB in several ways. When I started to think about extending the Enterprise Service Bus, it was just to avoid all the JBI stuff at the management level i.e. use a real, simple and efficient API. So I added many management stuff exposed as Web … Lire la suite →![]()
Story, code, compare Yet another ‘nightly project’ (thanks to current house build project and the lack of sleep it brings). This time I needed to be able to manage the so-famous Service Bus from some Web enabled tooling. I already developed such tool in a research project but the fact is that the licence of … Lire la suite →![]()
The Context In the previous post I was introducing some tests I did with Play Framework and Web sockets. To summarize, it was just ‘about’ receiving messages on the Play! application and pushing them to the browser. This time, let’s go one step forward: Let’s add some infrastructure stuff to do something more real… In … Lire la suite →![]()
I spent one hour playing with the [Play Framework](http://playframework.org) and WebSockets in order to push some (SOAP) messages received on some Web services hosted by the Play application to the clients browser. The result is really amazing: We can simply push these SOAP messages to clients in less than 100 lines of code. There are … Lire la suite →![]()
In: Christophe Hamerling|java|Petals ESB|Petals ESB|petalslink
1 Sep 2011Let’s introduce what it means… While Petals ESB does not provide any solution to invoke services directly from the kernel/component Java code, the DSB now provides a solution for that… By using this DSB feature, we can really use the power of service oriented architecture directly in our code. No more direct calls to services, … Lire la suite →![]()