I see Clojure use with Tapestry as an extension of the (largely
stateless) services layer; although you can use :gen-class to create
class-like things with readable/writable properties, that will not
work very will with Tapestry that expects to be able to read bytecode
from a .class file and enhance it in multiple ways.

Tapestry pages and components are inherently stateful and mutable;
trying to implement them in Clojure is a bit off-base.

On Sun, Jul 1, 2012 at 10:05 PM, freizl <fre...@gmail.com> wrote:
> This sounds a very interesting topic.
>
> Because of clojure Java Interp, getting tapestry work with clojure seems not
> difficult.
> I have set up a tutorial project at
> https://github.com/freizl/clojure-tapestry.
>
> I did not tested all tapestry functionality but I think it should be working
> well.
>
> PS: I'm new to both Tapestry and Clojure.
>
>
> --
> View this message in context: 
> http://tapestry.1045711.n5.nabble.com/Tapestry-and-Clojure-tp5713643p5714226.html
> Sent from the Tapestry - User mailing list archive at Nabble.com.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
> For additional commands, e-mail: users-h...@tapestry.apache.org
>



-- 
Howard M. Lewis Ship

Creator of Apache Tapestry

The source for Tapestry training, mentoring and support. Contact me to
learn how I can get you up and productive in Tapestry fast!

(971) 678-5210
http://howardlewisship.com

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to