the first implementation of an XML-RPC server endpoint within Venice...
also tweaked the session code to allow session types other than standard HTTP cookie-based sessions. The XML-RPC code doesn't do anything interesting yet.
This commit is contained in:
3
lib/.gitignore
vendored
3
lib/.gitignore
vendored
@@ -1,7 +1,8 @@
|
||||
bsf.jar
|
||||
jacl.jar
|
||||
jakarta-regexp*.jar
|
||||
js.jar
|
||||
log4j.jar
|
||||
mysql.jar
|
||||
mm.mysql*.jar
|
||||
tcljava.jar
|
||||
tcljava.jar
|
||||
|
||||
@@ -6,6 +6,7 @@ compatible with the versions specified here.
|
||||
|
||||
Library Version File Name(s) Install To
|
||||
-------------------------------------------------------------------------------------------------
|
||||
Apache Jakarta Regexp 1.2 jakarta-regexp-1.2.jar Venice "lib" subdirectory
|
||||
Apache LOG4J 1.1.3 log4j.jar Venice "lib" subdirectory
|
||||
Bean Scripting Framework 2.2 bsf.jar Venice "lib" subdirectory
|
||||
Jacl (Tcl interpreter) 1.3(CVS) jacl.jar, tcljava.jar Venice "lib" subdirectory
|
||||
|
||||
Reference in New Issue
Block a user