fukamachi / caveman

Lightweight web application framework for Common Lisp.
http://8arrow.org/caveman/
782 stars 63 forks source link

Tutorial #21

Open vityok opened 11 years ago

vityok commented 11 years ago

Hi

I think it would be very nice to have a tutorial based on some simple reference application (kind of a JavaEE Pet Store) that would demonstrate main Caveman functionality (database access, templating, configuration).

joetri commented 10 years ago

I second that emotion ;-) It sounds like a cool framework and if there was a simple demo to check out, that would make it easier to get started with Caveman.

arpunk commented 10 years ago

@joetri The current scaffold provides a working example. Unfortunately, there are no tutorials besides the README and @fukamachi blogposts.

You might want to take a look at the following examples:

fukamachi commented 10 years ago

Wow, I didn't aware such many people was using Caveman. I'm happy to see those.

However, unfortunately, those applications are using Caveman1. An example app using Caveman2 is still needed, I guess...

(FYI, Caveman2 is going to be BETA this month.)

fukamachi commented 10 years ago

I just remembered the server-part of Quickdocs (quickdocs-server.asd) is using Caveman2. https://github.com/fukamachi/quickdocs

arpunk commented 10 years ago

@joetri Found another one here: https://github.com/satoshi-kubota/study

azzamsa commented 6 years ago

Please inform here if there was a tutorial about caveman2.

I Hope someone will write a demo about it as Vityok said.

azzamsa commented 6 years ago

I have two simple web application written in caveman2, and I will write any obstacle I meet when using caveman to help others.

There is Caveman2 tag in Stackoverflow made by Rainer Joswig, starting with my first Caveman2 question there.