Re: [ANN] Tapestry IOC for Wicket

2010-11-21 Thread Christian Riedel
just uploaded a readme with instructions so you can test it :-) Am 21.11.2010 um 11:48 schrieb Inge Solvoll: > This is the most exciting news I've heard in a long time. Introducing T5 IOC > as a standard IOC choice for bigger frameworks could be a very important > move for Tapestry. We should fin

Re: users Digest 21 Nov 2010 10:48:43 -0000 Issue 4334

2010-11-21 Thread Wilson Ikeda
"A lot of them would rather die than using Tapestry." Maybe, but to be honest before adopting tapestry as my framework of choice i google "java frameworks" and the top result was..."wicket" so i tried it first but it was cumbersome, i was looking for a more easy and fast development framework t

Re: My response to Matt Raible's presentation at Devoxx 2010

2010-11-21 Thread Katia Aresti
I know ATG, I worked with the product for a couple of years, I didn't know oracle purchased ATG. You can not compare ATG with any other fw described by Matt Raidle, neither Tapestry at all. ATG is a full stack e-commerce solution, portal, publishing. And not opensource at all, but J2EE standard. T

Re: ObjectProvider called to often

2010-11-21 Thread Tom van Dijk
And obviously, I meant "every service that it somehow depends on" instead of the other thing which is not true. Op 22-11-2010 0:34, Tom van Dijk schreef: Well, no, you will see that a lot of services depend on each other, so in order to create an object that just happens to depend on stuff like

Re: ObjectProvider called to often

