Re: GWT-apps and OAuth 2.0

2021-03-03 Thread Luca Morettoni
is there a maven package with that patch or you have included directly the source code? Thanks! > On 3 Mar 2021, at 13:42, Michael Conrad wrote: > > Yes. > > I had to apply a fix to the code for inter-window communications. > -- Luca Morettoni | http://www.

Re: GWT-apps and OAuth 2.0

2021-03-03 Thread Luca Morettoni
e/AudioQualityVote>. > > The version of gwt-oauth2 I'm using is at: > https://github.com/CherokeeLanguage/gwt-oauth2 > <https://github.com/CherokeeLanguage/gwt-oauth2> -- Luca Morettoni | http://www.morettoni.net http://it.linkedin.com/in/morettoni/ | http://twitter.com/morettoni --

GWT-apps and OAuth 2.0

2021-03-02 Thread Luca Morettoni
eciate it a lot! Thanks in advance to all! -- Luca Morettoni | http://www.morettoni.net http://it.linkedin.com/in/morettoni/ | http://twitter.com/morettoni -- You received this message because you are subscribed to the Google Groups "GWT Users" group. To unsubscribe from thi

Re: Updated GXT for GWT 2.9.0 and Java 11

2021-02-25 Thread Luca Morettoni
setup. Will > report back once we have though. FWIW - we've been building and running under > GWT 2.9.0 fine with the previous 4.0 version, so I'm not really expecting any > issues from that side of things. > > -- Luca Morettoni | http://www.morettoni.net http://it.linkedin

Re: dn-components new GWT UI library

2019-12-27 Thread luca . masini
Hi Nikola, really nice work. But the pricing model stop me from go ahed, infact nowaday my company works with a lot of open source frameworks and buy support. We want to try, may be write an entire project with the new tech and if everything works fine and goes in production then we buy

Re: Security Vulnerability Detected in GWT Library

2019-04-10 Thread luca . masini
gwt-dev is only used during maven build or at least for the code server running on my workstation, this is not necessary. May be gwt-servlet for old legacy apps thet still use GWT-RPC, but most now use REST service and REST clients. Anyway thanks for your suggestions. Have a nice day Il

Re: Compilation issue on GWT 2.8.2 (modular maven project)

2018-11-13 Thread Luca Morettoni
will try to remove it with the real project to see if then passes all the tests! Thanks for the help!!! -- Luca Morettoni | http://www.morettoni.net http://it.linkedin.com/in/morettoni/ | http://twitter.com/morettoni -- You received this message because you are subscribed to the Google Groups

Re: Compilation issue on GWT 2.8.2 (modular maven project)

2018-11-12 Thread Luca Morettoni
> On 12 Nov 2018, at 23:14, Freddy Boucher wrote: > > Juste remove > > provided > > to fix SDM. no, I tried this solution but it does not fix the problem... -- Luca Morettoni | http://www.morettoni.net http://it.linkedin.com/in/morettoni/ | http://twitter.com/morett

Compilation issue on GWT 2.8.2 (modular maven project)

2018-11-12 Thread Luca Morettoni
in 'file:/Users/luca/tmp/gwt/test/test-shared/src/main/java/net/morettoni/GreetingResponse.java'[INFO]          [ERROR] Line 22: XmlTransient cannot be resolved to a type[INFO]          [ERROR] Line 4: The import javax.xml.bind cannot be resolved[INFO]          [ERROR] Line 8: XmlRootElement cannot

Re: Different code-server port with gwt-maven-plugin

2017-08-10 Thread Luca Morettoni
verPort1234. I totally missed that section in the manual, thanks! -- Luca Morettoni <luca(AT)morettoni.net> | http://www.morettoni.net http://it.linkedin.com/in/morettoni/ | http://twitter.com/morettoni -- You received this message because you are subscribed to the Google Groups "GWT Use

Different code-server port with gwt-maven-plugin

2017-08-09 Thread Luca Morettoni
than the default one (9876) with that maven plugin. Any idea or hint? Looking the documentation there isn’t any option to do that: https://tbroyer.github.io/gwt-maven-plugin/codeserver-mojo.html <https://tbroyer.github.io/gwt-maven-plugin/codeserver-mojo.html> Thanks in advance! -

