Re: What is happening to GWT???

2016-07-03 Thread Cristiano Costantini
+1 as "Google uses a monorepo [...] This means there's no "release", every dependency is a "snapshot", this is a sign of stability, I think it is really worth to start releasing more frequently the Open Source community edition. Il giorno sab 2 lug 2016 alle ore 21:39 Jens

Re: JsInterop: Casting native javascript objects in gwt

2015-10-27 Thread Cristiano Costantini
jsinterop.annotations Truly, If one day I'll find the man who continue using non standard packages in GWT, I'll take all his keyboards and "hack" so that each key will output "org.gwtproject" as a prefix to any key stroke! :-D Il giorno lun 26 ott 2015 alle ore 13:30 Brian Pedersen <

Re: Next release

2015-10-20 Thread Cristiano
e to meet and discuss about these topics with a wide community. Hope this is interesting, have a nice day, Cristiano -- You received this message because you are subscribed to the Google Groups "GWT Users" group. To unsubscribe from this group and stop receiving emails from it, send an ema

Re: Codeserver and JsInterop

2015-10-15 Thread Cristiano
Yes, true! Thank you for the suggestion! ;-) BUILD SUCCESSFUL Total time: 2 minutes 22 seconds real 2m23.351s user 3m59.573s sys 0m22.522s Il giorno mercoledì 14 ottobre 2015 08:30:30 UTC+2, Jens ha scritto: > > > 6 minutes and half on my SSD based Quad core i7: >> >> >>

[gwt-contrib] Transform GWT tools SVN in a Maven dependency

2015-10-14 Thread Cristiano
make the PoC to work. Cristiano -- You received this message because you are subscribed to the Google Groups "GWT Contributors" group. To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit-contributors+unsubscr...@googlegroups.com. To v

[gwt-contrib] Re: Transform GWT tools SVN in a Maven dependency

2015-10-14 Thread Cristiano
.v20150520-2033.jar -rw-r--r-- 1 cristcost staff 1367760 14 Ott 08:42 xercesImpl-2.11.0.jar -rw-r--r-- 1 cristcost staff 220536 14 Ott 08:42 xml-apis-1.4.01.jar Handwritten:gwt-tools cristcost$ I hope this is inspiring and helpful Cristiano -- You received this message because you

Re: Codeserver and JsInterop

2015-10-13 Thread Cristiano Costantini
/556405/what-do-real-user-and-sys-mean-in-the-output-of-time1 Il giorno mar 13 ott 2015 alle ore 22:32 Juan Pablo Gardella < gardellajuanpa...@gmail.com> ha scritto: > How much time requires to compile? > > On 13 October 2015 at 15:09, Cristiano <cristiano.costant...@

Re: Codeserver and JsInterop

2015-10-13 Thread Cristiano
Nevermind, pulled latest updates from git, recompiled GWT 2.8.0-SNAPSHOT and now it works... Il giorno martedì 13 ottobre 2015 20:12:09 UTC+2, Cristiano ha scritto: > > Hello all, > > does codeserver has issues with JsInterop? > > When I compile using the GWT compiler i

Codeserver and JsInterop

2015-10-13 Thread Cristiano
the error: Uncaught ReferenceError: jsinteroptest is not defined (jsinteroptest is the JsType I export and then I call from Javascript). Off course I use -XjsInteropMode JS option... Thank you Cristiano -- You received this message because you are subscribed to the Google Groups "GWT

[gwt-contrib] is gwt-codeserver.jar artifact useless ?

2015-10-08 Thread Cristiano
cristcost$ same number of files, same size, so gwt-codeserver.jar I think this is not coincidence and then codeserver is completely included in gwt-dev. So, is useless? What is the purpose of it? thanks, Cristiano -- You received this message because you are subscribed to the Google Groups &quo

[gwt-contrib] Re: is gwt-codeserver.jar artifact useless ?

2015-10-08 Thread Cristiano
on it) > So yes, gwt-codeserver is actually useless starting with GWT 2.7.0-rc1. > > On Thursday, October 8, 2015 at 9:48:15 AM UTC+2, Cristiano wrote: >> >> Hello all, >> >> I was asking myself when I should use the gwt-codeserver.jar >> I'm not including it into

Re: GWT 3.0 Any news ?

2015-10-05 Thread Cristiano
Any estimate date for this? Thanks Cristiano Il giorno lunedì 5 ottobre 2015 10:13:41 UTC+2, Jens ha scritto: > > Next release will be GWT 2.8 and it waits for JsInterop 1.0 to be finished. > > -- J. > -- You received this message because you are subscribed to the Google Gro

[gwt-contrib] Re: JsInterop Function Callback

