Re: GWT 2.1 MVP Multiple activities clarification help

2014-01-01 Thread Ronan Quillevere
I know it might be an old topic, but I have tried to implenent thomas idea ( http://tbroyer.posterous.com/gwt-21-activities-nesting-yagni ) in this github project. I will be happy to have some comments/suggestions. https://github.com/ronanquillevere/GWT-Multi-Activities Regards On Wednesday,

Re: Nested Views in MVP

2014-01-01 Thread Ronan Quillevere
I know it might be an old topic, but I have tried to implement thomas idea ( http://tbroyer.posterous.com/gwt-21-activities-nesting-yagni ) in teh following github project. I will be happy to have some comments/suggestions. https://github.com/ronanquillevere/GWT-Multi-Activities Regards On

Re: Activities and Places, how to deal with nested views ?

2014-01-01 Thread Ronan Quillevere
I know it might be an old topic, but I have tried to implement thomas idea ( http://tbroyer.posterous.com/gwt-21-activities-nesting-yagni ) in the following github project. I will be happy to have some comments/suggestions. https://github.com/ronanquillevere/GWT-Multi-Activities Regards On

GWT CellList Render Done Handler?

2014-01-01 Thread confile
I use the GWT CellList widget to render Cell elements. Is there a way to register a render complete or render done event to execute stuff after rendering was done? -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To unsubscribe from this

Re: JavaFX 2.2 WebView support - possible new User Agent?

2014-01-01 Thread Michael Prentice
I am not running Grails or PrimeFaces on the back-end. Instead we have servlets that connect us to a proprietary back-end system that is written in C and accessed via JNI. While I do have an authentication system written, we are not using it as our enclosing Swing application handles all

Re: Open Session In View not working (locator?)

2014-01-01 Thread Yan Zhou
Thanks so much, I may have had misconceptions. Because I observed correct behavior when I started transaction in servlet, I assumed a transaction needs to be involved at that level. Apparently, I was using multiple entity manager instances, and when I start a transaction at servlet level, somehow