Re: CSS

2011-08-29 Thread Juan Pablo Gardella
Use percent and not px, perhaps with this you can fix it. 2011/8/29 Sandeep D sandeep.dattar...@gmail.com Hi, I'm doing a web project using JSP-TOMCAT-DB2. And i have applied CSS stylesheet for every page. My pc's screen resolution is 1360 x 768 px. But when i run the same project in other

Re: GWT 2.3

2011-08-29 Thread Juan Pablo Gardella
This is out of gwt. Check in your server how do this. 2011/8/29 Markus ad...@thandaro.com Hello! I developed for years with struts and tomcat, but I wanted to start with gwt. I want to use GWT only with JDBC and not with GAE. Can anybody explain me how I configure a Connection Pool like in

Re: RPC Serialize: set filter at runtime to select fields to serialize

2011-08-28 Thread Juan Pablo Gardella
Do you see gilead and transport annotationshttp://noon.gilead.free.fr/gilead/index.php?page=transport-annotations? For me is intrusive but perhaps its help to you. I like use filters instead, you can see in this samplehttps://bitbucket.org/gardellajuanpablo/gwt-sample/wiki/Home . Juan 2011/8/28

Re: Minor but frustrating roadblocks

2011-08-27 Thread Juan Pablo Gardella
I'm don't understand well what do you need 2011/8/27 Russ Abbott russ.abb...@gmail.com I keep getting hung up on minor but frustrating road blocks. I'm trying to run the History examplehttp://code.google.com/webtoolkit/doc/latest/DevGuideCodingBasicsHistory.html. My problem is that I can't

Re: Need help MySQL connection with GWT 2.3 RPC

2011-08-25 Thread Juan Pablo Gardella
http://stackoverflow.com/questions/6773186/java-sql-sqlexception-url-is-not-in-the-correct-format 2011/8/25 Sed jaballah.sed...@gmail.com Hi All, Basically I'm developing a website which will display the data requested from a database (MySQL in my case). My problem is that I have an

Re: Re : Re: Need help MySQL connection with GWT 2.3 RPC

2011-08-25 Thread Juan Pablo Gardella
You can't connect to mysqlhttp://stackoverflow.com/questions/1651629/can-i-use-a-mysql-database-with-an-app-engine-applicationif you will deploy in app engine. If you aren't do a GAE app, you must remove GAE facet (if you use eclipse) to the project. Right click in the project, Properties -

Re: Re : Re: Need help MySQL connection with GWT 2.3 RPC

2011-08-25 Thread Juan Pablo Gardella
Hi Sed, If you wanna make a GAE app you can't use mysql. If you wanna do a GWT application that don't run on GAE, remove GAE facet in your project (if you use eclipse). Right click in the project, Google -App Engine and uncheck *Use Google App Engine* * * *Juan * 2011/8/25 Sed

Re: Radio Button in celltablet

2011-08-19 Thread Juan Pablo Gardella
See http://code.google.com/p/google-web-toolkit/source/browse/trunk/user/src/com/google/gwt/cell/client/CheckboxCell.java?r=8562 . It use as: public abstract class CheckBoxColumnT extends ColumnT, Boolean { public CheckBoxColumn() { // Ver

Re: gwt 2.3 + spring 2 + maven 2

2011-08-18 Thread Juan Pablo Gardella
See https://bitbucket.org/gardellajuanpablo/gwt-sample/wiki/Home. 2011/8/17 Daniel Guggi daniel.gu...@gmail.com @spring you may have a look here (requestfactory + spring3 integration): http://jsinghfoss.wordpress.com/2011/08/10/gwt-2-2-0-requestfactory-spring-3-0-x-integration/ here an

Re: gwt 2.3 + spring 2 + maven 2

2011-08-18 Thread Juan Pablo Gardella
. In hosted mode is very slow. Regards Giuseppe 2011/8/18 Juan Pablo Gardella gardellajuanpa...@gmail.com See https://bitbucket.org/gardellajuanpablo/gwt-sample/wiki/Home. 2011/8/17 Daniel Guggi daniel.gu...@gmail.com @spring you may have a look here (requestfactory + spring3 integration

Re: gwt 2.3 + spring 2 + maven 2

2011-08-18 Thread Juan Pablo Gardella
. In hosted mode is very slow. Regards Giuseppe 2011/8/18 Juan Pablo Gardella gardellajuanpa...@gmail.com See https://bitbucket.org/gardellajuanpablo/gwt-sample/wiki/Home. 2011/8/17 Daniel Guggi daniel.gu...@gmail.com @spring you may have a look here (requestfactory + spring3 integration

Re: [WARN] In order to produce smaller client-side code, 'Object' is not allowed; consider using a more specific type