Re: best practices for modular GWT app

2016-10-13 Thread Luca Morettoni
lugin, but I think is a “clear” way to add extra modules to the project, I’m right? -- Luca Morettoni <luca(AT)morettoni.net> | http://www.morettoni.net http://it.linkedin.com/in/morettoni/ | http://twitter.com/morettoni -- You received this message because you are subscribed to the Google G

Re: best practices for modular GWT app

2016-10-12 Thread Luca Morettoni
> On 12 Oct 2016, at 10:29, Luca Morettoni <l...@morettoni.net> wrote: > > Hi all, currently my application is using a single module for the GWT code, > but I’d like to split it in some submodules to better organize the code. > Everything is under maven and I organised th

Re: best practices for modular GWT app

2016-10-12 Thread Luca Morettoni
e the code if I will so some changes in the submodules; that was related to the gwt-maven-plugin I used in my project. -- Luca Morettoni <luca(AT)morettoni.net> | http://www.morettoni.net http://it.linkedin.com/in/morettoni/ | http://twitter.com/morettoni -- You received this message because yo

Re: best practices for modular GWT app

2016-10-12 Thread Luca Morettoni
> On 12 Oct 2016, at 10:29, Luca Morettoni <l...@morettoni.net> wrote: > > Hi all, currently my application is using a single module for the GWT code, > but I’d like to split it in some submodules to better organize the code. > Everything is under maven and I organised th

best practices for modular GWT app

2016-10-12 Thread Luca Morettoni
and there I will split the GWT code in different submodules? Thanks for any hints! [1]https://github.com/tbroyer/gwt-maven-archetypes -- Luca Morettoni <luca(AT)morettoni.net> | http://www.morettoni.net http://it.linkedin.com/in/morettoni/ | http://twitter.com/morettoni -- You re

Re: Using different .gwt.xml in super-dev-mode

2016-05-02 Thread Luca Morettoni
et when in SDM > (works in 2.7 and 2.6): > > > > thanks, that solution is perfect! Another question: where I can find a list of this “properties”? -- Luca Morettoni <luca(AT)morettoni.net> | http://www.morettoni.net http://it.linkedin.com/in/morettoni/ | http://twitter.

Using different .gwt.xml in super-dev-mode

2016-05-02 Thread Luca Morettoni
! -- Luca Morettoni <luca(AT)morettoni.net> | http://www.morettoni.net http://it.linkedin.com/in/morettoni/ | http://twitter.com/morettoni -- You received this message because you are subscribed to the Google Groups "GWT Users" group. To unsubscribe from this group and stop

User interface, which one?!?

2016-01-18 Thread Luca Morettoni
/gwtbootstrap3/issues/281 [2]https://github.com/gwtquery/gwtquery -- Luca Morettoni <luca(AT)morettoni.net> | http://www.morettoni.net http://it.linkedin.com/in/morettoni/ | http://twitter.com/morettoni -- You received this message because you are subscribed to the Google Groups "GWT U

Re: User interface, which one?!?

2016-01-18 Thread Luca Morettoni
and long nights spent for nothing! :) -- Luca Morettoni <luca(AT)morettoni.net> | http://www.morettoni.net http://it.linkedin.com/in/morettoni/ | http://twitter.com/morettoni -- You received this message because you are subscribed to the Google Groups "GWT Users" group. To unsubscri

Re: two widgets communication

2015-10-02 Thread Luca Morettoni
e a good start: http://www.gwtproject.org/articles/mvp-architecture.html -- Luca Morettoni <luca(AT)morettoni.net> | http://www.morettoni.net http://it.linkedin.com/in/morettoni/ | http://twitter.com/morettoni Google+ profile: https://www.google.com/+LucaMorettoni Member of GDG Perugia: http:/

Re: (modern) chart system for GWT

2015-09-28 Thread Luca Morettoni
to have the chart rendered... -- Luca Morettoni <luca(AT)morettoni.net> | http://www.morettoni.net http://it.linkedin.com/in/morettoni/ | http://twitter.com/morettoni Google+ profile: https://www.google.com/+LucaMorettoni Member of GDG Perugia: http://perugia.gtugs.org -- You received

Re: GWT Plugin Problem

