Home
Recent Changes
Orphaned Pages
Wanted Pages
Login
View
Source
Backlinks
History
About this wiki
Help with markup
Related terms
Wiki:
Webware Recipes
Goto
Help
Webware Recipes
Multi-language site with gettext
: How to localize your site using gettext
WebwareAndCheetah
: How to project your servlets using Cheetah?
RunningWebwareAsUserWebware
: How to make Webware run under its own user account ('webware')
FileStreamingAndContentDisposition
: How to stream files and set the Content-Disposition Header
PDFCreationWithReportLab
: Basics of creating a reportlab PDF, under WebWare.
SettingPermanentCookies
: How to set a "permanent" cookie, as opposed to a cookie that expires when the browser is exited.
ComputeOnceThenCache
: How to compute something only once, then cache it for all future requests
UseCSVs
: How to use comma-separated-value files in your projects.
SingletonClasses
: How to write a class that can only be instantiated once
MethodsInPSPSyntax
: How to write additional methods in a PSP file using PSP syntax
ListOfAvailableSettings
: Introspect what settings are
really
supported --
TerrelShumway
- 24 Apr 2002
UseWebDAVtoEditSourceResources
- the magic chants for mod_dav
RunWebkitAsApacheRoot
: lose the /webkit/ prefix to your urls and avoid mod_rewrite
RunWebKitBehindApache
: With the newly-introduced HTTP serving for
WebKit
, put
WebKit
behind Apache for mixed resource serving magic
HttpAuthentication
: using standard HTTP authentication
AutomaticHTMLValidation
: how to set up webware to automatically validate the HTML your servlets and/or PSPs produce
FormAuthentication
: Examples of how to do form based authentication.
UsingAaap
: Using the A-A-P program to compile cheetah templates and publish Webware applications.
NewSyslogWIthSIGHUP
: How to setup your application with SIGHUP to logfile management with newsyslog
AjaxServlet
: Example of Ajax servlet with
OpenRico
?
AjaxInWebware
: a fairly simple way to implement some Ajax functionality into Webware servlets
JavaScriptDependencyResolution
: Load multiple JavaScript files in one request
SimpleSOAPServlet
: A Simple SOAP Servlet
ServingStaticFilesEfficiently
: Exploit client-side caching of static data
Some of the
ApplicationDesign
topics border on being recipes.