2011-08-18 Thread Juan Pablo Gardella
It's a WARN no an error. You can safely ignore it. 2011/8/18 David lujup...@gmail.com When I upgrade GWT version from 1.4.60 to 1.5.3 in my project, I run at hosted mode, I found many errors like below: [WARN] In order to produce smaller client-side code, 'Object' is not allowed; consider

Re: Debug in client side

2011-08-18 Thread Juan Pablo Gardella
Start the app and then add breakpoints. I have no problem for debug client side classes in dev mode. What's gwt version are you use? 2011/8/18 Marko Borges markoborge...@gmail.com Hello! I am getting crazy with this! How can I debug the client side of an application. I am using Eclipse in

Re: RPC design question

2011-08-18 Thread Juan Pablo Gardella
I recommend apply Command Pattern. So you'll have only one servlet listen rpc request. So there you can perform some operations around any rpc request. PD: Check gwt-dispatch http://code.google.com/p/gwt-dispatch/ and gwt app architectures best

Re: Best way to prevent dual login in gwt.

2011-08-17 Thread Juan Pablo Gardella
See apache shiro or spring security. You must manage authentication and authorization in server side 2011/8/17 Daniel Mauricio Patino León ceo.lion@gmail.com Some one can give me a idea of how to manage this? i dont want let users log in in my GWT app (pure GWT dom manipulation) in two

Re: Best way to prevent dual login in gwt.

2011-08-17 Thread Juan Pablo Gardella
development), i just want a idea of how to implement this whit GWT only, no external fw, a simple way. I was thinking in Timer and check every some time if the USER - SESSION ID are correct but isn't the best way... imagine 1,000 users requesting the server every X time 2011/8/17 Juan Pablo

Re: Active GWT websites/blogs/tutorials

2011-08-16 Thread Juan Pablo Gardella
Thanks for share! 2011/8/16 Drew Spencer slugmand...@gmail.com Hey all, I was thinking it would be good if we created a post with any useful resources all in one place. I keep finding little titbits online but the sites rarely seem to be active. If people could post any useful stuff here

Spanish documentation is obsolete

2011-08-16 Thread Juan Pablo Gardella
At now, in home page of spanish gwt home said: Google Web Toolkit 1.7 ya está disponible¡Nuevo! * * Any news about update this page? -- 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: How to do user simple user authentication and provide a different module for different user types?

2011-08-16 Thread Juan Pablo Gardella
You can see Spring Security or Apache Shiro. This frameworks are easy and mature. 2011/8/16 Sérgio Miguel Neves Lopes knitter...@gmail.com Hi, I'm struggling with a way to provide authentication in an application I'm developing. I've been trying to get basic user authentication in place but

Re: Extend GWT-RPC protocol to support AMF3 protocol

2011-08-16 Thread Juan Pablo Gardella
Are you look gwt4air? 2011/8/16 Don Rudo carlosalbert...@gmail.com Hello I'm looking for a way to extend the GWT-RPC protocol in order to make the RPC service able to be used from more products (more specific flex and flash products). The intention is to be able to use GWT RPC for

Re: problem

2011-08-15 Thread Juan Pablo Gardella
Simple add jsr303 api and implementationhttp://stackoverflow.com/questions/1384968/is-there-an-implementation-of-jsr-303-bean-validation-availableto the classpath. 2011/8/15 jose felix estevez josefel...@gmail.com I just migrated to version 2.3 and when I'm creating a Panel I get the

Re: Widget Calendario

2011-08-12 Thread Juan Pablo Gardella
http://google-web-toolkit.googlecode.com/svn/javadoc/latest/com/google/gwt/user/datepicker/client/DatePicker.html 2011/8/12 jose felix estevez josefel...@gmail.com sorry but I have responded in Spanish, in this group. 2011/8/12 Hilario Perez Corona hpcor...@gmail.com Please, use english on

Re: Strange session/cookies problem

2011-08-11 Thread Juan Pablo Gardella
How manage authorization and authentication? 2011/8/11 sunny...@gmail.com sunny...@gmail.com Hi all, I have an application that's been in use for the last 6 months or so and will be going into production 2 months. I've now see two instances of the problem described below and I'm fairly lost

Re: Strange session/cookies problem

2011-08-11 Thread Juan Pablo Gardella
? On Aug 11, 9:35 pm, Juan Pablo Gardella gardellajuanpa...@gmail.com wrote: How manage authorization and authentication? 2011/8/11 sunny...@gmail.com sunny...@gmail.com Hi all, I have an application that's been in use for the last 6 months or so and will be going

Re: GWT Compiler Errors

2011-08-11 Thread Juan Pablo Gardella
At first, I think you can't use File classes in GWT (client side). 2011/8/11 Matthias Rauer rauer1...@googlemail.com Hello, I am getting compile errors. Looks like caching or synchronize problems. [java] Caused by: javax.imageio.IIOException: Can't create cache file! [java] at

Re: GWT RPC NOT working with Tomcat

