Welcome Guest, you are in: Namespace

A description of the content and structure of the top level Sueetie WebApplication project folders

A Quick History, or...Why a WebApplication Project

First a definition of the Sueetie Web. Sueetie Web is the top-level area of a Sueetie site which is not a part of one of the Sueetie applications: BlogEngine.NET blog, Gallery Server Pro media gallery, YetAnotherForum.NET forum, or ScrewTurn wiki library.

Also by way of definition, Sueetie started out as a Website Project but was converted to a WebApplication Project to better support custom development. A Website project processes and stores files differently than a WebApplication Project. In the most simple terms, Website projects require all code files to exist on the website server and are compiled when needed. Code files in a WebApplication project, on the other hand, are compiled as a single binary DLL file once when the site is loaded into server memory.

Website format verses WebApplication format

Below left was the website view of Gummy Bear, at right the webapplication view containing far fewer files and folders.

Image

Admin Area Restructured

Sueetie Administration has been restructured in breaking out the administration files by function. Below left is an excerpt of the website administration area format, at right the new webapplication format by category.

Image

The Administrative area's default page now displays links to the various administrative areas, whereas previously the default Administration page was the registered members report page.

Image

Consolidated Theme Contents

In the Website version a theme's contents were distributed with its images in /images/THEME, Master files in /masters/THEME and stylesheets in /style/THEME. Now a single /themes directory has been added with all theme content consolidated in /themes/THEME.

Image

The Rise of the Util Directory Area

A /util directory was added to the WebApplication layout to hold various utility and support materials. Examples of content in /util include the Sueetie Search index, Language Resource files, Editors, Email Templates, and so on.

Image

ScrewTurn Wiki version 3.0.4.560.

Copyright © 2008-2012 Sueetie LLC. All rights reserved.
Sueetie