2010-11-21 Thread Tom van Dijk
Well, no, you will see that a lot of services depend on each other, so in order to create an object that just happens to depend on stuff like object providers, many other services need to be created. This is not an inefficiency in Tapestry (The services are first only "virtual" before they are

Re: Tapestry Web Site Updated

2010-11-21 Thread ael
Good Job Howard, Another Link Tapestry Tutorial http://tapestry.apache.org/community-contributions.html http://lombok.demon.co.uk/tapestry5Demo/ Also it can help -- View this message in context: http://tapestry.1045711.n5.nabble.com/Tapestry-Web-Site-Updated-tp3273033p3274771.html Sent f

ObjectProvider called to often

2010-11-21 Thread Sebastian Hennebrueder
Hello, I added an object provider to integrate the Guice IOC Framework. Though I have added it at the end, it is called for many Tapestry related pieces. Is this not a very big inefficiency? my integration stuff in AppModule public static void contributeMasterObjectProvider(OrderedConf

Re: [ANN] Tapestry IOC for Wicket

2010-11-21 Thread Werner Keil
For this bigger move, T5 IOC should really adopt to JSR 330 annotations where those are included, or has it already happened for sure with 5.2?

Re: My response to Matt Raible's presentation at Devoxx 2010

2010-11-21 Thread Werner Keil
ATG Web Framework, a commercial solution from a company just purchased by Oracle. Some of its features were described as superior to Spring Framework, which its stakeholders clearly deny. It is not Open Source, but others, especially Seam are.

Re: Pre-filling TextAreas with values

2010-11-21 Thread Thiago H. de Paula Figueiredo
On Sun, 21 Nov 2010 16:53:19 -0200, wrote: Hello everyone! Hi! Is it possible, that TextAreas ignores the body? Yes! value="questionAndAnswer.enteredAnswer">${questionAndAnswer.AnswerSuggestion} Just set the answerSuggestion property of questionAndAnswer before the form is rendered.

Re: Tapestry Web Site Updated

2010-11-21 Thread Christophe Cordenier
You can print, sign http://www.apache.org/licenses/icla.pdf and send an electronic version to secret...@apache.org More explanations at http://www.apache.org/licenses/ Le 21 novembre 2010 19:27, françois facon a écrit : > Is there a page that explain how

Pre-filling TextAreas with values

2010-11-21 Thread tmarx78
Hello everyone! Is it possible, that TextAreas ignores the body? http://tapestry.apache.org/tapestry5.1/tapestry-core/ref/org/apache/tapestry5/corelib/components/TextArea.html Example: Inside of an AjaxFormLoop (http://jumpstart.doublenegative.com.au/jumpstart/examples/tables/ajaxformloop1) T

Re: My response to Matt Raible's presentation at Devoxx 2010

2010-11-21 Thread Katia Aresti
2010/11/21 Werner Keil > It got more than JSF [?] > > Although Oracle was to some extent present, since it was forced to change > its name from JavaPolis, DevoXX hasn't been quite the same any more. While > still called JavaPolis I noticed, the rather aggressive style of a Rails > speaker, and it

Re: Tapestry Web Site Updated

2010-11-21 Thread françois facon
Is there a page that explain how to contribute? Where can we get the ICLA? etc... Is there a jira that can be used to report issue on documentation? François 2010/11/20 Kalle Korhonen > On Sat, Nov 20, 2010 at 1:15 AM, Ulrich Stärk wrote: > > For obvious reasons not everyone can change it. On

Re: Multiple tml files per page/component

2010-11-21 Thread Mats Andersson
And don't be too afraid to create more pages, one page for each view. If you find that you have to duplicate code in the pages you could probably put that into services and components and that way your code will be easier to maintain than one complex page. Thiago H. de Paula Figueiredo skrev

Re: Multiple tml files per page/component

2010-11-21 Thread Thiago H. de Paula Figueiredo
On Sun, 21 Nov 2010 15:24:18 -0200, Mats Andersson wrote: And don't be too afraid to create more pages, one page for each view. If you find that you have to duplicate code in the pages you could probably put that into services and components and that way your code will be easier to maint

Re: Tapestry Web Site Updated

2010-11-21 Thread Christophe Cordenier
Important, note that everyone can signup on confluence and post comments directly on pages. https://cwiki.apache.org/confluence/signup.action 2010/11/21 Christophe Cordenier > Right, I'll make it point to Getting started that should take less than 20 > minutes. > > 2010/11/21 Ivano Luberti >

Re: My response to Matt Raible's presentation at Devoxx 2010

2010-11-21 Thread Werner Keil
It got more than JSF [?] Although Oracle was to some extent present, since it was forced to change its name from JavaPolis, DevoXX hasn't been quite the same any more. While still called JavaPolis I noticed, the rather aggressive style of a Rails speaker, and it may not bee too surprising, All the

Re: Tapestry Web Site Updated

2010-11-21 Thread Christophe Cordenier
Right, I'll make it point to Getting started that should take less than 20 minutes. 2010/11/21 Ivano Luberti > First observation: the tutorial would take anyone much more than 20 > minutes. > I think that giving a wrong introductory information to people that meet > Tapestry for the first time i

Re: Tapestry Web Site Updated

2010-11-21 Thread Ivano Luberti
First observation: the tutorial would take anyone much more than 20 minutes. I think that giving a wrong introductory information to people that meet Tapestry for the first time it is not a good thing Il 19/11/2010 22.15, Howard Lewis Ship ha scritto: > We're still working out the kinks ... and I'

My response to Matt Raible's presentation at Devoxx 2010

2010-11-21 Thread Igor Drobiazko
Hi all, some of us were kind of shocked by Tapestry grades in Matt Raible's presentation at Devoxx 2010. I feel like a public answer is needed. Here is my response to Matt: http://blog.tapestry5.de/index.php/2010/11/21/response-to-matt-raibles-presentation-at-devoxx-2010/ -- Best regards, Igor

Re: Tapestry Web Site Updated

2010-11-21 Thread Inge Solvoll
Amazing news! Will spend the next week reading the new stuff :) On Sat, Nov 20, 2010 at 2:02 PM, Kevin Crenshaw wrote: > unsubscribe > > > On 11/20/10 7:57 AM, Juan E. Maya wrote: > >> Very nice ! Congratulations to the tapestry team and thank you for making >> java web development fun again! >>

Re: [ANN] Tapestry IOC for Wicket

2010-11-21 Thread Inge Solvoll
This is the most exciting news I've heard in a long time. Introducing T5 IOC as a standard IOC choice for bigger frameworks could be a very important move for Tapestry. We should find out if more can be done in this field, for Spring MVC, JSF and other frameworks that are bigger than T5. The bad n

Re: Grid Pager events leave out request parameters

2010-11-21 Thread Geoff Callender
Hmmm, it seems EventLink has the same problem - it sends through the page's activation context but not its request parameters. This is in T5.1. Is T5.2 the same? On 21/11/2010, at 8:10 PM, Geoff Callender wrote: > Just thought I'd better check this before filing an issue in JIRA... > > When I

Grid Pager events leave out request parameters

2010-11-21 Thread Geoff Callender
Just thought I'd better check this before filing an issue in JIRA... When I click on a GridPager link, it seems the pages's activation context is sent through but not the request parameters. It's a real problem since I like to put search/filter criteria into the request parameters, so I lose the