-
jdetaeye committed revision 1109 to the frePPLe SVN repository, changing 8 files.
2009-12-07 17:05:48 UTC by jdetaeye
-
jdetaeye committed revision 1108 to the frePPLe SVN repository, changing 56 files.
2009-12-06 17:54:18 UTC by jdetaeye
-
jdetaeye committed revision 1107 to the frePPLe SVN repository, changing 3 files.
2009-12-05 09:12:33 UTC by jdetaeye
-
jdetaeye committed revision 1106 to the frePPLe SVN repository, changing 2 files.
2009-12-03 22:22:34 UTC by jdetaeye
-
jdetaeye committed revision 1105 to the frePPLe SVN repository, changing 11 files.
2009-12-03 21:49:36 UTC by jdetaeye
-
Eric,
>>So now I have to load the data into memory.
>>Are there any ways to load the data from the database layer to memory or to XML file of that format?
Yes, there is a load from the database in memory: search for the file load.py. The function loadfrepple() loads the data from the database into frepple memory.
There are also functions to export data from memory: 1...
2009-12-01 16:23:02 UTC by jdetaeye
-
Thanks Johan!
Now I understand the mechanism more clearly. Previous I thought the web service runs with the user interface server since I misunderstood the meaning of "Frepple Application Server" in the architecture documentation page...
So now I have to load the data into memory. Are there any ways to load the data from the database layer to memory or to XML file of that format? Or I have...
2009-12-01 03:59:22 UTC by https://www.google.com/accounts
-
It works a bit differently... I realize now that the documentation doesn't make this difference clear enough. My reply yesterday wasn't too clear either...
The frepple user interface (whose web server you start with the "run server" command) works on the database level. All reports are reading and writing data in the database. The frepple planning library is executed only when you hit the "ru.
2009-11-30 07:10:26 UTC by jdetaeye
-
Thanks a lot for the answer! I think it's ok to just use RESTwebservice for my project.
However, REST web service seems not running after I uncomment "#RESTwebservice()" in init.xml. I modified the init.xml and restart the server by clicking "Run server" from WinXP Start Menu. Then the port 8000 works well, but 8080 (default port of REST web service as described in documentation) is not...
2009-11-30 03:06:22 UTC by https://www.google.com/accounts
-
jdetaeye committed revision 1104 to the frePPLe SVN repository, changing 16 files.
2009-11-29 13:03:19 UTC by jdetaeye