Error when run in Eclipse in Mac

2011-06-28 Thread Juan Pablo Gardella
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 resolve. Enviroment: Apache Maven 2.2.1 (r801777; 2009-08-06 16:16:01-0300)

Re: well indigo relased

2011-06-24 Thread Juan Pablo Gardella
http://code.google.com/eclipse/docs/getting_started.html 2011/6/24 Carfield Yim carfi...@gmail.com Would you mind put the URL here? My company don't allow twitter at the network On Jun 24, 7:38 am, Thomas Broyer t.bro...@gmail.com wrote: Actually,

Re: AsyncCallback timeout

2011-06-24 Thread Juan Pablo Gardella
Try this http://code.google.com/p/kiyaa/ 2011/6/23 Néstor Boscán nesto...@gmail.com Hi Is there a way to set the Async Callback timeout. When there is no internet connection on the client side the application is left waiting for a long time. Regards, Néstor Boscán -- You received

Re: Question about new activities on place changes

2011-06-24 Thread Juan Pablo Gardella
Are you use gin? 2011/6/24 tanteanni tantea...@hotmail.com Thomas/Jens. ... and the CachingActivityMapper will then return the same activity instance as previously ... how to achieve that? i am able to create caching/filtered mapper but Filter returns a place and all my mappers are

Re: GWT meets Adobe Flex: gwt4air 2.1 is here !

2011-06-24 Thread Juan Pablo Gardella
Great work Alain!! 2011/6/24 leandro borbosa leandrob...@googlemail.com +1 for that keyboard. I needed it yesterday. 2011/6/24 Alain Ekambi jazzmatad...@googlemail.com Hi there, Sorry i forgot to add an infobox to that demo. The Keyboard is not in 2.1 Will be in 2.2 2011/6/24 gwt.user

Re: Apache Shiro or Spring Security??

2011-06-22 Thread Juan Pablo Gardella
shiro has much broader scope then security .. On Wed, Jun 22, 2011 at 6:17 AM, Juan Pablo Gardella gardellajuanpa...@gmail.com wrote: I do a simple sample https://bitbucket.org/gardellajuanpablo/gwt-sample/wiki/Homethat integrate with spring security, but is very basic. Have server side

Re: GWT Project Structure Frontend/Backend

2011-06-21 Thread Juan Pablo Gardella
You can use gwt-dispatch if you use RPC. 2011/6/21 Elhanan Maayan elh.mailg...@gmail.com i'm unfamiliar with SOP and gwt policy files, i havn't tried much of rpc aside form the fact that each service should only object of input and object of output both extending RequesInput and

Re: Displaying entries of an CellList lazily?

2011-06-21 Thread Juan Pablo Gardella
Read this threadhttp://groups.google.com/group/google-web-toolkit/browse_thread/thread/f539d58327a351d3?pli=1 2011/6/21 zeroconf dimweth...@gmail.com Dear GWT devs, I would like to display entries of a CellList in a lazy manner, similar to the Table Widgets of SWT. That is, the data is not

Re: How to call a rest web service from gwt mobile application

2011-06-21 Thread Juan Pablo Gardella
See http://restygwt.fusesource.org/ 2011/6/21 syruss navinkumar...@gmail.com Hi all, I have created a mobile application using GWT.I have successfully created the UI part but i have to call a rest web service from GWT mob app. What i have tried is 1.I have called the rest web service

Re: Apache Shiro or Spring Security??

2011-06-21 Thread Juan Pablo Gardella
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 with a GWT application? Someone used some as Apache-Shiro or Spring-Security? What do you recommend? thanks

Re: Apache Shiro or Spring Security??

2011-06-21 Thread Juan Pablo Gardella
good luck 2011/6/21 Fabricio Pizzichillo fpizzichi...@gmail.com 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

Re: Apache Shiro or Spring Security??

2011-06-21 Thread Juan Pablo Gardella
/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 2011/6/21 Juan Pablo Gardella gardellajuanpa...@gmail.com I use spring security and works. Is robust and mature. 2011/6

Re: GWT Activity

2011-06-20 Thread Juan Pablo Gardella
Hi, is possible. Read http://download.oracle.com/javase/tutorial/java/javaOO/nested.html. 2011/6/18 Major_Payne compsci2...@gmail.com This is probably a newbie question, but I am trying to learn GWT. Say I have a class that extends AbstractActivity, an Activity class, and it is calling a

Re: gwt-compile issue

2011-06-17 Thread Juan Pablo Gardella
Can you show the classpath? 2011/6/17 Navindian navind...@gmail.com I have imported working project. It is giving the following error. please let me know asap. Compiling module com.ge.inds.evse.io.EVSEGRI [ERROR] Unexpected java.lang.NoSuchFieldError:

Re: gwt-dev.jar and embedded Tomcat; Conflicts!