2015-08-21 Thread Luca Morettoni
On Fri, Aug 21, 2015 at 7:54 AM, Vivekanand Bhatt vivekanandbha...@gmail.com wrote: Hi, After installing gwt plugin in chrome it is still showing install missing plugin. Why?? because it is obsolete, please follow this article: http://www.gwtproject.org/articles/superdevmode.html -- Luca

(modern) chart system for GWT

2015-08-18 Thread Luca Morettoni
://www.moxiegroup.com/moxieapps/gwt-highcharts/ [3]https://github.com/nmorel/gflot [4]https://github.com/gwtd3/gwt-d3 -- Luca Morettoni luca(AT)morettoni.net | http://www.morettoni.net http://it.linkedin.com/in/morettoni/ | http://twitter.com/morettoni Google+ profile: https://www.google.com/+LucaMorettoni

Re: GWT Material Design

2015-03-30 Thread Luca Morettoni
inside GWT Applications. Looks great! There is any plan to have it in Maven? -- Luca Morettoni luca(AT)morettoni.net | http://www.morettoni.net http://it.linkedin.com/in/morettoni/ | http://twitter.com/morettoni Google+ profile: https://www.google.com/+LucaMorettoni Member of GDG Perugia: http

Re: GWT on iSeries

2014-11-21 Thread Luca Tozzi
martedì 18 novembre 2014 19:27:13 UTC+1, Terry Birch ha scritto: Hi Luca, We have been running GWT apps on the iSeries/Power 6 for several years in Websphere. I have found it similar to running in Tomcat or other web server, Did you have specific questions related to running on the i? Terry

Re: GWT 2.7.0 is here

2014-11-20 Thread Luca Morettoni
...@googlegroups.com. To post to this group, send email to google-web-toolkit@googlegroups.com. Visit this group at http://groups.google.com/group/google-web-toolkit. For more options, visit https://groups.google.com/d/optout. -- Luca Morettoni luca(AT)morettoni.net | http://www.morettoni.net http

Re: GWT 2.7.0 is here

2014-11-20 Thread Luca
Waiting for Maven Central.. Il giorno giovedì 20 novembre 2014 11:59:06 UTC+1, Daniel Kurka ha scritto: Today we are excited to announce the GWT 2.7.0 release. Thanks to everyone who contributed to this release, especially our non-Google open source contributors. One major feature of

Re: GWT 2.7.0 is here

2014-11-20 Thread Luca
Now it's there, when I tried Maven build failed. Thank you, now I want to test all my projects :) Il giorno giovedì 20 novembre 2014 13:40:39 UTC+1, Jens ha scritto: Waiting for Maven Central.. https://repo1.maven.org/maven2/com/google/gwt/gwt-user/2.7.0/ Maven search website just

GWT on iSeries

2014-11-18 Thread Luca Tozzi
Anyone have experience on use GWT on WebSphere for iSeries? I need skills, about it, for analyze and develop an important business project. TNKS, Luca -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To unsubscribe from this group

How to pass a function to a method defined with JsInterop

2014-10-26 Thread Luca
Hi all, I'm using GWT 2.7.0-beta and I'm experimenting an integration with some existing JavaScript. I wrote a wrapper: @JsType public interface ExistingJavaScriptObject { ExistingJavaScriptObject function(String param, Object callback); } It's the same pattern used in many JS Frameworks

Logging properties and classes

2014-09-30 Thread Luca
I tried to recompile a current project upgrading my dependencies from 2.6.1 to 2.7.0-SNAPSHOT, but I had a lot of problem due to missing properties and classes regarding the GWT logging subsystem. It's a problem of the SNAPSHOT or we need to rework the logging ? What about external libraries

Re: Logging properties and classes

2014-09-30 Thread Luca
Well, not really a bit... Being a 2.x I would expect not to have API compatibility broken, and also if is not really a problem for my own code (some hours of work), I use some external framework that I don't control. I think I cannot upgrade. Il giorno martedì 30 settembre 2014 11:18:30

Re: Logging properties and classes

2014-09-30 Thread Luca
think that removing FirebugLogHandler and NullLoggingPopup should be a problem for anyone, hardly anyone used that. Can you post exact error output here? On Tuesday, September 30, 2014 1:28:12 PM UTC+4, Luca wrote: Well, not really a bit... Being a 2.x I would expect not to have API

