Virtual Page
Username:  
Password:
  > Home
> User Guide
v Reference
    > Introduction
    > CROFT
    > BEE Variables
    > BEE Syntax
    > BEE Commands
    > Database Operation
    v Content Management
       o What is Web Content
       o Virtual Page
    > Objects and Classes
    > Interface with others
    o Glossary
> Portal Object
> Development Guide


Shortcuts
sys Class
debug Class
Intrinsic Conversions
>> Reference >> Content Management >> Virtual Page <=  =>      <  1  >  
Web Pages "on the fly"

The separation of design and content, and the independence of code and resources, have made possible the online creation and maintenance of new pages without having to go through the local authoring and uploading processes.

In another word, you can have only one page, and have it automatically load different content into the TEA (Text Editing Area) based on the path-page of the URL.  That is done by setting up the web server to redirect a page-not-found error to a template page.  Then you can have that template page load the text content based on the path/page information obtained from the web server.

Only one page is needed as the template and you can have as many pages as you want, all with different contents and can be individually updated via the browser:

<h1><beetext "headline" default="Page not found"></h1>

 

<beetext "content" default="Please check the web address and try again">

 

When a visitor requests a non-existing page, say, http://www.mysite.com/news/sports.htm, the web server will display the above page with the default text.  However, if the visitor is logged in as the administrator, instead of the page-not-found text (the "default"), two Text Editing icons will display.  The administrator can then click into the TES (Text Editing Screen) and enter the text for each of the TEAs.

Upon saving the first TEA, the administrator has created the page by making the text item available in the "text" class.  No actual web page has been created on the web server; only a piece of new content has been entered.  That is what we called a "virtual page".

Note: In the current implementation of BEE, you can only submit a form to a Virtual Page using the "GET" method.

 

Previous Page       Next Page

Accsoft Computer Technology Pty Ltd     ABN: 98 065 617 549
PO Box 892, Epping NSW 1710         Level 1, Epping Office Park, 242 Beecroft Rd, Epping NSW 2121, Australia
Tel: Sydney - (02)98691668     National - 1300-881668         Fax: (02)98691866
© Copyright 2003 Accsoft Computer Technology Pty Ltd