Re: t5: Using Tapestry5 with JavaFx

2009-07-20 Thread
Yes. JavaFX is a Java RIA(Rich Internet Application) solution compared with Adobe flash, and Microsoft silverlight. On Wed, Jul 15, 2009 at 9:15 AM, Howard Lewis Ship wrote: > Probably not; to Tapestry, JavaFX looks like any other applet however. > > On Tue, Jul 14, 2009 at 5:07 PM, Angelo Chen

Re: T5 - Configuration and .tml Files are Exposed By Tapestry.

2009-07-20 Thread
You should configure the servlet container. Java Web Security is a standard part of the J2EE/JEE specification. There should be many resources on the internet on that topic. On Tue, Jul 21, 2009 at 9:30 AM, Daniel Jones wrote: > > Hi Howard, > > Thanks for the reply. How do I do that, is this t

Re: t5: how to use Blackbird?

2009-06-19 Thread
so you can define a variable to shorten that statementvar log = Tapestry.Logging; On Fri, Jun 19, 2009 at 4:43 PM, Ray wrote: > To use the Blackbird logging in Tapestry, you need to use > 'Tapestry.Logging' > instead of the 'log' prefix > > e.g Tapestry.Logging.info('test'); > > This is define