Re: Logging properties and classes

2014-09-30 Thread Luca
experience in gwt 2.7.0-snapshot? Would you mind posting an issue to https://code.google.com/p/google-web-toolkit/issues/list ? On Tuesday, September 30, 2014 2:11:18 PM UTC+4, Luca wrote: Sure, updated snapshots and mvn install: [INFO] --- gwt-maven-plugin:2.7.0-SNAPSHOT:compile (default

Re: Logging properties and classes

2014-09-30 Thread Luca
/ define-property name=gwt.logging.firebugHandler values=ENABLED, DISABLED / 2.) Creat a com.google.gwt.logging.client package and the FirebugLogHandler class that was removed in 2.7.0 On Tuesday, September 30, 2014 10:58:40 AM UTC+2, Luca wrote: I tried to recompile a current project

Re: gwt-maven-plugin 2.7.0-SNAPSHOT

2014-09-23 Thread Luca
I can't find Maven dependencies. Here https://oss.sonatype.org/content/repositories/google-snapshots/com/google/gwt/gwt-user/2.7.0-SNAPSHOT/ No jars or poms. What am I missing ? Il giorno martedì 16 settembre 2014 11:27:09 UTC+2, Thomas Broyer ha scritto: Fixed in master, and new snapshot

Re: GWT 2.6 RC1 DevMode log4j fail?

2014-06-12 Thread Luca Morettoni
On Sat, May 31, 2014 at 1:34 AM, Thomas Broyer t.bro...@gmail.com wrote: The link you just quoted above: https://github.com/tbroyer/gwt-maven-archetypes ;-) I'm too old to this job!!! Thanks! Fantastic example! -- Luca Morettoni luca(AT)morettoni.net | http://www.morettoni.net http

Re: GWT 2.6 RC1 DevMode log4j fail?

2014-05-30 Thread Luca Morettoni
on the client-side, do you know if there are any other example/best practices for client/server code splitting? [1]http://mojo.codehaus.org/gwt-maven-plugin/user-guide/multiproject.html -- Luca Morettoni luca(AT)morettoni.net | http://www.morettoni.net http://it.linkedin.com/in/morettoni/ | http

GWT : exception when running incoming RPC call on EclipseLink

2013-08-27 Thread luca ardizzoni
I'm writing a project with Eclipse using EclipseLink ,hsqldb and GWT . When I try a do a RPC I always get stuck on this exception : SEVERE: javax.servlet.ServletContext log: Exception while dispatching incoming RPC call com.google.gwt.user.server.rpc.UnexpectedException: Service method

Barely clickable sorting labels in DataGrid

2013-06-25 Thread Luca Bellucci
I was experiencing a problem with the DataGrid component, and I noticed it happens in the Showcase as well, so I think it's general. I'm referring to this page: http://gwt.googleusercontent.com/samples/Showcase/Showcase.html#!CwDataGrid If you try sorting by column, you can see this problem

Re: Compiling for IE8

