Re: [jira] [Commented] (TAP5-2169) Core stack is not included by default

2013-09-27 Thread Felix Gonschorek
jepp - that works. but be aware - if you use the alerts component, the core stack will be imported nevertheless: https://issues.apache.org/jira/browse/TAP5-2190 On Tue, Sep 24, 2013 at 2:17 AM, Bob Harner bobhar...@gmail.com wrote: You mean just this? public void

Proposal for ObjectFactory service in 5.4

2013-09-27 Thread Barry Books
I created a pretty simple service that's proven quite useful. The interface is *public* *interface* ObjectFactory { *public* T T build(ClassT clazz); } it's built on top of autobuild and since it's a service you can plug in different factories. The one I have this *public* *class*

Re: Proposal for ObjectFactory service in 5.4

2013-09-27 Thread Barry Books
I don't think so. In my case the value passed to the build method is always type Class and the return is a new object based on the class type. The strategy builder service takes a set of services and constructs a new service that directs calls by the object type of the parameters. You can't use

Re: Proposal for ObjectFactory service in 5.4

2013-09-27 Thread Thiago H de Paula Figueiredo
On Fri, 27 Sep 2013 16:39:14 -0300, Barry Books trs...@gmail.com wrote: I don't think so. In my case the value passed to the build method is always type Class and the return is a new object based on the class type. In StrategyBuilder/StrategyRegistry's case, the parameter is always Class.

lezon commented on http://tapestry.apache.org/index.html

2013-09-27 Thread no-reply
Hello, lezon has commented on http://tapestry.apache.org/index.html. You can find the comment here: http://tapestry.apache.org/index.html#comment_1745 Please note that if the comment contains a hyperlink, it must be approved before it is shown on the site. Below is the

[T5.4-a-22] Core stack being added to page non-HTML MarkupWriter-generated output

2013-09-27 Thread Thiago H de Paula Figueiredo
Hi! I'm writing a page to generate an RSS 2.0 document though MarkupWriter[1]. Tapestry is then trying to add JavaScript to it anyway: The root element of the rendered document was rss, not html. A root element of html is needed when linking JavaScript and stylesheet resources. Is this a