AspireWeb (A Java Web Project)

Welcome to Aspire Knowledge Central (AKC)

   Home   Public Library   Author Content

Choose a data format:   classic-xml   object-xml   embedded-xml   text   excel

Property file examples: AKC

0) 05.01 AKC database properties (7-Nov-03)

Example microsoft access database definition
alias definition

1) 05.02 loginapp4 aspire.properties (13-Jul-06)

Main configuration file

2) akc-blogs.html (7-Nov-03)

1. An html page with aspire tags
2. Demonstrates next/next functionality in association with RandomTableHandler6

3) akc-blogs.properties (7-Nov-03)

Demonstrates how the akc blogs page is implemented. Also accomplishes page by page display using RandomTableHandler6.

4) akc-create-user.html (7-Nov-03)

Shows how to process input forms and update/create

5) akc-home.properties (16-Jul-04)

akc-home.properties

6) akc-news.properties (7-Nov-03)

Some of the properties may not be most current. Use it as a guide.

7) akc-notes.properties (7-Nov-03)

AKC notes.properties

8) akc-report-filing.properties (7-Nov-03)

Demonstrates JSP specification.

9) akc-reports-summary.jsp (12-Jul-06)

Example JSP page using ihds

10) akc-users.properties (7-Nov-03)

Description to be entered

11) prop: Aspire Commonly used Property file examples (4-Feb-05)

Aspire Commonly used Property file examples

12) prop: Aspire tags Display page properties example (12-Nov-14)

Description to be entered

13) Properties cheat sheet 1 for builds below 20 (4-Feb-05)

Description to be entered

14) Sample JSP URL definition (24-Sep-04)


YourJSPURL=/login/logout.jsp
YourJSPURL.transformType=JSP
request.YourJSPURL.transform.className=com.ai.jsp.JSPTransform
YourJSPURL.formHandlerName=YourJSPURLData

#
#Data definition
#
request.YourJSPURLData.form_handler.class_request.className=\
com.ai.htmlgen.DBHashTableFormHandler1