2011-08-11 Thread Juan Pablo Gardella
Are you working with tomcat inside eclipse? 2011/8/11 Henkie iits.hen...@gmail.com My GWT rpc message works well in development mode, but has the following behaviour when deployed in Tomcat: - The call DOES go through to the server_ I can see from the log files and the database insert

Re: problemas con stylos

2011-08-11 Thread Juan Pablo Gardella
mira esto: http://examples.roughian.com/index.htm#Widgets~MenuBar 2011/8/11 jose felix estevez josefel...@gmail.com Buenas amigo les explico mi problema , quiero modificar el css de un menubar logro modificarlo todo excepto cuando esta seleccionado algun item del menu que me coloca un

Re: problemas con stylos

2011-08-11 Thread Juan Pablo Gardella
/8/11 Juan Pablo Gardella gardellajuanpa...@gmail.com mira esto: http://examples.roughian.com/index.htm#Widgets~MenuBar 2011/8/11 jose felix estevez josefel...@gmail.com Buenas amigo les explico mi problema , quiero modificar el css de un menubar logro modificarlo todo excepto cuando esta

Re: How to use Mockito for testing Async calls?

2011-08-11 Thread Juan Pablo Gardella
you can see gwt-dispatch http://code.google.com/p/gwt-dispatch/ for command pattern. 2011/8/11 Miroslav Genov mge...@gmail.com In my experience, using of mocking frameworks for testing of Async calls is not so good and tests are becoming un-readable at some point of time. In our app we are

Re: Alternative to DTO's

2011-08-11 Thread Juan Pablo Gardella
What's JPA implementation are you use? 2011/8/11 Cristiano cristiano.costant...@gmail.com I exchange directly JPA annotated POJOs between the client and the server, and I persist the same objects within the servlet. GWT compiler ignores the annotations, the servlet use them for persistence.

Re: multiple gwt modules

2011-08-11 Thread Juan Pablo Gardella
You sure use the module: inherits name='com.google.gwt.user.User' / This module is define in gwt-user.jar. Check how is it do. Is this do you need? 2011/8/11 Daemon Zak saje...@gmail.com I want to able to load a gwt module from another gwt module for eg: if i click a button ,the new module

Re: SimpleDateFormat

2011-08-10 Thread Juan Pablo Gardella
http://code.google.com/webtoolkit/doc/latest/DevGuideCodingBasicsCompatibility.html#similar 2011/8/10 joel jtrun...@gmail.com I get an error trying to use java.text.SimpleDateFormat, do I need to do something to use it, or is there an alternative? -- You received this message because you

Re: Cannot deserialized ArrayList object in GWT 2.3

2011-08-10 Thread Juan Pablo Gardella
Are you have the same version of gwt in web-inf and in the gwt eclipse plugin? (if you use eclipse) 2011/8/10 BM bhushan.ma...@gmail.com I cleaned all the files and folders inside Target folder (Using Maven). I removed all the files and folders newly created by GWT inside WAR folder

Re: GWT 2.2.0 RequestFactory + Spring 3.0.x Integration (SOLVED) - NEW LINK

2011-08-10 Thread Juan Pablo Gardella
Thanks for share! 2011/8/10 j.singh.developer j.singh.develo...@gmail.com The blog discussed in one of my post is no longer in production. If you looking for the GWT + Spring integration solution, please visit this link

Re: GWT Validation framework

2011-08-09 Thread Juan Pablo Gardella
In editor I don't know, but with MVP yes. You can define in presenter objets the validators. 2011/8/9 nacho vela.igna...@gmail.com Any of those validation options can be easily used with MVP Editor fw? -- You received this message because you are subscribed to the Google Groups Google Web

Re: Need help for storing Sessions

2011-08-09 Thread Juan Pablo Gardella
2011/8/4 Foermchen82 juergen.f...@gmx.de Hi, i actual do my first steps with GWT. Now I want to secure my web application. It is no problem, to build a login dialog with username and password. On several websites i have read, that I have to build a secure token ant store it in a cookie to

Re: class suddenly no longer serializable

2011-08-08 Thread Juan Pablo Gardella
When I suddenly have this error is when have: 1) Cache some .js in the browser. Clean the cache and fix. 2) I have different versions of compiled classes in client side and server side. I sometimes put in webapp folder the .js files to run in tomcat inside eclipse and the forgot remove the

Re: GWT with Oracle

2011-08-05 Thread Juan Pablo Gardella
Hay mil ejemplos en google, te paso un resultado. http://www.javaworkspace.com/connectdatabase/connectOracle.do 2011/8/5 Gema matesanz gema.mates...@gmail.com Hi!! thanks for the answer, i don't know how to connect in server side to the db, can you give an example? Un saludo

Re: How to implement SSO?

