What is the Pramati Server made up of?
What is the Pramati Server made up of?
The Server infrastructure comprises of:
- A Web Container with JavaServer Page (JSP) compiler and servlet engine for serving dynamic content, and an HTTP Server for serving static HTML pages, with failover and load balancing support.
- An Enterprise JavaBeans Container for all types of EJBs, including Message Driven Beans (MDBs), and entity relationships with failover and load balancing support.
- An embedded Message Server, with a high availability failover option.
- A core services framework, that allows to plug-in services like security, naming, resource, and transaction, and is optimized for reliability and high performance.
- A high performance Cluster Service backbone that extends transparent, self-organizing load balancing, and failover for all types of components running on the nodes.
- Java Management Extension based (JMX-based) management model powers remote monitoring and configuring of the Server using the Console.
- An EJB-aware Swing-based Deploy Tool for configuring, distributing, and deploying J2EE applications on the Server nodes.
What are the features of the Pramati Web Container?
The Pramati Web Container provides a runtime environment for serving static HTML pages, dynamic JSPs, and servlet components. The Pramati Web Container includes a JSP compiler, servlet engine, and a high-throughput HTTP Server, and provides the following features:
- Compliance to JSP 2.0 and Servlet 2.4 specifications
- Hot deployment of updated Web components
- Multiple deployment options
- An enhanced throughput by extensive object pooling and caching
- An optimizable session maintenance with advanced session storage and retrieval mechanism
- Enhanced HTTP Server performance through static-file caching
- Session tracking using URL rewriting and cookies
- Enterprise level security and SSL support with client authentication capability
- Pluggable JSSE providers
- A DNS-based virtual hosting architecture
- Direct doc-root pick-up for unit deployment of JSPs, Servlets, or HTML pages
- A software load balancer
- An HTTP-aware commercial grade load balancer based on weighted round-robin algorithm
- Can be configured using the Console
- Dynamic Cache Service including:
- Rules-based caching of dynamic content
- Pluggability to Request Dispatcher and Web Server
- Web Server security including:
- Protection against DoS/DDoS
- Request header processing
- JAAS wrapper for deployed applications
For further details, read Configuring Pramati Web Server.
What are the features of the Pramati Enterprise JavaBeans?
The Pramati Server EJB Container provides a robust runtime environment for deployment and execution of all EJB components. It supports all Enterprise JavaBeans 2.0 features and the advanced Timer and Notification Service coming up in EJB 2.1 specification. To improve the concurrent access for entity EJBs, the Container can defer locking services to the corresponding database. The EJB Container manages concurrent access to an entity bean in such a way that data corruption is completely avoided.
Other highlights of the EJB Container are:
- All types of beans and their interfaces are supported - stateful and stateless session beans, CMP entity beans, Container Managed Relationships (CMRs), Message Driven Beans (MDBs), EJB QL, home/remote local/local home interfaces, and re-entrant beans
- Session synchronization
- Local and remote entities
- Pass-by-value semantics
- Pass-by-reference semantics
- Auto pool size configuration with pre-defined Low Activity Intervals (LAIs)
- EJB QL compiler and SQL converter
- EJB select methods
- Support for all types of relationships
- Support for home business methods
- Cascade deletion
- Customizable bean lifecycle support
- Message Server integration for a high-performance, scalable implementation
What are the features of Pramati Java Message Service?
The Message Server embedded within the Server is an integral part of the enterprise application architecture, and transparently offers all JMS services within the J2EE framework. With an embedded Message Server running, administrators need not separately re-configure the application server for Message Server and MDB applications.
The embedded Message Server is built to JMS 1.0.2 specifications, and supports:
- Distributed transactional messaging through XA implementation
- Guaranteed message delivery
- Point-to-point and publish-subscribe models
- Persistent messaging for retrieval using durable subscribers in case of sudden server shutdown
- Configurable administered objects such as message and queue size, and queued message time-outs
- Optimized Message Server load and performance
- Distributed messaging through firewalls
- Web-based management of administered objects
- Loaded Send feature where the Message Server provides a way to store messages in a temporary store table to avoid keeping many messages in-memory, thus optimizing memory and increasing scalability and reliability
What are the features of Pramati Message Driven Beans?
The Server EJB Container supports MDBs that are stateless, server-side, transaction-aware components. These MDBs can be used for processing asynchronous messages. Introduced in EJB 2.0, MDBs process messages delivered by the Message Server.
With Pramati Server embedded Message Server or any externally configured Message Server, you can:
- Deploy and run MDBs in Pramati Server EJB Container
- Initiate and complete transactions using MDBs
- Connect to, and modify databases triggered by these beans
What are the Standard Compliances provided by Pramati?
The following table lists the standard compliance provided by the Server with respect to J2EE Technologies:
Table 1: Standard Compliance
| Standard |
Version |
| Java 2 platform, Enterprise Edition | 1.3 |
| Enterprise JavaBeans | 2.0, with Timer and Notification Service from EJB 2.1 |
| JavaServer Pages | 1.2 |
| Servlets | 2.4 |
| Java Authentication and Authorization Service | 1.0 |
| Java Secure Socket Extension | 1.0.2 |
| Java Message Service | 1.0.2 |
| Java Connector API | 1.0 |
| Hyper Text Transfer Protocol | 1.1 |
| Java Activation Framework | 1.0 |
| Java Database Connectivity | 2.0 Standard Extension |
| Java Naming Directory Interface | 1.2 |
| JavaMail | 1.1 |
| Java Management Extensions | 1.0 |
| Java Transaction API | 1.0 |
| Java XML Processing API | 1.1 |
| Remote Method Innovation/Internet Interoperable Object Protocol | - |
Related Topics:
|