source: trunk/abcl/contrib/jfli/examples/swing/README

Last change on this file was 13949, checked in by Mark Evenson, 12 years ago

abcl-contrib: Add jfli.

The Java Foreign Linker Interface (JFLI) provides an abstraction to
manipulate Java classes from Armed Bear Common Lisp that has been
ported to other Lisp implementations.

Incorporated into ABCL from <git://github.com/mrohne/jfli>.

File size: 313 bytes
Line 
1This is a swing/jdbc example.
2
3To try it, (compile and) load table-gen.lisp and table.lisp
4(you need to modify it a bit first if you're not using PostgreSQL), in
5this order, then do
6
7(table:create-and-show-gui "select * from <your table here>")
8
9The cells are editable, so don't try it on an important db table.
10
Note: See TracBrowser for help on using the repository browser.