Archive for the 'JSR 311' Category
Problems with Jersey, REST, JSON and UTF-8 [Update]
2 Comments Published March 22nd, 2008 in JSR 311, Javascript, Jersey, REST, UTF-8, UnicodeUTF-8 is always a problem. Unbelievable. 2008 and we still haven’t fixed this. One of my current projects is a Javascript frontend with a REST backend. The backend stores to MySQL (a famous UTF-8 trouble maker) and creates JSON to REST calls. The problems starts with UTF-8 characters. Somewhere in the callchain - as always […]
Adding Web Beans JSR 299 to Jersey for REST
3 Comments Published February 25th, 2008 in JSR 299, JSR 311, Java, Jersey, REST, Web BeansWhile playing with Web Beans I thought it would be nice to add Web Beans support to Jersey. Jersey is a JSR 311 implementation for RESTful web services in Java. Though it has taken some flak, I - and others - think it’s easy to use. Because it’s easy in Jersey to control the creation […]