Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有没有人尝试过使用 Clojure(使用 Compojure)和 Vaadin 实现 Web 应用程序?我看过一篇关于使用 Clojure 和 JWT 创建 Web 应用程序的文章。Vaadin 基于 GWT,因此您可以获得 GWT 的许多优点(尽管 Vaadin 完全以服务器为中心)。Clojure 的优势在于您可以使用任何基于 Java 的框架,那么对于基于 Clojure + Vaadin 的 Web 应用程序有什么想法?
我在 Vaadin Trac wiki 中创建了一篇文章来描述这种集成:
http://dev.vaadin.com/wiki/Articles/ClojureScripting
是的,完全在 Clojure 和 vaadin 中创建了 youcaneatat.com。Clojure 使用 Clojure 的优势在于它是一个 Lisp,而使用 Vaadin 的优势在于您可以仅使用服务器端编程技术对所有内容进行编码,因此您无需考虑 Javascript 回调或类似的事情。
但是,Vaadin 的客户端很重,所以我只推荐用于 Intranet 应用程序