Re: Neo4J 2.0 transactions on domain objects with T5.3.x

2014-01-13 Thread Daniel Jue
Thanks Thiago! I have it working for my tests in my DAOModule (no classes, just services that are explicitly advised via @Match("prefix*") Now I want to apply it to all my pages and components in my web module using @Match("*"). It causes a recursion error since it sees the services in the DAO

Tapestry 5.4-beta-2 GoogleClosureCompiler

2014-01-13 Thread Kristian Marinkovic
Hi all, how do i set additional GoogleClosureMinimizer options? The current implementation in tapestry-webresources doesn't seem to offer any configuration possibilities besides replacing the whole service. cheers, Kris

Tapestry 5.4 require.js modules

2014-01-13 Thread Kristian Marinkovic
Hi all, why are tapestry's requirejs modules nested in an anonymous javascript function: (function() { define(['jquery'], function($) { }) }).call(this); isn't it enough to just write define(, function() {})? Is there a reason for this additional scope? cheers, Kris BTW, i just mig

RESTEasy XML byte order marker

2014-01-13 Thread gregor stopar
Hi I have RESTEasy client which is constructed like this: ResteasyClient client = new ResteasyClientBuilder().httpEngine(httpEngine).build(); ResteasyWebTarget snowConditionTarget = client.target(host); SnowConditionClient snowConditionClient = snowConditionTarget.proxy(SnowConditionClient.

Re: Neo4J 2.0 transactions on domain objects with T5.3.x

2014-01-13 Thread Thiago H de Paula Figueiredo
On Fri, 10 Jan 2014 23:01:50 -0200, Daniel Jue wrote: Hello friends, The Question: So does a custom Advise annotation seem like the right way to go? Yes! Just remember that Tapestry-IoC 5.3 doesn't copy the annotations from service implementation and its methods to the service proxy, but

Re: Loving the eclipse-tapestry5-plugin

2014-01-13 Thread Dmitry Gusev
Hi Michael! it would be better if you create a github issue so we could discuss your use case there and maybe work out some solution: https://github.com/anjlab/eclipse-tapestry5-plugin/issues On Mon, Jan 13, 2014 at 2:30 PM, Michael Dukaczewski wrote: > Maybe a special configuration for the p

Re: Loving the eclipse-tapestry5-plugin

2014-01-13 Thread Michael Dukaczewski
Maybe a special configuration for the plugin is not necessary. It would probably be enough to read the .classpath file to use the classpath of the eclipse project? Am 16.12.13 10:45, schrieb Michael Dukaczewski: It depends on the project I'm working on. I have projects in maven layout as we

Re: [ANN] Tapestry-genetify

2014-01-13 Thread Emmanuel DEMEY
Great Job Nourredine ;) And you use Kawwa (https://kawwa.atosworldline.com/) !!! Thanks 2014/1/13 Nourredine K. > Hi there, > > tapestry-genetify[1] for tapestry 5.3.7 is available on maven > central[2]. It's a tapestry contribution for Genetify[3] (an amazing > opensource website testing and o