2011-08-05 Thread Juan Pablo Gardella
See JOSSO.http://www.josso.org/confluence/display/JOSSO1/JOSSO+-+Java+Open+Single+Sign-On+Project+Home Works well Juan 2011/8/5 Nano Elefant nanof...@gmail.com Hello, I'd like to add a GWT application to a joomla site. The server setup consists of an apache webserver with tomcat. Could

Re: GWT Validation framework

2011-08-05 Thread Juan Pablo Gardella
I recommend gwt-vl http://gwt-vl.sourceforge.net/ 2011/8/5 RVSN vimalvino2...@gmail.com I'm a naive to Gwt. I'm trying to implementing GWT validation framework. but i couldnt make this. Could anyone pls help me to implementing GWT validation framework in my web application. For this I need

Re: Problems with my first application

2011-08-04 Thread Juan Pablo Gardella
Its a classpath issue: [ERROR] Line 97: ConstraintViolation cannot be resolved to a type Add the javax.validation jarhttp://mvnrepository.com/artifact/javax.validation/validation-api/1.0.0.GA (jsr303) and some

Re: GWT is for apps — right? But what's about static pages? (GWT's Future Plans...)

2011-08-04 Thread Juan Pablo Gardella
Any gwt team member? 2011/8/4 Alexander Orlov alexander.or...@loxal.net On Thu, Aug 4, 2011 at 11:27 AM, Jambi michael.lukaszc...@googlemail.comwrote: I don´t think this is a good idea. The dynamic content, that should be crawlable, doesn´t exist at compile time. What I mean is that you

Re: Problems with my first application

2011-08-04 Thread Juan Pablo Gardella
not executed in the correct order On Aug 4, 1:48 pm, Juan Pablo Gardella gardellajuanpa...@gmail.com wrote: Its a classpath issue: [ERROR] Line 97: ConstraintViolation cannot be resolved to a type Add the javax.validation jar http://mvnrepository.com/artifact/javax.validation

Re: Help!

2011-08-04 Thread Juan Pablo Gardella
Are you debbug with firebug or similar to see the error? 2011/8/4 Thomas Lefort lefortho...@gmail.com If anybody can help, I am really pulling my hairs... I am on my last bit of my jsni integration with maps v3. I want a widget to appear in an infowindow. The widget has buttons and links.

Re: Problems with my first application

2011-08-04 Thread Juan Pablo Gardella
: null 1) DataBase: dataBaseName On Aug 4, 4:00 pm, Juan Pablo Gardella gardellajuanpa...@gmail.com wrote: Is it necessary to include also Hibernate Validator? No exactly hibernate validator, some jsr303 implementation. I think is necesary. I tried to run again the project

Re: Problems with my first application

2011-08-04 Thread Juan Pablo Gardella
sites to suggest me with filter examples? I would appreciate it, thank you On Aug 4, 4:35 pm, Juan Pablo Gardella gardellajuanpa...@gmail.com wrote: Its best do the login in a filter. If you do the login in a filter always execute before servlets. If you want use a servlet to do login

Re: GWT with Oracle

2011-08-04 Thread Juan Pablo Gardella
You can't use some classes in GWT (client side): unexpected exception: java.lang.NoClassDefFoundError: oracle.jdbc.driver.OracleDriver is a restricted class See here http://code.google.com/intl/es/webtoolkit/doc/latest/RefJreEmulation.htmlwhat classes you can use directly. If isn't in the list,

Re: include JSP modules in GWT project

