What is a thin client?
A thin client is a lightweight interface to the application that does not have such operations like query databases, execute complex business rules, or connect to... Read more »
A thin client is a lightweight interface to the application that does not have such operations like query databases, execute complex business rules, or connect to... Read more »
Following are the types of J2EE clients: * Applets * Application clients * Java Web Start-enabled rich clients, powered by Java Web Start technology. * Wireless... Read more »
An EAR file is a standard JAR file with an .ear extension, named from Enterprise ARchive file. A J2EE application with all of its modules is delivered in EAR file. Read more »
JTA is the abbreviation for the Java Transaction API. JTS is the abbreviation for the Jave Transaction Service. JTA provides a standard interface and allows you... Read more »
JAXP stands for Java API for XML. XML is a language for representing and describing text-based data which can be read and handled by any program or tool that uses... Read more »
The J2EE Connector API is used by J2EE tools vendors and system integrators to create resource adapters that support access to enterprise information systems that... Read more »
The J2EE platform uses a multitiered distributed application model. Application logic is divided into components according to function, and the various application... Read more »
The main technologies in J2EE are: Enterprise JavaBeansTM (EJBsTM), JavaServer PagesTM (JSPsTM), Java Servlets, the Java Naming and Directory InterfaceTM (JNDITM),... Read more »
Socket and ServerSocket. ServerSocket is used for normal two-way socket communication. Socket class allows us to read and write through the sockets. getInputStream()... Read more »
A web module may contain: a) JSP files b) Java classes c) gif and html files and d) web component deployment descriptors Read more »
These files are simply zipped file using java jar tool. These files are created for different purposes. Here is the description of these files: .jar Files: These... Read more »
1. Application client module 2. Web module 3. Enterprise JavaBeans module 4. Resource adapter module Read more »
A first-tier J2EE client component that executes in its own Java virtual machine. Application clients have access to some J2EE platform APIs. Read more »
A container that supports application client components. Read more »
A software unit that consists of one or more classes and an application client deployment descriptor. Read more »
A vendor that provides the Java classes that implement components’ methods, JSP page definitions, and any required deployment descriptors. Read more »
An XML file used to configure resources for a JavaServer Faces application, to define navigation rules for the application, and to register converters, validators,... Read more »
A Java-based build tool that can be extended using Java classes. The configuration files are XML-based, calling out a target tree where various tasks get executed.... Read more »
Internet Inter-ORB Protocol. A protocol used for communication between CORBA object request brokers. Read more »
An environment for developing and deploying enterprise applications. The J2EE platform consists of a set of services, application programming interfaces (APIs),... Read more »