2011-06-16 Thread Juan Pablo Gardella
You don't must pack gwt-dev. Is only for compilation. 2011/6/16 WulfgarPro wulfgar@gmail.com Hi, I am using GWT-2.2.0 with NetBeans 7 and Tomcat 7.0.11. In my unit testing I am using embedded Tomcat (see excepts below). public static void startTomcatInstance() throws

Re: GWT MVP GIN - problem with nested views and presenters

2011-06-16 Thread Juan Pablo Gardella
go with singletons I must create classes for every widget I use (they will extend some class that has mutual functionality)? On 16 lip, 02:27, Juan Pablo Gardella gardellajuanpa...@gmail.com wrote: The problem is that we get two objects of the sub-widget class becouse this widgets aren't

Re: GWT MVP GIN - problem with nested views and presenters

2011-06-16 Thread Juan Pablo Gardella
reuse them across the application. Or can I? On 16 lip, 12:50, Juan Pablo Gardella gardellajuanpa...@gmail.com wrote: No, I don't say that. I say your problem about multiple instance is becouse in each @Inject you have a new instance. 2011/6/16 ricu marko.c...@gmail.com

Re: 回覆:Re: Serialization error

2011-06-16 Thread Juan Pablo Gardella
This workaround is equivalent to use fetcType EAGER. I don't recommend to you. 2011/6/16 imsearcher imsearc...@gmail.com this may help you. it's a workaround solution http://code.sidelab.es/projects/39/wiki/Serializaci%C3%B3n_de_JPA_en_GWT -- You received this message because you are

Re: Deploy in Tomcat

2011-06-16 Thread Juan Pablo Gardella
Can you paste the complete stacktrace? 2011/6/15 IHateSoda mguillaum...@gmail.com Hi everybody, My application works in hosted mode. I'm trying to deploy my application in tomcat but I get one error when I want to restart my server : java.lang.NoClassDefFoundError:

Re: Load the GWT component after the page renders

2011-06-16 Thread Juan Pablo Gardella
GWT compile to javascript. So the question is there any way that i can load javascript after the page is rendered? I google thishttp://www.tutkiun.com/2010/07/load-javascript-after-pageload.html 2011/6/16 esteban estebanjgar...@gmail.com Hi everyone, I have a question: is there any way that

Re: GWT, MVP, GIN, code splitting?

2011-06-16 Thread Juan Pablo Gardella
+1 2011/6/16 Ahmed ahmed.zar...@gmail.com How to minimize the amount of code downloaded initially by GWT app user's browser? Well, just wrap potentially big operations in a GWT.runAsync() call. However, since our application is using GWT best practices (dependency injection, MVP pattern),

Re: Ext GWT 3.0 Developer Preview 1

2011-06-16 Thread Juan Pablo Gardella
Great work folks!! 2011/6/16 Gal Dolber gal.dol...@gmail.com Guaw, for the first time I'm interested! looks really promising On Thu, Jun 16, 2011 at 7:31 PM, Flori floon...@googlemail.com wrote: For anyone who can no longer expect it: http://www.sencha.com/blog/ext-gwt-3-dev-preview-1/

Re: Widget not displayed upon change of place

2011-06-15 Thread Juan Pablo Gardella
Hi Harry Can you resolve the problem? If not, in onStop() or onCancel() you must unregistrer your handlers. Not about display regions. Try put your do the placeChangeEvent like this: Scheduler.get().scheduleDeferred(new ScheduledCommand() { @Override public void execute() {

Re: Ref: Jdoconfig.xml

2011-06-15 Thread Juan Pablo Gardella
Read this tutorial. http://lesca.me/docs/local/gae/appengine/docs/java/datastore/usingjdo.html . I think you have some options checked in GAE eclipse plugin to use jdo. 2011/6/14 sam sanj.kan...@gmail.com Hi All, During the build process a copy of jdo-config.xml is created in the WAR

Re: GWT MVP GIN - problem with nested views and presenters

2011-06-15 Thread Juan Pablo Gardella
The problem is that we get two objects of the sub-widget class becouse this widgets aren't singletons. 2011/6/15 ricu marko.c...@gmail.com Anybody? Maybe someone has the same architecture without GIN. What is your experience? On 13 lip, 21:16, ricu marko.c...@gmail.com wrote: Hi! We

Re: Intercept basic authentication popup

2011-06-15 Thread Juan Pablo Gardella
If you use gwt-rpc, make a default asyncallback like this: public abstract class DefaultAsyncCallbackT implements com.google.gwt.user.client.rpc.AsyncCallbackT { private static final char flag = '0'; @Override public void onFailure(Throwable e) { if (isUnAuthenticatedUser(e)) showLogin(); } }

Re: Question about new activities on place changes

2011-06-15 Thread Juan Pablo Gardella
I think you can use a singleton in client side to manage getEmployesOf(employer). You can cache the last query. 2011/6/15 Jens jens.nehlme...@gmail.com Hi, I just integrating activities and got stuck when it comes to list selections. Hopefully someone with more practically experience can

Re: GWT 2.1 MVP Multiple activities clarification help

2011-06-15 Thread Juan Pablo Gardella
Check this samplehttps://bitbucket.org/gardellajuanpablo/gwt-sample/wiki/Home 2011/6/15 ustad ustadha...@gmail.com Hi all, I'm new to GWT (and more of an advanced beginner with java at that too) and I just worked through the stockwatcher example as posted on the official google page using the

Re: CheckboxCell 2 clicks for selection, when using SingleSelectionModel

2011-06-14 Thread Juan Pablo Gardella
(Dwyane, Wade, Gender.Male)); values.add(new Person(LeBron, James, Gender.Male)); dataProvider.setList(values); } } Thx bb.f.pav On 11 Jun., 00:37, Juan Pablo Gardella gardellajuanpa...@gmail.com wrote: 1) are you sure the code