2011-08-04 Thread Juan Pablo Gardella
If you need server side functionality you only need add jars. If you need some classes in client/shared side generate a project where define modules. See inside gwt-user.jar Juan 2011/8/4 Bhaskar bhaskar1...@gmail.com Hi, we have existing project with struts framework( we are usinh JSP for

Re: RPC and server side classes

2011-08-03 Thread Juan Pablo Gardella
RPC only work as transport layer between client and server side, so you must put old project as a jar and define *.gwt.xml inside and define the module. In NewUiProject inherit it. You can't said that the POJO is only in server side if RPC layer try serialize/deseralize Juan 2011/8/3 Mike Dee

Re: RPC and server side classes

2011-08-03 Thread Juan Pablo Gardella
of the .gwt.xml. On Aug 3, 11:29 am, Juan Pablo Gardella gardellajuanpa...@gmail.com wrote: RPC only work as transport layer between client and server side, so you must put old project as a jar and define *.gwt.xml inside and define the module. In NewUiProject inherit it. You can't said

Re: RPC and server side classes

2011-08-03 Thread Juan Pablo Gardella
the OldProject.jar! But, maybe I don't understand enough about how GWT works? Mike On Aug 3, 11:49 am, Juan Pablo Gardella gardellajuanpa...@gmail.com wrote: java.lang.NoClassDefFoundError: [Lcom/mycompany/myproject/data/FooDataClass; is not the same ClassNotFoundException http

Re: GWT and Spring

2011-08-02 Thread Juan Pablo Gardella
Thanks Jeff!! 2011/8/2 Jeff Larsen larse...@gmail.com Si estas interesante en usando RequestFactory, es facil usar Spring con RequestFactory en 2.4-RC. Hacer un class se llama SpringServiceLocator public class SpringServiceLocator implements ServiceLocator { public Object

Re: GWT project tree setup

2011-08-02 Thread Juan Pablo Gardella
You can open a Enhacement ticket. 2011/8/2 Abi alias@gmail.com Hi All, Any suggestion would appreciate for below, so we can correct initially. On Jul 29, 11:46 am, Abi alias@gmail.com wrote: We are re-writing our ERP system using Java/GWT/Spring.It is something big. We would

Re: Excluding Classes in a Legacy Application using GWT 2.3

2011-08-01 Thread Juan Pablo Gardella
If you wan't compile some classes put in a package that gwt compiler don't pick up to compile. See http://code.google.com/webtoolkit/doc/latest/DevGuideOrganizingProjects.html#DevGuideModules 2011/7/29 Joe jdess...@gmail.com 1) My legacy application is setup like this: com.app.model

Re: Excluding Classes in a Legacy Application using GWT 2.3

2011-08-01 Thread Juan Pablo Gardella
and the calendar? On Aug 1, 6:36 am, Juan Pablo Gardella gardellajuanpa...@gmail.com wrote: If you wan't compile some classes put in a package that gwt compiler don't pick up to compile. Seehttp:// code.google.com/webtoolkit/doc/latest/DevGuideOrganizingProjec... 2011/7/29 Joe jdess

Re: Excluding Classes in a Legacy Application using GWT 2.3

2011-08-01 Thread Juan Pablo Gardella
For log4j and for calendar you have alternatives. 2011/8/1 Juan Pablo Gardella gardellajuanpa...@gmail.com Why do you need log4j in gwt client side? 2011/8/1 Joe jdess...@gmail.com http://code.google.com/webtoolkit/doc/latest/DevGuideOrganizingProjects.html#DevGuidePathFiltering http

Re: GWT and Spring

2011-08-01 Thread Juan Pablo Gardella
Hola José Bienvenido a la comunidad. Yo te puedo recomendar que veas el siguiente prototipo: https://bitbucket.org/gardellajuanpablo/gwt-sample/wiki/Home Si bien es un poco avanzado porque tiene varios frameworks, te puede servir de guía. Saludos, Juan 2011/8/1 jose felix estevez

Re: GWT Page flows - want to start a open source project - thoughts

2011-07-31 Thread Juan Pablo Gardella
Thanks Brian to share!! 2011/7/31 Brian Reilly brian.irei...@gmail.com As promised, I committed my gwt-multipage changes (to a branch) and attached a test jar (gwtmultipage-core-20110731.jar) to the issue: http://code.google.com/p/gwt-multipage/issues/detail?id=21. It's not an official

Re: IncompatibleRemoteServiceException SerializationException Issue.....

2011-07-29 Thread Juan Pablo Gardella
-assistedinject-3.0.jar guice-servlet-3.0.jar gwtp-all-0.6.jar javax.inject.jar jaxen-1.1.1.jar GwtAI-Client.jar GwtAI-Core.jar aopalliance.jar mvel2-2.0.17.jar xstream-1.2.2.jar commons-lang-2.4.jar ecj-3.6.2.jar Thnaks Regards Jugunu On Jul 28, 8:18 pm, Juan Pablo Gardella gardellajuanpa

Re: Gwt touch ui

2011-07-29 Thread Juan Pablo Gardella
Thanks Alain!! Wonderfull!! 2011/7/29 Alain Ekambi jazzmatad...@googlemail.com Here is a preview of gwt4touch 1.0 wich will be shipped in the next release of gwt4air. http://gwt4air.googlecode.com/svn/trunk/touch/GwtAir.html Like alway feedbacks are really welcome Cheers, Alain

Re: Calling an inherited module RPC (using GIN)

2011-07-29 Thread Juan Pablo Gardella
I think you can use a provider methodhttp://code.google.com/p/google-guice/wiki/ProvidesMethods . I don't test, but you can try: @Provides @Singleton SessionServiceAsync sessionServiceAsyncProvider() { SessionServiceAsync s = GWT.create(SessionService.class);

Re: IncompatibleRemoteServiceException SerializationException Issue.....

2011-07-29 Thread Juan Pablo Gardella
am not extending IsSerializable but just extending all my objects with java.io.Serializable... On Jul 29, 4:40 pm, Juan Pablo Gardella gardellajuanpa...@gmail.com wrote: This error ocurr in dev mode too? 2011/7/29 Jugunu jugunu.a...@gmail.com Hi Pablo, Thanks a lot for the offer

Re: GWT / Maven (again!)

2011-07-29 Thread Juan Pablo Gardella
This sample https://bitbucket.org/gardellajuanpablo/gwt-sample/wiki/Home is a gwt project with maven standard layout 2011/7/29 cri chuck.irvine...@gmail.com For quite a while, we've been somewhat successful using gwt-maven- plugin in conjunction with GWT/GPE. However, there has been lots of

Re: GWT Page flows - want to start a open source project - thoughts

2011-07-29 Thread Juan Pablo Gardella
Is swing applications pageflow? I think not. Perhaps you can look at architecture proposed in ProGWT

Re: Blank screen after moving to GWT 2.3.0 on JBoss

2011-07-28 Thread Juan Pablo Gardella
Sounds like in your war not package .js files. 2011/7/28 Cristian Lucutar cristian.lucu...@gmail.com Hi guys, I have an application that used to work just fine when I was using GWT 2.0.4 and gwt-maven-plugin 1.2 but now I switched to GWT 2.3.0 and gwt- maven-plugin 2.3.0 and I only get a

Re: gwt database connectivity

2011-07-28 Thread Juan Pablo Gardella
This code Class.forName(oracle.jdbc.driver.OracleDriver); is in your server side? if not, you can't do in client side 2011/7/28 vijayakumar veeraragavan vijayakumar.veer...@gmail.com guys iam try connect to oracle database using GWT but show the following error in the line

Re: IncompatibleRemoteServiceException SerializationException Issue.....

2011-07-28 Thread Juan Pablo Gardella
Sounds conflicts of version. Put gwt version and your dependencies to help you. 2011/7/28 Jugunu jugunu.a...@gmail.com Hi GWT Group, I am getting a IncompatibleRemoteServiceException serialization exception... But i have extended my class with java.io.Serializable... Also i have observed

Re: When do activities get disposed of?

2011-07-26 Thread Juan Pablo Gardella
See this threadhttp://groups.google.com/group/google-web-toolkit/browse_thread/thread/fee377e1bb1947ea?pli=1 the solution. 2011/7/26 Craig Greenhalgh craig.greenha...@intersoftsolutions.co.uk Hi I'm using MVP with activities, places and views. During the start method of the activity, I

Re: MVP best practices, how to expose a view to a presenter?

2011-07-22 Thread Juan Pablo Gardella
I define an interface in the presenter as mention in http://www.google.com/events/io/2009/sessions/GoogleWebToolkitBestPractices.html 2011/7/22 Karthik Reddy karthik.ele...@gmail.com @Thomas When you say cached for a while could you give an example how this can be achieved. (For example:

Re: GWT RPC with large data arrays

2011-07-21 Thread Juan Pablo Gardella
I think you can zip the data. 2011/7/21 Daniel Peterson dannothete...@gmail.com I'm trying to transmit large amounts of data from my server to my client using the Asynchronous RPC calls. I've noticed that for these arrays often take quite a long period of time to transmit. I'm only sending

Re: [Announcement] GWT animation and effect library with CSS3 support

2011-07-21 Thread Juan Pablo Gardella
Thanks for share it! 2011/7/21 mechacha mecha...@gmail.com Tada! I just released it! Hope that will be useful to some of you. Even if the documentation is currently missing. But you can always check the examples. Just try a demo! http://www.visualfox.me/app/visualfox-fx And grab the

Re: gwt hibernate

2011-07-20 Thread Juan Pablo Gardella
See this threadhttp://groups.google.com/group/google-web-toolkit/browse_thread/thread/7e46e8c33e7ee5da/e80d1eff4ddb7a81?pli=1 . 2011/7/20 asi mbkas...@gmail.com hi everyone ,i need help ton figure out how to use hibernate and gwt or gxt together nothing that i found seemed to work thx --

Re: login form

2011-07-20 Thread Juan Pablo Gardella
I think you must use a form panelhttp://google-web-toolkit.googlecode.com/svn/javadoc/2.3/com/google/gwt/user/client/ui/FormPanel.html if you want the browser ask store some input. 2011/7/20 Paolo Inaudi p91p...@gmail.com I've made a login form in gwt with a textbox, a passwordtextbox and a

Re: my biggest problem with gwt

2011-07-15 Thread Juan Pablo Gardella
mmm I work in this manner. I use maven, but is the same. 1) Make the war (mvn package). Only the first time. 2) Start dev mode. 3) Open browser (I use IE, is the fastest in dev mode). Wait at first time a minute. 4) Test the app and modify code. 5) Refresh page in IE. Wait 10s aprox. 6) Repeat 4)

