Re: Forbidden words Service for GWT

2016-02-25 Thread Julio Heitor Nobrega
I have found a paid webservice: webpurify.com It handles 15 languages but i would have to test if it identifies bad words of all kind. I have also found a quite nice google list that could be a good start (download it from github):

Re: Eclipse setup, javax.validation missing and jsp syntax highlighting

2016-02-25 Thread sam jones
I just created a new workspace in Spring STS AFTER importing all my jars with a gradle build and it worked. Without the new workspace created, it did not work. On Saturday, November 13, 2010 at 7:55:39 AM UTC-5, Stephen Buergler wrote: > > I see in the RequestFactory example

Bogus warnings from GWT-2.8 Beta

2016-02-25 Thread bobbitdiddle
If we define a class Foo in GWT with a JSNI method: private native void logStuff() /*-{ $wnd.myLog("This object has class" + th...@java.lang.Object::getClass()()); }-*/; then we getting a spurious warning: [WARN] JSNI method Foo.logStuff()V calls method >

Re: Forbidden words Service for GWT

2016-02-25 Thread Velusamy Velu
I ran in to the same situation and quickly put together a servlet filter that filters out words I felt show the intention of hacking in to my system. For example words like select,

Forbidden words Service for GWT

2016-02-25 Thread Julio Heitor Nobrega
Hey guys, i am developing a e-commerce site using GWT and i would like to ask if there is some paid/free webservice solution that verifies the existence of forbidden words (violence, sexual, weapon and/or hate related) give a String. Best regards! -- You received this message

Re: GWT vs AngularJS

2016-02-25 Thread Thomas Broyer
On Wednesday, February 24, 2016 at 4:58:36 PM UTC+1, Adolfo Rodriguez wrote: > > In my opinion, the main problem of GWT is that you are irrelevant for > crawlers, and this is a serious commercial drawback, despite I love GWT > Isn't that the case for any webpage generated entirely through

Re: Regarding RpcService,HybridServiceServlet and ClientOracle

2016-02-25 Thread Thomas Broyer
On Thursday, February 25, 2016 at 8:19:16 AM UTC+1, mant...@gmail.com wrote: > > Hi Thomas, > > I am new in GWT and I have to migrate version GWT 2.0.3 to GWT 2.7 > but In GWT 2.0.3 , GWT-RPC is there and in GWT 2.7,GWT-RPC is not there. > So,How can I resolve the RPC Related issue in

Can't acces to a .properties file in .war

2016-02-25 Thread Jeremy Scatigna
In my GWT project i have two .properties file one for production and one for development. I need to access this .properties file which is in the .war root directory to have access to the good WebService url. I've already try different solution but i can't access to servletContext and