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 ha scritto: > B

Re: JsInterop: Casting native javascript objects in gwt

2015-10-26 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 < brian.peder

Re: Next release

2015-10-19 Thread Cristiano
concrete results, I'll show them to the GWTcon in Florence next 11 november, where I hope 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 U

Re: Codeserver and JsInterop

2015-10-14 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: >> >> >> Handwritten:gwt-trun

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 > wrote: > >> Nevermind,

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

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

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 20

Re: JsInterop hello world

2015-09-17 Thread Cristiano
Il giorno giovedì 17 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 i

Re: JsInterop hello world

2015-09-17 Thread Cristiano
y:run After this you should be able to 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 per

Re: don't use .nocache.js

2015-09-10 Thread Cristiano
else can suggest 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 Grou

Re: don't use .nocache.js

2015-09-08 Thread Cristiano Costantini
oading 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 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 solution? > > >

Re: GWT & Polymer TODO sample

2015-08-24 Thread Cristiano Costantini
roperty '$_nullMethod' of null" (Note 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

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

2014-12-03 Thread Cristiano Costantini
to use super dev mode @@ -79,6 +79,12 @@ ${gwt.version} runtime + + com.google.gwt + gwt-codeserver + ${gwt.version} + test + com.google.inject Regards, Cristiano Il giorno Wed, 3 Dec 2014 alle 08:33 Thomas Broyer ha scritto: You must have an incompatible version of ASM in

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 fro

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-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 : > Hi, > > assume you have some graphics (chess pieces) in vector format (SVG). > Assume that SVG is not available in the user's browser and

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 h

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 : > webworkers? > > &g

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

2014-02-04 Thread Cristiano Costantini
webworkers? 2014-02-04 Thomas Broyer : > > > 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 p

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

2014-02-04 Thread Cristiano Costantini
the browser's dev tools (at least it's 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 bec

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

2014-02-03 Thread Cristiano Costantini
d like to study 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 : > Mozilla has stopped exporting some C++ symbols that

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... Cris

Re: When GWT 2.6 final release

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

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

2014-01-10 Thread Cristiano
rt testing securing a RPC GWT Service (that is my final goal). 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 gior

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: org.codehaus.mojo gwt-maven-plugin ${gwt.plugin.version} compile ... com.google.gwt gwt-dev ${gwt.version} com.google.gwt gwt-codeserver ${gwt.version} com.google.gwt gwt-user ${gwt.ver

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 Cristi

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, E.P.

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

2013-09-23 Thread Cristiano Costantini
alert("GWT module 'DemoApp' may need to be (re)compiled"); > return; Now I have a more clear idea on what it happen under the hood. Bye, Cristiano 2013/9/23 Cristiano > Hi, > sorry if I open back an old discussion, > I have a question for Thomas

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 fo

Re: Alternative to DTO's

2011-08-11 Thread Cristiano
re 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).

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 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 support GWT / m2e >

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 wrote: > I use this approach and I preferr to RF, is more simple. But you need > something in the middle to pass jpa classe

Using a JPA Entity in the client

2011-06-30 Thread Cristiano
rivate String subject; // ... class continues with getter 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

Re: FireFox 5.0

2011-06-28 Thread Cristiano
good, thank you! On 28 Giu, 01:21, Chris Conroy 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 OSX 64 bit S

Re: Some GWT source samples from Google IO 2011?

2011-06-12 Thread Cristiano
amples/mobilewebapp/src/main/webapp/video/tutorial.ogv ) On 10 Giu, 13:51, Cristiano 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,

Some GWT source samples from Google IO 2011?

2011-06-10 Thread Cristiano
e to find them? It exists something 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.

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 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 the mouse and

Re: Comet help about code

2010-10-06 Thread Cristiano
p"); isSubscribed = true; getUpdates(); } else { startStopBtn.setText("wait"); startStopBtn.setEnabled(false); isSubscribed = false; } } } - I hope I've not made mi

Re: SWFObject wrappers

2010-02-06 Thread Cristiano
lable parameter to add to the object: http://kb2.adobe.com/cps/127/tn_12701.html Please tell anyone that embedding flash is not so hard and does not require a complex javascript wrapper object! (sorry all for the polemic tone ;-) ) Bye! Cristiano On 7 Feb, 00:54, charlie wrote: > Anyon

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

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: -- Cross-XMLHttpRe

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 wrote: > How to center Widgets inside of a Layer element in UiBinder ? > > Christian -- You received this message because you are subscribed to the Google Groups "Google Web

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 googl

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 applic

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 wrote: > When I mean decorator, I meant to follow the decorator > pattern:http://en.wikipedia.org/wiki/Decorator_pattern > > On Dec 2, 11:53 pm, Mohamed Mansou

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) s

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 to

Re: GWT Chat

2009-11-15 Thread Cristiano
hink about it ? I know comet 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

Re: Build error of compile GWT Source Code

2009-08-27 Thread Cristiano
eived the same error 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 wrote: > O

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 wrote: > On 21 juil, 09:29, DuoCentillion wrote: > > > Good luck trying to get Google to Open Source that Gem.  Why dont they > > Open Source all their search indexing algos while they are at it. > > Surely you didn't l

Re: Mixing up XMLParser with DOM...

2008-11-25 Thread Cristiano
Ok... I need to think over it a little bit... ;-) I'll let you know when I will find a satisfying solution! Thank you, Cristiano On Nov 25, 7:52 am, Jason Morris <[EMAIL PROTECTED]> wrote: > GWT's methods of implementing the DOM objects and the XML objects are totally &

Re: Mixing up XMLParser with DOM...

2008-11-24 Thread Cristiano
ing GWT? Thnak you again, Cristiano Jason Morris wrote: > This is something you simply can't do cleanly across all the browsers. The > elements returned by the > XMLParser are totally different classes to the HTMLParser. The way to do this > is to set the > innerHTML on an HTML

Mixing up XMLParser with DOM...

2008-11-24 Thread Cristiano
google.gwt.doc.client.Element". Can you help me in find the right direction resolve this (I'm using eclipse)? Thanks, Cristiano --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" gr