Re: best architecture for GWT + Spring

2011-07-15 Thread Juan Pablo Gardella
I vote option #2 with gwt-dispatch too. 2011/7/15 Tom Meech tom.me...@gmail.com I've been using GWT-Dispatch http://code.google.com/p/gwt-dispatch with Spring and have been very happy with the results. -- You received this message because you are subscribed to the Google Groups Google Web

Re: A gwt-sample. Integrate Spring, JPA2.

2011-07-15 Thread Juan Pablo Gardella
Thanks for the correction :) On Jul 15, 12:27 am, Craig Mitchell craig...@gmail.com wrote: This is the active thread:   https://groups.google.com/forum/#!topic/google-web-toolkit/kZwRAds9two -- You received this message because you are subscribed to the Google Groups Google Web Toolkit

Re: Internal Compiler Error / Xerces

2011-07-14 Thread Juan Pablo Gardella
I think is a classpath issue. You have more than a SAX Parser in your classpath and this is the problem. I have a similar problem and resolve (in maven, not in eclipse). See this threadhttp://groups.google.com/group/google-web-toolkit/browse_thread/thread/4645c2e495492306 2011/7/14 Jörn Gersdorf

Re: GWT 2.4: RequestFactory versus GWT-RPC

2011-07-14 Thread Juan Pablo Gardella
If you use GWT-RPC and JPA (with Hibernate provider) you will have serialization problemshttp://code.google.com/intl/es/webtoolkit/articles/using_gwt_with_hibernate.html. To solution this, you have this alternatives: 1) Use DTO 2) Use Gilead 3) Use a

