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 [...]

Jersey 1.0 final ships – production quality RI for JSR 311 API

Today, Paul announced in his blog about the availability of Jersey 1.0. I have been waiting for this release like many others. The Jersey team delivered a pretty solid implementation and this implementation has been tested by the user community to a greater extent. This project can be considered as a blueprint for similar JSR [...]

Apple Safari, Google Chrome, call it bizarre

I was trying to download IBM Development Package for Eclipse. I was using Chrome all these days since its launch, apart from Firefox, IE. I always had a good impression about the newbie Chrome so far. But, its inability to open a secure web site shattered my first impression with Chrome. But, this is still [...]

Win your dreams beyond stealth mode

I was reading Paul Graham’s essay “A Fundraising Survival Guide” in which, he outlines some of the key factors which helps in keeping fund raising dreams for startups beyond stealth mode. I thought of highlighting these techniques in this post simply because they were very concise and demanding. 1. Have low expectations. 2. Keep working [...]

Yahoo Search Restful Client using Jersey

Yahoo Search provides a RESTful interface for web search. Of course this service is been there for a while. I was just curious to use Jersey Client to play around with the Yahoo REST service. It opens up a world of possibilities for building applications around these services in Java. Let us invoke the web [...]

Programming SSL for Jetty based CXF services

It has been a wonderful week with my ramblings with CXF and SSL. But, it all ended up in good mood. Sometimes, it is so hard to find how to use certain features with CXF. I am a great fan of CXF because of its simplicity and intuitive feature set. It provides an array of [...]

Independence day Fire Works in Heights, just say Wow!

Fire flies treat for your eyes only. Possibly Related Posts: Chrome chemistry works better with public release Spring Framework 3 reaches milestone1 Apple Safari, Google Chrome, call it bizarre Win your dreams beyond stealth mode Black out on Jan 16

JavaOne 2008 presentations are online

For those who missed JavaOne this year, Sun has published the conference slides here a month later. I find these very useful especially for Java geeks as it provides an opportunity to learn some of the technical advancements around the Java platform and the momentum around the technology is healthy. My top contenders this year [...]