sodium schrieb:


Just few quick questions. I've skim through the documentation as well as the
only Tap5 book i recently bought and i didn't find any reference to this.
Is it possible to bind some sort of services using Tap5 when the container
init the Tap5 application?

Yes, absolutely. Have a look at the tapestry-ioc documentation.


Also, is it possible to have those services
declared in application scope? For instance, i wanted the application to
constantly check for incoming sms from mobile connected via javacomm.

I'd do that with the help of quartz. The third-party component library Chenillekit has support for it IIRC. Also search the list archive (tapestry.markmail.org), there has been some discussion about Tapestry and Quart in the past.


And also, I was looking at the ajax documentation. It didn't state whether
if the ajax supported is secured or not. I only wanted authenticated user to
be able to call the ajax. Is this possible with Tap5 at the moment?

Sure. Use the if component and only render ajax-enabled components if the user 
is authenticated.

Uli


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to