Re: rpc with multiple data objects

2011-07-14 Thread Juan Pablo Gardella
Check this threadhttp://groups.google.com/group/google-web-toolkit/browse_thread/thread/7e46e8c33e7ee5da. Hope helps 2011/7/14 fchas charlesford...@gmail.com my I'm writing a mysql persisted gwt app and I have several data objects that I want shared to the UI for crud operations but I'm

Re: A gwt-sample. Integrate Spring, JPA2.

2011-07-14 Thread Juan Pablo Gardella
of duplicate code (DTOs). Is tested with GWT 2.3.0. Or more complicate as RF. RF is better I suppose, but to me, more complicated. Best regards, Juan On May 27, 4:06 pm, Juan Pablo Gardella gardellajuanpa...@gmail.com wrote: Hi folks, I wanna contribute to the communitiy

Re: Maven repo with GWT snapshots or RCs

2011-07-14 Thread Juan Pablo Gardella
You can dowload the sources and compile in last instances. 2011/7/14 Alexander Orlov alexander.or...@loxal.net Is there a Maven repo with GWT snapshots or at least GWT milestones or RCs? Also I haven't found any repo with gwt-servlet-deps or requestfactory-* libs. Every hint is appreciated!

Re: Need suggestions on supporting both Web and Desktop front-end.

2011-07-12 Thread Juan Pablo Gardella
gwt4air perhaps help. 2011/7/12 Warren Tang warren.c.t...@gmail.com I need to build an application which has both a web font-end and a desktop front-end. There is a relational database. Lightweight frameworks are preferred. My previous project was done with SmartGWT + GWT + MyBatis. And it

Re: A gwt-sample. Integrate Spring, JPA2.

2011-07-12 Thread Juan Pablo Gardella
complicate as RF. RF is better I suppose, but to me, more complicated. Best regards, Juan On May 27, 4:06 pm, Juan Pablo Gardella gardellajuanpa...@gmail.com wrote: Hi folks, I wanna contribute to the communitiy with a little sample. I put inhttps://bitbucket.org/gardellajuanpablo/gwt-sample

Re: Integrating GWT with windows 7 taskbar

2011-07-11 Thread Juan Pablo Gardella
Thanks for sharing!! 2011/7/11 Magno Machado magn...@gmail.com I've just released a sample showing how to use Windows 7 taskbar features (like overlay icons, jumplists, etc) on a GWT app https://bitbucket.org/magnomp/gwtpinnedapp/ Hope it can be usefull for someone Hope other browsers

Re: How do I render celltable data in chunks?

2011-07-10 Thread Juan Pablo Gardella
See this threadhttp://groups.google.com/group/google-web-toolkit/browse_thread/thread/f539d58327a351d3?pli=1. Perhaps help you 2011/7/10 Potate sammyjiang...@gmail.com Thanks for the solution. Tho I forgot to mentioned that one of the requirements for the UI is to avoid paging. We would like

Re: GWT + Spring Security

2011-07-07 Thread Juan Pablo Gardella
Hi Renato, I have a service layer, so in this method I use JSR250 http://en.wikipedia.org/wiki/JSR_250annotations, Spring security can work with this API. In client side I don't protect the invocations. In server side, spring security throws an exception, if try to access to a protected method,

Re: 2.0 to 2.3

2011-07-07 Thread Juan Pablo Gardella
I recommend copy whole eclipse. In this copy desinstall all plugins relate to eclipse and install the lasts. When you desinstall a plugin restart eclipse. I use this way and never have problems. If fail, I continue have the old eclipse well configurated. 2011/7/7 omae...@yahoo.fr omae...@yahoo.fr

Re: 2.0 to 2.3

