Home arrow Apache
 

APACHE HELP, APACHE TUTORIALS, APACHE ARTICLES, APACHE INFORMATION

RSS For Dev Shed
Apache is a multi-platform open source HTTP web server for BSD, Linux, Unix, and even Windows systems. It is the most popular web server in use, against which all other web servers are compared. It easily handles static and dynamic content, boasts several GUI interfaces, and is highly customizable thanks to the many modules that extend its core functionality. From installing Apache to hardening it against attacks, you can find the Apache information you need right here.

  Date Title Author Hits
  05-21-07 

Apache Tapestry: ASO and More Components

Alexander Kolesnikov 48041

We shall continue working on the CelebrityCollector application. The next step is to create a page for adding a new celebrity. While we create that page, I will introduce you to three more components that will add new capabilities to our application and help us get around certain problems.

  05-14-07 

Apache Tapestry and DirectLink, IoC and DI

Alexander Kolesnikov 34433

Previously we began building our CelebrityCollector application. But right now it is a hollow shell. In this article we will use several new Apache Tapestry components to help us start filling in the details.

  05-09-07 

Making a CelebrityCollector with Apache Tapestry: the For Component

Alexander Kolesnikov 52865

We are going to start a new project today, named CelebrityCollector. At first it will be very simple, but in the following articles we’ll be adding more and more functionality to it. Of course, the purpose at this stage of study is not to build a real-world application but to meet different Tapestry components and to learn various important concepts.

  05-08-07 

Apache Tapestry and Listener Methods, Conditional Components and PageLink

Alexander Kolesnikov 50130

Today we continue to explore some of the most fundamental concepts of Tapestry while building one of the simplest Java Web applications. In the previous part of this tutorial we became familiar with properties of Tapestry pages and different ways to configure them. Now we’ll look into the details of writing listener methods.

  05-07-07 

The Properties of Tapestry Pages

Alexander Kolesnikov 53859

In the previous part of this tutorial we started to build a new project, GuessTheWord. The project is very simple, but we are going to spend a lot of time working on it and experimenting with it. This is because the main aim is to learn a lot about the most basic concepts of Tapestry. For every important concept, I want to show you a number of options as to how it can be implemented and explain which option is good for what.

  04-30-07 

A Closer Look at Simple Components in Apache Tapestry

Alexander Kolesnikov 46006

In the previous article, we took a look at some of the components that are used most often in Tapestry applications, and learned some important concepts related to them. At the end, we found that we needed three components for our example application. In this article, we will configure those components. We will also learn how to disable caching.

  04-23-07 

Introducing Simple Components in Apache Tapestry

Alexander Kolesnikov 109006

In the previous article, you witnessed the interplay between a Tapestry page and its components (granted, we had only one simple component there, but you get my point). Page class, when rendering its page, finds any components mentioned in the template and asks those components to display themselves, as they know better how to do that. Components, in their turn, might need some information to display themselves, and they ask the page class to provide the necessary information by calling some of its methods.

  04-17-07 

Creating Your First Tapestry Project

Alexander Kolesnikov 136254

In the previous article, we began moving from theory to practice by preparing our work place and setting up our system. In this article, we actually get our hands dirty (at least figuratively) by building our first Tapestry project.

  04-11-07 

Book Review: The Apache Modules Book

Dan Wellman 14766

The Apache Modules Book is the latest open-source software development book from Prentice Hall. The book forms part of the Open Source Development Series from Prentice Hall, which includes other titles such as Understanding AJAX and Embedded Linux. Dan Wellman looks at this book chapter by chapter to see whether it's a worthy addition to an open source developer's library.

  04-10-07 

Preparing the Workspace for Apache Tapestry

Alexander Kolesnikov 57549

In the previous article of this series I explained, in the historical perspective, why Tapestry is a very attractive and advanced framework for building Java Web applications. Now we are moving from theory to practice. But before doing anything, we need to prepare the workplace.

  04-03-07 

Apache Tapestry 4 Tutorial

Alexander Kolesnikov 162212

In this article we'll begin by taking a look at servlets and JavaServer Pages, then proceed to learn about the MVC design pattern. After examining the problems these technologies solved, we'll focus on the Tapestry framework, study its advantages, and dispel some prejudices about it. This is the first article in a multi-part series covering Tapestry.

  01-30-07 

An Introduction to Security Measures in Apache 2.2

Dan Wellman 21257

This article is aimed at giving you a practical and interesting introduction to the two methods of authentication available to you as an administrator of Apache. It is only a first step, and not intended as the only step if you are configuring a commercial web server.

  04-03-06 

Custom Error Pages with Apache

Dan Wellman 204453

Nobody enjoys seeing an error page. It's worse if the error page gives you little or no information to help you find the page you were trying to reach. Fortunately, there are ways to configure Apache so that your visitors need never feel so abandoned. This article explains how to set up custom error pages with Apache.

  09-28-05 

Installing and Configuring Apache 2 on a Windows XP Machine

Dan Wellman 422929

Apache 2 represents quite a change from previous versions. If you have set up a previous version of Apache on a Windows XP PC, you will be interested in setting up the new version. Dan Wellman shows how to set up and configure Apache 2 on a Windows XP PC to give you a development environment that will allow you to test your PHP and other dynamic web technologies before taking them live.

  08-18-05 

Building Apache the Way You Want It

Apress Publishing 214299

Have you ever wanted to customize Apache? This article will help you get started on building a customized version of Apache to suit your own needs. It is taken from chapter three of the book Pro Apache third edition, written by Peter Wainwright (Apress, 2004; ISBN: 1590593006).

 
More Apache Articles
Total Apache Articles = 42

Page 2 of 3
1 2 3 



© 2003-2012 by Developer Shed. All rights reserved. DS Cluster 1 - Follow our Sitemap

Dev Shed Tutorial Topics: