Keep your desktop in the web using Web OS

webtop Web desktop otherwise known as Web OS (Web Operating System) is now one of the easiest way of keeping your personalized desktop environment online in the web. Web OS can also be called as Webtop or web desktop which allows the users to keep their desktop just by using a browser or by using a client application. Its nothing but the operating system running through your browser on a remote machine. You can upload and keep your files online using Webtop and can access them wherever you go as long as you have Internet connection.

→ continue reading

November 7th, 2008 | Leave a Comment

Junit best practices

junit In any SDLC (Software Development Life Cycle) testing plays a major role to make the end result defect free. Defect free is bit harsh to say from customers point of view so lets write it as end result with less defects. Not every software product that comes out today. is defect free and to over come this scenario test driven environment becomes inevitable. Unit testing (testing individual units of code) is very important irrespective of the programming language the application is being developed. When it comes to java,Junit is the widely used open source unit testing framework.

→ continue reading

November 3rd, 2008 | 1 Comment