|
From: <pe...@us...> - 2003-12-24 00:25:21
|
Update of /cvsroot/neuclear/neuclear-pay/src/webapp/WEB-INF In directory sc8-pr-cvs1:/tmp/cvs-serv23196/src/webapp/WEB-INF Modified Files: web.xml Log Message: Created a kind of poor man's version of ofbiz.org's EntityEngine. It doesnt use xml to configure it, but code. Should mainly be used to create tables. Can also insert rows, but hasnt been thoroughly tested. At some point I will improve that part and add some kind of smart querying engine to it. Similar to EntityEngine. But I dont need that myself right now. SQLLedger now uses this to create its tables. It is not fully working yet, but will be shortly. Index: web.xml =================================================================== RCS file: /cvsroot/neuclear/neuclear-pay/src/webapp/WEB-INF/web.xml,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** web.xml 17 Dec 2003 23:52:57 -0000 1.5 --- web.xml 24 Dec 2003 00:25:17 -0000 1.6 *************** *** 4,11 **** "http://java.sun.com/dtd/web-app_2_3.dtd"> <web-app> - <display-name>NeuClear Pay WebApp</display-name> - <description> - AssetController App - </description> <context-param> <param-name>serviceid</param-name> --- 4,7 ---- |