Using Clojure with Vaadin

对着背影说爱祢 提交于 2019-12-03 22:49:57

I've created an article in Vaadin Trac wiki describing such integration:

http://dev.vaadin.com/wiki/Articles/ClojureScripting

Yes, created youcaneatat.com entirely in Clojure and vaadin. The advantages of Clojure using Clojure are that it is a Lisp, and the advantages of using Vaadin are that you get to code everything using only serverside programming techniques, so you do not need to think about Javascript callbacks or anything like that.

However, Vaadin is very client heavy, so I would only recommend this for intranet applications

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!