Re: [REQUEST] Live T5 web sites, quotes, marketting

2009-04-26 Thread Joost Schouten (mailing lists)
www.carealoud.com (beta) soon (next month) www.jsportal.com will be changed over to a new version using T5 I just love the way there is no configuration needed, the logical defaults provided that are correct for 90% of the time and the way you can overwrite everything in the entire framework if n

Re: AjaxFormLoop Exception on 5.1.0.2 upgrade

2009-04-26 Thread zack1403
I just cant believe no one else is getting this with 5.1.0.2. Am I the only one having this issue? BTW, its happening with my AjaxFormLoops application wide so its not just limited to one instance. Zack -- View this message in context: http://www.nabble.com/AjaxFormLoop-Exception-on-5.1.0.2-u

Re: [REQUEST] Live T5 web sites, quotes, marketting

2009-04-26 Thread Andrew Court
https://reservations.guestlogic.com/book?id=nz1 Although a work in progress, this site demonstrates the flexiblity of T5 to integrate with other technologies. It's a hotel booking system that combines T5, DWR, Spring and Velocity. With T5 it all just slots together. No fuss, no bother. Andrew C

Re: tapestry guide: "HTTPS" article corrections

2009-04-26 Thread Sergey Didenko
I just thought may be that is changed in T5.1 ( I wrote for T5.0.18). Sorry if that is the case. On Sun, Apr 26, 2009 at 11:03 AM, Sergey Didenko wrote: > Hi, on http://tapestry.apache.org/tapestry5/guide/secure.html page > > a few corrections should be done: > > "TapestryConstants.SECURE_PAGE" =

Re: [REQUEST] Live T5 web sites, quotes, marketting

2009-04-26 Thread Lutz Hühnken
http://www.toplicht.de (Tapestry 4) http://www.go7seas-kreuzfahrten.de (Tapestry 5) - To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: users-h...@tapestry.apache.org

Re: Web framework evaluation - What is beautiful in Tapestry?

2009-04-26 Thread Christian Edward Gruber
Just for the record, component-oriented MVC is much more consistent with the SmallTalk-style MVC, so in some ways it is more "pure". The "model 1" and "model 2" MVC that such systems as Struts implement are actually "page-at-a-time" and therefore are much less flexible. Christian. On 26-A

Re: Web framework evaluation - What is beautiful in Tapestry?

2009-04-26 Thread Otho
Also Tapestry is very lenient in the approaches to problems you can take. You never feel artificially confined. Another great point is the component orientation which makes for a much more natural flow of coding compared to pure MVC. Though on the surface it is also page oriented, you automatically

Re: tapestry5 on google appengine exception

2009-04-26 Thread hedinges
Are there any updates about this error? I am also trying to setup tapestry 5.0.18 on GAE but I am stuck with the same error. java.lang.NoClassDefFoundError: org/apache/tapestry5/corelib/components/Loop$1 at org.apache.tapestry5.corelib.components.Loop.(Loop.java:42) at $Instanti

Re: Web framework evaluation - What is beautiful in Tapestry?

2009-04-26 Thread Luther Baker
I'll chime in and say the template engine (html template and Java class integration), the page pooling strategy and OO perspective that comes along with it, native hibernate integration and the clever state management between requests are all unique, out of the box and really help define the Tapest

MultiZoneUpdate unexpected error

2009-04-26 Thread Joachim Van der Auwera
Dear, MultiZoneUpdate is great, is works wonderfully. However, a very unexpected "typeerror: e is null" error occurs when the zone id does not exist. It would be useful is this could be changed to something more descriptive. Kind regards, Joachim -- Joachim Van der Auwera PROGS bvba, progs.

Re: Web framework evaluation - What is beautiful in Tapestry?

2009-04-26 Thread Hugo Palma
I would like to add to what everyone else has pointed the excelent error reporting. I'm still to find another framework that has such self explanatory error reporting. It's a real time saver when trying to figure out why things aren't working. On Thu, Apr 23, 2009 at 7:12 PM, Sebastian Hennebruede

HTTP Streaming (Ajax) / Comet Integration

2009-04-26 Thread superoverdrive
What about supporting Comet (http://en.wikipedia.org/wiki/Comet_(programming)) in Tapestry5 ? If you use lots of Ajax on a website, this can slow down everything tremendously...therefore a Comet HTTP Streaming Server that does not disconnect will support lots of simulataneous connections on a s

Re: T5 Performance

2009-04-26 Thread Sergey Didenko
Hi Bean, It would be interesting to see the difference with 64bit JVM. - To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: users-h...@tapestry.apache.org

tapestry guide: "HTTPS" article corrections

2009-04-26 Thread Sergey Didenko
Hi, on http://tapestry.apache.org/tapestry5/guide/secure.html page a few corrections should be done: "TapestryConstants.SECURE_PAGE" => "MetaDataConstants.SECURE_PAGE" "configuration.put" => "configuration.add" - To unsubscribe,