Re: Integrating Tapstry IOC only

2016-04-21 Thread Cezary Biernacki
I have used Tapestry-IOC in many non-gui tools including REST applications based on Dropwizard, and it is very easy to do. Just in some place during process initialisation build a IOC registry, retrieve some starting service and call that service - later all dependencies can be handled by

Re: Integrating Tapstry IOC only

2016-04-21 Thread Thiago H de Paula Figueiredo
On Thu, 21 Apr 2016 04:18:30 -0300, Adam X wrote: Hi Hi! I have a rest project (no gui) with CDI backed by Weld. I would like to switch to Tapestry IOC instead. Why? Just curious. :) I haven't used CDI so I cannot compare it to Tapestry-IoC. Are there any good

Integrating Tapstry IOC only

2016-04-21 Thread Adam X
Hi I have a rest project (no gui) with CDI backed by Weld. I would like to switch to Tapestry IOC instead. Are there any good tutorials that cover this? Adam