Re: Alguien de Argentina?

2011-03-30 Thread Fabricio Pizzichillo
Hola, soy de Rosario. Saludos! 2011/3/30 Alejandro D. Garin aga...@gmail.com Hola, Yo soy de Buenos Aires también, abrazo! On Wed, Mar 30, 2011 at 8:39 AM, Gal Dolber gal.dol...@gmail.com wrote: Hola Gabriel, ahi te escribi por mail. Tan pocos argentinos en la lista? On Wed, Mar 30,

Apache Shiro or Spring Security??

2011-06-21 Thread Fabricio Pizzichillo
Hello everyone. What security and authentication framework works well with a GWT application ? Someone used some as Apache-Shiro or Spring-Security? What do you recommend? thanks Fabricio -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To

Re: Apache Shiro or Spring Security??

2011-06-21 Thread Fabricio Pizzichillo
thanks, I'll do some research on how to integrate 2011/6/21 Juan Pablo Gardella gardellajuanpa...@gmail.com I use spring security and works. Is robust and mature. 2011/6/21 Fabricio Pizzichillo fpizzichi...@gmail.com Hello everyone. What security and authentication framework works well

Re: Apache Shiro or Spring Security??

2011-06-24 Thread Fabricio Pizzichillo
with jsr-250. I can't said anything about apache shiro, but if you choose spring security you will no have problems 2011/6/21 Juan Pablo Gardella gardellajuanpa...@gmail.com good luck 2011/6/21 Fabricio Pizzichillo fpizzichi...@gmail.com thanks, I'll do some research on how to integrate

Re: Working with GWT 2.3 and MyBatis

2011-07-08 Thread Fabricio Pizzichillo
Hello. The problem is a missing XML file where the configuration database, and so gives an error of IO. bye Fabricio 2011/6/28 Geraldo Lopes geraldo...@gmail.com Gwt is persistent agnostic. It looks like your client code is referencing server code. When you compile the client code it gets

Re: GWT menu dinamico

2011-08-02 Thread Fabricio Pizzichillo
Hola Jose. Aca tenés la lista de widget que hay por defecto http://code.google.com/intl/en/webtoolkit/doc/latest/RefWidgetGallery.html Te recomiento visitar la documentacion en ingles ya que la que esta en español esta desactualizada. Saludos 2011/8/2 jose felix estevez josefel...@gmail.com

GWT + Guice + Shiro

2011-08-04 Thread Fabricio Pizzichillo
Hello Friends I have an application with GWT + Gin + Guice + Postgresql + Mybatis. Can anyoneguide me on how to configure ApacheShiro to authenticate users? thanks -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send

Re: GWT + Guice + Shiro

2011-08-07 Thread Fabricio Pizzichillo
Thanks, I'll see it 2011/8/7 objectuser kevin.k.le...@gmail.com There's not much to do with Shiro in GWT, but I have a blog post about setting up Shiro with Guice on App Engine. Most of it should be relevant to you since I don't talk much about the datastore. One thing you should be able

Re: GWT Developer Plugin for Firefox 6

2011-08-31 Thread Fabricio Pizzichillo
Hi all Can you pass the path to download the plugin? Thanks! 2011/8/31 Thomas Broyer t.bro...@gmail.com Same here on Ubuntu 11.04 64bits. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this discussion on the web visit

Re: GWT Developer Plugin for Firefox 6

2011-08-31 Thread Fabricio Pizzichillo
Thanks Michael 2011/8/31 Michael Vogt vmei...@googlemail.com Hello. Can you pass the path to download the plugin? I got it from here: http://google-web-toolkit.googlecode.com/svn/trunk/plugins/xpcom/prebuilt/ Greetings, Michael -- You received this message because you are

Re: Error on JSON parsing

2011-09-06 Thread Fabricio Pizzichillo
Hi. Take a look on this proyect http://code.google.com/p/piriti/ 2011/9/6 Konstantin Zolotarev konstantin.zolota...@gmail.com I'm trying to get JavaScriptObject from JSON String String looks like : {id:1,username:admin,token:dq77a4uslui7neqcvidajofrg0} I'm doing this via JSINI : public

PlaceController constructor Deprecated