2015-09-30 Thread Cristiano
function from jquery with invalid type of the parameter... I'm still exploring JsInterop so please correct me if I am wrong ;) Cristiano Il giorno venerdì 25 settembre 2015 23:33:33 UTC+2, Cristian Rinaldi ha scritto: > > Hey: > >I'm using JsInterop to map some JS APIs.

Re: JsInterop hello world

2015-09-17 Thread Cristiano
open your browser at http://localhost:/ and you should see the alert popup (but 3 seconds after the page load!) Hope this is helpful, Cristiano PS. I'm using gwt 2.8.0-SNAPSHOT and also gwt-maven-plugin 2.8.0-SNAPSHOT that I have compiled personally, so I don't have added the repo on th

Re: JsInterop hello world

2015-09-17 Thread Cristiano
settembre 2015 09:18:34 UTC+2, Cristiano ha scritto: > > Hi Brian, > > I had problems similar to you when studying JsInterop, so I've tried your > code. > I've forked your repo (see https://github.com/cristcost/jspoc) and I have > made it work but with some considerations

Re: JsInterop hello world

2015-09-17 Thread Cristiano
it make sense it does not work, it is weird that it uses it... I don't know which of your dependencies does it trigger resource resolution in that repo. Keep your git repo up-to-date in case so I can check it exactly if you need more help. bye, Cristiano Il giorno giovedì 17 settembre 2015 15

[gwt-contrib] Re: External library to generate the remote service's Async interface

2015-09-15 Thread Cristiano
Could you write an an example to explain better what you mean, please? Thanks Il giorno martedì 15 settembre 2015 13:05:23 UTC+2, Lars ha scritto: > > What is the plan do deal with custom classes (including inheritance and > generics) as a parameter or return type? -- You received this

[gwt-contrib] Re: External library to generate the remote service's Async interface

2015-09-15 Thread Cristiano
, Cristiano Il giorno martedì 15 settembre 2015 14:37:53 UTC+2, Lars ha scritto: > > All your samples deal with primitive stuff or collections of this. For a > real RPC we need custom objects as well and a way to transfer them, but as > I see it right now you generate only the asy

[gwt-contrib] External library to generate the remote service's Async interface

2015-09-14 Thread Cristiano
o make it work). We would like it to be used for future GWT, so we ask please the main contributors to have a look and give feedback, report issues (on github!) or ask documentation clarification so we can improve it for GWT developers needs. Thank you all, Cristiano -- You received this m

[gwt-contrib] Re: External library to generate the remote service's Async interface

2015-09-14 Thread Cristiano
thanks! it should be ok now https://youtu.be/YC853Kkm_6E Il giorno lunedì 14 settembre 2015 15:14:13 UTC+2, Matic Petek ha scritto: > > Hi, > Your video is private. > > On Monday, September 14, 2015 at 2:50:02 PM UTC+2, Cristiano wrote: >> >> Hello all, >&

[gwt-contrib] Re: External library to generate the remote service's Async interface

2015-09-14 Thread Cristiano
to implement it. Regards, Cristiano Il giorno lunedì 14 settembre 2015 17:21:06 UTC+2, Thomas Broyer ha scritto: > > IMO, it should be possible to set the "returnType" on each method of the > interface, so you could have an async method returning 'void', another one > retur

[gwt-contrib] Re: External library to generate the remote service's Async interface

2015-09-14 Thread Cristiano
Hi Jens, yeah, basically I do what you wanted to do with @RemoteService, but then I had to rearrange the dependencies (moved in a project where I couldn't depend on GWT) and so I moved to processing on the @Asynchronize annotation (which I created initially with a different name and purpose

Re: don't use .nocache.js

2015-09-10 Thread Cristiano
uggest you how to configure each gwt.xml to filter out the unwanted permutations. Again, is a lot I don't play with these options so is someone reads something wrong please correct me! regards, Cristiano -- You received this message because you are subscribed to the Google Groups "GW

Re: don't use .nocache.js

2015-09-08 Thread Cristiano Costantini
ding mechanism based on iframes, and you want to load it as a regular JavaScript file? Cristiano Il giorno mer 9 set 2015 alle ore 04:42 David <leeon2...@gmail.com> ha scritto: > If I don't want to use .nocache.js and I do want to use cache.js in > loading page, what is the s

Re: GWT Polymer TODO sample

2015-08-24 Thread Cristiano Costantini
I removed the src/main/webapp/Todo/Todo.nocache.js file in order to run without SuperDevMode)... Do you or anyone else have any suggestion for me to get it working? Thanks, Cristiano PS. I'm using a GWT 2.8.0-SNAPSHOT compiled from the master branch this morning Il giorno dom 23 ago 2015 alle

[gwt-contrib] Serialization of @XmlType classes