2011-07-07 Thread Juan Pablo Gardella
Sorry, where I put: In this copy desinstall all plugins relate to eclipse and install the lasts. Is In this copy desinstall all plugins relate to gwt and install the lasts. 2011/7/7 Juan Pablo Gardella gardellajuanpa...@gmail.com I recommend copy whole eclipse. In this copy desinstall all

Re: cannot deserialize arraylist - but why?

2011-07-04 Thread Juan Pablo Gardella
Paste the complete stack trace 2011/7/4 Dennis Haupt d.haup...@googlemail.com neither the missing default constructor nor different element types are the problem. i suddenly can't deserialize any arraylist, no matter what's inside. is there a way to debug it to see what's wrong? 2011/7/4

Re: avoiding web.xml configuration for rpc servlet

2011-07-03 Thread Juan Pablo Gardella
Use a Servlet 3.0. You can configurate via annotations. 2011/7/2 iker casillas...@gmail.com It is possible to create RPC servlet without adding servlet and servlet-mapping to web.xml? I want to create library which has own servlet implementation and uses it but i want to user do not have to

Re: Very confusing aspect of MVP documentation!

2011-07-01 Thread Juan Pablo Gardella
which did not change with the 2.1 release and is unlikely to change. This is not common in reality. 2011/7/1 David Chandler drfibona...@google.com While it's true that gwt-platform is not supported or endorsed by Google, note that gwt-platform creator Philippe Beaudoin was invited to present

Re: Kiss Gergely csevegni szeretne

2011-06-30 Thread Juan Pablo Gardella
Can you post in english? 2011/6/29 Kiss Gergely kiss.gerg...@gmail.com --- Kiss Gergely hatékonyabban szeretne kommunikálni Önnel a Google néhány remek szolgáltatásával. Ha már használja a Gmail alkalmazást vagy a Google

Re: Using a JPA Entity in the client

2011-06-30 Thread Juan Pablo Gardella
I use this approach and I preferr to RF, is more simple. But you need something in the middle to pass jpa classes with proxies (if you use Hibernate). I use the approach mentioned in this

Re: Using a JPA Entity in the client

2011-06-30 Thread Juan Pablo Gardella
This side effect will fix with a filter. But I don't know how works Eclipse Link. 2011/6/30 Jeff Larsen larse...@gmail.com If you return a collection in your pojo (List, Map, Set etc) those will not serialize correctly. -- You received this message because you are subscribed to the Google

Re: Hibernate Reverse Engineering + GWT RequestFactory

2011-06-30 Thread Juan Pablo Gardella
sl4j http://www.slf4j.org/The problem is related to classpath. You don't have sl4j http://www.slf4j.org/in your classpath. See: Caused by: java.lang.ClassNotFoundException: org.slf4j.LoggerFactory 2011/6/29 Big38 jshaw1...@gmail.com I'm a total noob in RequestFactory and Hibernate, so bare

Re: Kiss Gergely csevegni szeretne

2011-06-30 Thread Juan Pablo Gardella
Thanks to clarify :) 2011/6/30 Peter ffun...@gmail.com It's about google chat. He probably missclicked on the list of email addresses, and invited google-web-toolkit@googlegroups.com for google chat. There is nothing important in this mail :). 2011/6/30 Juan Pablo Gardella gardellajuanpa

Re: Problem with MySQL connection

2011-06-30 Thread Juan Pablo Gardella
Can you paste the complete stack tace? 2011/6/29 devel deve...@googlemail.com Hi everyone, I've got again a problem where I don't know how to proceed. I've got a Hibernate configuration that is perfectly working on a normal Java application. I've copied everything (config, classes, libs)

Re: Curious instance equality issue with Longs

2011-06-29 Thread Juan Pablo Gardella
You must use equals() to compare objects. I have similar issue, but inverse. In production run and in dev mode not. The problem I think is, for example the next expression: anInteger == otherInteger If are different objects don't work in Java (becouse compare memory pointers), but when GWT

Re: Error when run in Eclipse in Mac

2011-06-29 Thread Juan Pablo Gardella
Any ideas? 2011/6/29 Juan Pablo Gardella gardellajuanpa...@gmail.com Hi folks, When run in Eclipse an GWT application show me an error (only in a Mac). This error I can fix in maven when add xercesImpl 2.9.1 as depedency in the project and in the plugins. But in eclipse I don't know how

Re: Error when run in Eclipse in Mac

2011-06-29 Thread Juan Pablo Gardella
be gov.senasa.embalajemadera.EmbalajeMadera.gwt.xml On Wed, Jun 29, 2011 at 12:24 PM, Juan Pablo Gardella gardellajuanpa...@gmail.com wrote: Any ideas? 2011/6/29 Juan Pablo Gardella gardellajuanpa...@gmail.com Hi folks, When run in Eclipse an GWT application show me an error (only

<    1   2   3   4   5   6   7   8   9   10   >