Re: Front-end with Clojure Backend

2018-07-28 Thread Satyam Ramawat
Thanks Gerard, I am cloning templates and making up ready. On Sat, 28 Jul 2018 at 12:49 PM, Gerard Klijs wrote: > Both suggestions use hiccup, which from my experience works a lot better > then jsp. As you can include functions in the templates, where with jsp you > need a static function,

Re: Front-end with Clojure Backend

2018-07-28 Thread Gerard Klijs
Both suggestions use hiccup, which from my experience works a lot better then jsp. As you can include functions in the templates, where with jsp you need a static function, declare it somewhere, and only then your able to use it in jsp. Basically your HTML is 'just' data, you can have a closure

Re: Front-end with Clojure Backend

2018-07-27 Thread Satyam Ramawat
nd app. Gary is great and made this template: > > https://gitlab.com/lambdatronic/clojure-webapp-template > > It's great! I highly suggest / recommend. > > > On Fri, Jul 27, 2018, 2:10 PM Satyam Ramawat > wrote: > >> I want to create front-end with Clojure backend

Re: Front-end with Clojure Backend

2018-07-27 Thread Oliver Muellerklein
ate front-end with Clojure backend, how should I approach. > Can anyone please provide me sample project with Clojure backend and > front-end which takes input from the list. > > -- > You received this message because you are subscribed to the Google > Groups "Clojure" group

Re: Front-end with Clojure Backend

2018-07-27 Thread Mark Engelberg
Luminus is a good way to understand how to build a full stack application in Clojure: http://luminusweb.net/ On Fri, Jul 27, 2018 at 1:33 PM, Satyam Ramawat wrote: > I want to create front-end with Clojure backend, how should I approach. > Can anyone please provide me sample p

Front-end with Clojure Backend

2018-07-27 Thread Satyam Ramawat
I want to create front-end with Clojure backend, how should I approach. Can anyone please provide me sample project with Clojure backend and front-end which takes input from the list. -- You received this message because you are subscribed to the Google Groups "Clojure" grou