I have created new application
(wop:make-app :webtrial "/home/jacek/quicklisp/local-projects/")

registered it with ASDF
(ql:register-local-projects)
  
started the web app
(ql:quickload 'webtrial)

and started the app
(webtrial:start-webtrial :port 3000)

First problem:
file init-session.lisp contains:
    (with-html
          (:strong "Happy Hacking!") )

When I edit the text nothing changes unless I restart emacs and slime. Is 
there any better way to do it?

Second Problem:
What code goes where?
In rails you are told edit file X, edit file Y, but here I have no clue if 
I need to edit some file or use REPL

Third:
I like the idea of Weblocks, but I wonder if the project has been 
abandoned. No new development or documentation in last two years.
I am trying Weblocks because I had no success with similar Rails 
equivalents, which also were abandoned. In Weblocks I can at least get to 
demo page. Doing this kind of Ajax stuff by hand is a pain and I was 
wondering if if there's a better way. I wonder if Weblocks is my last hope 
or there are other similar projects.


-- 
You received this message because you are subscribed to the Google Groups 
"weblocks" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/weblocks/-/hod3LmLBtegJ.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/weblocks?hl=en.

Reply via email to