Framework choices

2006-10-24 Thread Peter Minter
Hello All, My company and I are moving a large enterprise level application from a largely convention-less set of code from many developers to one that is easier to scale up. The goal of scaling is to add other applications that use much of the same code base on the same server so that if

Re: Framework choices

2006-10-24 Thread Michael Traher
This blog post and particularly the quote may go some way to help you decide http://www.socialpoints.com/blog/client/index.cfm/2006/7/9/CF-framework-fireworks On 10/24/06, Peter Minter [EMAIL PROTECTED] wrote: Hello All, My company and I are moving a large enterprise level application from a

Re: Framework choices

2006-10-24 Thread Peter Minter
Thank you but, It doesn't really help as the questions were somewhat more specific then whether the frameworks are best for OO or not. I was specifically wondering if ANY of the frameworks support code re-use in the form that I mentioned in the orginal post. i.e. can I write the model and

Re: Framework choices

2006-10-24 Thread Barney Boisvert
You're always going to roll some of your own framework for all by the simplest sites. The trick is to roll as little of your own as possible. I've found Fusebox to be very flexible, and use it on most of my projects. If you need a full-app framework for a simple app, it'll work, but if you just

RE: Framework choices

2006-10-24 Thread Richard Kroll
I was specifically wondering if ANY of the frameworks support code re-use in the form that I mentioned in the orginal post. i.e. can I write the model and views for one system and keep them in one location accessile to several applications that mayuse parts or all of it's functionality. IMO

Re: Framework choices

2006-10-24 Thread Josh Nathanson
to like it. -- Josh - Original Message - From: Richard Kroll [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent: Tuesday, October 24, 2006 2:41 PM Subject: RE: Framework choices I was specifically wondering if ANY of the frameworks support code re-use in the form that I

Re: Framework choices

2006-10-24 Thread Denny Valliant
I've been doing just what you're talking about. Home grown app, might as well have been several different developers, even though it was all just me... anywhaze... What I had before was basically a mapped path that contained all my CFCs/functions, and I'd access that from the various sites. I