Re: How to get the SuggestBox value

2019-04-12 Thread Filipe Sousa
suggestionBox.getValue()? On Thursday, April 11, 2019 at 12:02:57 PM UTC+1, Nanditha Nandu wrote: > > final SuggestBox suggestionBox = new SuggestBox(suggestions); > > where suggestions is the custom suggest words passed using > MultiWordSuggestOracle > > Im trying to get the value selected from

Re: [ANN] (Unofficial) GWT 2.8.2-v20191108 release

2019-11-12 Thread Filipe Sousa
No release notes but you can find some info https://gwt-review.googlesource.com/q/status:merged On Tuesday, November 12, 2019 at 6:26:37 PM UTC, Michael Joyner wrote: > > Is there a release notes link? > > On 11/10/19 10:19 PM, Peter Donald wrote: > > GWT is a development toolkit for building and

Re: Im trying to get a pdf file from database and show it on clientside using the GWT , is there a possibility?

2020-04-26 Thread Filipe Sousa
I'm using pdfbox to render the pages to png and works quite well. On Wednesday, December 18, 2019 at 5:35:53 AM UTC, Dhinakar wrote: > > Im trying to get a pdf file from database and show it on clientside using > the GWT , is there a possibility? Thanks in advance > -- You received this message

Re: [ANN] JRS gwt-time 1.4.5 release

2020-05-02 Thread Filipe Sousa
👏 On Saturday, May 2, 2020 at 8:58:30 AM UTC+1, foal wrote: > > Hi, > > The new version of GWT emulation for JRE java.util.time package was > released. > > Project page: https://github.com/foal/gwt-time > > Maven dependency: > > > org.jresearch.gwt.time > org.jresearch.gwt.time > 1.4

Re: GWT 2.9.0 release

2020-05-14 Thread Filipe Sousa
Wonderful news. Thank you for the work and the commitment with this release. On Thursday, May 14, 2020 at 4:40:25 AM UTC+1, Colin Alworth wrote: > > Today we are pleased to announce the next release of GWT, version 2.9.0. > Some highlights of this release: > * GWT supports Java 9, 10, 11 langua

Re: DominoKit tools new releases

2023-12-11 Thread Filipe Sousa
👍 On Sunday, December 10, 2023 at 2:54:12 PM UTC Vegegoku wrote: > We are glad to announce the new releases of Dominokit tools : > > *Domino-ui 2.0.0-RC5* > Find release notes here > https://github.com/DominoKit/domino-ui/releases/tag/2.0.0-RC5 > *Domino-ui 1.0.6* > Find release notes here > ht

Re: Happy New Year 2024 and an Article for JavaScript Developers

