Monthly Archives: May, 2010

Creating an enterprise application project in Eclipse (J2EE)

Enterprise application projects contain references to the resources needed for enterprise applications and can contain a combination of Web modules, JAR files, connector modules, EJB modules, and application client modules. An enterprise application project is deployed in the form of an EAR file, and is therefore sometimes referred to as an EAR project. The modules …

Read more »

iBasic : Object Oriented Programming

Object Oriented Programming OOP: Object oriented programming as an approach that provides a way of modularizing programs by creating partitioned memory area for both data and functions that can be used as templates for creating copies of such modules on demand. Striking features of object-oriented programming are : Emphasis is on data rather than procedure. …

Read more »

Installing tomcat on ubuntu

Installing Tomcat on Ubuntu Before you install Tomcat you’ll want to make sure that you’ve installed Java. I would assume if you are trying to install Tomcat you’ve already installed java, but if you aren’t sure you can check with the dpkg command like so: This should give you this output if you already installed …

Read more »

Disable browser’s auto suggestion

It’s very much simple. Just add following properties into form element or input element. autocomplete=”off”

Read more »

Follow

Get every new post delivered to your Inbox.