security issue within embedded widgets

2015-05-26 Thread vanessa vanessa
Hi all I have to develop a gwt container (portlet,widget...) that contains an Html code. This html may contain some java script that should ve evaluated.the widget must finally display a google map,twitter service, youtube service ect. The problem i encountred is that html container in gwt are

Re: Integrating compiled modules GWT at runtime

2013-02-17 Thread vanessa vanessa
at runtime without having to restart the server to do so ?? is there any way to inject the script at runtime ??? Thans a lot again. 2013/2/16 Jeffrey Chimene jchim...@gmail.com On 02/16/2013 04:46 AM, vanessa vanessa wrote: Hi team, I have been searching the possibility to integrate some *compiled

Integrating compiled modules GWT at runtime

2013-02-16 Thread vanessa vanessa
Hi team, I have been searching the possibility to integrate some *compiled* *GWT components* in your web application at runtime, but i didn't find my need. Is there any solutions in GWT ? Any help will be deeply apprecited . Thanks Regards -- You received this message because you are

Re: keyboard shortcuts

2012-10-20 Thread vanessa vanessa
Thanks for your anwwers. Le jeudi 18 octobre 2012 22:21:55 UTC+1, Jens a écrit : You can globally listen for all browser events by using Event.addNativePreviewHandler(). Inside the handler you can globally check for shortcut keys on keydown / keyup events. But be aware that there are

keyboard shortcuts

2012-10-16 Thread vanessa vanessa
Hi all, I have to implement specefic keyboard shortcuts to my web application. And I want to ask if GWT provide interfaces to deal with such a requirement. If it's the case what are the limits of these shortcuts ? The compatibility with some browsers is an important point. Any help would be

Re: URGENT-Generating gwt web pages

2012-04-24 Thread vanessa vanessa
You mean the existing Generation tools of GWT ... i have to implement a generator using a template engine the existing tools don't fit my needs. Le 24 avril 2012 13:10, Martin Trummer ds.martin.trum...@gmail.com a écrit : I have a model which contains data(an xmile file) which i've already

Re: URGENT-Generating gwt web pages

2012-04-23 Thread vanessa vanessa
Freemarker would be a better one. On Saturday, 21 April 2012 22:03:19 UTC+5:30, vanessa vanessa wrote: Hello , I have to create a generator that generates gwt code from a model as an entry. Can any one help me how to proceed ? And which template engine to choose ? Is velocity a good solution

Re: URGENT-Generating gwt web pages

2012-04-23 Thread vanessa vanessa
How it doesn't change anything ? I!'m looking for some documentation and some recommendation .. I didn't find through the net someething that fits my needs . Thanks a lot . Le 23 avril 2012 09:26, Thomas Broyer t.bro...@gmail.com a écrit : On Monday, April 23, 2012 10:14:00 AM UTC+2, vanessa

Re: URGENT-Generating gwt web pages

2012-04-23 Thread vanessa vanessa
scratch.I was searching if anyone implemented such a gnerator before and so can help me with some advice. Thanks a lot again.And good luck every body. Le 23 avril 2012 15:36, Alan Chaney a...@mechnicality.com a écrit : On 4/23/2012 1:34 AM, vanessa vanessa wrote: How it doesn't change anything

URGENT-Generating gwt web pages

2012-04-21 Thread vanessa vanessa
Hello , I have to create a generator that generates gwt code from a model as an entry. Can any one help me how to proceed ? And which template engine to choose ? Is velocity a good solution . Thanks a lot. Regards -- You received this message because you are subscribed to the Google Groups

Automatically generating GWT web pages

2012-04-21 Thread vanessa vanessa
Hello every body , I have to develop a gnerator that generate from a model GWT code that will be after that compiled and the output is a gwt web page. How can i proceed ? which template engine to use .. ? is velocity a good solution .. ? I'm needing your help. Thanks a lot . Have a good day.