[gwt-contrib] GSS Custom Functions

2015-02-19 Thread Jeffrey Kleiss
I noticed in the Closure Stylesheet docs that you can define your own custom functions in Java when you use the *--gss-function-map-provider* flag. Is there this option with GWT? I did notice that GwtGssFunctionMapProvider provides extra GSS GWT functions, but found no way of extending this

Re: Slotted - A Slot/Nesting Extension to Activities and Places

2013-05-14 Thread Jeffrey Kleiss
I will create a release candidate this weekend, which contains all the features that will be in the final release. I will then be working on the documentation over the next couple months, and then make the final release once all the documentation is done. On Tue, May 14, 2013 at 6:56 AM, V.B.

Re: Slotted - A Slot/Nesting Extension to Activities and Places

2013-05-13 Thread Jeffrey Kleiss
Slotted v1 has support for URLs for nested Activities with global parameters. Meaning the URL will have the list of Activities with slashes and then have '?' followed by a parameter list (key=value). I have been working on another version that allows for parameters to be attached to specific

Slotted - A Slot/Nesting Extension to Activities and Places

2013-01-24 Thread Jeffrey Kleiss
We have just released the open source project Slotted version 0.1, and we would love to hear your feedback and suggestions on the project. Slotted can be found here: http://code.google.com/p/slotted/. Here is a brief description: Slotted The Slotted framework is an extension of GWT

Re: Best MVP framework right now?

2012-09-07 Thread Jeffrey Kleiss
There is a new framework called Slotted (http://code.google.com/p/slotted/), that adds the concept of nested slots to GWT Activities and Places. It provides complete url for complex nested UIs. It is still in the very early phases of development and not well documented yet. It does have an