nav-left nav-right

JavaScript Tutorial

Deploying Java Web App : Creating war file with JDeveloper

August 17, 2009

I’ve started with JDeveloper, its a simple and fast IDE for developing Java both JSE as well as JEE. JDeveloper is a product of Oracle and is available free of charge. You’ll need to register first before you can download it from the website. The 2 minute exercise is worth it. After making a web application using [...]

You, Me hear this all the time : AJAX

April 13, 2009

What is AJAX? AJAX started out as an acronym invented a couple of years ago. Microsoft invented something called XML HTTP request. It was a little hard to describe and explain to people so AJAX was coined as Asynchronous JavaScript and XML. This means is that JavaScript communicates with the server and gets the information [...]

What is JavaScript

April 13, 2009

JavaScript a programming language that adds interactivity to web pages. It enables you to create dynamic pages. Its a scripting language. It simply means it doesn’t require any compiler.