2015-07-20 Thread Cristiano
and gerrit could do it, I welcome him! Thank you, Cristiano -- You received this message because you are subscribed to the Google Groups GWT Contributors group. To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit-contributors+unsubscr

Re: GWT 2.6.0 to 2.7.0 leads to compiler error 'java.lang.IncompatibleClassChangeError'

2014-12-03 Thread Cristiano Costantini
+ artifactIdgwt-codeserver/artifactId + version${gwt.version}/version + scopetest/scope + /dependency !-- Guice Injection dependencies -- dependency groupIdcom.google.inject/groupId Regards, Cristiano Il giorno Wed, 3 Dec 2014 alle 08:33 Thomas Broyer t.bro...@gmail.com ha scritto: You must

Re: render a SVG graphic as bitmap?

2014-08-20 Thread Cristiano Costantini
Hi, You can use Apache Batik library and write a servlet that renders raster images from SVG files and serves them over http. Apache Batik is not uptaded since long time, but we use it successfully by some years to renders maps stored on the server in SVG format. Regards, Cristiano Il

Re: render a SVG graphic as bitmap?

2014-08-20 Thread Cristiano Costantini
Sorry for the double message, I had problems with the mail app and it has delivered it now! Il mercoledì 20 agosto 2014, Cristiano Costantini cristiano.costant...@gmail.com ha scritto: Hi, You can use Apache Batik library and write a servlet that renders raster images from SVG files

Re: render a SVG graphic as bitmap?

2014-08-19 Thread Cristiano Costantini
go for this way and you have problems write me and I can tell you how we did. Regards, Cristiano 2014-08-17 16:51 GMT+02:00 Magnus alpineblas...@gmail.com: Hi, assume you have some graphics (chess pieces) in vector format (SVG). Assume that SVG is not available in the user's browser

Re: Development Mode will not be supported in Firefox 27+

2014-02-04 Thread Cristiano Costantini
the case in Chrome, don't know about Firefox). https://code.google.com/p/gwt-in-the-air/source/browse/branches/oophm/oophm/src/net/ltgt/gwt/air/shell/ I'll take a look. Cristiano -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To unsubscribe

Re: Development Mode will not be supported in Firefox 27+

2014-02-04 Thread Cristiano Costantini
webworkers? 2014-02-04 Thomas Broyer t.bro...@gmail.com: On Tuesday, February 4, 2014 10:38:34 AM UTC+1, Cristiano wrote: No, because we need blocking I/O, synchronous communication with the DevMode code server. mmm, good point... can we just block with a while? Because JS

Re: Development Mode will not be supported in Firefox 27+

2014-02-04 Thread Cristiano Costantini
looking at the docs of webworkers and even them don't share any state, so it won't work it too... Anyway it would be great to find a workaround that don't require either Flash or browser plugin or Java Applet... 2014-02-04 Cristiano Costantini cristiano.costant...@gmail.com: webworkers

Re: Development Mode will not be supported in Firefox 27+

2014-02-04 Thread Cristiano Costantini
No, really, the way forward is better tooling for SuperDevMode to provide a similar experience to DevMode (i.e. never leave the IDE), and even allow setting breakpoints and do step-by-step within JSNI. Oh if this is possible than I'm ok, I was thinking that with SuperDevMode I would had

Re: GWT 2.6.0 now available

2014-02-03 Thread Cristiano Costantini
Ehi all! Why not to update the website announcing the release on the homepage? If G+ GWT page is maintained, it could be also a good idea to integrate sort of a banner with its posts on gwtproject.org's home page, so to make it look more alive. It looks really sad the website now... Cristiano

Re: Development Mode will not be supported in Firefox 27+

2014-02-03 Thread Cristiano Costantini
the feasibility of this idea? Debugging in Eclipse the Javascript code is one of the most important aspect of using GWT for me and I would be happy if it is possible to save it. Cristiano 2014-02-04 Brian Slesinsky skybr...@google.com: Mozilla has stopped exporting some C++ symbols

Re: When GWT 2.6 final release

2014-01-27 Thread Cristiano Costantini
read the subjects so I've missed all of these releases. Anyway thank you all for the release! Cristiano 2014-01-27 Jens jens.nehlme...@gmail.com Check: https://code.google.com/p/google-web-toolkit/downloads/list GWT homepage hasn't been updated yet. -- J. -- You received this message

[gwt-contrib] Re: proposing a hypothetically breaking change to gwt-servlet.jar: comments?

2014-01-16 Thread Cristiano Costantini
in this direction and would be glad if you'll participate to the discussion next time it arise. Regards, Cristiano 2014/1/16 dapeng liu verydap...@gmail.com javascript:_e({}, 'cvml', 'verydap...@gmail.com'); any follow up on this? would like to see a saner gwt-servlet.jar include a 6M jar

