Re: Putnami Gradle plugin 0.4.0 for GWT

2017-05-05 Thread Олег Рачаев
I was able to configure gradle putnami plugin to work with embedded tomcat server in Eclipse IDE. As I wrote earlier I did it to specify the JNDI resources on the server. In build.gradle you need to add: *apply plugin: 'eclipse-wtp'* ... *eclipse { wtp { component { file { withXml { def node =

Re: JSInterop for Lovefield database

2017-05-05 Thread Jens
Looks like Lovefield has the concept of a Column so you would also define a Column class. Your Table class would then provide a method to get a Column by name. Next the docs you linked say that search conditions are defined on an interface called PredicateProvider which a Column implements. So

JSInterop for Lovefield database

2017-05-05 Thread 'Klemens Schrage' via GWT Users
Hello, I'm working on Lovefield bindings for JSInterop. While the basic stuff (init, insert, ...) works with the elemental2-promise-beta quite well, I'd like to have bindings for the Lovefield query mechanism as well. Sadly I don't know how to write the matching Java classes. Consider the

Re: Gwt maven archetypes

2017-05-05 Thread Thomas Broyer
Pushed the fix; also removed tomcat6-maven-plugin given that Tomcat 6 is EOL. On Friday, May 5, 2017 at 11:48:24 AM UTC+2, Thomas Broyer wrote: > > Oh crap, I'd swear I had tested it before git-pushing… > Will fix asap, thanks for the report! > > On Friday, May 5, 2017 at 5:00:58 AM UTC+2,

Re: Gwt maven archetypes

2017-05-05 Thread Thomas Broyer
Oh crap, I'd swear I had tested it before git-pushing… Will fix asap, thanks for the report! On Friday, May 5, 2017 at 5:00:58 AM UTC+2, nikola wrote: > > You are right.. This can be ignored. > > Actually, real problem that I had is that after login I couldn't see main > screen with text box