Re: How to set lable of Textbox

2011-06-14 Thread Juan Pablo Gardella
The label is Label http://google-web-toolkit.googlecode.com/svn/javadoc/latest/com/google/gwt/user/client/ui/Label.htmlcomponent or InlineLabelhttp://google-web-toolkit.googlecode.com/svn/javadoc/latest/com/google/gwt/user/client/ui/InlineLabel.html. Read layout

Re: Local filesystem access

2011-06-14 Thread Juan Pablo Gardella
I think you can use gwt4air (use flash) . Juan 2011/6/14 gwt_user csde...@gmail.com Hi, We need to be able to access physical files system from GWT application. Does anyone have any suggestions? Thanks! -- You received this message because you are subscribed to the Google Groups

Re: Null Version

2011-06-14 Thread Juan Pablo Gardella
. On Fri, Jun 10, 2011 at 5:44 AM, Juan Pablo Gardella gardellajuanpa...@gmail.com wrote: So, what implementation of JPA are you using? EclipseLink, OpenJPA, ... 2011/6/10 Pavel Byles pavelby...@gmail.com Not using hibernate. On Thu, Jun 9, 2011 at 11:33 PM, Juan Pablo Gardella

Re: RPC and Servlet

2011-06-14 Thread Juan Pablo Gardella
Both are servlets. See http://code.google.com/webtoolkit/doc/latest/DevGuideServerCommunication.html#DevGuideServerSide 2011/6/14 sam sanj.kan...@gmail.com What is the difference between RPC and HTTPServlet. I mean how differently they work when connecting to a server. Thank you Sam --

Re: CheckBoxSelectionModel

2011-06-14 Thread Juan Pablo Gardella
In english please 2011/6/14 NANOUS gaied.a...@gmail.com Bonjour, Comment je peut ajouter un ActionListener à une grid ,sachant que cette grid admet comme plugin un CheckBox, et que l'action soit en relation avec ce plugin?? Merci d'avance -- You received this message because you are

Re: How to start a web service which only return plain text with GWT?

2011-06-14 Thread Juan Pablo Gardella
For this type of service I don't recommend GWT. GWT is for RIA application. If you need a REST service, make a servlet and return csv directly. Read about SQL injection too. 2011/6/14 Hong Kong Youth IT Group adonis@gmail.com Hi everyone, I am a newbie to GWT and working on a web project

Re: grid with CheckBoxSelectionModel

2011-06-14 Thread Juan Pablo Gardella
Check this threadhttp://groups.google.com/group/google-web-toolkit/browse_thread/thread/2b907ca2a4469a6b?pli=1 2011/6/14 NANOUS gaied.a...@gmail.com Hi all, i have a problem when i use the CheckBoxSelectionModel in my grid is that i can't define the listener. So, i want extract information

Re: weird production compile problem

2011-06-14 Thread Juan Pablo Gardella
Are you use third gwt libraries ? for example gin, etc.? What version of gwt are you use? 2011/6/14 pansen andi.ba...@googlemail.com hey guys, i think we have a massive problem with the generated js sources for production. we built a larger app and since now all worked like a charm, we had

Re: ArrayOutOfBoundsException in editor 2.3

2011-06-14 Thread Juan Pablo Gardella
Can you make a sample? 2011/6/14 Ann Smith frugof...@gmail.com hi before I spend all night debugging maybe someone can share his experience with me. Problem: gwt 2.2 code works fine - 2.3 in a single method use of editor.edit(proxy,context) throws me ArrayOutOfBoundsException

Re: How does registerForProxyType works

2011-06-14 Thread Juan Pablo Gardella
If you propage a event via eventBus don't work? 2011/6/14 Aldo Neto tumo...@gmail.com Hi, I need to implement a dynamic table that is populated based on values of a given entity on the server by many clients simultaneously. I thought that registerForProxyType() would solve all problems of

