Re: GWT wrapper for JSPlumb

2014-02-05 Thread Juan Pablo Gardella
I found with the first google jsplumb gwt, I didn't try it: https://code.google.com/p/gwt-jsplumb/ 2014-02-05 Srini v gvssrini...@gmail.com: Guys, is there already a GWT wrapper to JSPlumb js file. If there is, can you please point out the location Cheers GVS -- You received this

Re: GWT 2.6.0, SuperDevMode, and GWT-RPC serialization error

2014-01-31 Thread Juan Pablo Gardella
Seems a cache error. Did you clean all temp data? 2014-01-31 Thad Humphries thad.humphr...@gmail.com: I have switched over a new project to GWT 2.6.0. I running with Maven and the GWT Maven Plugin 2.6.0-rc3. Everything was working swimmingly with GWT 2.5.1. Now I'm getting GWT-RPC

Re: My own Java package (Mi propio paquete Java)

2014-01-28 Thread Juan Pablo Gardella
Hola Juan, Los fuentes al ser traducidos (pero ofuscados) a javascript no podes evitar que queden disponibles. La única forma que no develar los fuentes es ejecutar la parte comprometida en el servidor y no en el cliente. Saludos 2014-01-28 Juan Carlos Aranda aranda...@gmail.com Good

Re: My own Java package (Mi propio paquete Java)

2014-01-28 Thread Juan Pablo Gardella
Pablo Gardella gardellajuanpa...@gmail.com Hola Juan, Los fuentes al ser traducidos (pero ofuscados) a javascript no podes evitar que queden disponibles. La única forma que no develar los fuentes es ejecutar la parte comprometida en el servidor y no en el cliente. Saludos 2014-01-28 Juan

Re: Single sing-in for multiple webapps

2014-01-02 Thread Juan Pablo Gardella
I've used JOSSOhttp://www.josso.org/confluence/display/JOSSO1/JOSSO+-+Java+Open+Single+Sign-On+Project+Home without problems. Regards 2014/1/2 JoyaleXandre joyalexan...@gmail.com Hi everyone, I would be interested to have your advise on what is the best less intrusive way to manage the

Re: Layout with nested SplitLayoutPanel