Re: Best Practices for Server-side Authentication in GWT 2.5+

2014-01-10 Thread Cristiano
). For simplicity however I will put pre-compiled JavaScript code only in the project so I can focus on the server side. If anyone is interested I'm glad to give free support in exchange for feedback :-) Cristiano Il giorno giovedì 5 dicembre 2013 21:52:14 UTC+1, doctra...@gmail.com ha

[gwt-contrib] What about the release of 2.6.0?

2013-12-30 Thread Cristiano
%20Type%20Status%20Owner%20Milestone%20Summary%20Stars. Is the community only waiting to have these 7 issues fixed before releasing 2.6.0? Any hypothesis on when the final 2.6.0 will be released? Cristiano -- http://groups.google.com/group/Google-Web-Toolkit-Contributors --- You received

Re: [gwt-contrib] Some random modularization/cleanup-related news

2013-11-15 Thread Cristiano Costantini
has however a other design issues and I prefer a lot GWT ;-) ) Please go on and deep on this topic, Cristiano PS. OSGi's Import-Package and Export-Package necessary for gwt-servlet.jar. Note the setup may not be optimal, I did followed a Test Driven approach stopping as soon as each example

Re: [gwt-contrib] Re: Problem on sample Validation due to missing class in gwt-servlet

2013-11-13 Thread Cristiano
? Cristiano -- http://groups.google.com/group/Google-Web-Toolkit-Contributors --- You received this message because you are subscribed to the Google Groups GWT Contributors group. To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit

Re: [gwt-contrib] Re: Problem on sample Validation due to missing class in gwt-servlet

2013-11-13 Thread Cristiano
Uploaded the patch: https://gwt-review.googlesource.com/#/c/5400 I've tested it with validation sample, that now works with only gwt-servlet,jar on the classpath, and on dynatable examples plus 3 applications from my own with no visible change. Cristiano -- http://groups.google.com/group

[gwt-contrib] Problem on sample Validation due to missing class in gwt-servlet

2013-11-12 Thread Cristiano
.* / exclude name=com/google/gwt/junit/remote/** / exclude name=com/google/gwt/junit/server/** / exclude name=com/google/gwt/benchmarks/* / exclude name=**/*.gwtar / /fileset Thank you, Cristiano -- http://groups.google.com/group/Google-Web-Toolkit-Contributors --- You

[gwt-contrib] Re: Problem on sample Validation due to missing class in gwt-servlet

2013-11-12 Thread Cristiano
in gwt-servlet-deps, I'll try a build with: zipfileset src=${gwt.tools.lib}/streamhtmlparser/streamhtmlparser-jsilver-r10/streamhtmlparser-jsilver-r10-1.5-rebased.jar / added to gwt-servlet (as 'streamhtmlparser' is rebased). Cristiano Il giorno martedì 12 novembre 2013 15:54:50 UTC+1, Thomas

Re: [gwt-contrib] Re: Problem on sample Validation due to missing class in gwt-servlet

2013-11-12 Thread Cristiano Costantini
think it is better to split gwt-servlet-deps into 2, for example: - gwt-servlet-deps-external.jar - gwt-servlet-deps-rebased.jar Cristiano -- http://groups.google.com/group/Google-Web-Toolkit-Contributors --- You received this message because you are subscribed to the Google Groups GWT

Re: [gwt-contrib] Re: Problem on sample Validation due to missing class in gwt-servlet

2013-11-12 Thread Cristiano
the Dynamic Table sample, so I'm not going to write instruction for running them. If someone want to try them and have problems, please ask me and I'll be glad to help you. Cristiano Il giorno martedì 12 novembre 2013 19:07:22 UTC+1, Thomas Broyer ha scritto: On Tuesday, November 12

Re: GWT 2.6.0-rc1 error compiling

2013-11-08 Thread Cristiano Costantini
try using the following config for gwt-maven-plugin to specify using also gwt's rc1 dependencies: plugin groupIdorg.codehaus.mojo/groupId artifactIdgwt-maven-plugin/artifactId version${gwt.plugin.version}/version executions execution goals goalcompile/goal /goals /execution /executions

Re: [gwt-contrib] Re: GWT 2.6.0 will be still Ant based or already Gradle bases? (for OSGI-fy GWT)

2013-11-07 Thread Cristiano
, it could be ready for final release of 2.6.0. I will also make some demo project (sorry it will be made with maven) of a Web application for Apache Karaf (an OSGi container) that use GWT-Servlet as an OSGi. Regards, Cristiano -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Question about how making prepare a patch for gerrit

