Re: [DISCUSS] JavaScript, Degradation, Page Load, Script Placement

2009-02-28 Thread farmand
Hello, Further, on a page that loads slowly (one that has a large number of external scripts, is accessed via a slow-bandwidth pipe, or has a very complex layout), this means that JavaScript event handlers are not wired up until all JavaScript has been downloaded and parsed. The end result

Re: Switch from Prototype to jQuery?

2009-02-01 Thread farmand
Whether or not one likes jQuery or not isn't the point. Tapestry is built with prototype, and it works. That's the point. Were it built with jQuery, I would have raised the same question if the suggestion of switching to prototype had been brought up. It's not my preference that's behind my

Scala - Tapestry 5 : inject services, access properties

2009-01-11 Thread farmand
I updated my blog about T5 with a Scala back-end. This article shows a first service and how to access bean properties. The article is here: http://fanf42.blogspot.com/2009/01/t5-scala-first-injection-and-property.html And the code is available on Github:

Tapestry 5 + Scala : an hello world example

2009-01-07 Thread farmand
Hello, I'm building a toy application to see how Scala and Tapestry 5 get together. The first step was to translate the quickstart application into Scala (that was a little first step ;). Scala is a functional/object oriented language that runs on the JVM, and which I appreciate a lot more than

[T5] Tapestry 5 and OSGi

2008-11-20 Thread farmand
Hello dear list, A co-worker and I need to integrate T5 with OSGi. For now, we are just on the proof of concept part of the project, and I am actually discovering OSGi. I know that several users did already have integrated T5 and OSGi (found

Re: T5 5.0.16 @Paramerter and @Property on same field

2008-11-18 Thread farmand
Hi, [...] The odd thing is that now we are getting an exception. Does @Parameter transform a field into a final field now? I don't see any reference to same in the release notes. [..] I think that a @parameter field is read-only from the component point of view, it's read/write only for the

Re: Tapestry users declined for the first time in 3 years, says this researh site ...

2008-05-20 Thread farmand
[...] We've stated on several occasions and in public that we don't like trolls either (here for instance: http://chillenious.wordpress.com/2007/02/06/is-there-a-wicket-tapestry-feud/). The whole my group vs your group is so incredibly childish. And the trolls are probably laughing their

Re: T5 Desired complex community components

2007-10-18 Thread farmand
Hello ! I was wondering what kind of components people are looking for that are not yet available as an open source example. [...] What else is out there (either on the web or in a rich client) that you'd rather not reinvent? I think that a tree component would be great. The component

[T5][Info] Scala Programming langage works with T5

2007-07-29 Thread farmand
Hello guys, I just began to play with Scala ( http://www.scala-lang.org/index.html ), a functional, full-OO programming language that run on top of the JVM. And you know what ? I attempt to build a page in Scala for Tapestry 5, and it works ! Scala allows to import Java class and use annotation,