source: trunk/abcl/examples/README

Last change on this file was 12749, checked in by Mark Evenson, 14 years ago

Undo previous commmit.

File size: 954 bytes
Line 
1ABCL Examples
2=============
3
4Contributions from:
5  Ville Voutilainen, Alex Muscar, Blake McBride, and Mark Evenson
6
7
8google-app-engine
9                 
10   This example shows how to run a ABCL in a Java Servlet context in
11   general and in Google App Engine (GAE) in particular.
12
13gui
14
15   Examples of how to interact with Swing/AWT GUI elements.
16
17
18java-exception
19
20   Handling Java exceptions with the Lisp condition system.
21
22
23java-interface
24
25   Implementing a Java interface with Lisp.
26
27
28java-to-lisp-1
29
30   Simple examples of calling Lisp from Java.
31
32
33java-to-lisp-2
34
35   More involved example of calling Lisp from Java including
36   parameters and return values.
37
38
39jsr-223
40
41   Using the implementation of the JSR-223 interface to use Common
42   Lisp as a pluggable scripting language on the JVM.
43
44
45lisp-to-java
46
47   Calling Java code from Lisp.
48
49
50misc
51
52   Code snippets currently without documentation.
Note: See TracBrowser for help on using the repository browser.