

| |||||||
|
You are here: Root > By Topic > Web Development > Web Framework
A web-framework using Armed Bear Common Lisp as a Java Servlet.
| Web site | http://abcl-web.sourceforge.net/ |
| Mailing list | |
| Version | - |
| Maturity | Alpha |
| OS compatibility | |
| ASDF installable | No |
| Official Download | http://sourceforge.net/project/showfiles.php?group_id=183565 |
| Mirrored Download | |
| Source code repository |
Typicaly Java web applications are implemented via the Java Servlets API. Each servlet is a Java class, and servlets are executed in a Servlet Container, such as Apache Tomcat. Thus, to Java web applications with Common Lisp, we'd need to make a bridge between a Java Servlets and ABCL. While there can be different approaches (for example, we can try to create servlets with ABCL), most simple and natural one is to create a Java Servlet, that will load ABCL interpreter and redirect web requests to ABCL. ABCL will generate output for response to this requests. Such servlet will act as bridge between Java Servlet Container and ABCL application side
Web Framework | Libraries | LLGPL
You must be logged to add a note
You must be logged to add a comment