I have been tasked with developing a couple of applications in ColdFusion that will share some data - the same data, but different presentations.
The first solution that comes to mind is to create a ColdFusion widget, which, as I understand it, violates some of the MVC rules in ColdBox that I currently use. I need more viewing in another view with its own controller and model (all in CFML, without Ajax). I understand that MVC does not support such a hierarchy, while it is inherent in HMVC.
Any suggestion for an elegant workaround and / or alternative HMVC framework?
source
share