On 5 August 2015 at 22:28, Olek <aleksander.nas...@gmail.com> wrote: > Problem: there is no a bind for the JEE servers - they should be treated > as the SQL - you will never reach its maturity > > Solution: so you should parasite it and make a wrapper around timed > services, jms queues, web services, ejb, jpa (with changed semantic fitting > to clojure style) > I'm not aware of any efforts to fully wrap the JEE stack, and you're the first person I'm aware of that considers this a significant issue.
Perhaps it's less of a problem than you think? Problem: there is still no true web layer - all what you can see is a wrap > around Servlet and HTTP protocol concept or own semantic around WWW > > Solution: you should try to build a layer around GWT or Java Prime Faces, > I know that now it is not possible, but you should think what steps are > needed to achive that > You have an unusual definition of what constitutes a "true web layer". Trying to wrap a functional layer around a heavily OOP library rarely works out well. It's very difficult, perhaps impossible, to present a clean immutable interface to something that is inherently mutable underneath. The direction Clojure is currently going in is to wrap more functional frameworks, like Facebook's React. Om or Reagent are two of the most popular libraries built on React, and David Nolen has some interesting ideas on how the client and server should communicate in future. - James -- 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.