2023-12-29 Thread Filipe Sousa
This is an article for paid subscribers :( On Friday, December 29, 2023 at 4:17:29 PM UTC lofid...@gmail.com wrote: > A must-read for all *#JavaScript* developers in the New Year of 2024. > > Enjoy the read, and Happy New Year 2024! 🎉🎊 > > https://bit.ly/10JS2024 > > Lofi > -- You received this

Re: Announcing GWT 2.10.1 and 2.11 releases

2024-01-11 Thread Filipe Sousa
o De Angelis, Frank Hossfeld, Manfred Tremmel, Jim Douglas, > Zbynek Konecny, Piotr Lewandowski, Axel Uhl, Thomas Broyer, Filipe Sousa, > Sandra Parsick, Jens Nehlmeier, Schubec GmbH, Tom Sawyer Software, > Insurance Insight Inc. Join us on the issue tracker > <https://github.com/g

Re: GWT 2.2 on linux: Designer not wokring

2011-02-25 Thread Filipe Sousa
I'm having exactly the same problem. The problem started to show up after I updated java to version 1.6.0_24 $ java -version java version "1.6.0_24" Java(TM) SE Runtime Environment (build 1.6.0_24-b07) Java HotSpot(TM) 64-Bit Server VM (build 19.1-b02, mixed mode) $ cat /etc/redhat-release Fedo

Fast redeploys with gwt and jetty (eclipse project provided)

2011-03-10 Thread Filipe Sousa
I would like to share some thoughts on the quickest way to develop web projects in eclipse without wasting time with the redeploy. One thing that annoys me is to make a change in code and having to wait several minutes while a redeploy is made. I tried several solutions, including JRebel, but I

Re: Fast redeploys with gwt and jetty (eclipse project provided)

2011-03-11 Thread Filipe Sousa
On Friday, March 11, 2011 9:15:42 AM UTC, Thomas Broyer wrote: > > > > On Friday, March 11, 2011 12:09:08 AM UTC+1, Filipe Sousa wrote: >> >> I would like to share some thoughts on the quickest way to develop web >> projects in eclipse without wasting time with the

Re: Fast redeploys with gwt and jetty (eclipse project provided)

2011-03-11 Thread Filipe Sousa
On Friday, March 11, 2011 3:02:27 PM UTC, Thomas Broyer wrote: > > >> When you didn't change your dependencies, yes; but if you changed them > (added a JAR, upgraded to a new version, etc.), you'd have to restart > JettyDevServer so it runs with the updated classpath. > It's a really a minor ni

Re: Jetty in development/production

2011-03-15 Thread Filipe Sousa
On Tuesday, March 15, 2011 12:45:54 PM UTC, Jens wrote: > > I know it is a GWT group but as GWT uses embedded Jetty I hope someone with > a deeper Jetty knowledge is reading my questions and willing to answer :) > > We currently use Glassfish 3.1 with the following features: > - EJB 3.1 Lite (only

Re: gwt 2.3 gwt-servlet-deps.jar from Ant Ivy build

2011-05-05 Thread Filipe Sousa
I'm having the same problem with IvyDE. I can't pass the validation-api-1.0.0.GA-sources.jar to the eclipse classpath. Let me know if you find a solution. -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email t

Re: gwt 2.3 gwt-servlet-deps.jar from Ant Ivy build

2011-05-06 Thread Filipe Sousa
On Friday, May 6, 2011 1:28:10 AM UTC+1, Juan Pablo Gardella wrote: > > If you use maven resolve this problem with this: > > >javax.validation >validation-api >1.0.0.GA >provided >

Re: gwt 2.3 gwt-servlet-deps.jar from Ant Ivy build

2011-05-06 Thread Filipe Sousa
Using the following *build.xml:* *ivy.xml:* http://www.w3.org/2001/XMLSchema-instance"; xsi:noNamespaceSchemaLocation="http://ant.apache.org/ivy/schemas/ivy.xsd"; xmlns:m="http://ant.apache.org/ivy/maven";> [fsousa@nostradamus ivy-test]$ ant Buildfile: /home/fsousa/ivy-test/b

Re: gwt 2.3 gwt-servlet-deps.jar from Ant Ivy build

2011-05-06 Thread Filipe Sousa
for gin i'm using this [fsousa@nostradamus ivy-test]$ ant Buildfile: /home/fsousa/ivy-test/build.xml resolve: [ivy:retrieve] :: Ivy 2.2.0 - 20100923230623 :: http://ant.apache.org/ivy/ :: [ivy:retrieve] :: loading settings :: url = jar:file:/opt/apache-ant-1.8.2/lib/ivy-2.2.0.jar!/org/apache/i

Re: gwt-dev.jar not found by GWT Designer

2011-05-17 Thread Filipe Sousa
On Tuesday, May 17, 2011 1:20:37 AM UTC+1, Magno Machado wrote: > > I'm getting this message from GWT Designer whenever I try to open the > editor: > > GWT Designer was unable to find *gwt-dev.jar* relative to *gwt-user.jar*. > Please check that GWT is installed correctly and that gwt-dev.jar is

Re: Mojo's maven-gwt-plugin or Thomas's maven-gwt-plugin?

2015-11-20 Thread Filipe Sousa
This is a bit off topic, but what do you think about the takari lifecycle? http://takari.io/book/40-lifecycle.html#the-takari-lifecycle On Friday, November 20, 2015 at 12:35:33 PM UTC, Thomas Broyer wrote: > > > > On Friday, November 20, 2015 at 11:46:22 AM UTC+1, Martin Trummer wrote: >> >> @Thom

Re: JsInterop Maven fail

2015-11-23 Thread Filipe Sousa
Here is what I did $ git fetch https://gwt.googlesource.com/gwt refs/changes/10/14010/4 && git cherry-pick FETCH_HEAD $ ant clean elemental dist-dev -Dgwt.version=2.8.0-SNAPSHOT $ ./maven/push-gwt.sh After that, the complier complains about the missing java classes. [INFO] --- gwt-maven-plugin:

Re: Issues with GWT 2.8 snapshot

2016-06-09 Thread Filipe Sousa
Same here [INFO]Errors in com/google/gwt/emul/java/lang/Object.java [INFO]Errors in com/google/gwt/core/client/GWT.java [INFO]Errors in com/google/gwt/core/client/GWT.java [INFO]Errors in com/google/gwt/core/client/GWT.java [INFO]Errors in com/google/gwt/core/client/GWT.java [I

Re: Issues with GWT 2.8 snapshot

2016-06-09 Thread Filipe Sousa
Done that and still have the same errors. Despite the errors the project works as if had no errors $ java -version java version "1.8.0_92" Java(TM) SE Runtime Environment (build 1.8.0_92-b14) Java HotSpot(TM) 64-Bit Server VM (build 25.92-b14, mixed mode) $ ant -version Apache Ant(TM) version 1.

Re: Super Dev Mode stopped working in Chrome

2017-01-13 Thread Filipe Sousa
Try Canary $ cat bin/canary #!/bin/sh open -a Google\ Chrome\ Canary --args --disable-web-security --user-data-dir > On 12 Jan 2017, at 21:22, N Troncoso wrote: > > Super Dev Mode is no longer working for me in Chrome. It used to give me the > little shield in the address bar that let me acce

Re: Response from Server is very slow

2008-11-06 Thread Filipe Sousa
> It is most likely the serialization and de-serialization that is > taking the most time. There really isn't anything you can do about > this because it's the way XML-RPC works. It converts all your objects > into a really big string (xml) sends it over to the clients which then > re-instantiates

Re: Out of Memory Error During GWT compilation

2008-09-16 Thread Filipe Sousa
Bal Krishna wrote: > Hi All, > I am using GWT in my application. > My system is having 2GB RAM and I have around 2000 Java files to > compile. During compiling the files, I am using JVM argument -Xmx1024M > but my GWT compilation is failing and throwing this error. I'm having the same problem and

Re: firefox gwt issues

2010-06-03 Thread Filipe Sousa
I'm also using Fedora F13 x86_64 and I had to compile the plugin which you can download from http://devel.ipb.pt/~fsousa/fedora-13/gwt-plugin/x86_64/gwt-dev-plugin.xpi On Jun 2, 9:11 pm, Sam Phippen wrote: > When I attempt to load my gwt app in firefox (f13, x64) with the > plugin installed I sti

Re: MVP with EventBus question

2010-06-23 Thread Filipe Sousa
I believe you can use @UiField(provided=true): @UiField(provided=true) Foo foo @Inject UserDashboard(Foo foo) { this.foo = foo } On Jun 23, 10:03 pm, Paul Schwarz wrote: > To answer my own question: > > 1. Gin can be used to inject the EventBus into the View as well as the > Presenter, so n

Re: Where to put jars for inclusion in WEB-INF/lib/?

2010-04-27 Thread Filipe Sousa
I have my libraries configured under Java/Build Path/Users Libraries and when I need them I just add it to my projects (Java Build Path/ Libraries/Add Library/User Library) and check Java EE Module Dependencies. This is for a Dynamic Web Project. On Apr 26, 12:39 pm, jbdhl wrote: > In GWT project

Re: Eclipse Plugin Compile Button & Stack Overflow

2009-04-22 Thread Filipe Sousa
On Apr 8, 4:11 pm, Brian wrote: > Just installed the GooglepluginforEclipse, and hit the Compile > button on my project.  It gave me astackoverflowerror. > Prior to using theplugin, I'd compile by hitting the Compile button > in the hosted mode browser.  In the Run/DebugEclipseconfiguration, I >

Re: GWT Developer Plugin (GWT 2.0 RC1) crashes FF 3.5.5

2009-11-23 Thread Filipe Sousa
On Nov 19, 10:27 pm, Yozons Support on Gmail wrote: > I wish I had a fixed way to make it happen, but it seems like I get a few > different scenarios. > > Sometimes, after lots of code changes while the debugger is running, when I > save the client .java file in Eclipse and it's compiled, FF will

Re: GWT 2.0 - startupUrl field

2009-11-28 Thread Filipe Sousa
On Nov 28, 11:03 am, Andrey wrote: > Hello! > > Why is startupUrl field removed from run configuration in RC2? > For example, I use a servlet as a main page, GWT plugin obviously > cannot determine the servlet's url itself and gives me incorrect url > by default. > Now I need to set -startupUrl in

Re: Best practice GWT development with Glassfish

2010-10-11 Thread Filipe Sousa
On Oct 10, 6:47 pm, Brausepaul wrote: > Hi, > > I worked through the GWT tutorial and GWT Designer tutorial and would > like to port a simple existing JSP/Struts 1 application to GWT. The > application persists its data to a HSQL database. Up to now I use > Glassfish 2 and Eclipse on a Linux compu

Re: AXIS2 WITH ECLIPSE AND GWT PLUGIN

2010-12-08 Thread Filipe Sousa
On Wednesday, December 8, 2010 6:49:14 PM UTC, bond wrote:Any ideas?? Convert your project to a web project. Select menu Project | Properties | Project Facets and enable Dynamic Web Module -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. T

Re: Announcing Chrome Developer Plugin support for Mac and Linux

2010-12-09 Thread Filipe Sousa
On Wednesday, December 8, 2010 6:47:35 PM UTC, Peter Ondruska wrote: http://googlewebtoolkit.blogspot.com/2010/12/announcing-chrome-developer-plugin.html It's not working on Fedora 14 32/64 bit using chromium 8.0.560.0. I'm always getting "Development Mode requires the Google Web Toolkit Developer

Re: AXIS2 WITH ECLIPSE AND GWT PLUGIN

2010-12-10 Thread Filipe Sousa
do you use(2.2,2.4,2.5,3.0) and wich of Axis2? I've some problem to start the system! Thanks!! On 9 Dic, 02:45, Filipe Sousa wrote: > On Wednesday, December 8, 2010 6:49:14 PM UTC, bond wrote:Any ideas?? > > Convert your project to a web project. Select menu Project | Properties >

Re: A saga of code splitting & mid-day deployments

2010-12-12 Thread Filipe Sousa
I usually do three things: First, I use a subclass of AsyncCallback to catch the most common exceptions: IncompatibleRemoteServiceException, StatusCodeException and InvocationException. When I catch then IncompatibleRemoteServiceException I will ask the user if he wants to reload the application.

Preventing gwt-servley.jar inside WebContent/WEB-INF/lib

2011-01-11 Thread Filipe Sousa
Hi, Is there any way to prevent the GWT plugin from putting the gwt-servlet.jar inside WebContent/WEB-INF/lib? I want to have this directory empty for fast deploys. Thanks, Filipe Sousa -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit&q

Re: Eclipse heap space during build

2011-01-12 Thread Filipe Sousa
Tell the eclipse to not analyze those files. Menu Project | Properties | Validation On Wednesday, January 12, 2011 4:12:31 PM UTC, bond wrote: > > Hi, > I've a gwt projet and I converted to facet project in order to use > Axis2. When I compile the project all works fine, but when I reopen > t

Re: JAAS and GWT

2011-01-12 Thread Filipe Sousa
Is there any reason not to use HttpServletRequest.getRemoteUser() or HttpServletRequest.getUserPrincipal().getName()? -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to google-web-tool...@googlegroups.com

GWT 2.2 and WEB-INF/deploy

2011-02-15 Thread Filipe Sousa
Hi, I'm trying the new version of GWT (2.2) and noticed that after compiling the project I'm getting a deploy folder inside the WEB-INF. Do I have to pack this folder inside the war file? -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.

Re: GWT 2.2 and WEB-INF/deploy

2011-02-15 Thread Filipe Sousa
On Tuesday, February 15, 2011 1:59:01 PM UTC, Thomas Broyer wrote: > > From the doc, you should deploy it (otherwise, why would it be emitted to > the ${war}/WEB-INF?) that's a good question. > > > http://google-web-toolkit.googlecode.com/svn/javadoc/2.2/com/google/gwt/core/ext/linker/Emitt

Re: GPE auto-complete only partially working for UiBinder tags

2011-02-20 Thread Filipe Sousa
Thanks for the tip Thomas. By the way, do you know if there is any way to make it default? -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to google-web-toolkit@googlegroups.com. To unsubscribe from this

Re: Caching rpc payload in local storage

2011-06-16 Thread Filipe Sousa
On server side you can override the method com.google.gwt.user.server.rpc.RemoteServiceServlet.processCall(String) that returns a string with the payload. -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To view this discussion on the we

Re: FireFox 5.0

2011-06-25 Thread Filipe Sousa
I compiled the plugin for Fedora 15 x86_64 bit and it works for me. http://dl.dropbox.com/u/5176435/Fedora/15/gwt-dev-plugin.xpi -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To view this discussion on the web visit https://groups.goog

Re: Exploit for GWT-RPC

2011-07-28 Thread Filipe Sousa
I believe that's a problem with the web application. The attacker is calling the unprotected method HomepageService.getLocalHost() that returns a TrustHostModel with a hostname, password, port, user, userid,... I'm not a security expert, but I would never request a password from server. -- You

GWT-2.6.0-rc1 that does not allow Super Dev mode on HTTPS pages

2013-11-20 Thread Filipe Sousa
ing Google Chrome 31.0.1650.57 Any solution? Thanks, Filipe Sousa [1] https://gwt-review.googlesource.com/#/c/2480/ -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To unsubscribe from this group and stop receiving emails from i

Re: GWT-2.6.0-rc1 that does not allow Super Dev mode on HTTPS pages

2013-11-20 Thread Filipe Sousa
I ended up creating a new linker On Wednesday, November 20, 2013 1:11:17 PM UTC, Jens wrote: > > As the commit message says you can override > CrossSiteIframeLinker.getJsDevModeRedirectHookPermitted() and allow https > again > > Or just disable SSL during development. > > > -- J. > -- You rece

CodeServer vs DevMode for 2.7.0

2014-10-27 Thread Filipe Sousa
Hi, With gwt 2.7.0-beta1 should we use com.google.gwt.dev.codeserver.CodeServer or com.google.gwt.dev.DevMode with -superDevMode? Thanks, Filipe Sousa -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To unsubscribe from this

Re: REST Service on Backend which Framework in GWT?

2014-11-30 Thread Filipe Sousa
I've never used gwtquery, but I'm pretty happy with RestyGWT. On Saturday, November 22, 2014 3:23:54 PM UTC, marian lux wrote: > > What is the best framework / way for getting data form REST backend > (pros/cons)? > > gwtresty > https://github.com/resty-gwt/resty-gwt > > or > > gwtquery http

Re: A new way to handle page navigation in GWT

2015-05-09 Thread Filipe Sousa
I really like it On Friday, May 8, 2015 at 4:09:05 AM UTC+1, Gilberto wrote: > > Hi folks, > > I just opensourced a project I was using in several GWT projects to handle > page navigation. It is something between Activities and Places and the full > featured GWTP: > > GWT Views - https://github

Re: help! maven gwt plugin - "All Codehaus services have now been terminated."

2015-06-01 Thread Filipe Sousa
You can always use this one https://github.com/tbroyer/gwt-maven-plugin https://github.com/tbroyer/gwt-maven-archetypes On Monday, June 1, 2015 at 9:21:53 PM UTC+1, Michael Joyner wrote: > > Help! > > It appears that codehaus has fully shutdown per their main website "All > Codehaus services h

Re: "Firefox Made Me Sad"

2011-10-04 Thread Filipe Sousa
done -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/HrAxR7q1pigJ. To post to this group, send email to google-web-toolkit@googlegroups.com. To

Re: How to prevent/handle 500 and 404 error

2011-10-20 Thread Filipe Sousa
One option is to extend AsyncCallback to catch all exceptions onFailure(). Then use the new extended class in each callback. Example from AsyncCallback java doc: public void onFailure(Throwable caught) { // Convenient way to find out which exception was thrown. try { throw caugh

Re: FF10, here we go again

2012-02-05 Thread Filipe Sousa
I build it for Fedora 16 x86_64 (only). http://dl.dropbox.com/u/5176435/gwt-dev-plugin.xpi -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/1sJ4

Re: FF10, here we go again

2012-02-06 Thread Filipe Sousa
...and for fedora 16 i686 (no tested) http://dl.dropbox.com/u/5176435/gwt-dev-plugin-i686.xpi -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/WL

Re: ff10 gwt dev plugin x86

2012-02-06 Thread Filipe Sousa
and for fedora 16 i686 (no tested) http://dl.dropbox.com/u/5176435/gwt-dev-plugin-i686.xpi -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/5cejd

Re: FF10, here we go again

2012-02-06 Thread Filipe Sousa
After applying the patch under code review I did $ yum install xulrunner-devel.x86_64 $ make BROWSER=ff100 ARCH=x86_64 DEFAULT_FIREFOX_LIB=/usr/lib64/xulrunner-devel-2 GECKO_LIBS=/usr/lib64/xulrunner-devel-2/lib -- You received this message because you are subscribed to the Google Groups "Goog

Re: GWT Caching of files

2012-02-07 Thread Filipe Sousa
I have implemented a Filter according to this http://seewah.blogspot.com/2009/02/gwt-tips-2-nocachejs-getting-cached-in.html -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To view this discussion on the web visit https://groups.google.co

Re: FF10, here we go again

2012-02-07 Thread Filipe Sousa
I just build the plugin for my own use. Changes made into the code that made it possible are not mime. -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-web-t

Re: Exception trigger if server is not working

2012-02-07 Thread Filipe Sousa
I believe you can catch StatusCodeException and check for 0 in getStatusCode() when the server is not responding or is down. -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To view this discussion on the web visit https://groups.google.c

Gwt 2.5 super dev mode takes to much time

2012-10-26 Thread Filipe Sousa
I'm trying it on a small project (300k LOC - 1033 java files + 367 ui files + 67 GWT-RPC services) and takes 539785 ms to compile every time I hit the compile button. The old dev mode takes less than 5s to refesh the page. Compiling module pt.ipb.rad.RAD Compiling 1 permutation Compilin

Re: SuperDevMode not so super

2012-11-14 Thread Filipe Sousa
I'm facing the same problems as you. But I'm using GIN and GWT-RPC On Wednesday, November 14, 2012 8:24:35 AM UTC, StefanR wrote: > > In a larger GWT multi project app and it took me several hours to get the > new SuperDevMode running (I found this > video