Re: Serialization error

2011-06-13 Thread Juan Pablo Gardella
No hay un error en List, sino en la implementación que estás usando. Supongo que usas EclipseJPA. Estás mandando al cliente colecciones creadas por ese framework que no son serializables. Mira este link: http://code.google.com/webtoolkit/articles/using_gwt_with_hibernate.html Es el mismo

MVP pattern problem with singletons views

2011-06-12 Thread Juan Pablo Gardella
Hi, Recently I have a problem and discover that the cause is about presenters (activities non singletons) and views singleton. My code is similar to this: private void bind() { myView.getButton1().addClickHandler(new ClickHandler() { @Override public void onClick(ClickEvent event) { ... });

Re: MVP pattern problem with singletons views

2011-06-12 Thread Juan Pablo Gardella
:31, Juan Pablo Gardella gardellajuanpa...@gmail.com wrote: Hi, Recently I have a problem and discover that the cause is about presenters (activities non singletons) and views singleton. My code is similar to this: private void bind() {  myView.getButton1().addClickHandler(new ClickHandler

Re: MVP pattern problem with singletons views

2011-06-12 Thread Juan Pablo Gardella
at 9:50 PM, Juan Pablo Gardella gardellajuanpa...@gmail.com wrote: I can fix with static variables to store like this: There is an onStop() method in activities that is called when activities are stopped... call a unbind() there and everything is nice and clean.. Cheers, Raphael

Re: Clientside file generation with GWT

2011-06-12 Thread Juan Pablo Gardella
Great work Alain!! Thanks for share it 2011/6/12 Alain Ekambi jazzmatad...@googlemail.com Beeing able to generate files on the client is a common requirement and a usefull feature for a webapplication . In one of our applications for example we have users generating reports every 30-45

Re: Test hosted mode speed : GWT 2.2 vs GWT trunk 9.6.2011

2011-06-12 Thread Juan Pablo Gardella
Great news!! 2011/6/11 maticpetek maticpe...@gmail.com Hello, About one month ago I stared discussion about how to speed up hosted mode (How to speed up Hosted mode - https://groups.google.com/d/topic/google-web-toolkit/RNZujzt_LpE/discussion). Some of suggestions were very useful for

Re: MVP pattern problem with singletons views

2011-06-12 Thread Juan Pablo Gardella
Hi Thomas!! Thanks for the info. I fixed my code. Juan On 12 jun, 15:47, Thomas Broyer t.bro...@gmail.com wrote: Don't forget the onCancel() method too: if your activity starts asynchronously, it can be cancelled before you set the view in the AcceptsOneWidget passed in argument to the

Re: Null Version

2011-06-10 Thread Juan Pablo Gardella
So, what implementation of JPA are you using? EclipseLink, OpenJPA, ... 2011/6/10 Pavel Byles pavelby...@gmail.com Not using hibernate. On Thu, Jun 9, 2011 at 11:33 PM, Juan Pablo Gardella gardellajuanpa...@gmail.com wrote: Hibernate? 2011/6/9 Pavel Byles pavelby...@gmail.com 3.0

Re: SyncProxy + Tomcat

2011-06-10 Thread Juan Pablo Gardella
Try open an issue in SyncProxy project page 2011/6/9 Anoop John anoopjoh...@gmail.com Hi, I am using syncproxy tool kit for a testing purpose. It working perfectly when i deploy my web application in the Eclipse default server (Jetty). That i could access my remote method from my java

Re: Design Implementation on GIN

2011-06-10 Thread Juan Pablo Gardella
Read: http://tbroyer.posterous.com/gwt-21-placeshttp://www.google.com/url?sa=Dq=http://tbroyer.posterous.com/gwt-21-places http://tbroyer.posterous.com/gwt-21-places-part-iihttp://www.google.com/url?sa=Dq=http://tbroyer.posterous.com/gwt-21-places-part-ii Juan 2011/6/10 Anup

Re: CheckboxCell 2 clicks for selection, when using SingleSelectionModel

2011-06-10 Thread Juan Pablo Gardella
1) are you sure the code compile for other browser? 2) I do the same thing without problems: CheckBoxColumnMyEntity seleccionado = new CheckBoxColumnMyEntity() { @Override public Boolean getValue(MyEntity object) { return object.isSeleccionado(); } };

Re: deploy a GWT project.war to tomcat

2011-06-10 Thread Juan Pablo Gardella
You compile to javascript ? Run in devmode? 2011/6/10 Annabell Schelton aschelt...@gmail.com Hi list, i got a problem when i tried to deploy a gwt project from eclipse to Tomcat. I'm using GWT 2.1.1 without App Engine in Development Mode and run successfully. When I try to deploy in

Re: Redirect to place

2011-06-09 Thread Juan Pablo Gardella
is determined by the layer that has the best access to the data model. On Wed, Jun 8, 2011 at 9:22 PM, Juan Pablo Gardella gardellajuanpa...@gmail.com wrote: Hi folks, I have a problem with places. For example I have the URL http://mysite/myapp#editrecordd:10; and I want

Re: How to render HTML tags inside a text area ??

2011-06-09 Thread Juan Pablo Gardella
You can use richtextEditor for rich text. This component doesn't work for you? 2011/6/9 maximus mohitchilk...@gmail.com Hi folks, Is there any way to render HTML tags inside a GWT TextArea ?? For example : htmlfont face=sansserif size=3bAre you sure that you want to continue?/b/font/html

Re: Awesome testing with IsWidget interface :) - Embedded View pattern

2011-06-09 Thread Juan Pablo Gardella
Thanks for share your experience!! 2011/6/9 Ed post2edb...@gmail.com I like to share some testing experience with you, as I am very happy about it: I have a GWT app that contains some complex business rules/logic which are difficult to test as they are embedded in the View. This is

Re: Redirect to place

2011-06-09 Thread Juan Pablo Gardella
que ver con el HistoryMapper. I think that you're problem could be in the HistoryMapper. Look up the configuration of the tokenizers if you're using the MVP directives for GWT. Hope this helps. Espero haber sido de ayuda. Saludos On 9 jun, 14:10, Juan Pablo Gardella gardellajuanpa...@gmail.com

Re: GWT Designer also compiles test and shared classes

2011-06-09 Thread Juan Pablo Gardella
Compile shared classes is not an error, but test classes yes. 2011/6/9 Eric Clayberg clayb...@google.com If you need help with this issue, please submit a bug report with a complete test case (project) that illustrates the problem. On Jun 8, 7:26 pm, Aldo Neto tumo...@gmail.com wrote: Hi,

Re: Re: Redirect to place

2011-06-09 Thread Juan Pablo Gardella
Thanks Jens!!! It works!!! I'll open an issue Juan 2011/6/9 Jens jens.nehlme...@gmail.com Seems like an event handling problem. Maybe this problem is by design as you fire a PlaceChangeEvent while the first one is still dispatched by the eventbus or its just a bug. So maybe you can create an

Re: Null Version

2011-06-09 Thread Juan Pablo Gardella
What implementation of JPA are you use? 2011/6/9 Pavel Byles pavelby...@gmail.com anyone? On Wed, Jun 8, 2011 at 10:46 PM, Pavel Byles pavelby...@gmail.com wrote: I'm getting the following error when I'm using requestfactory with locators: The persisted entity with id 152 has a null

Re: Null Version

2011-06-09 Thread Juan Pablo Gardella
Hibernate? 2011/6/9 Pavel Byles pavelby...@gmail.com 3.0-1.1.1 On Thu, Jun 9, 2011 at 8:56 PM, Juan Pablo Gardella gardellajuanpa...@gmail.com wrote: What implementation of JPA are you use? 2011/6/9 Pavel Byles pavelby...@gmail.com anyone? On Wed, Jun 8, 2011 at 10:46 PM, Pavel

Re: GWT and Maven

2011-06-08 Thread Juan Pablo Gardella
See the pom.xml in this samplehttps://bitbucket.org/gardellajuanpablo/gwt-sample/wiki/Home . Juan 2011/6/8 SrArcos srar...@gmail.com Hello all, I am trying to compile a GWT proyect with Maven but I am not able to package the proyect into a war file. I'm with this for two weeks and I'm going

Re: Wrapping th/ element as Widget and adding click event

2011-06-08 Thread Juan Pablo Gardella
CellTable don't work for you? See this question http://stackoverflow.com/questions/3262160/gwt-2-1-celltable-column-header-click-eventsin stackoverflow. Juan 2011/6/8 julio antongiuli...@gmail.com I need adding a click event to th (in a table with UIBinder context). Is it possible? Have I to

Re: Getting error GWT 2.3 and gwt-maven-plugin 2.2

2011-06-08 Thread Juan Pablo Gardella
I suppose isn't compatible with GWT = 2.2. 2011/6/8 Rajesh Waran rajeshwaran...@gmail.com Hi, getting the following error Loading inherited module 'com.google.gwt.canvas.dom.DOM' [INFO] Loading inherited module 'com.google.gwt.dom.DOM' [INFO] Loading inherited module

Redirect to place

2011-06-08 Thread Juan Pablo Gardella
Hi folks, I have a problem with places. For example I have the URL http://mysite/myapp#editrecordd:10; and I want with this URLgo to place EditRecordPlace (OK!), but if I have this URL http://mysite/myapp#editrecordd:10asiuo; (the id can't cast to a number) I want to go to another place, for

Re: Example with EventBus/MVP

2011-06-07 Thread Juan Pablo Gardella
See this threadhttp://groups.google.com/group/google-web-toolkit/browse_thread/thread/4e7cf6d7a17d01aa and you can see this samplehttps://bitbucket.org/gardellajuanpablo/gwt-sample/wiki/Home Juan 2011/6/6 joel jtrun...@gmail.com Where is a good example, something more than Hello World that

Re: Huge data slowing down Celltable

2011-06-07 Thread Juan Pablo Gardella
Wow ! how many rows!!! In IE is very slow. Very rarely requirement, is better to generate an excel file. I think with GWT at now is impossible to do fast. I think you must generate a html file in server side and then displayed. Juan 2011/6/7 Leela rcleel...@gmail.com Hi, I'm using GWT 2.2.

Re: Request cancel

2011-06-07 Thread Juan Pablo Gardella
Use timers to close connections, or better use a pool and forget to close connections. 2011/6/7 jeroni jer...@gmail.com Can the Request.cancel() from the client-side be caught on the server side? I've got a database connection from a pool that must be freed before cancelling the request.

Re: Referenced Projects for GWT

2011-06-07 Thread Juan Pablo Gardella
I suppose you want use in client side this classes. You must modularizate your jar. See in the gwt-user.jar how you can do this. See in GWT tutorialhttp://code.google.com/intl/es-ES/webtoolkit/doc/latest/DevGuideOrganizingProjects.html#DevGuideModuleXml for more information. When you modularizate

Re: Eample for MVP+EventBus+Presenter+Activity

2011-06-06 Thread Juan Pablo Gardella
You can see this sample https://bitbucket.org/gardellajuanpablo/gwt-sample/wiki/Home https://bitbucket.org/gardellajuanpablo/gwt-sample/wiki/HomeJuan 2011/6/6 Harry X qxie...@hotmail.com Hello, I am new to GWT and need some examples to help understand it. Reading though some posts and

Re: Eample for MVP+EventBus+Presenter+Activity

2011-06-06 Thread Juan Pablo Gardella
I will translate the code to English to simplify. Regards, Juan 2011/6/6 Deanna Bonds deanna.bo...@gmail.com I was going through the same thing. I ended up going back and rewatching the Ray Ryan architecture videos from 2009 and 2010 again, but this time drawing down all the diagrams, but

Re: Announce: gwt-voices 2.1.0 released -- sound for your apps

2011-06-03 Thread Juan Pablo Gardella
Thanks Fred!! 2011/6/3 Alain Ekambi jazzmatad...@googlemail.com Great Job Fred. Keep it up. Alain 2011/6/3 Fred Sauer fre...@google.com There's a new version of gwt-voices ready for downloadhttp://code.google.com/p/gwt-voices/wiki/GettingStarted. I'd love to get your feedback on

Re: get Session values in client side

2011-06-02 Thread Juan Pablo Gardella
Make a service that provide this data and access via GWT-RPC for example. 2011/6/1 Rama Krishna ramakrishna...@gmail.com Hi I have to access the server side session values in GWT. plz suggest me How can I access? Thanks.. -- You received this message because you are subscribed to the

Re: Massive increase in compile time with GWT 2.3

2011-06-02 Thread Juan Pablo Gardella
Because GWT 2.3.0 include support to IE9, so you have another permutation. Juan 2011/6/2 Twentyseven ebarthel...@gmail.com Hello, In fact I have exactly the same problem than Dennis. We migrate our application from GWT 2.0 to 2.3 and th ecompilation time has increased about 40%. My

Re: Reflection Class Generator

2011-06-02 Thread Juan Pablo Gardella
+1 to share :) 2011/6/2 Nagin Kothari naginkoth...@gmail.com I am very interessed on it. May you send the project to do a look to the code? regards Nagin Kothari On Wed, Jun 1, 2011 at 8:10 PM, Honza Rames rame...@gmail.com wrote: Hi, from what I can tell GWT doesn't support reflection

Re: 500 non-HTTP request or response in Equinox

2011-06-02 Thread Juan Pablo Gardella
Are you package servlet-api jar in your war? 2011/6/2 Jose Luis Hernandez jose.hernande...@gmail.com Hello! I am deploying a GWT application on Equinox! I have developed a Spring framework (Spring Dynamic Modules) in Equinox to run bundles. Well, when I run GWT application I get first html

Re: 500 non-HTTP request or response in Equinox

2011-06-02 Thread Juan Pablo Gardella
Remove servlet-api and test. I suppose Equinox have this jar. 2011/6/2 Jose Luis Hernandez jose.hernande...@gmail.com Yes! I have created another custom bundle which includes servlet-api library. After that, I import the bundle in my war. On Jun 2, 4:54 pm, Juan Pablo Gardella

Re: Eclipse plugin

2011-06-02 Thread Juan Pablo Gardella
Is a java.lang.OutOfMemoryError: *PermGen space *error. Increase PermGen spacehttp://www.brokenbuild.com/blog/2006/08/04/java-jvm-gc-permgen-and-memory-options/ . 2011/6/2 Daniel Mauricio Patino León ceo.lion@gmail.com Hello there, iam developing whit gwt and gwt plug in for ecplise and

Re: combine GWT application from several modules coming from JARs or OSGI bundles

2011-06-02 Thread Juan Pablo Gardella
+1 to who know a manner to resolve this 2011/6/2 Alexey Skor als...@gmail.com I need a web UI with pages like Info, Support, etc. That's easy. In addition, I have some plugins with their own editors, which need to be shown in the same web UI. It's something similar to Extensions page shown

Re: SimpleMaps Tutorial (Google Maps)

2011-06-01 Thread Juan Pablo Gardella
Is gwt-maps.jar 1.1.0 compatible with gwt = 2.2.0. See this threadhttp://tinyurl.com/3s85a3l http://tinyurl.com/3s85a3lJuan 2011/6/1 spartanwil...@yahoo.com spartanwil...@yahoo.com Hi y'all, I have been trying to use the simplemaps tutorial from

Re: how do i add a tooltip to a column header in a celltable ?

2011-05-31 Thread Juan Pablo Gardella
For example in your column. 2011/5/31 Celinio cel...@gmail.com thanks for your answer. I had already explored that onBrowserEvent(...) possibility. Where do i add that OnBrowserEvent(...) method to exactly ? On Tue, May 31, 2011 at 2:31 AM, Juan Pablo Gardella gardellajuanpa

Re: Best Practise: Database Java Backend

2011-05-31 Thread Juan Pablo Gardella
See this samplehttps://bitbucket.org/gardellajuanpablo/gwt-sample/wiki/Home. There the database is generate and populated at runtime. Util to prototype. 2011/5/31 Paul Robinson ukcue...@gmail.com Or you could use Hibernate to generate your database schema from your object model. On 31/05/11

Re: gwt servlet thread, timer,reload

2011-05-30 Thread Juan Pablo Gardella
See Quartz http://www.quartz-scheduler.org/ 2011/5/30 ArnoNyhm etechniker@googlemail.com Hi, my gwt servlet loads data from a database, handle it and store it in an embedded apche derby database. what i want is, that this process is repeated every 45min automatically. i don´t know how

Re: calling non-GWT RPC Server

2011-05-30 Thread Juan Pablo Gardella
See http://code.google.com/intl/es-ES/webtoolkit/doc/latest/tutorial/clientserver.html Then: is it possible to have a GWT application make RPC calls to a RPC server that has been developed independent from GWT? Yes. If the application is in another server, see:

Re: Open SVG file in another browser tab or save locally

2011-05-30 Thread Juan Pablo Gardella
See this thread http://tinyurl.com/4hx7gd3, perhaps is util to you. Juan 2011/5/29 Lars Ruoff lars.ru...@gmail.com Hi, I'm new to GWT development. I have coded a small flag generator application, which can be seen here in its early stage: http://flag-designer.appspot.com/ It makes use of

Re: Using custom LocalMessages apart from Locales

2011-05-30 Thread Juan Pablo Gardella
Perhaps with maven filtershttp://maven.apache.org/guides/getting-started/index.html#How_do_I_filter_resource_files. You can replace properties in process-resources before compilation. Do you need at runtime? 2011/5/30 elbartus xelbart...@googlemail.com Hi, we're are having problems to

Re: how do i add a tooltip to a column header in a celltable ?

2011-05-30 Thread Juan Pablo Gardella
You must do a event handler (overwrite onBrowserEvent2), CellTable in gwt 2.3.0 doesn't support events. See this example: @Override protected void onBrowserEvent2(Event event) { super.onBrowserEvent2(event); String eventType = event.getType(); boolean isMouseover = mouseover.equals(eventType);

Re: Gwt Compilation

2011-05-30 Thread Juan Pablo Gardella
Hi, 1.I need to compile my code everytime I make any changes in my code to run on the local host.Is there any solution regarding this. mm I don't use GAE. 2.I am using MVP pattern to design the apps.And I would like to get the menu bar of my application on all the views .I can dothis using UI

Re: Delete Annotatona in client side

2011-05-29 Thread Juan Pablo Gardella
and wanted to know if the gwt itself provides amechanism to fix. According to Damien seems so, but I fail to understand, to see if it gives an example. Thanks anyway for answering. 2011/5/28 Juan Pablo Gardella gardellajuanpa...@gmail.com I use JPA annotation without problem since GWT 2.0

Re: Delete Annotatona in client side

2011-05-28 Thread Juan Pablo Gardella
I use JPA annotation without problem since GWT 2.0. What version of GWT are you using? 2011/5/28 Adolfo Panizo Touzon adolfo.pan...@gmail.com If I have a POJO class with JPA annotations (for example), anyone know how to remove the annotations to instantiate an object on the client side??

Re: GWT Session/login

2011-05-27 Thread Juan Pablo Gardella
a session and a user id. Do you think that Spring is suitable for that situation? Thanks Juan! 2011/5/26 Juan Pablo Gardella gardellajuanpa...@gmail.com Use a framework to manage security concern, for example Spring Security. This framework use HttpSession for example 2011/5/26 Renato Beserra

Re: GWT Session/login

2011-05-27 Thread Juan Pablo Gardella
Juan Pablo Gardella gardellajuanpa...@gmail.com Yes is easy and powerfull. I'll make a sample and share to you. 2011/5/27 Renato Beserra renatobese...@gmail.com Do you know if the integration is easy? I searched the web and found some examples but they seem complex. Basically, i need to check

A gwt-sample. Integrate Spring, JPA2.

2011-05-27 Thread Juan Pablo Gardella
Hi folks, I wanna contribute to the communitiy with a little sample. I put in https://bitbucket.org/gardellajuanpablo/gwt-sample/wiki/Home Features: - JPA 2. - gin. - gwt-dispatch. Handlers are spring managed beans. - jsr-330 in client and server side. - Spring. - Spring

Re: GWT Session/login

2011-05-26 Thread Juan Pablo Gardella
Use a framework to manage security concern, for example Spring Security. This framework use HttpSession for example 2011/5/26 Renato Beserra renatobese...@gmail.com Hey guys, I am developing a GWT application that requires login and I am using GWT RPC. I implemented a simple login/session

Re: eclipse GWT plugin jetty server problem

2011-05-26 Thread Juan Pablo Gardella
The error java.net.BindException: Address already in use indicate that you have a process that are listening in this port. 2011/5/26 othman othmanelmou...@gmail.com Hi, i keep having an issue with GWT eclipse (helios) plugin in Linux box (opensuse 11.4). sometimes if i stop the dev mode

Re: [gwt-contrib] Activities Places

2011-05-26 Thread Juan Pablo Gardella
Thanks!! 2011/5/25 A. Stevko andy.ste...@gmail.com Thanks. I like it. It makes clearer some of the relationships. On Wed, May 25, 2011 at 11:43 AM, danieldietrich cafeb...@googlemail.comwrote: Hi, I've drawn an informal map about Activities Places - perhaps it is helpful for

Re: Help - Trying to make XWT application

2011-05-24 Thread Juan Pablo Gardella
What is XWT? 2011/5/23 Eric erics...@gmail.com I did the following steps 1) Install Java 2) Install Eclipse 3) Install WindowBuilder, SWT Designer 4) File-New-Project-WindowBuilder\SWT Designer\SWT/JFace Java Project 5) Ctrl-N-SWT Designer\XWT\XWT Application Now I see my project, I can

