Latest Articles

Setting Up SSL on Tomcat In 3 Easy Steps

September 12th, 2007 / 80 Comments »

Setting up SSL on Tomcat is easy and you don’t have to do much for converting your web application to work with the Https protocol. But however, the problem you would find to set up SSL is the documentation available over the web. The documentation source is available on the Apache site but it starts […]

Google Reader Search Goes Live!

September 6th, 2007 / 1 Comment »

Google seems to read people’s minds and to truly show how it cares for the ones seeking online information, it makes striking revelations in its new avatar of Google Reader. The new features include the stunning new and much awaited feature - Feed Search and a collapsible sidebar separator. On a personal note I had […]

And I thought I Knew How Java Worked!

September 3rd, 2007 / 4 Comments »

I did till today, and realized that many concepts are still unknown to me as well as some of my friends who have worked on Java EE for a long time now. I have learnt many frameworks along the course from the day I started my professional work in J2EE (now christened JEE). Java […]

What Do You Dream For In An IDE?

August 28th, 2007 / 5 Comments »

I had raised my concerns over using Eclipse Europa in my earlier article in which I had mentioned my discomfort in the use of Eclipse for doing a Java EE web application. For my post I got many comments from various people, some who empathized with me, some who were with me in using […]

Eclipse Europa Has Ruined My Day

August 26th, 2007 / 38 Comments »

Yesterday I woke up with a fresh mind to start my day by learning something useful. I had the aim to learn Spring Framework. So with this in mind I sat before my machine and decided to plan what to do for getting started in spring. I had downloaded Eclipse Europa a couple of […]

Working With JAX-WS in JDK 1.6

August 19th, 2007 / 2 Comments »

I had created a web service client from an online web service while learning it for the first time and then had written a tutorial on creating a client with JAX-WS and JAXP. At that time I had JDK 1.5 and JWSDP 2.0 pack for web services.
I tried today working in JDK 1.6 and to […]

JAX-WS + JAXP Tutorial - Building A StockQuote Web Service Client

August 15th, 2007 / 6 Comments »

In this tutorial you will learn how to make a standalone Web Service client using JAX-WS. JAX-WS and JAXP API together, provide an easy way to develop a web service client. This tutorial makes use of an existing online web service instead of creating one from scratch just for making a client. For this tutorial […]