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
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
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
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
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
See the observe mixin here
http://t5stitch-lazan.rhcloud.com/observedemo
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