Anyone implemented Braintree recurring payments in Tapestry?

2015-07-08 Thread George Ludwig
I'm asking, because I'm up to my elbows in it. What's the most straightforward way to get the payment nonce back to the server? I figure it has to do with creating an event link via javascript support, but I'm unclear on the details. If anyone has done anything similar and can point to an example

Re: Tapestry 5.4 datefield on value changed

2015-07-08 Thread abangkis
Okay. Thanks a lot Thiago. On Wed, Jul 8, 2015 at 4:37 AM, Thiago H de Paula Figueiredo < thiag...@gmail.com> wrote: > On Tue, 07 Jul 2015 15:26:57 -0300, abangkis wrote: > > Hi guys, what is the easiest way to detect value changed on datefield? I >> was expecting something like the select comp

Re: Multi threading in a service

2015-07-08 Thread Dmitry Gusev
Hi, Why don't you want to use ParallelExecutor? https://tapestry.apache.org/parallel-execution.html It does exactly this. If you want to do this yourself you'll need to invoke PerthreadManager.cleanup() after each iteration to support per thread services, like JPA's entity manager, etc. On Wed

Re: Multi threading in a service

2015-07-08 Thread Lance Java
Seems like you're currently instantiating a WorkQueue calling archiveQueue() then calling shutdownAndAwaitTermination() and discarding the WorkQueue... Correct? If you use ExecutorService.submit() instead of ExecutorService.execute() you can call use the Future response and call Future.get() later

Multi threading in a service

2015-07-08 Thread George Christman
I'm wondering what the best approach would be to handle multi threading in a service so that I have other service classes available to me. I'm passing in PDFService, but I'd like to pass it in through constructor injection. I'm assuming I'd have to instantiate the pool within archiveQueue and not

Re: Tapestry 5.4 datefield on value changed

2015-07-08 Thread Lance Java
See the observe mixin here http://t5stitch-lazan.rhcloud.com/observedemo

Re: Possilbe Bug With Date Picker - changing system time zone adds +1 day to the date field

2015-07-08 Thread Sumanth
Hello Everyone is anyone able to verify that is this a bug or not? If it is can anyone let us know when can we see a fix for this? Or is my details too short? Should I need to include anything else. Please let us know. How can we work around this! On Fri, Jun 19, 2015 at 11:16 AM, Sumanth wrot