Re: [ANN] CHP Web Framework Documentation Update

2013-07-15 Thread Bastien
Hi Kelker, thanks for the explanations. I will have a closer look to get a better understanding. It's nice to see the diversity of the various approaches. All best, -- Bastien -- -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this

Re: [ANN] CHP Web Framework Documentation Update

2013-07-14 Thread Kelker Ryan
 Here's an updated documentation list  CHTML, Routing, and Sessions CHTML & RoutesSession handling, Cookies, and Compojure Ring Ring and port configurationAuto-loading middleware Code Generation, Modules, and JSON API Generating views from a tableView bindingsView bindings ExampleEnable admin accou

Re: [ANN] CHP Web Framework Documentation Update

2013-07-14 Thread Kelker Ryan
The Luminus framework, in my opinion, is mostly just a collection of libraries. That doesn't mean Luminus isn't a great framework, but I wanted to create something that felt more like a single solution, and not just a collection of libraries. The Noir framework is now called lib-noir for a reason a

Re: [ANN] CHP Web Framework Documentation Update

2013-07-14 Thread Bastien
Hi Kelker, thanks for your work on CHP. I've not tested it yet, because I'm right now into learning Luminus. Could you explicit the differences between the two frameworks? Thanks in advance, -- Bastien -- -- You received this message because you are subscribed to the Google Groups "Clojur

Re: [ANN] CHP Web Framework Documentation Update

2013-07-14 Thread Kelker Ryan
Thanks. It's very very Alpha at the moment and the framework will definitely be trimmed and polished before Beta1. Right now the api is for quick read-only JSON results of the database defined by models in /resources/api/. The packages and modules are to facilitate some generic website structures t

Re: [ANN] CHP Web Framework Documentation Update

2013-07-14 Thread Paulo Suzart
I definitely liked it. Until now clojure has nothing compared to Grails, Revel (golang) or playframework. CHP can be a good starting point. I don't advocate for things like such frameworks, but sometimes you just want something like them for a quick/prototyping project. Although extensively docu

Re: [ANN] CHP Web Framework Documentation Update

2013-07-11 Thread Steven Degutis
I am. On Wed, Jul 10, 2013 at 2:59 PM, Kelker Ryan wrote: > Thanks. It's currently alpha and there's a lot more to come. > > Are you by chance the same Degutis from 8th light? > > 11.07.2013, 02:12, "Steven Degutis" : > > Wow. You obviously put a lot of work into this. And it looks extremely >

Re: [ANN] CHP Web Framework Documentation Update

2013-07-10 Thread Kelker Ryan
Thanks. It's currently alpha and there's a lot more to come. Are you by chance the same Degutis from 8th light? 11.07.2013, 02:12, "Steven Degutis" :Wow. You obviously put a lot of work into this. And it looks extremely well documented!On Wed, Jul 10, 2013 at 5:36 AM, Kelker Ryan

Re: [ANN] CHP Web Framework Documentation Update

2013-07-10 Thread Steven Degutis
Wow. You obviously put a lot of work into this. And it looks extremely well documented! On Wed, Jul 10, 2013 at 5:36 AM, Kelker Ryan wrote: > ClojureHomePage is a Clojure Web Framework > > > > *CHTML, Routing, and Sessions * > >- CHTML & Routes