Re: JSR303 localized messages with RequestFactory

2012-05-11 Thread André Salvati
I've just translated messages to portuguese into a new ValidationMessages.properties file and put it into classpath. Hibernate Validator autodetects this new configuration. Thanks. Em sexta-feira, 11 de maio de 2012 05h24min33s UTC-3, Jens escreveu: No I don't know the exact references

Re: Editor Framework: Client side validation and error handling

2012-05-11 Thread André Salvati
I'm also looking for a solution for 1). Is it possible to get validation from my domain classes on my proxy classes? How should I do with Editors? Thanks. Em segunda-feira, 17 de outubro de 2011 10h10min52s UTC-2, Jens escreveu: Hi, currently exploring the editor framework and client side

Re: JSR303 localized messages with RequestFactory

2012-05-10 Thread André Salvati
Hi Jens, do you remember references for your tips?? Have anyone tested this solutions?? Thanks. Em terça-feira, 14 de fevereiro de 2012 17h33min11s UTC-2, Jens escreveu: Just googled a bit because I have never thought about it and based on the search results I think I would try it the

Re: Handling authorization exception from server to client

2011-10-28 Thread André Salvati
Ok Thomas, understood. Thank you. -- 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/-/qLLwHk25_3gJ. To post to this group, send email to

Re: Handling authorization exception from server to client

2011-10-27 Thread André Salvati
So, wasn't it supposed to enter the code bellow on AbstractRequestContext? Is not it a general failure?? Maybe this is an issue with RequestFactory... if (response.getGeneralFailure() != null) { ServerFailureMessage failure = response.getGeneralFailure(); ServerFailure fail =

Handling authorization exception from server to client

2011-10-26 Thread André Salvati
Hi, I've been working with GWT 2.4 and trying to send an authorization exception from server to client whitout success. 1) Server: A - Raise ReportableException throught report() on my ServiceLayerDecorator. B – Send the following JSON to the client: {S:[false],I:[{F:true,M:Não

Re: GPE issue - erasing libs on Run As

2011-10-10 Thread André Salvati
New issue opened as reported on Google Plugin for Eclipse forum... https://groups.google.com/group/google-plugin-eclipse/browse_thread/thread/d0d78dd4fd6540e On Oct 8, 10:38 am, André Salvati andre.f.salv...@gmail.com wrote: Sudhakar, Let make myself clear. Maven (package goal) is building

Re: GPE issue - erasing libs on Run As

2011-10-08 Thread André Salvati
...@datastoregwt.com wrote: Google Plugin Eclipse (GPE) does not delete the library jar in WEB-INF/ lib directory by itself.  So manually copy /paste the Juice and shiro jars in WEB-INF/lib directory.  S. Abrahamwww.DataStoreGwt.com Persist objects directly in GAE On Oct 6, 10:59 pm, André Salvati

GPE issue - erasing libs on Run As

2011-10-06 Thread André Salvati
Hi, strange behavior that started to happen on GPE after add guice and shiro jars. Step 1 - Package app (maven). All jars are on WEB-INF/lib as expected. Step 2 - Execute Run as - Web Application... gets java.lang.ClassNotFoundException: com.google.inject.servlet.GuiceServletContextListener. I

Re: GPE issue - erasing libs on Run As

2011-10-06 Thread André Salvati
Just found a new group for GPE. https://groups.google.com/group/google-plugin-eclipse On Oct 6, 2:59 pm, André Salvati andre.f.salv...@gmail.com wrote: Hi, strange behavior that started to happen on GPE after add guice and shiro jars. Step 1 - Package app (maven). All jars are on WEB-INF

Re: New group for Google Plugin for Eclipse (GPE)

2011-10-06 Thread André Salvati
Please, could you update? http://code.google.com/eclipse/community.html Thanks. On Sep 9, 5:43 am, gwt.user gwt.u...@yahoo.fr wrote: This is cool news. Thx. On Sep 8, 6:11 am, Sriram Saroop sar...@google.com wrote: Hi folks, We have created a new group for Google Plugin for

Re: Context Menu in CellTable

2011-06-23 Thread André Salvati
Now, with a dynamic context (defined by View). The only problem that remains is that when I click the context menu, the place changes but popup still keeps opened. Does someone knows how to solve it? public class TextCellNX extends AbstractSafeHtmlCellString{ MenuItem[] contextMenu;

Re: Context Menu in CellTable

2011-06-21 Thread André Salvati
Ok, following 1) I've got the code bellow. Now, how can I define an event handler on a view which wraps this CellTable?? These handlers are suposed to be defined by view and not by cells!! public class TextCellNX extends AbstractSafeHtmlCellString { public TextCellNX() {

Re: Context Menu in CellTable

2011-06-21 Thread André Salvati
Should I use EventBus even when the event is generated by an inner component? What would be a good design? Thanks. -- 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.

Context Menu in CellTable

2011-06-20 Thread André Salvati
Hi, just wondering the right way to create a context menu for rows inside a CellTable. 1) Working with events from my own TextCell as described bellow. http://stackoverflow.com/questions/4815596/adding-double-click-event-in-celltable-cell-gwt 2) Working with events from a wrapper widget which

Re: User roles in GWT applications

2011-03-01 Thread André Salvati
What do you think about this one? http://code.google.com/p/acris/wiki/Security -- 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 group, send

Re: Multimodule projects

2011-02-04 Thread André Salvati
-codia.raphaelbauer.com/2010/11/gwt-split-points-and-most-n... Best regards, Alex Solovyev. On Wed, Feb 2, 2011 at 3:17 PM, André Salvati andre.f.salv...@gmail.com wrote: This post has good advices about GWT multimodule projects. http://ars-codia.raphaelbauer.com/2011/01/gwt-project

Multimodule projects

2011-02-02 Thread André Salvati
This post has good advices about GWT multimodule projects. http://ars-codia.raphaelbauer.com/2011/01/gwt-project-layout-part-2-large.html But I was thinking if there is some way to split code by functional modules like financial, customer, receivable, etc. This way the developer wouldn't even