Thank you Thiago.

I found that project and it has been very useful for creating my own.

The only trouble I've had so far is delivering Scala collections back to pages 
for loop components. I ended up using Java collections in the Scala and that 
works fine.

Sent from my iPhone

> On 16 Dec 2016, at 18:11, Thiago H. de Paula Figueiredo <thiag...@gmail.com> 
> wrote:
> 
> On Fri, Dec 16, 2016 at 6:53 AM, Qbyte Consulting <qbyteconsult...@gmail.com
>> wrote:
> 
>> Hi,
>> 
> Hi!
> 
> 
>> Has anyone implemented a T5.4 site with Scala, or are there any kickstart
>> type Scala projects out there for T5.4 please? I'd like to see how it's
>> done.
>> 
> 
> Not me, but yes. Christian Köberl wrote a blog post about it,
> https://derkoe.wordpress.com/2011/11/18/tapestry-in-scala/, and also a demo
> project, https://github.com/derkoe/tapestry-scala-demo. It uses Tapestry
> 5.3, but changing the pom.xml to use 5.4.1 should work.
> 
> Tapestry works on class files, not Java sources, so it should just work
> with whatever JVM language as long as it generates class files. It has been
> reported with working with Groovy as well, for example.
> 
> -- 
> Thiago

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

Reply via email to