Convert Any Image to HTML5 Canvas

Even before talking about the technicalities of converting an image to a canvas element, check out the demo! DEMO input any image URL there and hit the convert... Read all

Replacing Query String Elements in C# .NET and JavaScript

While writing list navigation and search features in websites today there is a constant need to find/replace and play with query string elements, so that you... Read all

Top 10 Causes of Java EE Enterprise Performance Problems

Performance problems are one of the biggest challenges to expect when designing and implementing Java EE related technologies. Read all

Replacing a JSON Message Converter With MessagePack

You may be using JSON to transfer data (we were using it in our message queue). While this is good, it has the only benefit of being human-readable. If you... Read all

PHP objects in MongoDB with Doctrine

Read all

Track a Moving Ball in Real Time using HTML5 and JavaScript

This is an experiment for a real-time tracking of a football match using only web technologies. In this case I’ve chosen to track a football match from Futbol... Read all

Gentle introduction to WADL (in Java)

WADL (Web Application Description Language) is to REST what WSDL is to SOAP. The mere existence of this language causes a lot of controversy (see: Do we need... Read all

Simplifying the Data Access Layer with Spring and Java Generics

1. OverviewThis is the second of a series of articles about Persistence with Spring. The previous article discussed setting up the persistence layer with Spring... Read all

Reusing Generated JAXB Classes

In this post I will demonstrate how to leverage the -episode XJC extension to reuse classes previously generated from.an XML schema. This is useful when an XML... Read all

Building a RESTful Web Service with Spring 3.1 and Java based Configuration, part 2

1. OverviewThis is the second of a series of posts about setting up a RESTful web service using Spring 3.1 with Java based configuration. The first post of the... Read all

 

 

 

 

Top