SSL enabled RESTful services are quite easier to develop and test using Jersey, Grizzly and RestTemplate. Jersey (resource development) Grizzly Web Server (resource configuration and deployment) Spring 3 RestTemplate backed by Commons HTTP Client (resource access) In a moment, you will notice how all these nicely fit the bill. Let us start with the POM … Continue reading Accessing RESTful services configured with SSL using RestTemplate
Category: Security
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 … Continue reading Chrome chemistry works better with public release
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 … Continue reading Programming SSL for Jetty based CXF services