Coldbox Multi-Application Architecture

Hi All,

Appreciate if anyone can give some clarity on Coldbox Multi-
Application Architecture.
I have a sample layout here.

http://jeetualex.blogspot.com/2010/10/coldbox-multi-application-architecture.html

Just wanted to know if i am in the right direction.

Thanks everyone :slight_smile:

I would suggest looking into Modules. It is a great way create a
"single" coldbox application with the advantages of keeping your code in
a "multi" application architecture, making things easy reusable and
"drop and play".

http://wiki.coldbox.org/wiki/Modules.cfm

See if that architecture meets your needs.

Curt Gratz
Computer Know Know

Thanks for your suggestion :slight_smile:
For using modules do we need to create different skeletons (models,
views & handlers)?
My idea for multi-application architecture was to get different
applications under a single framework skeleton

Please refer the following link for a rough layout.
http://jeetualex.blogspot.com/2010/10/coldbox-multi-application-under-single.html

Is this a good approach?
Not sure weather this will impact server performance