hi, It's a good question. It depends on what you really want to do with this framework. This framework proposes a set of tools to structure and to ease your development process.
* Simplify coding : If your project contains many objects to manage, it generates validation, forms to edit, view, search and delete those objects. * Increase reusability : It proposes a full object oriented MVC approach. An application can persist into a runtime service and can be inherited. Example : You have developed and application to manage contacts. An new customer wants the same application with differents views and new actions but a different process to update contact's information. you just have to create a new application which inherites from your base class contactManager.cfc with a new configuration file and implement your new methods and override the update method. An Application with Arcos framework is a real full object you can execute anywhere. For instance you can execute two application on the same coldfusion page.Each application will respond to its respective actions. * Application Deployment and update : This framework tends to create a set of tools to install, uninstall and update application through the runtime services. * Coding structure : It proposes an simple architecture to built coldfusion application with cfc. -------------------------- Serge Tan Panza ----------------- Selon Murat Demirci <[EMAIL PROTECTED]>: > Good work. It contains very exciting features. But I can't see the big image > with this framework. > > Why should I use this framework? What is the intend of this framework? Is it > a toolkit? > > More information is needed. > Murat. > > > -----Original Message----- > > From: [EMAIL PROTECTED] > > [mailto:[EMAIL PROTECTED] On Behalf Of Tan Panza Serge > > Sent: Thursday, April 21, 2005 7:33 PM > > To: [email protected] > > Subject: [CFCDev] Arcos framework > > > > Arcos is a framework for Coldfusion, based on hollywood. > > It's aim is to help developing coldfusion web applications. > > It's released under Apache licence. > > It's an Alpha version > > > > Arcos framework includes an object oriented application model > > based on MVC. > > Applications in this framework inherit from a base component > > which contains > > basic methods. > > > > You can reuse this application or extend it by overriding his methods. > > It contains many other features. > > > > http://cfopen.org/projects/arcos/ > > > > Waiting for your feedback > > > > -------------------------- > > Serge Tan Panza > > > > > > > > > > > > ---------------------------------------------------------- > > You are subscribed to cfcdev. To unsubscribe, send an email > > to [email protected] with the words 'unsubscribe cfcdev' as > > the subject of the email. > > > > CFCDev is run by CFCZone (www.cfczone.org) and supported by > > CFXHosting (www.cfxhosting.com). > > > > An archive of the CFCDev list is available at > > www.mail-archive.com/[email protected] > > > > > > > > > > > > > ---------------------------------------------------------- > You are subscribed to cfcdev. To unsubscribe, send an email to > [email protected] with the words 'unsubscribe cfcdev' as the subject of the > email. > > CFCDev is run by CFCZone (www.cfczone.org) and supported by CFXHosting > (www.cfxhosting.com). > > An archive of the CFCDev list is available at > www.mail-archive.com/[email protected] > > > ---------------------------------------------------------- You are subscribed to cfcdev. To unsubscribe, send an email to [email protected] with the words 'unsubscribe cfcdev' as the subject of the email. CFCDev is run by CFCZone (www.cfczone.org) and supported by CFXHosting (www.cfxhosting.com). An archive of the CFCDev list is available at www.mail-archive.com/[email protected]
