CLIENT SERVER :In client server application you have two
different components.Application is loaded on server
machine while the application exe on every cli...
There are three types of modules in Oralcle Forms :
Form Module - A collection of objects and code routines
Menu Module - A collection of Menus( a main menu a...
JSP pages preferred API for creating a web-based client program because no plug-ins or security policy files are needed on the client systems(applet does). Also...
J2EE components are packaged separately and bundled into a J2EE application for deployment. Each component, its related files such as GIF and HTML files or serv...
No, It depends on type of application that client wants. A J2EE application can be web-based or non-web-based. if an application client executes on the client m...
An EJB client JAR file is an optional JAR file that can contain all the class files that a client program needs to use the client view of the enterprise beans t...
A software unit that consists of one or more J2EE components of the same container type and one deployment descriptor of that type. There are four types of modu...
An XML file provided with each module and J2EE application that describes how they should be deployed. The deployment descriptor directs a deployment tool to de...
The application client module contains:
. class files,
. an application client deployment descriptoor.
Application client modules are packaged as JAR files w...