What is the CTS, and how does it relate to the CLS?
CTS = Common Type System. This is the full range of types that the .NET runtime understands. Not all .NET languages support all the types in the CTS. CLS = Common... Read more »
CTS = Common Type System. This is the full range of types that the .NET runtime understands. Not all .NET languages support all the types in the CTS. CLS = Common... Read more »
The CLI (Common Language Infrastructure) is the definiton of the fundamentals of the .NET framework - the Common Type System (CTS), metadata, the Virtual Execution... Read more »
The process by which the contents in the memory of one physical m/c are replicated in all the m/c in the cluster is called in-memory replication. Read more »
The process of propagating the changes in the properties of a server group during runtime to all the associated clones is called Ripple Effect. Read more »
The copies of a server group are called Clones. But unlike a Server Group Clones are associated with a node and are real server process running in that node. Read more »
There are two types of scaling: Vertical Scaling and Horizontal Scaling. Vertical Scaling - When multiple server clones of an application server are defined on the... Read more »
A server group is a template of an Application Server(and its contents) i.e, it is a logical representation of the application server. It has the same structure... Read more »
It must be abstract class. The container extends it and implements methods which are required for managing the relationships Read more »
Following are some of the main features supported in EJB 2.0: 1. Integration of EJB with JMS, 2. Message Driven Beans, 3. Implement additional Business methods in... Read more »
We can use the Java 2 Platform, Enterprise Edition Client Access Services (J2EETM CAS) COM Bridge 1.0, currently downloadable from Sun Read more »
Entity beans that have container-managed relationships with other entity beans, must be accessed in the same local scope as those related beans, and therefore typically... Read more »
Enterprise beans make use of the services provided by the EJB container, such as life-cycle management. To avoid conflicts with these services, enterprise beans... Read more »
A ‘fine grained’ entity bean is directly mapped to one relational table, in third normal form. A ‘coarse grained’ entity bean is larger and more complex,... Read more »
EJBDoclet is an open source JavaDoc doclet that generates a lot of the EJB related source files from custom JavaDoc comments tags embedded in the EJB source file. Read more »
An entity bean represents persistent global data from the database; a session bean represents transient user-specific data that will die when the user disconnects... Read more »