259 projects tagged "Apache"
mod_sequester is a module for the Apache Web server 1.3 which allows you to control access to Web documents according to the date and time of the request. It provides four basic ways to control access: allow until time t, allow after time t, allow between times t and t', and allow except between times t and t'. It is useful for controlling access to time-sensitive things like press releases (disallow until after), special offers (allow until), or windowed 'this week only' opportunities (allow between).
The NeatSeeker project provides a simple, all-Java indexing and searching framework with an out-of the box HTML indexer and a fast search application servlet for small to medium websites. NeatSeeker does not require a database backend, as it uses serialized Java objects for storing the indices.
OSCache is a high performance J2EE caching solution that can cache portions of JSP pages, entire HTTP responses (including dynamically generated images), and arbitrary Java objects. It can provide your J2EE application with huge performance gains and graceful error tolerance (e.g., in the event of a DB failure, cached content is served).
Tapestry is a rich, component-based object model for developing dynamic, robust, highly interactive Web applications. Applications are constructed in terms of Java objects, methods and properties, instead of URLs and query parameters. It builds and interprets all URLs, dispatching directly to application-specific "listener" methods. It includes complete source code, documentation, tutorials and a complete example J2EE application.