2013-11-07 Thread Cristiano
: servlet/build.xml # new file: servlet/gwt-servlet.bnd # # Untracked files: # (use git add file... to include in what will be committed) # # build/ is this correct or should I work on the master branch? thank you! Cristiano -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

Re: [gwt-contrib] Re: Question about how making prepare a patch for gerrit

2013-11-07 Thread Cristiano Costantini
) On Thursday, November 7, 2013 7:09:58 PM UTC+1, Cristiano wrote: Hi all, I'm making a patch for the issue https://code.google.com/ p/google-web-toolkit/issues/detail?id=8424 Actually I have tested the patch over the branch release/2.6 = $ git status # On branch release/2.6 # Changes to be committed

Re: [gwt-contrib] Re: GWT 2.6.0 will be still Ant based or already Gradle bases? (for OSGI-fy GWT)

2013-11-06 Thread Cristiano Costantini
I all, I link you a post on ServiceMix dev mailing list where I am taking on OSGi-fy GWT-Servlet and where I report my actual tests and my ideas: http://servicemix.396122.n5.nabble.com/OSGIfy-server-jar-of-GWT-td5718247.html Regards, Cristiano 2013/11/4 Dann Martens m...@dannmartens.com Hi

Re: OutOfMemoryError after upgrade to OS X Mavericks

2013-11-05 Thread Cristiano Costantini
Which JVM are you using? Apple's 1.6 or Oracle's 1.7? 32 bit or 64 bit? How much RAM has your mac? What's your build system or IDE? I have no problem on 2008 mbp with maverick, JDK 1.7 64 bit and 8 Gb ram, Building with maven and coding with Eclipse Kepler Il giorno martedì 5 novembre 2013,

Re: OutOfMemoryError after upgrade to OS X Mavericks

2013-11-05 Thread Cristiano Costantini
I had to install 1.6 too even if I had 1.7 installed, I think that is a Maverick feature started as soon as some java program starts... I use 1.7.0_40-b43, you may try a newer version too and with some luck it may work. Il giorno martedì 5 novembre 2013, E.P. ha scritto: Hi Cristiano, I'm

Re: [gwt-contrib] Re: GWT 2.6.0 will be still Ant based or already Gradle bases? (for OSGI-fy GWT)

2013-11-03 Thread Cristiano Costantini
folder, consider it something like that but standardized). I will try to add the BND Ant Task on the GWT Build and if it work I will report it and we can evaluate if it is ok to use it also for the official release. Regards, Cristiano 2013/11/3 Thomas Broyer t.bro...@gmail.com On Thursday

Re: [gwt-contrib] Re: Maven-ization Status

2013-11-02 Thread Cristiano Costantini
you share them? Thank you, Cristiano 2013/10/30 James Northrup northrup.ja...@gmail.com * dependencies have to be deployed to a Maven repo I wanted to chime in here, the dependencies to build a splattered hierarchy of java with poms using intellij to back-fill dependencies is here

Re: [gwt-contrib] Re: Maven-ization Status

2013-11-02 Thread Cristiano Costantini
about the Gradle approach (is it going on?) thank you, Cristiano -- http://groups.google.com/group/Google-Web-Toolkit-Contributors --- You received this message because you are subscribed to the Google Groups GWT Contributors group. To unsubscribe from this group and stop receiving emails from

[gwt-contrib] GWT 2.6.0 will be still Ant based or already Gradle bases? (for OSGI-fy GWT)

2013-10-31 Thread Cristiano
://www.gradle.org/docs/current/userguide/osgi_plugin.html). In the end, I would like to know if it is best to focus on trying the BND Ant Task or the Gradle OSGI Plugin. Thank you, Cristiano P.S. On maven central repo it exists an OSGIfied version of GWT: org.apache.servicemix.bundles

[gwt-contrib] Re: Question about the source: how does GWT builds *.translatable.*, *.emul.*, etc. packages?

2013-10-24 Thread Cristiano
/bindery/requestfactory/shared/impl/MessageFactoryHolder.java com/google/gwt/junit/client/DevModeOnCompiledScriptTest.java Sorry for the verbosity, if anyone have more direct questions I will be pleased to answer. Regards, Cristiano -- http://groups.google.com/group/Google-Web-Toolkit

[gwt-contrib] Question about the source: how does GWT builds *.translatable.*, *.emul.*, etc. packages?

2013-10-22 Thread Cristiano
com.google.gwt.emul.java.util java.util.logging does not match the expected package com.google.gwt.emul.java.util.logging junit.framework does not match the expected package com.google.gwt.junit.translatable.junit.framework Thank you, Cristiano -- http://groups.google.com/group/Google-Web

Re: [gwt-contrib] Re: packages com.google.gwt.thirdparty.*

