Archive for April 6th, 2008

Hibernate Performance Tuning »

Performance is one the most important issues in applications.Application Performance depends on a variety of parameters which must be mentioned carefully to prevent bottle nakes in the application.
Performance-tuning your application should first include the most obvious settings,
such as the best fetching strategies and use of proxies.
This is an article about how to tune our hibernate […]

How to Rest ?! »

This is an article about REST (Representational State Transfer) which gives you the knowledge of developing enterprise applications with SOA as a loosely coupled approach but without getting involved with SOAP and its complexities.This article consists of the following sections:
- Definitions
- Example: Authentication Service
- Authentication Web Service
- Authentication Client
- XML Transformation
- […]

Weblogic Clustering »

Clustering creates an illusion — it permits the deployment of application components and services to several machines while presenting only a single face to the client. There are good reasons to support this illusion. When a client requests a service, it should make no difference if the service runs on a single server or across […]