Sorry for the delay, I just saw this thread now. I used https://github.com/cemerick/valip
A version of https://github.com/weavejester/valip by Chas Emerick which can be used for both client and server side validation. You could eventually take a look at the way I used from here on: https://github.com/magomimmo/modern-cljs/blob/master/doc/tutorial-13.md HIH mimmo On Jul 5, 2014, at 2:48 PM, Asim Jalis <asimja...@gmail.com> wrote: > For validation check out Bouncer [1][2]. It is elegant and minimal, and also > lets you chain together validators using the threading macro. > > [1] https://github.com/leonardoborges/bouncer > [2] > http://www.leonardoborges.com/writings/2013/01/04/bouncer-validation-lib-for-clojure/ > > Asim > > On Sunday, July 22, 2012 4:46:52 PM UTC-7, larry google groups wrote: > Since 2000 I've been doing web development, first with PHP and then with Ruby > On Rails. In the world of PHP, there are some frameworks, such as Symfony, > that have classes for managing forms, both generating the HTML for the forms, > and also handling the validation of the forms. In the world of Python, the > Django framework also has facilities for generating and validating forms. > These frameworks offer certain time saving conveniences. For instance, with > the Symfony framework, if you have a database table that has a foreign key, > then you can get that other table (the target of the foreign key) to appear > in a form as a pre-populated select box, automatically (after filling out > some config files). > > I'm now trying to make Clojure my primary development language for > everything, including web development. I'm curious, are there any libraries > in the land of Clojure that offer similar conveniences for forms? > > -- > You received this message because you are subscribed to the Google > Groups "Clojure" group. > To post to this group, send email to clojure@googlegroups.com > Note that posts from new members are moderated - please be patient with your > first post. > To unsubscribe from this group, send email to > clojure+unsubscr...@googlegroups.com > For more options, visit this group at > http://groups.google.com/group/clojure?hl=en > --- > You received this message because you are subscribed to the Google Groups > "Clojure" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to clojure+unsubscr...@googlegroups.com. > For more options, visit https://groups.google.com/d/optout. -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to clojure+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/clojure?hl=en --- You received this message because you are subscribed to the Google Groups "Clojure" group. To unsubscribe from this group and stop receiving emails from it, send an email to clojure+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.