2013-10-21 Thread Cristiano Costantini
yes, it is :-( I got unresolved imports without it. I cannot say why exactly but I can find it if required. Curiously, the dependency of JDT from Jetty Orbit, which is the most close to the JDT jar available on GWT-Tools, include the contents of jdtCompilerAdapter.jar, but with the Jetty

[gwt-contrib] packages com.google.gwt.thirdparty.*

2013-10-20 Thread Cristiano
be unfeasible... if I understand better the strategy, maybe I can find some idea on how to deal with it... thank you, Cristiano -- http://groups.google.com/group/Google-Web-Toolkit-Contributors --- You received this message because you are subscribed to the Google Groups GWT Contributors group

Re: [gwt-contrib] Re: packages com.google.gwt.thirdparty.*

2013-10-20 Thread Cristiano Costantini
, yes, I would like to have them deployed on Maven Central Repo ;-) Thank you - as usual ;-) - Thomas, Cristiano P.S: I know Gradle can resolve dependencies from maven repos, I hope that - even if GWT adopt Gradle and not Maven - at least dependencies could be all externalized from GWT and get

Re: [gwt-contrib] Re: packages com.google.gwt.thirdparty.*

2013-10-20 Thread Cristiano Costantini
dependencies inherited on my project). Regards, Cristiano -- http://groups.google.com/group/Google-Web-Toolkit-Contributors --- You received this message because you are subscribed to the Google Groups GWT Contributors group. To unsubscribe from this group and stop receiving emails from it, send

Re: [gwt-contrib] Re: Can someone explain me why I get the following error?

2013-10-17 Thread Cristiano Costantini
Thank you for the useful info! 2013/10/17 Jens jens.nehlme...@gmail.com How did you recognized that? is that 51.0 in Unsupported major.minor version (for me it is a non-sense) ? Jip. Each Java Version writes its own internal version into each class file. Java 8 = 52.0 Java 7 = 51.0

[gwt-contrib] Can someone explain me why I get the following error?

2013-10-16 Thread Cristiano
/exclusion /exclusions /dependency (in fact, I am really trying 2.6.0 nightly to see if this problem will persists) Can someone give me some light on the error and explain it? I want to see if I find some workaround. Thank you, Cristiano -- http://groups.google.com/group/Google-Web-Toolkit

Re: [gwt-contrib] Re: Can someone explain me why I get the following error?

2013-10-16 Thread Cristiano Costantini
Good catch! It is true I compiled GWT with Java 7 and my eclipse may be launching it still with Java 6! I'll check it immediately. How did you recognized that? is that 51.0 in Unsupported major.minor version (for me it is a non-sense) ? Thank you! Cristiano 2013/10/17 Jens jens.nehlme

Re: [gwt-contrib] Re: Can someone explain me why I get the following error?

2013-10-16 Thread Cristiano
Yes, I confirm it is working and I no more have a conflict with with Jetty 7's org.eclipse.jetty.orbit/org.eclipse.jdt.core/3.7.1, inherited by org.eclipse.jetty/jetty-jsp/7.6.12.v20130726 ;-) Thank you Cristiano -- http://groups.google.com/group/Google-Web-Toolkit-Contributors --- You

Re: [gwt-contrib] Re: Maven-ization Status

2013-09-29 Thread Cristiano Costantini
, else, if I get at least some significant +1, I can start making some test... then if I discover it is harder than I can achieve, it could hopefully provide at least some useful feedback for who will come after. Regards, Cristiano 2013/9/29 Brian Slesinsky skybr...@google.com I haven't tried

Re: [gwt-contrib] Re: Maven-ization Status

2013-09-28 Thread Cristiano Costantini
Hello, What do you think of having gradle (or something else) generating the pom.xml files? I was thinking that as an approach to mavenizzation... I'll try to elaborate more this concept if my laptop battery last enough. Cristiano Il giorno domenica 29 settembre 2013, Ray Cromwell ha scritto

Re: [gwt-contrib] Re: Maven-ization Status

2013-09-26 Thread Cristiano Costantini
For reference, here are my gripes with Maven: http://blog.ltgt.net/maven-is-broken-by-design/ Yes I've seen, I'm preparing a reply ;-) -- http://groups.google.com/group/Google-Web-Toolkit-Contributors --- You received this message because you are subscribed to the Google Groups GWT

Re: [gwt-contrib] Re: Maven-ization Status

2013-09-26 Thread Cristiano Costantini
Il giorno venerdì 27 settembre 2013, Goktug Gokdogan ha scritto: I have been in favor of Buck because that is what most contributors are already familiar with and can bring their expertise. This is a good point which need to be taken into account. But I've found frustrating buck cannot be

Re: [gwt-contrib] Re: Maven-ization Status

