Wednesday, February 13, 2008
Friday, June 29, 2007
How to setup Virtual Hosting with Apache
Web servers are hosts that deliver files to applications or web pages to browsers via the HTTP protocol. The interaction of the web server with the browser is termed as host-client relationship. If the web server is used only to host a single site it is called a dedicated server. Dedicated servers are used for hosting big websites which handle a large amount of traffic.More>>
Labels: Apache, Http Server
Server Side Includes in Apache
Server Side Includes (SSI) directives are a type of HTML comment that instructs the web server to generate data dynamically for the web page or the client when it is requested. SSI directive is an effective method in case of adding small amount of dynamic contents to HTML pages.More>>
Labels: Apache, Http Server, Server Side Include, SSI
Wednesday, June 27, 2007
How to setup PHP module into Apache server

Apache web server is an open source web server that can be freely downloaded from http://httpd.apache.org/download.cgi . A web server is a program that delivers files to the application or web pages to the browsers via HTTP protocol.
PHP, an acronym for PHP: Hypertext Preprocessor, is a open source server-side scripting language that is designed for creating dynamic web pages. It can be freely downloaded from http://www.php.net/downloads.php. read full article
Labels: Apache, Http Server, PHP, Planetoss.com
Friday, June 15, 2007
Introduction to Java Server Faces(JSF) Core Tags Library
Labels: Apache, JSF, JSF Converter Tags, JSF Core Tags, JSF Framework, MVC, Web Framework
Friday, June 08, 2007
Ajax support in struts 2.0

Ajax or Asynchronous JavaScript and XML was introduced by Jesse James Garrett in 2005. He is called the “Father of Ajax” .Ajax is a collection of concepts and technologies that allows richer and more interactive user interaction with the web applications. The Ajax engine allows the user’s interaction with the application to happen asynchronously — independent of communication with the server. So the user is never staring at a blank browser window and an hourglass icon, waiting around for the server to do something.read full article
Labels: AJAX, Apache, J2EE, Java, MVC, Struts 2.0, Web Framework, WebWork
Wednesday, May 30, 2007
Struts 2.0 Introduction and Validations using Annotations
Labels: Annotations, Apache, Java 5.0, MVC, Struts 2.0
Sunday, May 20, 2007
Introduction to Java Server Faces
Labels: Apache, Java Server Faces, JSF, JSF Framework, MVC, MyFaces, Sun, Web Framework
