Help with Tapestry Page and iText

2009-12-31 Thread Ashwanth Kumar
Hello, Happy new year to all!! (Its new year here in India).. Okay, i need a small help! I want to generate a PDF file, based on the generated page in Tapestry.. I've plans of using iText to generate PDF. Can any one help me? How to get it done!! PS: On cliking Download PDF link, the PDF should

Re: [Tapestry Central] Securing Tapestry pages with Annotations, Part 1

2009-12-31 Thread Vangel V. Ajanovski
On 31.12.2009 11:44, Alessandro Bottoni wrote: > 2) An enterprise-level module, like Spring Security. This solution > should have to be flexible and extendible. It should be able to deal > with LDAP, OpenID, JASIG CAS and other providers. It would be used for > complex, enterprise-level apps. >

Re: [Tapestry Central] Securing Tapestry pages with Annotations, Part 1

2009-12-31 Thread Toby Hobson
Just to add my 2 cents ... imho it's best to build on an exiting framework like spring-security rather than trying to re-invent the wheel. acegi/spring-security has great traction in the market and it's very well documented. Recent versions are becoming much simpler due to sensible defaults but mor

Re: t5: errors

2009-12-31 Thread Igor Drobiazko
Agreed. A better solution would be to fix https://issues.apache.org/jira/browse/TAP5-52 On Thu, Dec 31, 2009 at 1:04 PM, Thiago H. de Paula Figueiredo < thiag...@gmail.com> wrote: > Em Thu, 31 Dec 2009 01:15:04 -0200, Angelo Chen < > angelochen...@yahoo.com.hk> escreveu: > > Hi, >> > > Hi! > >

Re: [Tapestry Central] Securing Tapestry pages with Annotations, Part 1

2009-12-31 Thread Sven Homburg
Hi Allesandro, i totally agree with you. The documentation of the ChenilleKit-Modules is bad or lacks at some points. One of our good intentions for 2010 is to write more and better docs. with regards Sven Homburg Founder of the Chenille Kit Project http://chenillekit.codehaus.org 2009/12/3

Re: [Tapestry Central] Securing Tapestry pages with Annotations, Part 1

2009-12-31 Thread Thiago H. de Paula Figueiredo
Em Thu, 31 Dec 2009 09:16:15 -0200, Alessandro Bottoni escreveu: Il 29/12/2009 21:32, Alex Kotchnev ha scritto: approach. As Thiago already mentioned, there are at least a few more solutions that attempt to provide this (e.g. Thiago's own, chenillekit-access, and a bunch more). Let's me pl

Re: [Tapestry Central] Securing Tapestry pages with Annotations, Part 1

2009-12-31 Thread Thiago H. de Paula Figueiredo
Em Thu, 31 Dec 2009 08:44:00 -0200, Alessandro Bottoni escreveu: 1) A quite basic module, or even a well-documented demo, that just takes into account the most common requirements and uses a set of sensible defaults. This basic "package" should not have to be extensible or flexible. A demo

Re: t5: errors

2009-12-31 Thread Thiago H. de Paula Figueiredo
Em Thu, 31 Dec 2009 01:15:04 -0200, Angelo Chen escreveu: Hi, Hi! I'd suggest that t:errors should have an option to display only one message instead of all the messages returned from the server, I don't think it's a good idea. Suppose an user fills a form with three errors. Just one

Re: [Tapestry Central] Securing Tapestry pages with Annotations, Part 1

2009-12-31 Thread Alessandro Bottoni
Il 29/12/2009 21:32, Alex Kotchnev ha scritto: > approach. As Thiago already mentioned, there are at least a few more > solutions that attempt to provide this (e.g. Thiago's own, > chenillekit-access, and a bunch more). Let's me play the Devil's advocate for a moment... ChenilleKit-Access is an

Re: [Tapestry Central] Securing Tapestry pages with Annotations, Part 1

2009-12-31 Thread Alessandro Bottoni
Il 29/12/2009 21:32, Alex Kotchnev ha scritto: > chenillekit-access, and a bunch more). As much as people have a tendency to > complain that spring security is too complicated, it seems that any other > solution (e.g. based on T5 IoC) that attempts to provide the same level of > flexibility and gen

Re: [Tapestry Central] Securing Tapestry pages with Annotations, Part 1

2009-12-31 Thread Alessandro Bottoni
Il 29/12/2009 12:45, Vangel V. Ajanovski ha scritto: > +1 from me for putting such article in the official documentation on the > website, because blogs are (by nature) relevant for a moment in time and > if it's put in the official documentation one would have to check and > "sign" that this works

Re: demo aplication

2009-12-31 Thread Alessandro Bottoni
Il 30/12/2009 18:54, Alfonso Quiroga ha scritto: > I know about jumpstart, but that's like different solutions for > specifics things, not a complete app. > I think it would be fine to have a complete demo app, maybe using > hibernate + hsqldb, some custom component, etc, for a begginer Yes, pleas

Re: demo aplication

2009-12-31 Thread Alessandro Bottoni
Il 30/12/2009 16:39, Alfonso Quiroga ha scritto: > Is there some idea of how the demo app should be? I'm NOT a T5 expert > but I can do it if it's simple. > a) The first question is... if we have a t5-starter-demo-app, where > will be hosted? In the same Maven repository of the usual "quickstart"