|

SPDY Sample App

SPDY is a project looking to boast web performance by utilizing the old good HTTP. Established in 2009, SPDY is still considered an experimental protocol supported by a limited number of browsers. The project is fairly well documented and there are examples highlighting the core concepts. When playing with SPDY features, I realized I needed…

Process Automation Example – Part 2: Workflows via Activiti

This is the second and final part of the process automation example. After elaborating on basic configuration and testing it is on time I touched the key feature, the workflow management based on Activiti, a light-weight BPMN process engine. Just a brief refresher, the example is a simple incident tracking system. Details can be found…

Workflows Made Easy

Enterprise applications centre around workflows. Old news, I know. Yet, I have not seen that many projects which would tackle complex business logic with elegance and transparency much appreciated when it comes to product maintenance. It is not that developers fail to organize and document their code. The challenge lies in dealing with constantly changing…

|

Mobile Apps on Spring

Once again, I could not resist the temptation to get some hands-on experience with another goody of Spring’s. Spring Mobile has been around for a good while and much has been said about it already. Thus this post remains concise and focused on specific features. I took a closer look at device resolution and site preference…