T5: Restarting a service

2009-06-06 Thread Angelo Chen
Hi, I got a service, MyService, which when loaded will read a parameter from file, as I understand service in T5 will remain loaded until the application is restarted, is there a way to programmatically restart a loaded service? Thanks, A.C. -- View this message in context: http://www.nabble.c

Re: T5: Any component

2009-06-06 Thread Howard Lewis Ship
It can emulate any element, even dynamically deciding which element (say "div" or "span" or "p") to emulate. On Fri, Jun 5, 2009 at 6:33 PM, Angelo Chen wrote: > > Hi, > notice there is this component called 'Any'? what's the use of this > component? > -- > View this message in context: > http://

Re: 5.1.0.0 xsd

2009-06-06 Thread Howard Lewis Ship
I thought I had set this up last week, but it didn't take. I just uploaded the XSD and it should be visible in an hour or so. On Fri, Jun 5, 2009 at 1:55 AM, Ben Gidley wrote: > Hi, > Is the tapestry 5.1.0.0.xsd published online? The samples reference > http://tapestry.apache.org/schema/tapestry_5

Re: How big is the Tapestry community?

2009-06-06 Thread Geoffrey Wiseman
On Sat, Jun 6, 2009 at 4:21 PM, Piero Sartini wrote: > > If we could know the number of downloads per version or per each release > > say from 5.0 up to latest release might enable us to guess the number of > > active users. > > I think most people are using Maven2 - and even if we could get the

Re: Stuck on implementing recursion (or something like it) cleanly

2009-06-06 Thread ownedthx
A coworker of mine with much Tapesty-fu seems to have figured out a much more elegant solution today. (this issue has blocked most of the team, so we both attacked this problem simultaneously). He blogged about it here: http://blog.bolkey.com/2009/06/06/tapestry-5-recursive-tree/ The short of it

Re: How big is the Tapestry community?

2009-06-06 Thread Piero Sartini
> If we could know the number of downloads per version or per each release > say from 5.0 up to latest release might enable us to guess the number of > active users. I think most people are using Maven2 - and even if we could get the logs from ibiblio.org -> I am downloading it on any machine I n

Re: How big is the Tapestry community?

2009-06-06 Thread spaway
Dear All, I am impresed with this topic. I recently decided to pick up a framework for use in development after spending some years with jsp/servlets models. I do not exactly why but I prefer to use Tapestry against others. If we could know the number of downloads per version or per each release

Re: How big is the Tapestry community?

2009-06-06 Thread Daniel Jue
Here is my cup 'o coffee estimate... For people using it professionally, what is their propensity for being on this official mailing list? (It's good that there is only one, and there are not forums dedicated to Tapestry (aside from those that mirror the mailing list)) M = mailing list populatio

Re: How big is the Tapestry community?

2009-06-06 Thread Thiago H. de Paula Figueiredo
Em Sat, 06 Jun 2009 13:00:34 -0300, Howard Lewis Ship escreveu: Here's a question: how many people are using Tapestry? And how do you figure out how many people are using Tapestry? Maybe we could do something like a Tapestry user survey (census?) in Tapestry360 in some other place and as

Re: T5: Any component

2009-06-06 Thread Thiago H. de Paula Figueiredo
Em Sat, 06 Jun 2009 05:51:04 -0300, Angelo Chen escreveu: Hi, Hi! So often that we commented something from the tml file, in the end it got rendered, which might contain some sensitive info. I'm looking for some components like < t:comment> < !--> I might need this later --> < /t:comment>

Re: How big is the Tapestry community?

2009-06-06 Thread Martin Papy
I would make exactly the same analysis. I don't know many people that uses Tapestry... And the book is much too old (even for the 5.0.x). The good thing is that all the people I showed Tapestry to and tried to work with it now prefers it :) Martin Craig St. Jean-4 wrote: > > Well, I've worked

Re: How big is the Tapestry community?

2009-06-06 Thread Craig St. Jean
Well, I've worked at a couple of places and used both Struts and JSF in the workplace. I'm the only one that I know that develops using Tapestry (for personal use), and maybe 1 or 2 people had heard of it (prior to me telling them about it). So my guess? Probably a low single digit percentage wh

How big is the Tapestry community?

2009-06-06 Thread Howard Lewis Ship
Here's a question: how many people are using Tapestry? And how do you figure out how many people are using Tapestry? When asked, I answer what I think is an honest answer: there's probably 1000 - 2000 teams using Tapestry ... but mostly I pulled that number out of the air. That would be one team

Re: Stuck on implementing recursion (or something like it) cleanly

2009-06-06 Thread ownedthx
Thanks for responding Denis, Your approach (markup writer approach) will get the HTML out and to the client, but it still doesn't help much with problems #1 and #2, right? As an update to the list, I'l explain what we are having to do to get at least close to achieving #1 and #2. You'll se

Re: Stuck on implementing recursion (or something like it) cleanly

2009-06-06 Thread DenisS
Hi Seth, I have created Tree component http://pastebin.com/m134af976 for the same purpose, basically you need to transform recursion to iteration. ...tree item body... output will be: ...tree item body... ...tree item body... ... ...tree item body... ...

Re: T5: Any component

2009-06-06 Thread Otho
http://tapestry.apache.org/tapestry5.1/tapestry-core/ref/org/apache/tapestry5/corelib/mixins/DiscardBody.html 2009/6/6 Angelo Chen > > Hi, > > So often that we commented something from the tml file, in the end it got > rendered, which might contain some sensitive info. I'm looking for some > com

Re: T5: Any component

2009-06-06 Thread Angelo Chen
Hi, So often that we commented something from the tml file, in the end it got rendered, which might contain some sensitive info. I'm looking for some components like < t:comment> < !--> I might need this later --> < /t:comment>, probably T5 can have a flag to tell the run time that comments shoul