[armedbear-cvs] r13812 - trunk/abcl/contrib/jss

mevenson at common-lisp.net mevenson at common-lisp.net
Fri Jan 27 10:10:23 UTC 2012


Author: mevenson
Date: Fri Jan 27 02:10:22 2012
New Revision: 13812

Log:
Correct README to indicate that JSS 3 has a namespace.

Modified:
   trunk/abcl/contrib/jss/README.markdown

Modified: trunk/abcl/contrib/jss/README.markdown
==============================================================================
--- trunk/abcl/contrib/jss/README.markdown	Thu Jan 26 15:48:18 2012	(r13811)
+++ trunk/abcl/contrib/jss/README.markdown	Fri Jan 27 02:10:22 2012	(r13812)
@@ -17,8 +17,11 @@
 
 Java methods look like this: #"toString". Java classes are represented
 as symbols, which are resolved to the appropriate java class
-name. When ambiguous, you need to be more specific. A simple example:
+name. When ambiguous, you need to be more specific. A simple example
+from CL-USER:
 
+    (require 'jss)
+    (jss:ensure-compatibility
     (let ((sw (new 'StringWriter)))
        (#"write" sw "Hello ")
        (#"write" sw "World")
@@ -94,7 +97,6 @@
 
 (jcmn class-name) lists the names of all methods for the class
 
-
 Compatibility
 -------------
 
@@ -109,3 +111,24 @@
    Since we are no longer using Beanshell, this is no longer present.
    For obtaining the current classloader use JAVA:*CLASSLOADER*.
    
+# API
+
+  1.0 
+    Equivalent to Alan Ruttenberg's version included with the original
+    [lsw]().  
+    
+[lsw]: http://mumble.net:8080/svn/lsw/trunk/
+[lsw2]: let-me-google-that-for-you    
+    
+
+  3.0 
+     In the JSS package loaded from [abcl-contrib]() 
+     
+abcl-contrib: http://svn.common-lisp.net/armedbear/trunk/abcl/contrib/     
+   
+# Colophon
+
+<> dc:created "2005" ;
+   dc:author "Mark <evenson.not.org at gmail.com>";
+   revised: "27-JAN-2012" .
+   




More information about the armedbear-cvs mailing list