summaryrefslogtreecommitdiffstats
path: root/sca-cpp/trunk/modules/java/eval.hpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix memory leak in Python runtime integration. Reduce memory consumption of d...jsdelfino2011-01-091-0/+5
* Port to Ubuntu server 10.10 64-bit. C++ code fixes required to compile and ru...jsdelfino2010-11-141-2/+2
* Test Postgresql hot standby + replication and integrated Postgresql database ...jsdelfino2010-08-161-7/+2
* Minor cleanup, renamed mcache to memcache, added a uuid util function to get ...jsdelfino2010-03-101-7/+31
* Support different Java VMs, including Apache Harmony.jsdelfino2010-03-081-8/+24
* Moved component start calls from HTTPD postConfig to childInit, to give compo...jsdelfino2010-02-221-1/+1
* Working queue and chat components. Added a few useful start/stop scripts. Fi...jsdelfino2010-02-171-2/+2
* Support HTTPD graceful restarts for non-stop operation. Simplified Python and...jsdelfino2010-02-071-9/+9
* Moved server configuration to HTTPD postConfig phase, to avoid running config...jsdelfino2010-02-071-2/+11
* Correctly pass property values to component implementations.jsdelfino2010-01-301-9/+10
* Minor improvements to java component support, use one classloader per compone...jsdelfino2010-01-241-27/+110
* Integrated Java component support as an HTTPD module. Added test case and sto...jsdelfino2010-01-171-48/+84
* Added utility functions to help call Java code using JNI and wrap Axis2/java ...jsdelfino2010-01-111-0/+398