Hi,

I like using two different structure for knowledge management (km) and project development.

In a km folder, I store all generic developpments I could use one day, or I want to study, like as2lib, action step, animation package and other packages... For this, I should use the simon's structure whatever the language (not only as2)

In a project folder, I 'm really impressed by the Rubyonrails conventions, and want to use it for all RIA project :

/app : for server side scripts
/app/model
/app/view
/app/controller
/config
/db : to create and populate database; schema information
/doc : documentation, autogenerated or not
/flash
/flash/src : contains as classes and fla I ve created
/flash/test
/flash/packages : contains generic package copied from km folder
/log : contains log files produced by the running application
/public : the web-accessible directory. It appears as if your application runs from here. It contains index page, _javascript_ , images, swf, xml
/public/images
/public/_javascript_
/public/stylesheets
/public/swf
/test : for server side unit testing, functionnal testing and others

What do you think about that ?

ludovic
_______________________________________________
osflash mailing list
[email protected]
http://osflash.org/mailman/listinfo/osflash_osflash.org

Reply via email to