Missing a Business Service figure in T5.1

2009-11-05 Thread josete
Hi all. I'm facing some 'teorical' problem, i still haven't found a solution to. Let me explain : I have a page, with a list of pagelinks. Clicking on a page link makes the application do lot of business logic, and then, sends the user to the end page. The business logic is done inside in a

Re: Missing a Business Service figure in T5.1

2009-11-06 Thread josete
f the event handlers, even return the new page to render. Robert On Nov 5, 2009, at 11/51:22 PM , josete wrote: king on a page link makes the application do lot of business logic, and then, sends the user to the end page. The business logic is done inside in a non-viewable ( has no .tml )

Tapestry and CDI ( the need for )

2011-10-06 Thread josete
Hi guys ! I do need some behaviour in Tapestry already available to me via CDI in a non-web Application. Let me explain myself : I have a product, made for different customers. The product is the same, but for some different implementations of common services each one has. For example : com.

Re: Tapestry and CDI ( the need for )

2011-10-06 Thread josete
Uhm .. looks like i can use https://cwiki.apache.org/confluence/display/TAPESTRY/Configuration#Configuration-SettingExecutionModes Configuration-SettingExecutionModes Let's check .. any better idea ? -- View this message in context: http://tapestry.1045711.n5.nabble.com/Tapestry-and-CDI-the-n

Re: Help on Tapestry and CDI ( the need for )

2011-10-06 Thread josete
No, wrong path .. any help ? -- View this message in context: http://tapestry.1045711.n5.nabble.com/Tapestry-and-CDI-the-need-for-tp4876507p4876655.html Sent from the Tapestry - User mailing list archive at Nabble.com. - To unsu

Re: Tapestry and CDI ( the need for )

2011-10-06 Thread josete
Thanks thiago, but that's not ideal for me, as i do not know at runtime which module i will use. My ideal is to bind the service at compilation time, and i think i've found the solution in my previous posts, just by defining a system property of -Dtapestry.execution-mode=customer1. That way, the

Re: Tapestry and CDI ( the need for )

2011-10-06 Thread josete
Uhm .. yes, that may add complexity to the build-process but will keep tapestry cleaner. I'll try that, thanks. -- View this message in context: http://tapestry.1045711.n5.nabble.com/Tapestry-and-CDI-the-need-for-tp4876507p4877038.html Sent from the Tapestry - User mailing list archive at Nabble

Multiple JPA database instances

2013-09-24 Thread josete
Hi everyone ! I'm facing a problem on trying to get Tapestry 5.3.7 to use multiple JPA database for same application. I do have an administration console with a big options menu. In order to speedup some of the functionality, i defined an extra database that will be queried against. My problem