2013-01-30 Thread Luca Morettoni
:59:29 AM UTC+1, Luca Morettoni wrote: On Thu, Jan 17, 2013 at 9:08 AM, Thomas Broyer t.br...@gmail.com wrote: I've got a fairly complex RIA application involving GWT 2.5 and GXT 3.0.1, and I noticed that changing compiler flags (like optimization level) doesn't improve (and even degrades

Re: Compiling for IE8

2013-01-29 Thread Luca Morettoni
, and the error is: Message: Exception thrown and not caught Line: 4239 Char: 150 Code: 0 any idea/hint? I can't debug directly into the customer browser... :( -- Luca Morettoni luca(AT)morettoni.net | http://www.morettoni.net gtalk/msn: luca(AT)morettoni.net | http://twitter.com/morettoni Google

Re: Chrome 24 and GWT

2013-01-25 Thread Alex-Dan Luca
Google fixed it and pushed an update to all Chrome users. See here for more info: http://code.google.com/p/chromium/issues/detail?id=158910 On Jan 25, 2013 8:51 PM, Simon K feeney.m...@gmail.com wrote: I can't reproduce it on Chrome 24.0.1312.56 m either. Is there a particular commit in

Re: Chrome 24 and GWT

2013-01-16 Thread Alex-Dan Luca
I see that everyone goes with the easy fix in GWT XML file. What I think is best to be done is to take these two files: https://code.google.com/p/google-web-toolkit/source/detail?spec=svn10989r=10989 . Make sure you keep the package names as the classes that these extend are only visible in

Re: [gwt-contrib] “GWT no longer supports ChromeFrame. The implementation caused more bugs than it solved.”

2013-01-16 Thread Alex-Dan Luca
Sorry to say this, but it's still there. https://developers.google.com/web-toolkit/release-notes#Release_Notes_Current Can you remove it? *GWT no longer supports ChromeFrame. The implementation caused more bugs than it solved.* On Monday, October 29, 2012 10:02:44 PM UTC+2, unnurg wrote:

Re: performance problem on andorid using phonegap

2012-10-29 Thread Luca
Andrea to help you more information are needed. Can you show how do you attach event, create widgets and populate the DOM ?? Thank you. Il giorno lunedì 29 ottobre 2012 11:07:13 UTC+1, andrea casati ha scritto: hi all guys! i develop a very small application to test gwt the first time..so

Re: How to format properties file for Messages and @Select

2012-03-12 Thread Filippo De Luca
compile your project you should have default properties file created for you. Thanks, Kris On Friday, March 9, 2012 3:16:54 PM UTC, Filippo De Luca wrote: Hi, I have wrote an interface containing this method: String errorRemovingWidget(@Select Type type); Type is an enum

How to format properties file for Messages and @Select

2012-03-09 Thread Filippo De Luca
Hi, I have wrote an interface containing this method: String errorRemovingWidget(@Select Type type); Type is an enum. The properties file contains: errorRemovingWidget=Could not remove widget from dashboard errorRemovingWidget[A]=Could not remove an A from dashboard errorRemovingWidget[B]=Could

Re: GWT Spring

2012-03-09 Thread Filippo De Luca
Usually I implement the Service interface in a Spring bean, and I write the RemoteServlet implementation delegating all method to the Spring bean. Because the servlet is outside Spring transactional demarcation. You an also use threadlocal to pass request and response to the Spring bean (as

Re: Gwt Scheduler / TimeLine / Gantt charts

2012-01-05 Thread Luca Tozzi
have you tried it? what do you think about? -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/VUDZazQ8afEJ. To post to this group, send email to

Re: Service return type best paratice

2011-12-09 Thread Filippo De Luca
Thank you very much Paul for the explanation. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/GlUX2pBhNgsJ. To post to this group, send email to

Service return type best paratice

2011-12-08 Thread Filippo De Luca
Hi to all, I have a doubt about the best return type of a RPC service: shortly is better to return an interface or the implementation object? (Set or HashSet?) I think is better use the implementing class due to the fast serialization or permutation, am I wrong? -- You received this message

Re: Is the session needed?

2011-11-16 Thread Filippo De Luca
Thank you to both, I looked deeply into the code. My application use the session to store login data and other stuffs. I am going to remove the session dependency step by step. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this

Is the session needed?

2011-11-11 Thread Filippo De Luca
Hi all, I'm working on a GWT 2.3 app. I notice app uses the session to store login info and other stuff. There is a callback intercept the expired session and handle it. My question is: is in a GWT based app the session still needed? can I have a stateless server? thank you. -- You received

Re: GWT Developer Plugin for Firefox 8

2011-11-10 Thread Luca Morettoni
! -- Luca Morettoni luca(AT)morettoni.net | http://www.morettoni.net gtalk/msn: luca(AT)morettoni.net | http://twitter.com/morettoni jugUmbria founder: https://jugUmbria.dev.java.net/ | skype: luca.morettoni Member of Python User Group Perugia: http://www.pypg.org/ -- You received this message because you

HTTP ERROR 404

2011-11-06 Thread luca finocchio
Hi, I'm trying to make an application gwt for my thesis but but I have this error. HTTP ERROR 404 problem accessing /arnaldo/FIndirizzo. this is my web.xml ?xml version=1.0 encoding=UTF-8? web-app xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance;

Re: Problems with my first application

2011-08-04 Thread Luca Meloni
I have two servlets in my project: - The login servlet tooks the username and the password, checks if user data is correct and eventually returns the name of the related database; - The debug servlet for now can only output a string. In MainEntryPoint I call the login servlet before the debug

Re: Problems with my first application

2011-08-04 Thread Luca Meloni
I have two servlets in my project: - The login servlet tooks the username and the password, checks if user data is correct and eventually returns the name of the related database; - The debug servlet for now can only output a string. In MainEntryPoint I call the login servlet before the debug

Re: Problems with my first application

2011-08-04 Thread Luca Meloni
in the specification, so is the serlvet container decide, unpredictable). Juan 2011/8/4 Luca Meloni lmelon...@gmail.com I have two servlets in my project:  - The login servlet tooks the username and the password, checks if user data is correct and eventually returns the name of the related

Re: Problems with my first application

2011-08-04 Thread Luca Meloni
);   }  private void login(HttpServletRequest req) {     // If is a POST login.     if (POST.equals(req.getMethod())) {       validateData(req);     }   } In validate data check info and create/invalidate session. Hope helps. 2011/8/4 Luca Meloni lmelon...@gmail.com OK I read

Re: R: Specifying cell width in cellTable

2011-06-30 Thread Luca
It seems GWT 2.3 CellTable creates this DOM structure ... thead ... /thead colgroup col width=... ... /colgroup tbody ... /tbody ... and sets width in each col element... Try to do the same in your view code. (GwtQuery may be useful.) Cheers, Luca 2011/6/30 Issam boualem.is

TabLayoutPanel inside TabLayoutPanel (IE problem?)

2011-05-16 Thread Luca Morettoni
the layout is perfect, but in IInternet Explorer (8 9) I loose the bottom part of the inner TabLayoutPanel and the last FlexTable... Any hint to resolve this? Thanks! -- Luca Morettoni luca(AT)morettoni.net | http://www.morettoni.net gtalk/msn: luca(AT)morettoni.net | http://twitter.com/morettoni jugUmbria

Visibility event of a Composite

2011-04-18 Thread Luca Morettoni
) when the visibility changes, there is a way to do that? Sorry if I'm little out of topic... Thanks! -- Luca Morettoni luca(AT)morettoni.net | http://www.morettoni.net gtalk/msn: luca(AT)morettoni.net | http://twitter.com/morettoni jugUmbria founder: https://jugUmbria.dev.java.net/ | skype