2013-09-25 Thread Cristiano Costantini
to continue providing feedback, here ore somewhere else, or I will make some tests by myself and only give news in case i achieve something useful. Have a nice day, Cristiano 2013/9/24 Thomas Broyer t.bro...@gmail.com On Tuesday, September 24, 2013 5:51:33 PM UTC+2, John A. Tamplin wrote

Re: [gwt-contrib] Re: Maven-ization Status

2013-09-25 Thread Cristiano Costantini
). Which operative system do you use to build GWT with buck? Tomorrow I will try to find time to take a look at the POMs. If there is something else I can do for you (i.e. test patches), let me know I will try to support you. Cristiano 2013/9/25 Thomas Broyer t.bro...@gmail.com On Wednesday

[gwt-contrib] Re: Maven-ization Status

2013-09-24 Thread Cristiano
a master and google/pu branches and I don't see any trace of a pom.xml file. Where can I find a branch of a maven-ized GWT? If maven-ization is not moving the build system to maven, can you please kindly explain what it means? Thank you, Cristiano Il giorno lunedì 18 marzo 2013 02:20:46 UTC+1

Re: [gwt-contrib] Re: Maven-ization Status

2013-09-24 Thread Cristiano Costantini
for Maven-ization ! I'm sorry you got to a dead end, I'm really curious to know what stopped you to see if I can help. Regards, Cristiano -- http://groups.google.com/group/Google-Web-Toolkit-Contributors --- You received this message because you are subscribed to the Google Groups GWT

Re: Why com.google.gwt.dev.DevMode doesn't recognize the argument -style?

2013-09-23 Thread Cristiano
value. And what does change from *.nocache.js between different applications if it does not contains anything related to my java code? Is it the same in any application? Thank you, Cristiano Il giorno mercoledì 21 dicembre 2011 11:42:14 UTC+1, hallmit ha scritto: Many thanks Thomas for your

Re: Why com.google.gwt.dev.DevMode doesn't recognize the argument -style?

2013-09-23 Thread Cristiano Costantini
, Cristiano 2013/9/23 Cristiano cristiano.costant...@gmail.com Hi, sorry if I open back an old discussion, I have a question for Thomas: do the *.nocache.js generated by DevMode is the same as the one generated by the compiler? The compiler in facts honors the -style options also

Re: Alternative to DTO's

2011-08-11 Thread Cristiano
but for other reasons), I'm using GWT RPC and it works well. I like this approach as I achieve minimal duplication with only one class in the GWT's shared folder, but there might be some side effect in some specific cases (all the persistence logic has to be handled on the server side). Cristiano On 12

Re: GPE Support for m2e 1.0

2011-07-21 Thread Cristiano
Hi all, any news on the status of the support for m2e 1.0? On 14 Lug, 00:18, cheleb olivier.nougu...@gmail.com wrote: Hi Mike,  Sorry for the late reply.  To begin you can try/take a look at:https://github.com/cheleb/m2eclipse-wtp-gdt  Here is a first attempt (from Fred Bricon and I) to

Using a JPA Entity in the client

2011-06-30 Thread Cristiano
and setters ... } Thanks, Cristiano -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to google-web-toolkit@googlegroups.com. To unsubscribe from this group, send email

Re: Using a JPA Entity in the client

2011-06-30 Thread Cristiano
Hello Juan, thank you, did you find any bad side effect? Ops! I forgot to say I use EclipseLink and GWT 2.3.0. Cristiano On 30 Giu, 20:49, Juan Pablo Gardella gardellajuanpa...@gmail.com wrote: I use this approach and I preferr to RF, is more simple. But you need something in the middle

Re: FireFox 5.0

2011-06-28 Thread Cristiano
good, thank you! On 28 Giu, 01:21, Chris Conroy con...@google.com wrote: The production update URL just went live :-) You should get an auto-update shortly, or you can manually grab the plugin fromhttp://gwt.google.com/missing-plugin/MissingPlugin.html I'll note that Mozilla didn't have an

Re: Some GWT source samples from Google IO 2011?

2011-06-12 Thread Cristiano
/tutorial.ogv ) On 10 Giu, 13:51, Cristiano cristiano.costant...@gmail.com wrote: Hello all, I'm struggling to finde some source code from the examples shown by Chris Ramsdale in his Using GWT and Eclipse to Build Great Mobile Web Apps presentation, and from John Labanca  on his GWT + HTML5

Some GWT source samples from Google IO 2011?

2011-06-10 Thread Cristiano
somewhere? (to Chris and John, thank you for your presentations!!!) Cristiano -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to google-web-toolkit@googlegroups.com. To unsubscribe from this group, send

Re: How to disable drag and top on mouse move over image?