2013-12-16 Thread Juan Pablo Gardella
Try add a docklayoutPanel outside. 2013/12/16 Magnus alpineblas...@gmail.com Hi Patrick, nothing happens. What am I doing wrong? Magnus - public class PortalPanel extends Composite implements RequiresResize { private static PortalPanelUiBinder uiBinder = GWT.create

Re: GWT/JavaScript code generation tool

2013-12-11 Thread Juan Pablo Gardella
I like a tool for that. If some tool exists, GWT will be very attractive because currently a big problem is that is not very easy reuse javascript libs. 2013/12/11 dhoffer dhoff...@gmail.com Are there any tools out there that can auto generate the GWT wrapper code for native JavaScript code?

Re: GWT/JavaScript code generation tool

2013-12-11 Thread Juan Pablo Gardella
library. I m writing a wrapper for Ext JS and there are some places that I m not sure they can be auto generated. 2013/12/11 Juan Pablo Gardella gardellajuanpa...@gmail.com I like a tool for that. If some tool exists, GWT will be very attractive because currently a big problem

Re: New article on using Cell Widgets for every day GWT development

2013-12-11 Thread Juan Pablo Gardella
Thanks for sharing David! 2013/12/11 dparish dpar...@gmail.com http://lithosphere.lithium.com/t5/tech-blog/Lithium-Engineering-Using-Cell-Widgets-for-every-day-GWT/ba-p/117929 Google Web Toolkit provides Cell Widgets as a way to write web pages that render large volumes of data quickly.

Re: [gwt-contrib] Re: 2.6.0-rc3

2013-12-09 Thread Juan Pablo Gardella
at 5:28 PM, Juan Pablo Gardella gardellajuanpa...@gmail.com wrote: Thanks Thomas! 2013/12/8 Thomas Broyer t.bro...@gmail.com On Sunday, December 8, 2013 2:12:31 PM UTC+1, Thomas Broyer wrote: On Saturday, December 7, 2013 7:42:42 PM UTC+1, juan_pablo_gardella wrote: HostedMode

Re: [gwt-contrib] Re: 2.6.0-rc3

2013-12-08 Thread Juan Pablo Gardella
Thanks Thomas! 2013/12/8 Thomas Broyer t.bro...@gmail.com On Sunday, December 8, 2013 2:12:31 PM UTC+1, Thomas Broyer wrote: On Saturday, December 7, 2013 7:42:42 PM UTC+1, juan_pablo_gardella wrote: HostedMode appears in http://www.gwtproject.org/doc/latest/

Re: [gwt-contrib] Re: 2.6.0-rc3

2013-12-07 Thread Juan Pablo Gardella
Thanks for the link Thomas, but as you said was updated in 2010. HostedMode appears in http://www.gwtproject.org/doc/latest/DevGuideCompilingAndDebugging.html at the section Development Mode Options. 2013/12/7 Thomas Broyer t.bro...@gmail.com On Saturday, December 7, 2013 12:52:12 AM

Re: [gwt-contrib] Re: 2.6.0-rc3

2013-12-06 Thread Juan Pablo Gardella
Thanks Colin, it seems this parameter disable some performance improvements: GWT attempts to load pre-compiled GWT module archives (.gwtar files) to increase performance. Consequently, building GWT examples shipped with this release fails with the IBM implementations of the Java Developement Kit

Re: how to reproduce.cache.html error in dev

2013-12-05 Thread Juan Pablo Gardella
Are you catching NullPointerException? This exception is catched in dev mode but not in production mode. See http://www.gwtproject.org/doc/latest/tutorial/RPC.html#exceptions Juan 2013/12/5 Bhumika Thaker thaker.bhum...@gmail.com Hi All, In my gwt application, I am facing below error in war

Re: how to reproduce.cache.html error in dev

2013-12-05 Thread Juan Pablo Gardella
Sorry bad link: See http://www.gwtproject.org/doc/latest/DevGuideCodingBasicsCompatibility.html in Exceptions section. 2013/12/5 Juan Pablo Gardella gardellajuanpa...@gmail.com Are you catching NullPointerException? This exception is catched in dev mode but not in production mode. See http

Re: how to reproduce.cache.html error in dev

2013-12-05 Thread Juan Pablo Gardella
Do you have a catch for NullPointerException in the code that is translated to Javascript? 2013/12/5 Davide Micheletti d.michelett...@gmail.com i think that i did't explain well. The webapp run but never in the same mode. i attach some screen so you can understand. On Thu, Dec 5, 2013 at

Re: how to reproduce.cache.html error in dev

2013-12-05 Thread Juan Pablo Gardella
5, 2013 at 7:15 PM, Juan Pablo Gardella gardellajuanpa...@gmail.com wrote: Do you have a catch for NullPointerException in the code that is translated to Javascript? 2013/12/5 Davide Micheletti d.michelett...@gmail.com i think that i did't explain well. The webapp run but never

Re: how to reproduce.cache.html error in dev

2013-12-05 Thread Juan Pablo Gardella
is produced for any implicitly generated exceptions. This is because the nature of the underlying JavaScript exception cannot be reliably mapped onto the appropriate Java exception type. So, a unhandled error suceded. 2013/12/5 Juan Pablo Gardella gardellajuanpa...@gmail.com I didn't see

Re: celltable select multiple rows

2013-12-03 Thread Juan Pablo Gardella
See http://www.gwtproject.org/javadoc/latest/com/google/gwt/view/client/SelectionModel.html and how you can use it. 2013/12/3 zsoloo hoffmann.zsolt1...@gmail.com Hi, I need some help: I have a celltable, and want to select one or two rows, not only one. Can anibody help me, how can I do

Re: [gwt-contrib] Rebinding Methods improvement proposal and working prototype

2013-11-28 Thread Juan Pablo Gardella
Thanks Andrés! Great work 2013/11/28 Andrés Testi andres.a.te...@gmail.com The last 3 months I have been working on a GWT Improvement Proposal inspired by the idea of Ray Cromwell for Relaxing constraints on

Re: GWT FileUpload with Progress Listener

2013-11-27 Thread Juan Pablo Gardella
See https://code.google.com/p/google-web-toolkit/issues/detail?id=624 comment 23 https://code.google.com/p/google-web-toolkit/issues/detail?id=624#c23. I've implemented a file upload with a listener and had this problem and solved it using the workaround described there. Juan 2013/11/27 confile

Re: __gwt_HostedModePlugin is not defined,,Line 231 // Development Mode requires the GWT Developer Plugin

2013-11-20 Thread Juan Pablo Gardella
Did you try using sudo to open firefox? there is a problem and this is the workaround. 2013/11/20 Michael Joyner mich...@newsrx.com Eh... this just started happening to me, and I am unable to use dev mode. :( Mozilla Firefox for Linux Mint 25.0.1 about:support shows: Google Web Toolkit

Re: Newbie Question

2013-11-19 Thread Juan Pablo Gardella
Use https://github.com/tbroyer/gwt-maven-archetypes to start an empty project. 2013/11/19 Andrew Smith andyuser2...@gmail.com Hi I recently created a GWT starter application, which contains 3 modules, client, server and shared. It was a simple app with a greeting service, built using the

Re: gwt-rawhistory on github

2013-11-12 Thread Juan Pablo Gardella
FYI URL encoding: http://blog.lunatech.com/2009/02/03/what-every-web-developer-must-know-about- url-encoding 2013/11/12 Andy pula...@gmail.com No, I haven't. Thanks for the link! From a quick glance at the code, it's use of location.hash and encode/decode will likely still cause issues for

Re: [gwt-contrib] Re: Reminder: Branching GWT 2.6 later today

2013-11-05 Thread Juan Pablo Gardella
Thanks Mathew! 2013/11/5 Matthew Dempsky mdemp...@google.com In the mean time though, I think I successfully pushed 2.6.0-SNAPSHOT to https://oss.sonatype.org/content/repositories/google-snapshots/. On Tue, Nov 5, 2013 at 12:04 AM, Matthew Dempsky mdemp...@google.comwrote: As promised, I

Re: arondor-common-reflection, a new library to use Spring beans in GWT :

2013-10-08 Thread Juan Pablo Gardella
Which is the library URL? 2013/10/8 Francois Barre francois.ba...@gmail.com Hi GWT people ! I am pleased to annonce the first public ralease of arondor-common-reflection, a tiny lib which provides Spring-Beans IoC to GWT. Licensed under Apache Public License, and performs quite well ! As

Re: GWT In Eclipse Debug Mode All Of A Sudden is Super Slow

2013-09-04 Thread Juan Pablo Gardella
Also see http://code.google.com/p/google-web-toolkit/issues/detail?id=5261 You have to delete some temp files too. 2013/9/4 SaiP saisri@gmail.com Also, for the beginners, you might have to set the log level to 'info' in the run configurations of the GWT. This is another reason why the

Re: issue with tomcat server

2013-08-21 Thread Juan Pablo Gardella
I've created a file with 6M of records using http://ostermiller.org/utils/CSV.html without java heap memory issue. I think increment the memory it is a workaround and isn't the solution. Check how much records you are putting in memory. 2013/8/21 Michael Joyner mich...@newsrx.com You need to

Re: issue with tomcat server

2013-08-21 Thread Juan Pablo Gardella
the use of memory. Regards, Juan 2013/8/21 fedex shashankgris...@gmail.com hey juno how to check how many records I am putting in the memory? On Wednesday, August 21, 2013 9:14:01 AM UTC-5, Juan Pablo Gardella wrote: I've created a file with 6M of records using http://ostermiller.org/utils

Re: What's the minimum number of interfaces and classes that I should need to create for a new RpcService?

2013-08-12 Thread Juan Pablo Gardella
Did you try gwt-distapch? 2013/8/12 Michael Prentice splak...@gmail.com OK, I've finally got some time to look at this again. But I'm still having some issues. Based on your feedback, I should eliminate the following two classes: - Class to represent the request and hold its DTO -

Re: Math Expression Evaluator for GWT.

2013-08-08 Thread Juan Pablo Gardella
Check here: http://www.gwtproject.org/doc/latest/RefJreEmulation.html 2013/8/8 Mayank Singh mayank.maes...@gmail.com Hi, Can anybody let me know is there any Math expression evaluator available for GWT. Because I have tried Java Evaluators but they throwing exceptions as GWT will not

Re: GWT and Web Security

2013-07-25 Thread Juan Pablo Gardella
Hello, I think currently there are not frameworks that do what you want. At UI you need to write code to enable/disable components. Check this old thread: https://groups.google.com/forum/#!msg/google-web-toolkit/asDc2-JFy-A/z9izD9p_RoIJ 2013/7/25 asif.t...@gmail.com Hi , I am navigating my

Re: How to serve pre-compressed static content through Tomcat?

2013-07-25 Thread Juan Pablo Gardella
Hello, If you zip all the files with '.zip' extension, you can add a filter that translates 'a.html' to 'a.zip'. What do you think? Juan 2013/7/25 QC quanplusc...@gmail.com Hi, recently I've been looking into how to improve the performance of my website through compression. And I've

Re: How to serve pre-compressed static content through Tomcat?

2013-07-25 Thread Juan Pablo Gardella
didn't know I can translate the requests! On Thursday, July 25, 2013 4:18:55 PM UTC-7, Juan Pablo Gardella wrote: Hello, If you zip all the files with '.zip' extension, you can add a filter that translates 'a.html' to 'a.zip'. What do you think? Juan 2013/7/25 QC quanpl...@gmail.com Hi

Re: Gwt and gilead

2013-07-22 Thread Juan Pablo Gardella
Check at http://www.gwtproject.org/doc/latest/DevGuideServerCommunication.html#DevGuideImplementingServices The problem is self explanatory in the log. GWT compiler can not find the service implementation of the Cobr... (please attache the log as a file and not as an image) - Juan 2013/7/22

Re: New GWT Tutorial

2013-07-09 Thread Juan Pablo Gardella
Nice! A suggestion, try to put the links for the new GWT site. 2013/7/9 Maithilish maithil...@gmail.com Hi, I have published a new GWT Tutorial at https://sites.google.com/site/gwt2tutorial *GWT Tutorial* is a step-by-step guide to a complete Google Web Toolkit (GWT) project. It walks

Re: GWT and Hibernate

2013-07-09 Thread Juan Pablo Gardella
I've used detach solution using a filter, so it is transparent for you. I put a sample using it: https://groups.google.com/forum/#!topic/google-web-toolkit/fkbowz5-5do But I prefer using the DTO alternative (I am using Dozzer). As Ed said, perhaps you spent some time in the configuration, but I

Re: GWT and Hibernate

2013-07-09 Thread Juan Pablo Gardella
reasons, I do cap the amount of data I return. Much smaller code base (but does dramatically increase runtime error checking). Tim On Jul 9, 2013, at 10:30 AM, Juan Pablo Gardella gardellajuanpa...@gmail.com wrote: I've used detach solution using a filter, so it is transparent for you. I put

Re: Maximum file upload Limit

2013-07-05 Thread Juan Pablo Gardella
I found this with Google: http://stackoverflow.com/questions/3717793/javascript-file-upload-size-validation You can do it with GWT I suppose. 2013/7/5 Kedar Vyawahare kedar.vyawahare1...@gmail.com Hi, I want to make validation not to upload a file more than 100 MB in my file up loader

Re: [gwt-contrib] Google GWT team meeting notes for June 26th

2013-06-27 Thread Juan Pablo Gardella
Thanks for sharing! 2013/6/27 Brian Slesinsky skybr...@google.com Hi, in the interest of increased transparency, I'm going to start posting notes from GWT team meetings at Google. I'm not sure if we'll keep this up but we'll see how it goes. (My apologies in advance for any errors.) June

Re: Introducing GWT-Tour 0.1

2013-06-21 Thread Juan Pablo Gardella
Excelent work Alain!! 2013/6/21 Alain jazzmatad...@gmail.com GWT-Tour is a small GWT library that can help you implement a nice tour of your GWT/Web app. So if you ever wanted to show your users how to use your application in an interactive way this can be usefull. GWT-Tour works with

Re: LESS/ SASS/... style usage in GWT ?

2013-06-20 Thread Juan Pablo Gardella
I do agree, CSS in GWT are complex. This is a good improvement Simplifies the use of CSS in GWT. 2013/6/20 Daniel Kurka danku...@google.com So we need a better way of doing CSS in GWT, this is what the complete collection of issues stands for. We are talking about how to add this to GWT in a

Re: [LazyInitializationException] failed to lazily initialize a collection of role

2013-06-11 Thread Juan Pablo Gardella
If you don't want use DTO pattern to transfer objects to UI, check this threadhttps://groups.google.com/forum/?fromgroups#!topic/google-web-toolkit/fkbowz5-5do. I've implemented a filter that you can use to put null lazy relationships. The problem is very common in Hibernate, check in google. It

Re: [LazyInitializationException] failed to lazily initialize a collection of role

2013-06-11 Thread Juan Pablo Gardella
me please how did you do? thank you Le mardi 11 juin 2013 13:31:05 UTC, Juan Pablo Gardella a écrit : If you don't want use DTO pattern to transfer objects to UI, check this threadhttps://groups.google.com/forum/?fromgroups#!topic/google-web-toolkit/fkbowz5-5do. I've implemented a filter

Re: [LazyInitializationException] failed to lazily initialize a collection of role

2013-06-11 Thread Juan Pablo Gardella
explain me please how it works and how to use it? because i donnt use gin so i can't make the difference in code Le mardi 11 juin 2013 14:57:31 UTC, Juan Pablo Gardella a écrit : The filter is: https://bitbucket.org/**gardellajuanpablo/gwt-sample/** src/**8aba86d82778cb3a6f48f4d5f60f21

Re: Application architecture question

2013-06-11 Thread Juan Pablo Gardella
To use BatchCommand you can use gwt-dispatch.https://code.google.com/p/gwt-dispatch/ 2013/6/11 Jens jens.nehlme...@gmail.com If you have multiple independent RPC requests and you want to update the GUI after all these RPC requests are done, then you could check a number of boolean variables

Re: JPA issue: A parent cannot be established or changed once an object has been persisted.

2013-06-05 Thread Juan Pablo Gardella
:404) at org.mortbay.io.nio.**SelectChannelEndPoint.run(**SelectChannelEndPoint.java:**409) at org.mortbay.thread.**QueuedThreadPool$PoolThread.**run(QueuedThreadPool.java:582) Am Donnerstag, 23. Mai 2013 11:50:29 UTC+2 schrieb Juan Pablo Gardella: In the loop, do

Re: Lessons learned moving from GWT to Spring MVC

2013-05-29 Thread Juan Pablo Gardella
Thanks for sharing!! 2013/5/29 Ed Bras post2edb...@gmail.com To be honest: I don't even know another framework like GWT that match my desired setup ... Do they even exists? So it's like comparing peers and bananas... My setup (which I love).. A separate backend (Spring) and frontend

[gwt-contrib] GWT presentations

2013-05-28 Thread Juan Pablo Gardella
Hi all, I saw presentations in the page are very old. How we can improve that? http://www.gwtproject.org/presentations.html Regards -- http://groups.google.com/group/Google-Web-Toolkit-Contributors --- You received this message because you are subscribed to the Google Groups GWT Contributors

Re: [gwt-contrib] Re: GWT presentations

2013-05-28 Thread Juan Pablo Gardella
Thanks! 2013/5/28 Jens jens.nehlme...@gmail.com You can pull gwt-site from gwt.googlesource.com and then update https://gwt.googlesource.com/gwt-site/+/master/src/main/markdown/presentations.md Finally push your changes to Gerrit for review.

Re: JPA issue: A parent cannot be established or changed once an object has been persisted.

2013-05-23 Thread Juan Pablo Gardella
not very advanced in JPA. Thank you for very much for your help. Best regards: Nermin Am Mittwoch, 22. Mai 2013 15:28:50 UTC+2 schrieb Juan Pablo Gardella: Show how you are persisting the entities. 2013/5/22 Nermin use...@gmx.de Dear Alfredo and Juan, obviously there is an hidden

Re: Exception reporting is broken in GWT: would you support a kickstarter project to fix it?

2013-05-23 Thread Juan Pablo Gardella
I agree on do not remove IE7 and IE8. A lot of user still using them. 2013/5/23 Alex Epshteyn alexander.epsht...@gmail.com Hi Thomas, Thanks for chiming in and providing the extra info. Good to know. I'd like to ask, however, the reasons for planning to remove support for IE6/7/8? Why

Re: JPA issue: A parent cannot be established or changed once an object has been persisted.

2013-05-22 Thread Juan Pablo Gardella
for the advise. I will Am Dienstag, 21. Mai 2013 12:01:43 UTC+2 schrieb Juan Pablo Gardella: Update your entity as: @Entity public class Tradesman extends User{ @ManyToOne(optional=false) private Company company; *@PrePersist* public void hashPassword(){ setPassword

Re: Super dev mode - sourcemap not working anymore

2013-05-21 Thread Juan Pablo Gardella
I don't know what is your problem, but try https://groups.google.com/forum/?fromgroups#!topic/google-web-toolkit/78Hl47eFPKw . 2013/5/21 Martones ludovit.marton...@gmail.com Hello Brian, thanks for your answer. I tested the Showcase sample from the 2.5.1 GA bundle and the issue is the same.

Re: JPA issue: A parent cannot be established or changed once an object has been persisted.

2013-05-21 Thread Juan Pablo Gardella
Update your entity as: @Entity public class Tradesman extends User{ @ManyToOne(optional=false) private Company company; *@PrePersist* public void hashPassword(){ setPassword(BCrypt.hashpw(**entity.getPassword(), BCrypt.gensalt()); } And then check where are you

Re: JPA issue: A parent cannot be established or changed once an object has been persisted.

2013-05-21 Thread Juan Pablo Gardella
:01:43 UTC+2 schrieb Juan Pablo Gardella: Update your entity as: @Entity public class Tradesman extends User{ @ManyToOne(optional=false) private Company company; *@PrePersist* public void hashPassword(){ setPassword(BCrypt.hashpw(**enti**ty.getPassword

Re: IE9 problem with GWT

2013-05-21 Thread Juan Pablo Gardella
How do you show messages? 2013/5/21 Mike miguelaz9...@gmail.com GWT Release: 2.5.0 Browser: IE9 Our clients have a problem using our web application because, on IE9, when the application shows a message (i.e., to confirm if a file is uploaded or not), the focus remains behind the

Re: why is my class not serializable?

2013-05-14 Thread Juan Pablo Gardella
It does implement Serializable? 2013/5/14 Dennis Haupt d.haup...@gmail.com i deactivated the rpc blacklist the class has a default contructor and no final fields is it directly used in an rpc method there is no error message during compilation i have no idea what the reason could be. any

Re: GWT + PHP

2013-05-09 Thread Juan Pablo Gardella
Try with http://google-web-toolkit.googlecode.com/svn/javadoc/latest/com/google/gwt/i18n/client/Dictionary.html . 2013/5/9 Larissa Costa larissa.n.co...@gmail.com Good morning! I have a php script like this: *? php* * for ($ i = 1, $ i = 10, $ i + +) {* * echo Line. $ i. br;*

Re: CellTable created in onModuleLoad() doesn't draw until mouse moves over the browser window

2013-04-29 Thread Juan Pablo Gardella
In which browsers? 2013/4/28 Guy Paddock guy.padd...@gmail.com Hey all, I'm working with some code that was modeled after the StockWatch sample for JSONP. A key difference between that code and mine is that the JSON data is loaded immediately on module load rather than on a button click.

Re: Startupurl when having maven structure

2013-04-26 Thread Juan Pablo Gardella
Try http://localhost:port/yourfile.html in startupUrl 2013/4/26 Kris kli...@gmail.com Hi, when running in dev mode I get problem with the startup url.. I have a maven struture, so the html file is in src/main/webapp. see attached pic... But I get a HTTP ERROR: 404 NOT_FOUND

Re: [gwt-contrib] Change in gwt[master]: removes block splitting logic that was specific to IE6/7

2013-04-19 Thread Juan Pablo Gardella
Please, don't remove IE7 support. 2013/4/18 Thomas Broyer t.bro...@gmail.com Thomas Broyer has posted comments on this change. Change subject: removes block splitting logic that was specific to IE6/7 ..**..**.. Patch Set 1:

Re: GWT - So terribly slow that makes development hard ... very hard ... extremely hard ...

2013-04-18 Thread Juan Pablo Gardella
Hi, Are you using the same server to run backend and front end? It is very useful use two servers. Take a look at https://github.com/tbroyer/gwt-maven-archetypes. Juan 2013/4/18 Ani anice...@gmail.com Now that we have been using GWT for a while ... what do you think? Was it the right choice

Re: Login + CRUD example

2013-03-28 Thread Juan Pablo Gardella
It's old, but you can see https://groups.google.com/forum/?fromgroups#!topic/google-web-toolkit/fkbowz5-5do 2013/3/26 Robson Braga robsonselze...@gmail.com Hi folks, After lots and lots of research, I haven't found any good example of a gwt application with a login module + crud module.

Re: momentgwt - a GWT wrapper library for momentjs.com

2013-03-22 Thread Juan Pablo Gardella
Thanks for sharing! 2013/3/21 Sebastián Gurin sebastigu...@gmail.com apidocs available, THE class: http://cancerbero.vacau.com/gwt/momentgwtjavadoc/org/sgx/momentgwt/client/Moment.html -- You received this message because you are subscribed to the Google Groups Google Web Toolkit

Re: Can't deploy my project anymore

2013-03-20 Thread Juan Pablo Gardella
Did you remove gwt-cache directories? 2013/3/20 Juan Carlos Aranda aranda...@gmail.com Do you fix the problem??? I have the same problem and not find the solution. I install Eclipse, Gwt plugin and Designer. Now my app not deploy. Saludos. Thanks. El lunes, 18 de marzo de 2013

Re: Can't deploy my project anymore

2013-03-19 Thread Juan Pablo Gardella
What java version are you using? Verify that you are using jdk 1.6 2013/3/18 JoyaleXandre joyalexan...@gmail.com These are all my Installed plugin and version if it can help. CollabNet Merge Client3.0.13 com.collabnet.subversion.merge.feature.feature.groupCollabNet Eclipse IDE

Re: GWT 2.5.1 now available

2013-03-12 Thread Juan Pablo Gardella
Thanks Thomas! 2013/3/12 Thomas Broyer t.bro...@gmail.com On Tuesday, March 12, 2013 2:46:45 PM UTC+1, Alex opn wrote: Just upgraded. Works, thanks! Please announce when the maven plugin gets updated, too! The gwt-maven-plugin is not (yet) from the same developers as GWT itself. I

Re: How to access SuggestionMenu.getNumItems() from outside of a SuggestBox context?

2013-03-09 Thread Juan Pablo Gardella
Copy this class in your project and modify this method and make it public. 2013/3/9 membersound kodyreco...@gmail.com HI, I have a SuggestBox, and want to know how many items are currently displayed. There is a private int SuggestionMenu.getNumItems() which would return this number. How

Re: Problem use GWT 2.5.0 Super Dev Mode

2013-02-27 Thread Juan Pablo Gardella
See https://groups.google.com/group/google-web-toolkit/browse_thread/thread/efc1e5e3b7853cac/0d745bfee422f8eb 2013/2/27 emurmur emur...@conceptuamath.com Here is a blog post I wrote on getting the code server running with the Elemental library. You might find stuff in it that is useful.

Re: ANN: GWT and OAuth Login demo with facebook, google etc.

2013-02-16 Thread Juan Pablo Gardella
Thanks for share!! 2013/2/16 muquit muq...@gmail.com I needed to add OAuth login to a GWT app of mine but could not find anything nice. So I wrote an application to explore the idea. I am releasing the code with the hope that you will find it useful. The URL is:

Re: GWT 2.5.1-rc1 available

2013-02-14 Thread Juan Pablo Gardella
Hi all, Where are the last release notes? I saw here https://developers.google.com/web-toolkit/release-notesbut the last was 2.5.0 Thanks 2013/2/14 Thomas Broyer t.bro...@gmail.com On Thursday, February 14, 2013 2:11:21 PM UTC+1, Paul Robinson wrote: While it's good to get rid of

Re: GWT 2.5.1-rc1 available

2013-02-14 Thread Juan Pablo Gardella
Thanks Thomas! 2013/2/14 Thomas Broyer t.bro...@gmail.com On Thursday, February 14, 2013 4:43:04 PM UTC+1, Juan Pablo Gardella wrote: Hi all, Where are the last release notes? I saw here https://developers.google.com/web-toolkit/release-notesbut the last was 2.5.0 Not ready yet

Re: How can a client listen to changes in a server?

2013-02-08 Thread Juan Pablo Gardella
See http://www.adrianwalker.org/2011/03/gwt-file-upload-with-event-based.htmlYou can mimic that solution to your requirements. 2013/2/8 Maria Garcia maria.garcia.aguirrego...@gmail.com Hi all, I don't know how I can do the following: I want that a module in the client side (for example a

Re: How can a client listen to changes in a server?

2013-02-08 Thread Juan Pablo Gardella
Check http://www.jboss.org/errai, it has server push features. 2013/2/8 Maria Garcia maria.garcia.aguirrego...@gmail.com mm.. but it doesn't appear a server-push solution.. I think that the client is asking all time ¿? El viernes, 8 de febrero de 2013 17:20:36 UTC+1, Juan Pablo Gardella

Re: datagrid body is disappeared!! height is zero!!

2013-01-15 Thread Juan Pablo Gardella
See http://code.google.com/p/google-web-toolkit/issues/detail?id=6996 It is only happen with IE? 2013/1/14 tong123123 tong123...@gmail.com and I check api, there is DataGrid.Style, but I cannot find how to use it, any example could be given? I think this is related to setting the style of

Re: [POLL RESULTS] Maven project layout, what to standardize?

2012-11-19 Thread Juan Pablo Gardella
+1, and integrate well with eclipse too if have this files in src/main/java 2012/11/19 Joseph Lust lifeofl...@gmail.com In multi module projects, it is quite nice to have the Java sources and *.gwt.xml files in a single package in src/main/java. Spreading it out into the resource folder

Re: Running a Maven/GWT project

2012-11-13 Thread Juan Pablo Gardella
Are you using java 6 to build the project? If not, try with java 6. 2012/11/12 Magnus alpineblas...@googlemail.com Hello, I downloaded the whole branch at https://github.com/** Atmosphere/atmosphere-**extensionshttps://github.com/Atmosphere/atmosphere-extensions and changed into the

Re: Running a Maven/GWT project

2012-11-12 Thread Juan Pablo Gardella
Hi, The error says: * there is no POM in this directory (/home/wagner/dvl/spl/Atmosphere/t) * Juan 2012/11/12 Magnus alpineblas...@googlemail.com Hi, because of this thread

Re: Running a Maven/GWT project

2012-11-12 Thread Juan Pablo Gardella
You have to run *mvn* in a directory where you have *pom.xml* file to build the project. 2012/11/12 Magnus alpineblas...@googlemail.com Am Montag, 12. November 2012 18:02:26 UTC+1 schrieb Juan Pablo Gardella: The error says: * there is no POM in this directory (/home/wagner/dvl/spl

Re: KeyPress handler does not working for chrome browser

2012-11-06 Thread Juan Pablo Gardella
Use KeyUpEvent. Keypress is not fully crossbrowser. 2012/11/6 lucky lucky.begum...@gmail.com Hi, i have added keypress handler for get textbox. its working for Mozilla browser but its not working for chrome browser. could any one help me on this. Thanks, Lucky -- You received this

Re: Security considerations for GWT applications

2012-10-30 Thread Juan Pablo Gardella
Hi, See this sample: https://groups.google.com/forum/?fromgroups=#!topic/google-web-toolkit/fkbowz5-5do Is integrate with spring security. Juan 2012/10/30 Joseph Lust lifeofl...@gmail.com Hoffer, I won't be posting that since it is a closed source site and sanitizing it for release is

Re: CreateGWT is released

2012-10-30 Thread Juan Pablo Gardella
Thanks!! 2012/10/30 james0072 jamesty...@gmail.com I have released CreateGWT. The whole of CreateJS as JSNI wrappers. You can find the library on the github repo: https://github.com/sinewavemultimedia/create-gwt -- You received this message because you are subscribed to the Google Groups

Re: GWT 2.5 GA is Here!

2012-10-25 Thread Juan Pablo Gardella
Great!!! 2012/10/25 unnurg unn...@google.com Hey all, We're excited to announce the GWT 2.5 Release! There will be an announcement soon on the GWT Bloghttp://googlewebtoolkit.blogspot.com/2012/06/gwt-2.html, and you can download it herehttp://developers.google.com/web-toolkit/download

Re: Exception JPA (EclipseLink) + GWT

2012-10-23 Thread Juan Pablo Gardella
Did you try use this method in client side sources? 2012/10/23 Milton Lima flmil...@gmail.com Hi I am developing a project with GWT and JPA (EclipseLink). I'm getting the following exception: threw an unexpected exception: java.lang.NoSuchMethodError:

Re: SimplePager last page issue

2012-10-16 Thread Juan Pablo Gardella
doesn't have the following methods: setPrevPageButtonsDisabled, setNextPageButtonsDisabled, setFastForwardDisabled. On Monday, August 27, 2012 4:11:25 AM UTC+3, Juan Pablo Gardella wrote: Hi, There is a bug with SimplePager that enable go to next page in the last page (an must be disabled

Re: Compiling from command line - Annotation errors

2012-10-08 Thread Juan Pablo Gardella
Do you try with maven? 2012/10/8 Jy jwi...@gmail.com Hello, I'm trying to automate the process of deploying new gwt code by automating the compile process. I've google around a ton and can't seem to find any solutions. It's funny because it compiles no problem in Eclipse, but trying to

Re: GWT 2.5 RC2 Is Here!

2012-10-03 Thread Juan Pablo Gardella
Great!!! Thanks! 2012/10/4 unnurg unn...@google.com Changes from RC1 are fairly minimal - details are in the release noteshttps://developers.google.com/web-toolkit/release-notes#Release_Notes_Current (and pasted below) Release Notes for 2.5.0 (RC2) This is release candidate 2 of GWT

Re: Scary: GWT Team does not fix serious GWT Compiler Bugs

2012-10-02 Thread Juan Pablo Gardella
+1 too 2012/10/2 Jeff Chimene jchim...@gmail.com +1 on Manolo's point. However, in the interests of debugging: what happens if you use the boxed version of boolean? On Tue, Oct 2, 2012 at 11:45 AM, Manuel Carrasco Moñino man...@apache.org wrote: I think it is a good idea to get rid of

Re: Using JPA Hibernate persist()... Where is the Data?

2012-09-27 Thread Juan Pablo Gardella
Nothing related to GWT, use JPA/Hibernate forum. You are create and drop the database each time that EMF is created: property name=hibernate.hbm2ddl.auto value=create / property name=hibernate.hbm2ddl.auto value=create-drop / Use update instead create-drop. 2012/9/27

Re: Using JPA Hibernate persist()... Where is the Data?

2012-09-27 Thread Juan Pablo Gardella
isnt saved to my local database. It seems like it doesnt really matter what configuration I got in the persistence.xml. Even when I set an invalid password, I still can persists data / read data. Am Freitag, 28. September 2012 02:40:20 UTC+2 schrieb Juan Pablo Gardella: Nothing related to GWT

Re: Open new tab in dev mode with window.open

2012-09-11 Thread Juan Pablo Gardella
Did you tried use a invisible anchor and click on it? 2012/9/11 Thomas Lefort lefortho...@gmail.com Hi, I am trying to programatically open a new tab in dev mode with a new instance of my application, eg my application url + the place name. I use window.open(#myplacename:, _blank). But all

Re: Help with SuperDevMode

2012-09-11 Thread Juan Pablo Gardella
Are you drag the button Dev mode on at the tab where you start the application? 2012/9/11 David Sauvier da...@sauvier.com Thanks for getting back, for some reason my latest post was deleted... I understand about not using the browser plugin (I think). I'm not using ?gwt.codesvr in the URL.

Re: com.google.gwt.user.client.rpc.SerializationException

2012-09-10 Thread Juan Pablo Gardella
Hi, This problem happens when you have an old rpc.policy. Check that in your war you have the last rpc policy file. Cheers, Juan 2012/9/10 Deepak Singh deepaksingh...@gmail.com Hi All, I have a deployed running application in following environment GWT 2.5RC1, GAE 1.7.0, Objectify 3.x I

Re: com.google.gwt.user.client.rpc.SerializationException

2012-09-10 Thread Juan Pablo Gardella
Regenerate the WAR. When GWT compiles, generate these files. 2012/9/10 Deepak Singh deepaksingh...@gmail.com How do i delete them ? On Mon, Sep 10, 2012 at 10:26 PM, Juan Pablo Gardella gardellajuanpa...@gmail.com wrote: Hi, This problem happens when you have an old rpc.policy. Check

Re: com.google.gwt.user.client.rpc.SerializationException

2012-09-10 Thread Juan Pablo Gardella
Pablo Gardella gardellajuanpa...@gmail.com wrote: Regenerate the WAR. When GWT compiles, generate these files. 2012/9/10 Deepak Singh deepaksingh...@gmail.com How do i delete them ? On Mon, Sep 10, 2012 at 10:26 PM, Juan Pablo Gardella gardellajuanpa...@gmail.com wrote: Hi

Re: Firefox 15 and dev mode plug-in

2012-09-04 Thread Juan Pablo Gardella
See https://groups.google.com/forum/#!msg/google-web-toolkit/QIKcaRoCzfc/hXW8ED9XM5gJ 2012/9/4 Hristo Stoyanov hr.stoya...@gmail.com ... well, here we go again. FF15 has been pushed out. Does anyone tried the dev plugin that Alan Leung maintains for FF15? -- You received this message

Re: Super Dev Mode with multiple source folders

2012-09-01 Thread Juan Pablo Gardella
Thanks Thomas! I will try. Cheers, Juan 2012/9/1 Thomas Broyer t.bro...@gmail.com Simply pass multiple -src arguments: -src src/main/java -src target/generated-sources/gwt On Saturday, September 1, 2012 5:01:23 AM UTC+2, Juan Pablo Gardella wrote: Hi folks, I have a doubt with Super Dev

Re: Super Dev Mode with multiple source folders

2012-09-01 Thread Juan Pablo Gardella
Thanks Thomas, this works. I suppose that is a good idea updated the docs to said that we can add multiple -src parameters. Juan 2012/9/1 Juan Pablo Gardella gardellajuanpa...@gmail.com Thanks Thomas! I will try. Cheers, Juan 2012/9/1 Thomas Broyer t.bro...@gmail.com Simply pass

Re: any chance to get FF15 dev plugin

2012-08-31 Thread Juan Pablo Gardella
Thanks Brian!! 2012/8/31 Brian Slesinsky skybr...@google.com The missing plugin page is updated now. http://gwt.google.com/missing-**plugin/MissingPlugin.htmlhttp://gwt.google.com/missing-plugin/MissingPlugin.html On Friday, August 31, 2012 10:18:48 AM UTC-7, Brian Slesinsky wrote: This

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