I was playing aaround with converting the AfroAPI over to the 'X'
stucture and was thinking about how I should setup the files.  As my
distribution uses a few different languages, I came up with the
following structure:
    src/
        images/
        java/
        js/
        php/

under each of the above directories, I used the the library structure
that you would all be familiar with.
    eg.    for afroapi.core.*
                all the JS code in src/js/afroapi/core/*.js
                all the images code in src/images/afroapi/core/*.js

    eg.    for afroapi.file.*
                all the JS code in src/js/afroapi/file/*.js
                the Java applet is in src/java/afroapi/file/
                the PHP code is in src/php/afroapi/file/

Does anyone have an opinion on using such a setup for the DynAPI?
Especially with the talk of using the JSRS code and assossiated server
side code.
--
Michael Pemberton
[EMAIL PROTECTED]
ICQ: 12107010




_______________________________________________
Dynapi-Dev mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/dynapi-dev

Reply via email to