2011-09-09 Thread Fabricio Pizzichillo
Hello friends. I use GIN to implement dependency injection. I upgraded to version 2.4.0 and I encounter a problem when I bind ( EventBus.class).To (SimpleEventBus.class). In (Singleton.class); The log says Deferred binding result type ' com.google.gwt.event.shared.EventBus' should not be abstract

Re: PlaceController constructor Deprecated

2011-09-09 Thread Fabricio Pizzichillo
HI Thomas. Thanks for the quick response. I'll check the code and see if I have any error. regards 2011/9/9 Thomas Broyer t.bro...@gmail.com There must be somewhere in your code where you have a dependency on com.google.gwt.event.shared.EventBus rather than

Re: PlaceController constructor Deprecated

2011-09-09 Thread Fabricio Pizzichillo
be the com.google.web.bindery.event.shared Is this a mistake? regards 2011/9/9 Fabricio Pizzichillo fpizzichi...@gmail.com HI Thomas. Thanks for the quick response. I'll check the code and see if I have any error. regards 2011/9/9 Thomas Broyer t.bro...@gmail.com There must be somewhere in your code where you have

remember places

2011-09-15 Thread Fabricio Pizzichillo
hello to the group I am developing an application, and I need at the time of requesting the login,remember that place comes the request, so you can continue browsing where you were How do I remember the place where I come from? greetings and thanks! -- You received this message because you

Re: remember places

2011-09-15 Thread Fabricio Pizzichillo
Thanks Alex! 2011/9/15 Alex Dobjanschi alex.dobjans...@gmail.com Your login place should have a 'redirectAfterLogin' String member, like this: class LoginPlace extends Place { String redirectAfterLogin; } Optionally, you could go for, this is closely bound to GWT specific

GWT Developer Plugin for Firefox 7

2011-09-29 Thread Fabricio Pizzichillo
Hello Friends. Again has come a new version of Firefox and the plugin does not work. Does anyone know how to do this work? 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

Re: GWT Developer Plugin for Firefox 7

2011-09-29 Thread Fabricio Pizzichillo
Thanks Thomas. 2011/9/29 Thomas Broyer t.bro...@gmail.com Mozilla requires that binary components be compiled against the libraries for the version of Firefox they'll run in; so the extension has to be recompiled against the Firefox 7 libraries (and a couple lines added to extension

Re: GWT Developer Plugin for Firefox 7

2011-09-30 Thread Fabricio Pizzichillo
Can you upload it to svn or somewhere? 2011/9/30 wbabachan wbabac...@googlemail.com It works for me too. Ubuntu 11.04 x86_64 But I got xullrunner 7.0.1 -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email

Re: GWT Developer Plugin for Firefox 7

2011-10-01 Thread Fabricio Pizzichillo
me too 2011/10/1 emerix rafa...@gmail.com Hello, Would you mind sharing your xpi file ? I am on Ubuntu 64bit also and I am having trouble compiling the plugin :-/ Thanks! -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this

Re: GWT Developer Plugin for Firefox 7

2011-10-02 Thread Fabricio Pizzichillo
Thanks 2011/10/2 wbabachan wbabac...@googlemail.com OK I've found a way, I have uploaded the file here: http://www.sendspace.com/file/s01yil I Hope that it helps everyone. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post

Re: Popup windows printing

2011-10-27 Thread Fabricio Pizzichillo
I found this thread, maybe can help you. http://groups.google.com/group/Google-Web-Toolkit/browse_thread/thread/eea48bafbe8eed63?pli=1 regards 2011/10/27 Mike Dee mdichiapp...@gmail.com It seems easy to popup a new window, but I'm not sure how to stick the HTML into it. If Window.open would

Re: JSON Data in GWT

2011-10-31 Thread Fabricio Pizzichillo
HI i recommend piriti, it's very simple to use. its a tool that can map json to bean in client code http://code.google.com/p/piriti/ regards Fabricio 2011/10/31 IDeshpande indraneeld2...@gmail.com Hi All, I have my application which sends me a form in JSON format. Is there any direct way

BeanValidation JSR 303

2011-11-30 Thread Fabricio Pizzichillo
Hello People. What do you recommend for DTO validation? Regards Fabricio -- 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 email

Re: GWTP Code Splitting