2011-05-12 Thread Cristiano
on the html's img tag put onmousedown=return false; On 12 Mag, 20:10, erebrus ereb...@gmail.com wrote: Hi, I'm doing a widget to allow the user to crop an image. I have an image in an absolute panel, and then a box on top that indicates the area to crop. I want the user to be able to move

Re: Comet help about code

2010-10-06 Thread Cristiano
); startStopBtn.setEnabled(false); isSubscribed = false; } } } - I hope I've not made mistake in cut and paste, I've removed some code to make it simpler. Bye! Cristiano -- You received this message because you are subscribed to the Google Groups

[gwt-contrib] HTML5 tags in com.google.gwt.dom.DOM.gwt.xml module

2010-08-15 Thread Cristiano
not to do a duplicate work. Thank you, Cristiano -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

Cross site Javascript compliant to standards and not by using cheats

2010-02-03 Thread Cristiano
I've always searched for a way to enable cross site XmlHttpRequest without using tricks. Flash has this capability: you can specify exceptions on cross site by placing a file named crossdomain.xml on the root of the site. Today, I've found this in the mozilla blog: --

Re: Cross site Javascript compliant to standards and not by using cheats

2010-02-03 Thread Cristiano
Take also a look to this: http://www.w3.org/TR/access-control/ Please leave your feedback! -- 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-tool...@googlegroups.com. To unsubscribe from this

Custom UiBinder Parser for custom Widgets

2010-01-31 Thread Cristiano
Hi All, Is it possible to extend the capability of UiBinder by providing specialized parsers for my own widgets? Thanks, Cristiano -- 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-tool

Re: Layout Panel and UiBinder

2010-01-31 Thread Cristiano
could you write down an example in UiBinder XML of the thing you want to center? On 31 Gen, 21:35, Christian Goudreau goudreau.christ...@gmail.com wrote: How to center Widgets inside of a Layer element in UiBinder ? Christian -- You received this message because you are subscribed to the

Re: Added value of UIBinder in gwt 2.0?

2010-01-27 Thread Cristiano
a declarative interface does not improve the capability, but when it is correctly used, and you are not going to rule it in just some HelloWorld example, it boost efficiency and application management. UiBinder is not an invention of GWT team: declarative interfaces already exists in many

Re: Is it possible to seamlessly display an ajax spinner for every GWT RPC call?

2009-12-03 Thread Cristiano
Hi, interesting question and answer, could please Mohamed make a GWT example of what you mean? Thanks! On 3 Dic, 05:54, Mohamed Mansour m0.interact...@gmail.com wrote: When I mean decorator, I meant to follow the decorator pattern:http://en.wikipedia.org/wiki/Decorator_pattern On Dec 2,

Re: Support for Streaming Video

2009-11-19 Thread Cristiano
it is a complex matter... what do you mean for streaming video? A. just to play a video file that reside on a server and it is accessed by HTTP, B. play a real video stream like: 1. RTSP + RTP (ietf standards) stream (i.e. rtsp://mystreamingserver:554/myStream) 2. RTMP (flash technology)

Re: GWT 2.0 RC1

2009-11-17 Thread Cristiano
I agree with Nathan, but I would like know how to achieve the same layout of google wave. But for me, it is enough to know which panels the have used and how they do manage the minimize to toolbar of the panels. Any info available on that? Bye! See this blog for a good run-down of the toolkit

Re: GWT Chat

2009-11-15 Thread Cristiano
is a technique, not a library. There is also a library called comet? However, if I have to make a chat, I would go for comet/long running http too Bye, Cristiano -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email

Re: Build error of compile GWT Source Code

2009-08-27 Thread Cristiano
because I already had Subversion installed on my compute and it was older (was 1.5.3) than the one used for the GWT SVN repository. so if you already have one like me, you may need to update it. Hope this help, Cristiano On Aug 27, 10:16 am, Thomas Broyer t.bro...@gmail.com wrote: On 27 août

Re: Google Wave UI GWT Sample

2009-07-21 Thread Cristiano
I'm interested into the Google Wave UI too! On 21 Lug, 09:35, Thomas Broyer t.bro...@gmail.com wrote: On 21 juil, 09:29, DuoCentillion duocentill...@gmail.com wrote: Good luck trying to get Google to Open Source that Gem.  Why dont they Open Source all their search indexing algos while

[gwt-contrib] Re: DockLayoutPanel

2009-06-27 Thread Cristiano
I think it is reallay interesting: I've been able to realize flexible and fluid layout before passing to use GWT, by using CSS and a combination of properties position: absolute; top:xxx, bottom;xxx, width:xxx etc. and I liked this approach because it does not use tables! In gwt, I've tried to

  1   2   >