Re: Splitting Tapestry IOC out as a separate project

2014-10-02 Thread Lance Java
Tapestry IOC is a separate module and can be used standalone. On 2 Oct 2014 06:38, "raygarsta...@gmail.com" wrote: > Just curious - are there any plans to carve out the IOC portion of > Tapestry and release that as a separate project? Since I’m moving towards > client-side frameworks (such as a

Re: Change log level from DEBUG to INFO

2014-10-02 Thread Lance Java
>From your earlier question... The logging framework is your choice. Hence the config is dependent on the logging framework chosen. On 2 Oct 2014 07:49, "Chris Mylonas" wrote: > Hi All, > > How do you turn the logging level down. I would have thought there'd be a > symbol or configuration menti

Stitch observe component applied over DB entities

2014-10-02 Thread Name Surname
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package rs.domaci.components; import org.apache.tapestry5.PersistenceConstants; import org.apache.tapestry5.annotations.Persist; import org.apache.tapestry5.hibernate.annotations.CommitAfter; import

Re: Splitting Tapestry IOC out as a separate project

2014-10-02 Thread Thiago H de Paula Figueiredo
On Thu, 02 Oct 2014 01:14:27 -0300, raygarsta...@gmail.com wrote: Just curious - are there any plans to carve out the IOC portion of Tapestry and release that as a separate project? Since I’m moving towards client-side frameworks (such as angular and ember) for future projects, I don’t

Re: Splitting Tapestry IOC out as a separate project

2014-10-02 Thread raygarstasio
I expect to use something like Jersey to support a REST API (both internal and external) instead of Tapestry pages to handle requests.   Perhaps I worded my question incorrectly.  I’m really wondering if IOC will always be tied to Tapestry core in terms of releases, or will it be spun off in

Re: Splitting Tapestry IOC out as a separate project

2014-10-02 Thread Thiago H de Paula Figueiredo
On Thu, 02 Oct 2014 11:38:39 -0300, wrote: I expect to use something like Jersey to support a REST API (both internal and external) instead of Tapestry pages to handle requests. Ok! Just giving an suggestion. :) Have you seen http://tynamo.org/tapestry-resteasy+guide? Perhaps I worded my

Re: Splitting Tapestry IOC out as a separate project

2014-10-02 Thread Daniel Jue
Try Tynamo Resteasy! I think you'll like it. We use it to support a extjs front end we have (served in its raw form (html and js) as part of a Tapestry web application. We jave tapestry pages working right alongside the raw html/js page. Even better is that our rest resources use the same servic

Re: Tynamo tapestry-security 0.6.0 in a v2.5 servlet container

2014-10-02 Thread Jon Williams
Hi Kalle, I have tapestry-security 0.6.0 working successfully in GAE with tapestry5.4 beta 22. My problem was due to an oversight in my code which was quasi-impossible to isolate from just looking at GAE logs. Finally broke down and got the app running locally in a debugger today and fixed my prob

Re: Change log level from DEBUG to INFO

2014-10-02 Thread Chris Mylonas
Thanks for pointing that out Lance - my part-time java foo is a bit rusty from 10 years ago, so the thinking pipeline is not so streamlined. Sample logback.xml file - changed to info root level - in src/main/resources http://logback.qos.ch/manual/configuration.html did the trick On Thu,