Feeds

Categories

Archives

Handling multiparts in Restful applications using Jersey

Multipart API in Jersey was made available by Craig in the recent 1.0.1 release. This API provides a simple mechanism to read and write body parts from within a restful application. Lets walk through a simple project resource which processes two parts, one JAXB bean and other an image. Add the following jersey maven dependencies [...]

Chrome chemistry works better with public release

Chrome incubates from beta to a stable release in just 100 days after its public beta launch. Chrome has become more stable and fast which is why I have been using it most often these days. It has fixed tons of bugs according to the sources. This release has at least fixed two of my [...]

Spring Framework 3 reaches milestone1

Spring Framework 3.0 M1 was released last week during the SpringOne Americas event, which looks very promising with EL and REST becoming top themes. Lot of coverage on the event has been blogged, and you can find one of my favorite entry by Solomon here. Juergen outlines some of the new features implemented in this [...]