Re: RPC calls with GWT, Eclipse and SQL server

2011-05-22 Thread Juan Pablo Gardella
Acces denied is permission error. Are you sure that the user have permission on the database? 2011/5/21 Carlos69 jcneo2...@gmail.com Hey, I have been trying to find a solution to this problem. I am developing a web app in GWT using Eclipse Helios but when trying to connect to the SQL

Re: send gwt-user.jar with validation projects

2011-05-22 Thread Juan Pablo Gardella
Paste stacktrace if you want better help 2011/5/22 apanizo adolfo.pan...@gmail.com Someone could send a compilation of gwt-user to include all validation projects? (i.e org.hibernate.Validator) I'm working with this api and I am not able to compile the project in eclipse (problems with

Re: Issue in method anonymous class in GWT

2011-05-20 Thread Juan Pablo Gardella
DataListModel.setRecords()); } i get setRecords() output after model() executes completely. but in my project, i have to run anonymous class SetRecords() while model() executes..hope u understand my problem Juan.plss reply me as soon as possible Juan On May 17, 5:16 am, Juan Pablo

Re: run via cmd

2011-05-20 Thread Juan Pablo Gardella
http://mojo.codehaus.org/gwt-maven-plugin/user-guide/hosted.html 2011/5/20 Carlos hbazz...@gmail.com now as i have finished creating the .war file am passing an argument via command line to initialize the enviroment variable which represents the path to the configuration file but i have a

Re: Prototypical implementation of Desktop Notifications

2011-05-20 Thread Juan Pablo Gardella
Thanks for share it!! I will test 2011/5/20 Max Jonas Werner m...@maxwerner.de Hi, (this is a re-post of my original posting to the GWT Contributors list. Due to suspected lack of interest there I post it here now) I'm a huge fan of Web Notifications (or Desktop Notifications as called by

<    2   3   4   5   6   7   8   9   10   >