ButtonCell on some CellTable rows

2011-04-04 Thread Luca Morettoni
); } }); table.addColumn(deleteColumn, ); thanks! -- Luca Morettoni luca(AT)morettoni.net | http://www.morettoni.net gtalk/msn: luca(AT)morettoni.net | http://twitter.com/morettoni jugUmbria founder: https://jugUmbria.dev.java.net/ | skype: luca.morettoni -- You received this message because

Re: ButtonCell on some CellTable rows

2011-04-04 Thread Luca Morettoni
2011/4/4 Luca Morettoni l...@morettoni.net: Hello list, I have a CellDataTable that display some object of my application; some of that object could be added manually by the user and other are fetched from the server; the user can delete only the ones added by hand, for this I have a column

Part III of RequestFactory article

2011-03-28 Thread Luca
Hi, on our Google Tech User group blog: http://firenze-gtug.blogspot.com/2011/03/requestfactory-framework-parte-3.html Hope can be useful for someone. Ciao. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send

Re: RequestFactory and related object persistence

2011-03-23 Thread Luca Morettoni
... -- Luca Morettoni luca(AT)morettoni.net | http://www.morettoni.net gtalk/msn: luca(AT)morettoni.net | http://twitter.com/morettoni jugUmbria founder: https://jugUmbria.dev.java.net/ | skype: luca.morettoni -- You received this message because you are subscribed to the Google Groups Google Web

Re: Article about RequestFactory (in italian)

2011-03-23 Thread Luca
Hi, if someone is interested, part II is now online: http://firenze-gtug.blogspot.com/2011/03/requestfactory-framework-parte-2.html -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to

RequestFactory and related object persistence

