Clojure Web Applications for Beginner

2016-11-02 Thread 'Rickesh Bedia' via Clojure
Hi, I am fairly new to Clojure, only been learning about it for a around 2 months. I have mainly been spending my time learning through "Clojure for the Brave and True", Clojure Koans and 4Clojure. However, I have recently been reading about Clojure's use in creating Web Apps. I have been foll

Re: Clojure Web Applications for Beginner

2016-11-02 Thread Erik Assum
This talk is a bit old, but still... https://vimeo.com/78909065 Erik. -- i farta > Den 2. nov. 2016 kl. 19.44 skrev 'Rickesh Bedia' via Clojure > : > > Hi, > > I am fairly new to Clojure, only been learning about it for a around 2 > months. I have mainly been spending my time learning throu

Re: Clojure Web Applications for Beginner

2016-11-02 Thread Alan Thompson
You should also checkout the Clojure Cookbook , which I highly recommend: They have an entire chapter on Clojure Webapps: https://github.com/clojure-cookbook/clojure-cookbook/tree/master/07_webapps Alan On Wed, Nov 2, 2016 at 12:41 PM, Erik Assum wrote: > This t

How do I set up database in the context of a web application ?

2016-11-02 Thread 'George' via Clojure
I'd like to use datomic, but my question applies to any database. When I used a framework in another language it was easy, the config file and ORM did setup the connection. I only installed an adapter and wrote the URI of the database.. Now as I want to use a minimal framework or to totally get

Re: How do I set up database in the context of a web application ?

2016-11-02 Thread Alan Thompson
You can find a nice overview in the Clojure Cookbook . On Wed, Nov 2, 2016 at 2:58 PM, 'George' via Clojure < clojure@googlegroups.com> wrote: > I'd like to use datomic, but my ques

Re: Clojure Web Applications for Beginner

2016-11-02 Thread Jarrod Taylor
I wrote a six part blog series on building a Clojure webapp that may be of interest: http://www.jarrodctaylor.com/posts/Compojure-Address-Book-Part-1 -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googleg