[Bese-devel] Looking for a simple working example

Rtveliashvili Denys rtvd at mail.ru
Sat May 20 16:48:23 UTC 2006


Hi!

I recently downloaded and installed UnCommon Web. Everything works  
fine, but I have no luck in writing my own application  based on UCW.

I read different tutorials and tried UnCommon Web examples as a  
guideline, but still I can not create a simple application with a  
single page on a specified URL. Maybe it is because I am not a guru  
in Common LISP. But anyway, a working example of a simple application  
would be a good starting point for those who are interested in  
UnCommon Web. What I am looking for is a small application with its  
own .asd file and minimal functionality (even showing a static page  
would be OK).
Could somebody suggest me some kind of working example?

Currently I am stuck with a strange issue that I can not define an  
entry point. When I write something like

(defentry-point "bench.ucw" (:application *bench-application*) ()
   (call 'bench-page))

I receive the following error during the build:

   There is no applicable method for the generic function
     #<STANDARD-GENERIC-FUNCTION IT.BESE.UCW::REGISTER-ENTRY-POINT (2)>
   when called with arguments
     (NIL "/bench/bench.ucw" #<IT.BESE.UCW::STANDARD-ENTRY-POINT  
{B898E81}>).

Thank you,
Denys R.



More information about the bese-devel mailing list