2011-03-22 Thread Luca Morettoni
values into B instance: editableA.getSelections().get(1).setAccepted(true); the changes are not stored into db! I try to change the persist call with: request.persist().using(editableA).with(selections).fire(...) but nothing changes :( any hints? -- Luca Morettoni luca(AT)morettoni.net | http

Article about RequestFactory in Italian

2011-03-18 Thread Luca
Hi all, in our Google Tech User Group blog we published an article about RequestFactory. This article is written in italian. Hope this can help someone. Bye. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send

Article about RequestFactory (in italian)

2011-03-18 Thread Luca
Hi all, in our Google Tech User Group blog we published an article about RequestFactory. This article is written in italian. http://firenze-gtug.blogspot.com/2011/03/requestfactory-framework-parte-1.html Hope this can help someone. Bye. -- You received this message because you are subscribed

Re: Article about RequestFactory (in italian)

2011-03-18 Thread Luca
Yes, code samples and two words about the Finite State Machine implemented into the RequestFactory servlet. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to google-web-toolkit@googlegroups.com. To

Re: FormPanel submit shows old page

2011-03-16 Thread Luca Meoni
Hi, I have resolved the my trouble. I submit FormPanel on a hidden iframe according with documentation, so I have resolved make new FormPanel(_self) and now it works. Thanks bye On 15 Mar, 16:15, Luca Meoni luck.m...@gmail.com wrote: Hi, I'm developing a web application based on GWT

FormPanel submit shows old page

2011-03-15 Thread Luca Meoni
Hi, I'm developing a web application based on GWT for client side and SpringFramework for server side. I submit a FormPanel on a SimpleFormController, the onSubmit method is called and it returns a new html but the browser shows me the old page. On start and on end jsp I have a GWT EntryPoint and

removing focus border from CellTable cells

2011-03-11 Thread Luca Morettoni
there... any hint? [1]http://code.google.com/p/google-web-toolkit/source/browse/trunk/user/src/com/google/gwt/user/cellview/client/CellTable.css -- Luca Morettoni luca(AT)morettoni.net | http://www.morettoni.net gtalk/msn: luca(AT)morettoni.net | http://twitter.com/morettoni jugUmbria founder: https

Re: removing focus border from CellTable cells

2011-03-11 Thread Luca Morettoni
2011/3/11 Luca Morettoni l...@morettoni.net: I'm using a CellTable inside a project, all works file, but when I click on a cell of the table I can see around clicked cell a light-blue border, I checked CellTable css[1] but I can't find anythings useful; I try to add this to my css: in attach

Re: ServiceLocator and entities with collection

2011-02-19 Thread Luca
Thank you very much Thomas, to summarize what you sent me I can say that only many-to-one relationship are managed, one-to-many it's up to the developer ??? -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email

Re: ServiceLocator and entities with collection

2011-02-19 Thread Luca
I got them, every collection has getter/setter, but they are not called on the server side. Where is my mistake ?? -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to google-web-toolkit@googlegroups.com.

Note: RequestFactory caches ServiceLocator and service instances, so make sure both are thread-safe.

2011-02-19 Thread Luca
Today, reading again the documentation to find a sparkle of light in implementing RequestFactory with EJBs, I read this note. Now, it's not a problem if ServiceLocator are cached, there I do a simple JNDI lookup so every time the method is called we got a new Service instance. The problem is

Problem with RequestFactory and two tier

2011-02-18 Thread Luca Masini
Hi guys, I spent some time trying to undestand why this piece of code (that I copied from the DynaTableRF) was not working for me: final RequestContext context = driver.flush(); context.fire(new ReceiverVoid() { @Override public void onSuccess(Void response) { // do something } }); No errors

Re: Problem with RequestFactory and two tier

2011-02-18 Thread Luca
Hence from my understanding of 1.2 RequestFactory can't work with multitier architectures ?? -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to google-web-toolkit@googlegroups.com. To unsubscribe from this

Re: Problem with RequestFactory and two tier

2011-02-18 Thread Luca
My data access layer is on another tier, I can't use a ThreadLocal because it can be executed on another thread or may be another node in the cluster. Nothing strange at all, is plain old Java EE, the same problem was here from version 1.2, a 10yo technology. So in practice how can we use this

Re: Problem with RequestFactory and two tier

2011-02-18 Thread Luca
Interesting that you work with an architecture similar to mine. What you are doing is exactly what I do, in my Locator's find I call and EJB's method (the EJB was previously found with a JNDI lookup) that correctly find the JPA Entity. The problem for me is that the returned entity is detached

Re: Problem with RequestFactory and two tier

2011-02-18 Thread Luca
In a JEE env this can be not true, my Session EJB can even run in another container, in another process, in another machine, so the cache (that is a good idea with only the servlet layer) is not implementable in this three tier architecture (of course I hope to be wrong !!!) -- You received

Re: Problem with RequestFactory and two tier

2011-02-18 Thread Luca
All works fine with the ServiceLocator, which greatly finds my Sessions and execute business logic. What I mean is that the way Locator work, finding the entity with find and the updating relevant properties, is not implementable in Java EE, of course I hope I'm wrong. -- You received this

Re: Problem with RequestFactory and two tier

2011-02-18 Thread Luca
This works great me me too, but this mean that the Locator (and the way it works automatically with AutoBean) works in not implementable with multi-tier architecture. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group,

ServiceLocator and entities with collection

2011-02-18 Thread Luca
Hi all, I've found some difficulties in persisting entities with a ServiceLocator implementation. In practice the entity passed to my persist method doesn't contains data of the contained collection. I saw that everything arrives on the server (using a Network Monitor) but then when the

multiple client request with RequestFactory

2011-02-16 Thread Luca Morettoni
.. Thanks for the hints! -- Luca Morettoni luca(AT)morettoni.net | http://www.morettoni.net gtalk/msn: luca(AT)morettoni.net | http://twitter.com/morettoni jugUmbria founder: https://jugUmbria.dev.java.net/ | skype: luca.morettoni -- You received this message because you are subscribed to the Google

Re: multiple client request with RequestFactory

2011-02-16 Thread Luca Morettoni
().findTestEntity(1L).with(group2).fire(...); thanks Thomas, all work fine!!! Where can I found more details (like yours) about RequestFactory? -- Luca Morettoni luca(AT)morettoni.net | http://www.morettoni.net gtalk/msn: luca(AT)morettoni.net | http://twitter.com/morettoni jugUmbria founder: https

Re: Generated Maven pom.xml does not add GWT project natures

2011-01-17 Thread Luca Morettoni
the generated README.TXT file under your project subdir... -- Luca Morettoni luca(AT)morettoni.net | http://www.morettoni.net gtalk/msn: luca(AT)morettoni.net | http://twitter.com/morettoni jugUmbria founder: https://jugUmbria.dev.java.net/ | skype: luca.morettoni -- You received this message because you

GWT Plugin Change Folder

2010-01-22 Thread Luca Servalli
I have a web project in IBM RAD 7.5 that have folder WebContent instead war. Someone have a solution for plugin of google or I have to change the name of folder? thanks -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group,

Developing Google Gadget with Eclipse GWT plugin

2009-08-26 Thread Luca Masini
Hi guys, I wrote some notes on how to use the Eclipse Plugin to develop Google Gadgets with GWT that are hosted on GAE http://www.lucamasini.net/Home/gwt/google-app-engine/developing-google-gadget-with-eclipse-gwt-plugin Hope this can help. Ciao.

Developing Google Gadget with Eclipse GWT plugin

2009-08-26 Thread Luca Masini
I posted this on the Google Gadget Group (I think that is the rigth one), but in case someone of you is interested I wrote some notes on how to use the Eclipse Plugin to develop Google Gadgets that are hosted on GAE

EXPECTED_GWT_ONLOAD_VERSION on GWT 1.7

2009-08-24 Thread Luca Masini
Hi guys, a simple question. In the BrowserWidget class of GWT 1.7 we have this declaration: private static final String EXPECTED_GWT_ONLOAD_VERSION = 1.6; When I use Google Gadget, its linker generate the control code that then fail because it checks 1.7 against 1.6. It's 1.6 for a

RPC call blocked by ISA Server when using IE

2009-06-19 Thread Luca Rosellini
, but it happens quite frequently. Putting a proxy exception in IE configuration solves the problem but, unfortunatley, ths is not an option for the production environment. No problem with Firefox or Chrome. anyone could help me to track down and solve the issue? Thanks, Luca