Implementing login and maintaining sessions

2010-06-21 Thread Rodrigo
ids, check if they're valid, etc. Any help is greatly appreciated! -Rodrigo -- 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. To unsubscribe from t

Re: Implementing login and maintaining sessions

2010-06-22 Thread Rodrigo
  }catch(Exception e){ >             e.printStackTrace(); > >         } > > public void doLayout(){ >         AsyncCallback callback = new > AsyncCallback(){ >             @Override >             public void onFailure(Throwable caught) { >                 LogUtils.debug(&

Re: Implementing login and maintaining sessions

2010-06-22 Thread Rodrigo
questions remain... On Jun 22, 9:16 am, Rodrigo wrote: > Thanks for the response... A few questions come up: > > 1. I'm using an HttpServlet for authentication, along with > RemoteServiceServlets for GWT-RPCs. But if I create an HttpSession in > my authentication servlet, I cann

Re: Implementing login and maintaining sessions

2010-06-22 Thread Rodrigo
n 22, 9:54 am, Bruno Lopes wrote: > FYI, > > > > On Tue, Jun 22, 2010 at 2:16 PM, Rodrigo wrote: > > Thanks for the response... A few questions come up: > > > 1. I'm using an HttpServlet for authentication, along with > > RemoteServiceServlets for GWT-RPCs.

Re: cursor while server processing

2010-06-22 Thread Rodrigo
I don't why it doesn't work, but I'd rule out the fact that there's a server call in process. That shouldn't affect styling whatsoever. On Jun 22, 2:06 pm, Iván Navarro wrote: > hi, > is there any way to change the cursor (doesn't matter its position on > screen or if it is over certain widget) d

Re: enum serialization

2010-08-10 Thread Rodrigo
I'm running into the same problem... I have an inner enum inside a class in the shared package (which is accessible to the client). I tried making the enum implement IsSerializable, Serializable, adding a default constructor, to no avail... BTW, my code works in development mode, presumably beca

Re: Why not put FooService and FooServiceAsync in one file?

2010-08-22 Thread Rodrigo
Also Greg, he means putting FooService and FooServiceAsync (both client-side) in the same file, while still maintaining FooServiceImpl (server-side) separate. On Aug 22, 5:06 am, Stefan Bachert wrote: > > And, IIUC, you CAN'T put the client and server code in the same > > package. > > > Greg > >

Re: GWT 1.7.1 don't show app in hosted mode (Jetty bug: FULL head)

2009-11-03 Thread Rodrigo
Hi, Same here. GXT does use cookies for storing theme related things. See: http://www.extjs.com/deploy/gxtdocs/com/extjs/gxt/ui/client/state/StateManager.html It seems it is writing the cookies many times on the file @localhost[1].txt. After deleting this file my application seems to work. I

Eclipse Plugin: Honor Eclipse path exclusion patterns

2009-12-17 Thread Rodrigo
Please consider: Google´s GWT plugin for Eclipse is ignoring Eclipse´s configuration for build path exclusion. TIA, R. -- 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.c

Re: Eclipse Plugin: Honor Eclipse path exclusion patterns

2009-12-17 Thread Rodrigo
Edit: It´s the GWT compiler that ignores the exclusions set. R. On 17 dez, 18:06, Rodrigo wrote: > Please consider: > > Google´s GWT plugin for Eclipse is ignoring Eclipse´s configuration > for build path exclusion. > > TIA, > R. -- You received this message because you

run application with eclipse problem

2008-10-30 Thread rodrigo
hello, i am new with gwt and i want to run a project in host mode... its a big project and normaly i run it with the command "ant all" from shell how can i do it? thank you very much --~--~-~--~~~---~--~~ You received this message because you are subscribed to th

Re: How to Debug GWT code using eclipse Remote Debugging feature

2009-01-27 Thread Rodrigo Bravo
Also, keep in mind that the noserver option will not work with server side code. You will need another debugger, external, for that. On Jan 26, 8:05 pm, Ashish Soni wrote: > Thanks a lot for the help. > > Regards, > Ashish Soni > > On Mon, Jan 26, 2009 at 3:43 PM, Алексей Циунчик > > > > wrote

Re: Redirect loop

2010-06-20 Thread Rodrigo Ipince
Nope, I'm experiencing it too... the site is totally unusaable.. 2010/6/18 Jaroslav Záruba > http://groups.google.com/group/Google-Web-Toolkit -> > https://www.google.com/accounts/ServiceLogin?service=groups2&passive=1209600&continue=http://groups.google.com/group/Google-Web-Toolkit%3Fpli%3D1&fo

Simple image editor in the browser

2010-06-20 Thread Rodrigo Ipince
Hi, I wish to create a browser-based image editor with GWT. It need not be anything fancy; image cropping and text insertion (with ability to choose size, font, color) should be enough for a first pass. Other functionality can come later. 1. Is there something out there that already does this so

Re: Problem to load data from Database

2010-06-20 Thread Rodrigo Ipince
So.. you're getting an empty array back from the server? I'm assuming you actually have user data in your database. When you say "console show me the name of driver", do you mean you're getting an exception? Which exception? Make sure the jdbc driver is located in the war/WEB-INF/lib dir.. On Thu

GWT - javascript result is not encoding correctly!

2010-09-22 Thread Rodrigo Teixo
Hi all. I have made a simple module and a html with UTF-8 enconding. The javascript result page did not encode the dinamic result in the same way. Look this code fragment: public void onModuleLoad() { stocksFlexTable.setHTML(0, 0, "Cor"); stocksFlexTable

External JS - steps to make it work

2010-09-28 Thread Rodrigo Teixo
Well people, Sorry to post something like it again, but the already posted questions dont solve mine. I have a line in my .html something like The function test() is in my own file test.js. First I put test.js javascript file in the public tab of the module. The browser did not found the funct

GWT - Generated Class MyClassName_FieldSerializer.java

2010-11-06 Thread Rodrigo Teixo
Horario is inherited in the module.gwt.xml by the way. Dont know why this message is giving that. Compiling module horotimo.gwt.modules.Etapa1 Scanning for additional dependencies: file:/C:/Documents%20and %20Settings/Rodrigo/workspace/Horario/src/horario/gwt/modules/client/ Etapa1.java

What does this message means -> "Error in Generated.....FieldSerializer.java

2011-01-04 Thread Rodrigo Romano
Hi, I am trying to gwt compile my modules that are 100% POJO using objectify. And I getting this error message, but it compiles after that. What it means?? [ERROR] Errors in 'generated://C34ED3C084298C31F07B52ABE9478A9C/ mypackage/database/MyClass_FieldSerializer.java' [ERROR] Line

Re: What does this message means -> "Error in Generated.....FieldSerializer.java

2011-01-05 Thread Rodrigo Romano
has about with my module. It is not my programing part. Look like is something in the gwt configuration... Help please. Thank you in advance, Rodrigo. On 4 jan, 13:39, Paul Robinson wrote: > For every that GWT translates to javascript for use in the client, you must > tell GWT whe

Re: RequestFactory onSucess callback not called

2011-01-19 Thread Rodrigo Chandia
onSuccess will be called as an async operation. That means the actual call back will happen after getListData returns. Rodrigo Chandia El 19 de enero de 2011 05:20, Praveen Kumar escribió: > Hi, > > I have a Presenter which is injected via gin to the view since my view > has an int

Help: How to refresh Button Text?

2011-03-28 Thread Rodrigo JS
Hi All, I am new to GWT and was trying to create an horizontal panel with 5 Buttons on it. So far, so good. Point is that when I implemented the method that would define what to be written in each Button it did not work. Can anyone helpe me? Thanks, Rodrigo public void onModuleLoad

Re: ConstraintViolation problems compiling with 2.3.0-M1

2011-04-18 Thread Rodrigo Chandia
On Mon, Apr 18, 2011 at 4:19 AM, Jeff Schnitzer wrote: > I'm trying to recompile my app with GWT 2.3.0-M1 but I get a deluge of > errors in the logs. I seem to be able to make some of them go away by > adding validation-api-1.0.0.GA.jar to my project, but not all. I've > also tried addin gwt-se

Re: WebAppCreator

2011-04-28 Thread Rodrigo Chandia
'lib/junit-4.8.2' is a relative path and it is missing the .jar file extension. Whether webAppCreator can find it depends on your current directory when you run it. If you prefer, you can specify the full path to ensure it will find the file, or make sure that 'dir lib' shows junit-4.8.2.jar. Perha

Re: How to see the implementation of interface by GWT (*Differed Binding)

2011-06-22 Thread Rodrigo Chandia
o post to this group, send email to google-web-toolkit@googlegroups.com. > To unsubscribe from this group, send email to > google-web-toolkit+unsubscr...@googlegroups.com. > For more options, visit this group at > http://groups.google.com/group/google-web-toolkit?hl=en. > > --

Size of permutations getting too bigger

2011-07-27 Thread Rodrigo Teixo
internacionalization and I am compiling with OBFUSCATED , Log Level: Info parameters of GWT. Thanks in advance, [], Rodrigo. -- 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/

Re: Size of permutations getting too bigger

2011-07-27 Thread Rodrigo Teixo
Surely not, cause I just received this message of the moderator of the thread above: Wrong forum. Please post on google-web-toolkit-users group instead. So, can someone help me how to reduce the deploy size? Thanks in advance, [], Rodrigo. -- You received this message because you are

Re: Looking for best resources to learn GWT

2011-11-20 Thread Rodrigo Silveira
t especially the link I posted, since it's been so useful and helpful to me personally, and so recently, too. Good luck! Rodrigo Silveira On Nov 19, 10:56 am, Fred R wrote: > What are the best resources to learn GWT (other than google's). The > books listed on the GWT site look da

GWT Compiler Fails and alert for a file that is generated by its own process!

2012-12-13 Thread Rodrigo Teixo
Hi, I am trying to gwt compile my modules that are 100% POJO using objectify. All my classes are Serializable and have a default constructor and a private static final long serialVersionUID = 0 But now I got this error for a file called MyClass_FieldSerializer.java that is not mine.. Its ge

Re: Failing to install Google Web Toolkit Eclipse plugin

2013-08-05 Thread Rodrigo Rodriguez
I was able to download after turning off the proxy, and allow all sites to install plugins. Firefox | Preferences | Advanced | Connection settings Then select the No Proxy setting Firefox | Preferences | Security and deselect the Warn me when sites try to install add-ons That fixed it for me.

Re: UiBinder as Cell widget

2012-06-12 Thread Rodrigo Chandia
UiBinder does not handle Cell widget events. You probably want to use the upcoming Uibinder for Cells functionality (a.k.a. UiRenderer). It will be part of 2.5, but it is available in trunk, for the time being. No documentation yet, but there is a design document here: https://docs.google.com/d

Re: GWT 2.5RC1 - UiRenderer

2012-07-10 Thread Rodrigo Chandia
view this discussion on the web visit > https://groups.google.com/d/msg/google-web-toolkit/-/W0H62bLJosgJ. > > To post to this group, send email to google-web-toolkit@googlegroups.com. > To unsubscribe from this group, send email to > google-web-toolkit+unsubscr...@googlegroups.com. > Fo

Re: Suggestion: Why not including the "GWT 2.5 - UIBinder Enhancements" in the GWT Showcase ?

2012-07-23 Thread Rodrigo Chandia
ooglegroups.com. > To unsubscribe from this group, send email to > google-web-toolkit+unsubscr...@googlegroups.com. > For more options, visit this group at > http://groups.google.com/group/google-web-toolkit?hl=en. > -- Rodrigo Chandia | Software Engineer | rchan...@google.com | 67

Re: GWT 2.5-rc1 feature uirender is not working as expected.

2012-07-24 Thread Rodrigo Chandia
To view this discussion on the web visit > https://groups.google.com/d/msg/google-web-toolkit/-/K3xzMkkBptoJ. > > To post to this group, send email to google-web-toolkit@googlegroups.com. > To unsubscribe from this group, send email to > google-web-toolkit+unsubscr...@googlegroups.com.

Re: GWT 2.5-rc1 feature uirender is not working as expected.

2012-07-25 Thread Rodrigo Chandia
I think this patch (under review) fixes this issue: http://gwt-code-reviews.appspot.com/1794803 On Tuesday, July 24, 2012 3:27:29 PM UTC-4, Rodrigo Chandia wrote: > > Hmm, this seems like a bug to me. Hopefully I'll have a fix ready for rc2. > > > On Mon, Jul 23, 2012 at

Re: GWT 2.5 RC2 Is Here!

2012-10-05 Thread Rodrigo Chandia
ussion on the web visit > https://groups.google.com/d/msg/google-web-toolkit/-/6EZTIP5rtL8J. > > To post to this group, send email to google-web-toolkit@googlegroups.com. > To unsubscribe from this group, send email to > google-web-toolkit+unsubscr...@googlegroups.com. > For more options, visi

Re: GWT Road Map

2010-01-19 Thread Rodrigo Romero III
It would definitely be great if google could put a roadmap for any of their products...but due to the confidenciality they are well known...I don't think that's going to occur You'll have to wait until things just popup each now and then Diego Lovison wrote: > and about the road map? -- You rece

Re: python gwt

2009-11-01 Thread Rodrigo Romero III
a python based GWT would be very nice, the pyjamas project is very nice, but with google working on it, we would end up having a very stable and tested framework. Doing this would be very easy, I mean, i support the Pyjamas project but, GWT had 80,000 lines of source code in their current java ve

GWT for Python when?

2009-11-13 Thread Rodrigo Romero III
Features: - Python to JavaScript compiler - User interface API - related tools - Appengine SDK integration with a newer Django build and ability to download latest SVN easily - Any OS (Solaris, Linux, Windows and MAC) - Eclipse Plugin (covering every aspect of both GWT and Appengine SDK) This way,

Re: GWT for Python when?

2009-11-17 Thread Rodrigo Romero III
best of all worlds. On Nov 13, 6:14 pm, charlie wrote: > Have you esen pyjamashttp://pyjs.org/? > > On Fri, Nov 13, 2009 at 8:06 AM, Kyle Hayes wrote: > > I like this idea. I'm big fan ofPythonand would love to see this. > > > On Nov 13, 7:30 am, Rodrigo Romero

Extending GWTShell

2008-09-16 Thread Leandro Rodrigo Saad Cruz
Hi all. I'm working on GWTShell to enable a new flag -serverclass. The -serverclass tag should enable the GWTShell to start other servlet container other than Tomcat. Is this a general need? If you want I can send the code to the list. Cheers. -- Leandro Rodrigo Saad Cruz software deve