ColdBox Forums Notification: Post to One site, multiple applications

Title: RE: One site, multiple applications
Thread: One site, multiple applications
Forum: Discussions
Conference: ColdBox
User: daemach

I've had some time to think this through. My site actually consists of 4
different areas. The "public" website and 3 secured areas targeted at different
user groups.

Traditionally, this means 4 different application.cfc files and
4 different applications. All of these areas share the same database, though -
they just use different security mechanisms and dbase tables.

root = main
website
active/ministries = one secure area
active/donors = one secure area
active/admin = the system admin area

Each area consists of multiple tools as
well, each organized in "packages", or a reasonable facsimile thereof.

How
can I build (structure) a single coldbox application that will allow me to
leverage a single transfer factory and do custom security (easily) for each of
the secured areas? By "easily" I mean as easily as adding the security code to
the onRequest handler in application.cfc.

http://www.luismajano.com/forums/index.cfm?event=ehMessages.dspMessages&threadid=C9F34E2F-FF65-CEF6-65C846F7FED39FAE