From: Andrew G. <an...@zo...> - 2003-11-20 03:30:55
|
Leif W wrote: >I >think something like the SODA should all maybe be grouped together and split >off onto a sub project like we did with the VDE. Having the actual server >code for arious languages in the examples folder was convenient at first but >it's a bit awkward now. And as more languages come in and some may be >heavier than others, maybe the whole SODA stuff could be split off into a >sub project. Ideas? > >Leif > I agree that the examples folder is probably not the best place for server-side scripts. I think that it would be a good to move them to another folder but still include them in the DynAPI distribution. The java stuff that I've written is a little more involved. It's a servlet that must be configured to publish other classes as SODA web services and includes everything needed to deploy such a servlet. I've listed the source files below. My question is - should this java stuff be put into its own little directory that I can manage somewhere in the dynapi site - a separate CVS module or some such thing perhaps? Or should I just go off on my own and create a separate sourceforge project for it? Andrew. Source file list: 4632 ./build.xml 585 ./dynapi.properties 5614 ./readme.txt 2989 ./calc/src/net/sf/dynapi/examples/Calc.java 9833 ./calc/web/examples/dynapi.util.ioelement-soda.html 218 ./calc/web/images/calc.gif 5006 ./calc/web/WEB-INF/soda-config.xml 3318 ./logging/src/net/sf/dynapi/Log4jInit.java 3110 ./logging/src/net/sf/dynapi/LogJdk14Init.java 118726 ./soda/jars/commons-beanutils.jar 165119 ./soda/jars/commons-collections.jar 100632 ./soda/jars/commons-digester.jar 31605 ./soda/jars/commons-logging.jar 3188 ./soda/src/net/sf/dynapi/MethodBean.java 13787 ./soda/src/net/sf/dynapi/ParamBean.java 4767 ./soda/src/net/sf/dynapi/ServiceBean.java 1086 ./soda/src/net/sf/dynapi/SodaConfig.java 1453 ./soda/src/net/sf/dynapi/SodaDispatch.java 975 ./soda/src/net/sf/dynapi/SodaInit.java 953 ./soda/src/net/sf/dynapi/SodaLogin.java 48485 ./soda/src/net/sf/dynapi/SodaServlet.java 1671 ./soda/web/WEB-INF/digesterRules.xml 1187 ./soda/web/WEB-INF/web.xml |