chris,
if i'm following you correctly, you want to different wheels
application to be able to share some of the same components.
I think you approach with having the admin section and the cms
frontend in separate applications is a good idea. That sort of setup
will allow you to make the admin application use an SSL cert for
better seurity. I know this could probably be accomplished with a
filter checking against getpagecontext().getrequest().issecure().
As for reusing the components from the cms frontend in the admin
application, you could just create an application based mapping to the
cms frontend application and then just extend those component in your
admin application.
If any of this is off base then just tell me and shut up. :)
On Apr 5, 9:35 am, Chris Peters <
ch...@clearcrystalmedia.com> wrote:
> Also, I think I may need to go back to the drawing board on the
> database-driven CMS. Maybe custom routes aren't the best way to go about it?
> I think I will poke around in the dark corners of the events folder, like
> onmissingtemplate.cfm and onerror.cfm.
>
> On Sun, Apr 5, 2009 at 9:24 AM, Chris Peters <
ch...@clearcrystalmedia.com>wrote:
>
> > I kind of like that. I could have a Site.cfc that preps public-facing
> > functionality and an Admin.cfc that preps back office stuff (like forcing
> > the user to log in). Depending on what the controller is meant to do, it
> > could extend the appropriate CFC.
>