Daily Archives: May 7th, 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 …
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. …