2011-12-28 Thread Fabricio Pizzichillo
Hi Hardik. I am not an expert in GWTP, but the little I saw, it is also necessary to add theAsyncProvider YourPresenter getYourPresenter (); on the interface that extends fromGinjector. Look here http://code.google.com/p/gwt-platform/wiki/GettingStarted # Binding_everything_together regards

Re: Custom TextBox

2012-02-13 Thread Fabricio Pizzichillo
the above options. Have you tried using a regular textbox And converting your integer to a string in whatever format before displaying on screen? ~Ashwin Sent from my iPhone On Feb 14, 2012, at 12:14 AM, Fabricio Pizzichillo fpizzichi...@gmail.com wrote: Hello friends. I need to implement

Re: Custom TextBox

2012-02-14 Thread Fabricio Pizzichillo
Thanks Thomas. I'll try to do. Reards 2012/2/14 Thomas Broyer t.bro...@gmail.com With a ValueBox you can use the Renderer and Parser of your choice, not necessarily tied to NumberFormat. IntegerBox is simply a ValueBoxInteger whose Renderer and Parser delegate to a NumberFormat. -- You

Re: Custom TextBox

2012-02-15 Thread Fabricio Pizzichillo
Hi friends. I have made the implementation mentioned by Thomas. Works great! regards 2012/2/15 Thomas Broyer t.bro...@gmail.com A TextBox is simply a ValueBoxString using PassthroughRenderer and PassthroughParser, so it's simpler to simply use ValueBox with your own renderer and parser. --

Re: call google apps script from GWT

2012-03-06 Thread Fabricio Pizzichillo
Hi Have you seen the Google Docs API? http://code.google.com/intl/en/apis/documents/ Maybe you work Regards 2012/3/6 hugues2 hugues.flam...@gmail.com Hi, I'd like to call a google apps script from GWT to create a document (example of code below) : public static native void sendDocument()

Re: ff11 gwt dev plugin

2012-03-17 Thread Fabricio Pizzichillo
wondering, how long until Mozilla releases new version of Firefox faster than the GWT community can recompile the plugin? On 16 March 2012 14:25, Fabricio Pizzichillo fpizzichi...@gmail.comwrote: Hello Alan. Can you compile the plugin for FF11? regards Am Freitag, 16. März 2012 15:08:13 UTC+1

Re: Firefox 12 release

2012-04-26 Thread Fabricio Pizzichillo
Thanks Alan!!! 2012/4/26 Dimitrijević Ivan dim...@gmail.com Tested on Max OS X. Works OK! Thanks Alan! On Thursday, April 26, 2012 10:37:58 AM UTC+2, Alan Leung wrote: Mac universal binary: http://acleung.com/ff12-mac.**xpi http://acleung.com/ff12-mac.xpi -Alan On Wed, Apr 25,

Re: Moving Animation

2012-10-23 Thread Fabricio Pizzichillo
Hi, take a look at this example, may be help you http://code.google.com/p/google-web-toolkit/source/browse/releases/2.4/samples/expenses/src/main/java/com/google/gwt/sample/expenses/client/SlidingPanel.java Regards 2012/10/23 Deepak Singh deepaksingh...@gmail.com Any help please On

Re: Using Totoe

2013-03-26 Thread Fabricio Pizzichillo
Take a look at piriti https://github.com/hpehl/piriti . It is the same developer that TOTOE https://github.com/hpehl/piriti/wiki/Xml Regards 2013/3/25 skippy al.leh...@fisglobal.com Does anyone have any examples of using Totoe XML Parser? -- You received this message because you are

SuperDevMode problem

2014-02-21 Thread Fabricio Pizzichillo
Hello community I have a problem running the superdevmode. Whenever the message GWT module 'Foo' may need to be (re) compiled appears when I press DevModeOn -- Compile. RPC calls also do not work because it can not access the serialization policies. In the module put add-linker name=xsiframe /

Re: SuperDevMode problem

2014-02-21 Thread Fabricio Pizzichillo
this are welcome. Thomas -- Thomas Strauß SRS-Management GmbH HRB 25262 AG Darmstadt Gfs.: Detlev Homilius, Thomas Strauß *** sent via mobile phone Am 21.02.2014 um 14:48 schrieb Fabricio Pizzichillo fpizzichi...@gmail.com: Hello community I have a problem running the superdevmode