Jump to letter: [
ABCDEFGHIJKLMNOPQRSTUVWX
]
oscache: High performance J2EE caching solution
- Summary
- OSCache solves fundamental problems for dynamic websites:
+ Caching Dynamic Content - Dynamic content must often be
executed in some form each request, but sometimes that
content doesn't change every request. Caching the whole
page does not help because sections of the page change
every request. OSCache solves this problem by providing
a means to cache sections of JSP pages.
+ Caching Binary Content - Generated images and PDFs can
be very costly in terms of server load. OSCache solves
this problem through a Servlet 2.3 CachingFilter which
can cache any URI (such as an entire page or a generated
image/PDF)
+ Error Tolerance - If one error occurs somewhere on your
dynamic page, chances are the whole page will be returned
as an error, even if 95% of the page executed correctly.
OSCache solves this problem by allowing you to serve the
cached content in the event of an error, and then
reporting the error appropriately.
Arch: noarch
| Download: | oscache-2.2-2jpp.src.rpm |
| Build Date: | Wed Feb 22 19:25:24 2006 |
| Packager: | Ralph Apel <r.apel@r-apel.de> |
| Size: | 3.35 MiB |
Changelog
- * Wed Feb 22 11:00:00 2006 Ralph Apel <r.apel at r-apel.de> - 0:2.2-2jpp
-
- Add missing ivy as BuildRequires
- patch out testcase which doesn't pass under java-1.4.2-bea
- * Thu Feb 16 11:00:00 2006 Ralph Apel <r.apel at r-apel.de> - 0:2.2-1jpp
-
- Upgrade to 2.2 for JPP-1.7
- Dependencies are resolved with ivy
- * Thu Jul 14 12:00:00 2005 Ralph Apel <r.apel at r-apel.de> - 0:2.1.1-3jpp
-
- Bump release to rectify a failed upload