[gwt-contrib] Re: HashCode H$ property should be not enumerable

2020-06-14 Thread Evan Ruff
We don't have any need to support any IE at this point. On Thursday, June 11, 2020 at 2:08:48 PM UTC-4, stockiNail wrote: > > Hi all, > > I was facing an annoying issue about the hashcode *$N* property, stored > inside the java script object. > > I'm using GWT 2.8.2 but no JSNI implementation,

IntelliJ, SDM, IntelliJ Debugger, Embedded Server and AppEngine

2018-05-02 Thread Evan Ruff
Guys, Does anyone out there know of a good reference for the most current way to setup IntelliJ (2018.1 Ultimate) to use SDM (2.8.2) and IntelliJ debugger for setting client side breakpoints? Also, how do I do the above using an Embedded Server? What about AppEngine? Any pointers would be

Re: HTTP/2 Server Push

2017-01-04 Thread Evan Ruff
Thanks David, that's the approach I'll take. E On Dec 24, 2016 4:09 AM, "David" <david.no...@gmail.com> wrote: I am using gwt-jackson in combination with Websockets. I just created a JsInterop mapping to the browser native api. Very little code needed. On Fri, 23 Dec 2016 at

HTTP/2 Server Push

2016-12-23 Thread Evan Ruff
Hello, I've been away from GWT for a bit and am looking into creating an embeeded jCEF project using a Jetty Backend and a Chromium Browser. I was wondering if there were any libraries out there to help integrate the GWT client side with the HTTP/2 Server Push features of Jetty 9 (and later

Re: GWT-Material vs Polymer

2016-03-21 Thread Evan Ruff
ment is a little one-sided but to summarize: GWTMD > is awesome and the default style it comes shipped is already a very good > base to start for an awesome design imho! > > BR; Stefan > > > On Tuesday, 15 March 2016 18:06:22 UTC+1, Evan Ruff wrote: >> >> Hey guys,

GWT-Material vs Polymer

2016-03-15 Thread Evan Ruff
Hey guys, I was wondering if you could chime in about some of the new libraries being used. I'm interested in creating a new modern application and I have experimented with GWT-Material, Polymer Elements and GWT-Elemento with CSS3 (GSS). I like the syntax of GWT-Elemento and that it tracks

Re: Getting rid of Dev mode for future GWT releases

2015-12-17 Thread Evan Ruff
This topic has been beaten to absolute death. DevMode is dead because Chrome and Firefox killed it, nothing the GWT Team or Steering Committee or anybody else could control. If you need the breakpoints in the IDE, spend the $150 for IntelliJ and get on the SuperDevMode train. E On Friday,

Re: GWT Polymer Tutorial

2015-12-17 Thread Evan Ruff
Hey Ed, 2.8-beta1 is available in Maven Central. I've been using it without problems and insulates you from the snapshot lifecycle. Overall, the snapshots are pretty dang stable but there are some build-breaking hiccups now and again. E On Thursday, December 17, 2015 at 4:41:02 AM UTC-5, Ed

Re: GWT 2.8.0 RC1

2015-12-03 Thread Evan Ruff
I've been using the 2.8.0-SNAPSHOT artifact from the https://oss.sonatype.org/content/repositories/google-snapshots/ repo for a few weeks now. We had a minor hiccup the other day but now everything is back to running smoothly. Watch out for Guava incompatibility. E On Thursday, December 3,

Re: GWT 2.8-Snapshot and Guava

2015-11-24 Thread Evan Ruff
Just to clarify, the createFrom method problem did not show up, but the inability to get @Weak from j2objc did, even if I added it manually to the project. Thanks, E On Tuesday, November 24, 2015 at 3:32:11 PM UTC-5, Evan Ruff wrote: > > Hey Lars, > > Thanks for the note.

Re: GWT 2.8-Snapshot and Guava

2015-11-24 Thread Evan Ruff
Hey Lars, I seem to be having some trouble understanding what I need to do. So to get guava to work with 2.8-SNAPSHOT, area you suggesting I leave the gradle dependency at 18 in my build file and remove the guava-gwt from it. Then, replace this file in the guava-gwt-18.jar locally and then add

GWT 2.8-Snapshot and Guava

2015-11-24 Thread Evan Ruff
Hey guys, Could someone tell me how to get GWT 2.8 working with Guava? I'm using Gradle. I've tried a dozen combinations between 2.8 snapshot, Guava 19 snapstot, j2objc 0.1 and 0.9.8 and I cannot get anything to run. I'm getting a little frustrated. Does anyone have a working configuration

Re: GWT 2.8-Snapshot and Guava

2015-11-24 Thread Evan Ruff
Hey Lars, Thanks for the note. When I moved to the SNAPSHOT of guava, the error I was getting actually had to do with the j2objc annotations, as it couldn't find it in the source path. Is there a specific JAR version out of the snapshot directory that you have working? I assume I'll need to

Re: JsInterop Maven fail

2015-11-24 Thread Evan Ruff
I hate to ask to create more work for you guys, but do you think we could snap an RC1? This is mainly because I suck at the build tools and need something with training wheels. Thanks! E On Tue, Nov 24, 2015 at 7:02 AM, Lyubomyr Shaydariv < lyubomyr.shayda...@gmail.com> wrote: > Build #310

Re: JsInterop Maven fail

2015-11-23 Thread Evan Ruff
An RC1 release would be fantastic. E On Nov 23, 2015 10:07 AM, "Michael Joyner" wrote: > This is a good example as to why tracking daily snapshots can be a bad > idea. > > Why isn't there an RC1 ... POM ? > > > On 11/21/2015 06:59 AM, Adolfo Panizo Touzon wrote: > > Hi all,

Re: JsInterop Maven fail

2015-11-21 Thread Evan Ruff
This is happening for me as well. I discovered it pre-coffee and thought I was going crazy. Glad to see someone else is experiencing the same! E On Saturday, November 21, 2015 at 7:00:51 AM UTC-5, apanizo wrote: > > Hi all, > > today when I tried to do a mvn clean install I notice some errors

Re: SEO Google Crawlable experience ?

2015-11-15 Thread Evan Ruff
Ed, This is also something I've struggled with. I'd love to hear more about your experience as well. Thanks, E On Saturday, November 14, 2015 at 5:00:02 AM UTC-5, Ed wrote: > > It will very useful if you write some article about that :) > > Good point. If there are enough people interested

Re: IntelliJ 15, SuperDevMode, AppEngine, Gradle

2015-11-10 Thread Evan Ruff
Hey Jens, Thanks for all the advice. I think I'm getting close, but I'm still not quite there yet. I added -noserver and -war path/to/my/exploded/war to my dev options for the SDM configuration. Now, I start SDM, then I start AppEngine and I've got: http://localhost:8080 (AppEngine server,

Re: IntelliJ 15, SuperDevMode, AppEngine, Gradle

2015-11-10 Thread Evan Ruff
time?? Thanks, E On Tuesday, November 10, 2015 at 2:33:25 PM UTC-5, Evan Ruff wrote: > > Hey Jens, > > Thanks for all the advice. I think I'm getting close, but I'm still not > quite there yet. > > I added -noserver and -war path/to/my/exploded/war to my dev options for &g

IntelliJ 15, SuperDevMode, AppEngine, Gradle

2015-11-09 Thread Evan Ruff
Hey guys, I'm starting a new GWT project and, seeing as how we're on the precipice of GWT 2.8 with JsInterop, I've decided to try to get myself together and upgrade my project and setup. It's a fresh project, but I had a working Eclipse version based on GWT-Views and some OAuth stuff. I've

war vs webapp with GWT, AppEngine, Gradle and Eclipse

2015-03-09 Thread Evan Ruff
Hi guys, I was wondering if you could help me clarify my project setup. I'm an Eclipse user who does a lot of work with GWT and AppEngine. I've started to migrate all my projects to Gradle for dependency management and IDE abstraction and am having a little issue figuring out exactly how

Re: GWT + GAE : how to handle communication failure...

2015-01-28 Thread Evan Ruff
What is the key of the object? To store in AppEngine Datastore, we use GUIDs and just generate them on the client side. Multiple saves just overwrite. It sounds like your object might be too big. E On Friday, December 26, 2014 at 9:06:35 PM UTC-5, Clement Boret wrote: Hello. I have a

Re: File Download does not work on mobile phone

2014-11-13 Thread Evan Ruff
I'm sorry I misunderstood the target, I thought you were writing a matching Android client as well. I have had a ton of trouble with SSL and Android. It is very strict about the certificates and there are numerous stack overflow posts about getting local certs to work. Given your findings here,

Re: File Download does not work on mobile phone

2014-11-13 Thread Evan Ruff
Could you maybe give us some more information about your use case? Are you just serving images or are you doing some processing as well? If it's just serving images, you might be able to avoid this whole issue using a CDN with redirect or something like that? Obviously, not an answer, but maybe

Re: File Download does not work on mobile phone

2014-11-12 Thread Evan Ruff
Okay so it sounds like this is really not a GWT problem but a pretty typical AndroidServlet issue. What's happening with: 1. Channels or Streams? 2. Are you using buffered components? 3. What's the chunk size and buffer size? 4. On the device, what's the connection (Wifi/Network/Emulator) 5. Have

Re: Success with GWT 2.7.0-rc1

2014-11-11 Thread Evan Ruff
Thad, I'm fixin' to switch over to 2.7 soon and I'm a gradle user. I'm going to go ahead and predict that your note about ASM and Gin saved me ~1.5 hours, ~175 f-bombs and, quite possibly, a broken keyboard. THANK YOU SO MUCH. E On Tuesday, November 11, 2014 7:09:28 AM UTC-5, Thad Humphries

Re: File Download does not work on mobile phone

2014-11-11 Thread Evan Ruff
What's the mime type? E On Tuesday, November 11, 2014 6:50:42 AM UTC-5, Ijaja wrote: Hi, i have implemented a file download in a gwt application. Therefore i do a Window.Location.assign(url); on client side with the right url to a target. This performs a get reuqest with the context

Re: File Download does not work on mobile phone

2014-11-11 Thread Evan Ruff
Jens you beat me to it. I believe Android Chrome is really specific about the mime-types. See if that works and let us know! On Tue, Nov 11, 2014 at 10:39 AM, Jens jens.nehlme...@gmail.com wrote: Thus i set a mimetype of 'image/jpg'. The correct mime type is image/jpeg. -- J. -- You

Re: More Gradle/GWT/AppEngine/Intelli-J Fun

2014-07-21 Thread Evan Ruff
, 21. Juli 2014 00:00:09 UTC+2 schrieb Evan Ruff: Oh, also, I have one other weird issue. I have the follow deps in \library_application: providedCompile 'com.sencha.gxt:gxt:3.1.0' providedCompile 'com.google.gwt:gwt-dev:2.6.1' providedCompile 'com.google.gwt:gwt-user:2.6.1

Re: More Gradle/GWT/AppEngine/Intelli-J Fun

2014-07-21 Thread Evan Ruff
Hey Jens, Thanks for the suggestion, I will try that out. What I was trying to avoid was having the libraries (gwt-user, gwt-dev and gxt) be included in my WAR. I thought provideCompile was used for this senario. Am I misunderstanding how to use it? If so, how would I go about instructing

More Gradle/GWT/AppEngine/Intelli-J Fun

2014-07-20 Thread Evan Ruff
Hey guys, After a ~maddening weekend, I've finally gotten my project(s) converted over to Intelli-J/Gradle. I'm running into a couple of naggy issues that I was hoping someone could help me out with. To recap, the structure looks something like this: \actualApplication (business logic, actual

Re: More Gradle/GWT/AppEngine/Intelli-J Fun

2014-07-20 Thread Evan Ruff
the subproject.. Any idea on how I can make them only be included once in \library_application? Thanks! E On Sunday, July 20, 2014 5:03:19 PM UTC-4, Evan Ruff wrote: Hey guys, After a ~maddening weekend, I've finally gotten my project(s) converted over to Intelli-J/Gradle. I'm running into a couple

Gradle Build Pains

2014-07-17 Thread Evan Ruff
Hey guys, So I'm attempting to convert all my existing build environment over to gradle using the gwt-gradle plugin. I'm having a heck of a time getting everything going but I think I'm really close. My project structure uses a number of sub-projects, which I'm sure is contributing to the

Re: Gradle Build Pains

2014-07-17 Thread Evan Ruff
Hey Jens, Thanks for the response. After going through EVERY module, it turns out that the Objectify GWT library is broken in some way. Removing the reference to that cleaned up all the exceptions. Thanks for point me in the right direction! E On Thursday, July 17, 2014 10:47:43 AM UTC-4,

Re: GWT 2.6 CSSResource Changes?

2014-03-19 Thread Evan Ruff
Hey guys, Just a quick note: Colin over at Sencha noticed an old gwt-incubator JAR on my build path. Removing that fixed everything up. Thanks! E On Saturday, March 15, 2014 5:51:44 AM UTC-4, Evan Ruff wrote: Has anyone been able to get appearances/styles to work (especially pretty-print

Re: GWT 2.6 CSSResource Changes?

2014-03-15 Thread Evan Ruff
Has anyone been able to get appearances/styles to work (especially pretty-print names) with GXT 3.1b? Thanks! E On Thursday, March 13, 2014 10:18:55 AM UTC-4, Evan Ruff wrote: Hey guys, Are there any runtime switches that I could be using that might over-write or suppress the obfuscation

Re: GWT 2.6 CSSResource Changes?

2014-03-13 Thread Evan Ruff
Hey guys, Are there any runtime switches that I could be using that might over-write or suppress the obfuscation settings? Thanks, E On Tuesday, March 11, 2014 3:11:22 PM UTC-4, Evan Ruff wrote: Hey Thad, I'm not using mGwt anywhere, so I'm not sure that would be it unless it's

GWT 2.6 CSSResource Changes?

2014-03-11 Thread Evan Ruff
Hey guys, So I updated GWT to 2.6 and I'm having a heck of a time with CSSResources. I'm getting A TON of errors and warnings that look like: [WARN] [app] - Line 12 column 33: encountered -. Was expecting one of: } ; IDENT [WARN] [app] - Line 14 column 10: encountered . Was expecting one of:

Re: GWT 2.6 CSSResource Changes?

2014-03-11 Thread Evan Ruff
Humphries wrote: I've seen errors like these come and go depending on the state of the MGWT SNAPSHOT. Perhaps there is moderately erroneous with a style in GXT? On Tuesday, March 11, 2014 9:11:44 AM UTC-4, Evan Ruff wrote: Hey guys, So I updated GWT to 2.6 and I'm having a heck of a time

Weird Chrome-ness

2013-09-24 Thread Evan Ruff
Hey guys, Wondering if anyone else has encountered some weirdness with the new Chrome update. Since the update, my GWT app fails to start in the usual way. If I access the application in Incognito Mode, it works as expected; otherwise, I'm only given a blank page. There have been no changes to

Re: GWT RPC future ?

2013-03-03 Thread Evan Ruff
Guys, On the heels of David's post, I was going through my application and noticed some poor RPC performance as well... much poorer than I remember. I went through my code and noticed that I'm using Longs in every object, as that's the default @Id for Objectify on AppEngine. Is there a simple

Re: Resolution Dependent ImageBundles

2012-08-16 Thread Evan Ruff
retina images here: http://retina.teknonsys.com On Tuesday, April 17, 2012 5:21:41 AM UTC-4, Evan Ruff wrote: Hey guys, So I'm designing an application to be used on tablets and phones. With the introduction of the new iPad, my images are getting BIG. Real big. HUGE. They're so big

Re: Call for action: Time to rethink a road-map and more frequent updates for GWT.

2012-04-21 Thread Evan Ruff
Just phew Back to regularly scheduled programming. E On Friday, April 20, 2012 6:28:16 PM UTC-4, Ray Cromwell wrote: Over the past year, the GWT team did lose some people (Ray Ryan/Bob Vawter), some moved to other projects, and some recently left for a startup (Bruce/Joel/Kelly).

Re: Resolution Dependent ImageBundles

2012-04-19 Thread Evan Ruff
schrieb Evan Ruff: Hey guys, So I'm designing an application to be used on tablets and phones. With the introduction of the new iPad, my images are getting BIG. Real big. HUGE. They're so big at this point, that it's really unwieldy to download the ginormous ImageBundle; further, when scaled

Re: Resolution Dependent ImageBundles

2012-04-19 Thread Evan Ruff
Joe, SVG would be awesome if my sources were vectors. By the time the images have gotten to me, they're bitmaps. Does GWT support SVG in client bundles? Thanks, E On Tuesday, April 17, 2012 10:21:31 PM UTC-4, Joseph Lust wrote: Note quite what you're looking for, but why not use SVG for

Re: Resolution Dependent ImageBundles

2012-04-19 Thread Evan Ruff
for your bundles and use deferred binding to swap factories between devices based on their pixel density. I dont think you can directly swap out ClientBundles as they are generated by GWT. -- J. Am Dienstag, 17. April 2012 11:21:41 UTC+2 schrieb Evan Ruff: Hey guys, So I'm designing

Resolution Dependent ImageBundles

2012-04-17 Thread Evan Ruff
Hey guys, So I'm designing an application to be used on tablets and phones. With the introduction of the new iPad, my images are getting BIG. Real big. HUGE. They're so big at this point, that it's really unwieldy to download the ginormous ImageBundle; further, when scaled down in the browser,

GWT RPC Between Servers

2012-01-08 Thread Evan Ruff
Hey guys, I have an AppEngine Application and a number of EC2 instances doing heavy lifting. I'd like to use GWT's RPC mechanism to communicate between these two servers and leverage my GWT-Dispatch and Guice structures. I just really like the way that's all handled. I was wondering if anyone

Re: TextShadow won't apply

2011-09-08 Thread Evan Ruff
ANNND as usual, I'm an idiot. I was adding a semi-colon to the end of the statement. myLabel.getElement().getStyle().setProperty( textShadow, #000 5px 5px 5px ); works like a charm. myLabel.getElement().getStyle().setProperty( textShadow, #000 5px 5px 5px *;* ); Doesn't apply.

TextShadow won't apply

2011-09-07 Thread Evan Ruff
I think I might be going crazy. I have a Label element. I'm trying to apply a simple text shadow using: myLabel.getElement().getStyle().setProperty( textShadow, #000 5px 5px 5px ); and it does not show up. I've also tried: DOM.setStyleAttribute( myLabel.getElement(), textShadow, #FFF 5px 5px

Re: Client-side Serialization for HTML5 LocalStorage. JSON?

2011-06-17 Thread Evan Ruff
Ah thanks! This is what I was looking for. Thanks! E -- 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/-/RIuHSIYjRs0J. To post to this group, send

Detecting the user-agent target after compilation for cache-manifest

2011-06-16 Thread Evan Ruff
Hello, Hey guys! I'm trying to integrate GWT into an offline HTML application for Android and iPhone. In order to do this, I need to compile a MANIFEST file to direct the browser to cache files. I've got it working now with a servlet that returns a text/cache-manifest file with a list of the

Client-side Serialization for HTML5 LocalStorage. JSON?

2011-06-16 Thread Evan Ruff
Hey guys, Similar to my cache/manifest post, I'm trying to create the most lightweight JSON conversion algorithms I can. When I try to include a toJSON/fromJSON funciton in my beans, I'm getting nasty serialization errors. The problem lies in the com.google.gwt.json.client.* classes not being

Re: which permutation which user.agent HTML5 manifest help!!!

2011-06-08 Thread Evan Ruff
Shawn, I'm running into this exact same problem. I am generating the cache manifest using a servlet filter, but I cannot figure out which hash is the appropriate file. Did you ever find a solution to this? Does anyone else have a solution to this issue? Thanks! Evan -- You received this

Possible Bug in Tools: Development Mode Log Clear Button

2011-04-28 Thread Evan Ruff
Hey guys, I think I might have stumbled upon a little bug while doing some extensive GWT.log operations. I'm running Eclipse Helios SR2 (32- bit) and Google Plugin for Eclipse 3.6 (2.2.1.v201103311225). So if you have a lot of log entries and want to clear the log using the clear button in the

Re: [Announcement] Protovis-GWT

2011-03-24 Thread Evan Ruff
Awesome Lars! I was looking at that vis library earlier! With Android supporting SVG in Honeycomb, and iOS already supporting it, this would be a GREAT solution! Thanks for doing this! E -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group.

Re: Feedback Requested: Preview of new GWT Style Theme

2011-02-22 Thread Evan Ruff
I'm really sorry but, this not great at all. I just don't see anybody actually using this in a deployed application. Like it or not, the competition for widgets and themes is Vaadin, GXT, SmartGWT, etc. While I understand the default theme is lighter, this just isn't in the same league. I was

Re: Feedback Requested: Preview of new GWT Style Theme

2011-02-22 Thread Evan Ruff
John, Did I speak too soon? Looking at the two showcases, they appear identical in my browser: http://gwt-showcase-clean.appspot.com/#!CwCheckBox http://gwt.google.com/samples/Showcase/Showcase.html#!CwCheckBox Did I miss something? E -- You received this message because you are subscribed

Re: Plugin Upgrade Woes

2010-12-10 Thread Evan Ruff
I have gotten around this issue, but still don't know the cause. In case this sort of weirdness befalls any other GWT dev, here's what I did: 0. Upgrade Eclipse. I was running 3.5 so I jumped to Helios. I upgraded all my tools: GWT, ADT and Subclipse. I used the same workspace and, no surprise,

Re: Plugin Upgrade Woes

2010-12-10 Thread Evan Ruff
e, but this has fixed all my issues. Additionally, and this might just be subjective based on my overwhelming feeling of relief, but Eclipse seems way more responseive. Don't know if that's from clearing all the history or upgrading or what, but I think it's real. Thanks for all your help

Re: Plugin Upgrade Woes

2010-12-08 Thread Evan Ruff
Rajeev, Apparently, Eclipse upgraded my Android plugin at the same time. The new Android plugin had an error in it that was the source of a lot of those errors. I have upgraded the Android plugin and still get the same errors. Thanks, E -- You received this message because you are

Re: Plugin Upgrade Woes

2010-12-07 Thread Evan Ruff
enabled. Thanks for your help! I'll try to be quicker about responding next time! E On Mon, Dec 6, 2010 at 11:07 AM, Rajeev Dayal rda...@google.com wrote: Hey Evan, Thanks for the information. Replies inline. On Sun, Dec 5, 2010 at 1:36 PM, Evan Ruff evan.r...@hendersonsawmill.comwrote

Re: Plugin Upgrade Woes

2010-12-05 Thread Evan Ruff
.htm Rajeev On Sat, Dec 4, 2010 at 10:55 AM, Evan Ruff evan.r...@gmail.com wrote: After fiddling with this some more, I am now getting the project does not have any GWT SDKs on its build path even though the GWT SDK library is marked and the gwt-user.jar and gwt-dev.jar are located

Re: Plugin Upgrade Woes

2010-12-05 Thread Evan Ruff
Oh, one more thing about the errors. This error is a new error and has popped up only after going through a TON of iterations trying to solve the problem. When the .class file issue first occurred, this error did not appear. E On Sun, Dec 5, 2010 at 1:36 PM, Evan Ruff evan.r

Re: Plugin Upgrade Woes

2010-12-04 Thread Evan Ruff
On Dec 2, 12:43 pm, Evan Ruff evan.r...@gmail.com wrote: Hey guys, I'm having a really tough time today. I upgraded my GWT Plugin to 1.4v201010280047 at the update site and it has completely broken all of my projects. When I have the Use GWT item selected in my project properties

Re: Ship a GWT app as a desktop app with local server?

2010-12-04 Thread Evan Ruff
Alain, That's sweet. I've been kicking around HTML5 Offline stuff and haven't really had a lot of success as of yet. This looks like a great low- impact interm solution until the pure stuff is ready! E On Dec 3, 6:00 pm, nino ekambi jazzmatad...@googlemail.com wrote: Hello you Adobe AIR will

Plugin Upgrade Woes

2010-12-02 Thread Evan Ruff
Hey guys, I'm having a really tough time today. I upgraded my GWT Plugin to 1.4v201010280047 at the update site and it has completely broken all of my projects. When I have the Use GWT item selected in my project properties, it will not generate any class files. the WEB-INF/classes folder

Re: Parameters in gwt.xml File?

2010-09-20 Thread Evan Ruff
. You can pull the values in through the PropertyOracle, which is on the GeneratorContext. Thanks everyone! E On Sep 19, 8:20 pm, Thomas Broyer t.bro...@gmail.com wrote: On Sep 19, 6:09 am, Evan Ruff evan.r...@gmail.com wrote: Hey guys, I have a generator that I'd like to configure

Re: Parameters in gwt.xml File?

2010-09-19 Thread Evan Ruff
PM, Evan Ruff evan.r...@gmail.com wrote: Hey guys, I have a generator that I'd like to configure with some parameters in the gwt.xml file. Is there any way I can do that? If so, how does one go about defining them in the gwt.xml and then looking up the parameter in the generator

Parameters in gwt.xml File?

2010-09-18 Thread Evan Ruff
Hey guys, I have a generator that I'd like to configure with some parameters in the gwt.xml file. Is there any way I can do that? If so, how does one go about defining them in the gwt.xml and then looking up the parameter in the generator? If it isn't possible, is there a good way to do it

Re: Switching a class for precompile

2010-08-12 Thread Evan Ruff
:51, Evan Ruff evan.r...@gmail.com wrote: Hello all, I was wondering if anyone can point me in the right direction for what I'm trying to do. Currently, I've got a huge legacy model used in a number of systems currently in production. I'd like to include this model in my GWT project

Switching a class for precompile

2010-08-11 Thread Evan Ruff
Hello all, I was wondering if anyone can point me in the right direction for what I'm trying to do. Currently, I've got a huge legacy model used in a number of systems currently in production. I'd like to include this model in my GWT project, but three (out of, maybe 200 classes) use refection.

Eclipse Helios running SLOW

2010-08-06 Thread Evan Ruff
Hey guys, Just upgraded to 3.6 after this whole Sun/Oracle JVM fix/debacle and I notices that 3.6 EE runs super, duper slow. So slow to the point that code assist is unusable. Here are some changes I made to the config to make it operate a lot better: eclipse.ini: replace the end with this:

Re: GWT PCI Compliance Toolkit

2009-11-17 Thread Evan Ruff
Yozons, I think we are actually on-topic here. PCI Compliance is something that every application must deal with. Because of the hybrid nature of GWT applications, there are certain challenges that are unique to the platform. I think you might be misunderstanding the problem with PCI

Re: GWT PCI Compliance Toolkit

2009-11-17 Thread Evan Ruff
Exactly! Not only do we tell you sucess/failure, we tell you every event that goes through the forum. The module displays the payment form in an iframe. The form includes a style sheet located on your site to match the look and feel of your application. When the user interacts with the form, CRE

Re: GWT PCI Compliance Toolkit

2009-11-16 Thread Evan Ruff
in your list. We use GWT to develop a new E-Commerce system. Duong BaTien DBGROUPS and BudhNet On Fri, 2009-10-02 at 05:20 -0700, Evan Ruff wrote: Hey guys, I'm the project lead on CRE Secure's new iFrame Hosted Payment Page solution (http://www.cresecure.com). I've been a big GWT guy

Re: GWT PCI Compliance Toolkit

2009-11-16 Thread Evan Ruff
Yozons, You're running into one of the most common PCI Compliance misconceptions: just because you don't store the card data does not mean you're compliant. If the application touches the card data IN ANY WAY, even just to immediately transmit to the gateway, you must have your application served

GWT PCI Compliance Toolkit

2009-10-02 Thread Evan Ruff
, if anyone has any PCI Compliance questions feel free to drop me a line our check out our site at http://www.cresecure.com. Thanks! Evan Ruff evan.r...@hendersonsawmill.com Enterprise Development CRE Secure --~--~-~--~~~---~--~~ You received this message because you

Re: How can GWT handle real time data?

2009-09-27 Thread Evan Ruff
I'll second Wil here. Comet is the way to go. I like running a separate meteor server on an alternate sub-domain to get around the whole blocking issue as well. E On Sep 25, 3:08 pm, wil.pannell wil.pann...@pepsiamericas.com wrote: One or the other -- GWT in Practice, or GWT in Action has a

Re: advantages of hibernate

2009-09-27 Thread Evan Ruff
CES, There is a hibernate connector out there for GWT called Gilead: http://noon.gilead.free.fr/gilead/ . I've used the library to quickly get started with the project; however, from a performance standpoint I never felt that it was good enough for actual production deployment. Now I'm no

Rebind for Android/Webkit?

2009-06-10 Thread Evan Ruff
Hey guys, I'm trying to add some rebind parameters for an Android implementation of my application and I just can't seem to get it to work right. In my Application.gwt.xml I'm doing this: define-property name=WebKit values=yes,no/ property-provider name=WebKit![CDATA[ return

Re: Google Wave in GWT

2009-05-31 Thread Evan Ruff
it was built with GWT and HTML5http://googleblog.blogspot.com/2009/05/went-walkabout-brought-back-go... Interesting, a new major Google app that will only work on a few browsers that are still in beta that have HTML5 support. On May 28, 3:52 pm, Evan Ruff evan.r...@gmail.com wrote: Hey

Google Wave in GWT

2009-05-28 Thread Evan Ruff
Hey guys, I've been reading through the Google Wave announcements coming out of Google I/O today. I see that it is built on GWT and uses HTML5. I was wondering if there might be any chance of getting that HTML5 storage library natively into GWT? Anybody have any visibility into this? Thanks!

Re: Gears GWT API on Android behaving differently?

2009-05-11 Thread Evan Ruff
workarounds. You really should write the equivalent little javascript snippet see if that works.  If it doesn't, then post to the android list because it's a problem with your code. On Fri, May 8, 2009 at 8:33 AM, Evan Ruff evan.r...@gmail.com wrote: I was going with the ol

Re: Gears GWT API on Android behaving differently?

2009-05-09 Thread Evan Ruff
Eric, I was able to make contact with the gentleman that posted in the gears group with the same problem. It turns out that he is also using the GWT Gears API as well. I've asked him for more details and he did suggest he had a work around, but I imagine it is something similar to what I've

Re: Gears GWT API on Android behaving differently?

2009-05-08 Thread Evan Ruff
, Evan Ruff evan.r...@gmail.com wrote: Vitali, I was just trying to match '?' in the SQL statement, such as: INSERT into users ( name, city ) VALUES( ?, ? ) so I can mash up my own prepare SQL statement. Also, I can run the test on the android phone to see if that might be the problem

Re: How can i get the offline GWT guide?

2009-05-07 Thread Evan Ruff
Are you talking about the Gears API? http://code.google.com/docreader/#p=gwt-google-apiss=gwt-google-apist=Gears E On May 7, 6:29 am, Thamizharasu S zaru...@gmail.com wrote: Hi, How can i get the offline GWT document for reference? Thanks, Thamizharasu S

Re: Gears GWT API on Android behaving differently?

2009-05-07 Thread Evan Ruff
manipulation engine? E On May 6, 2:07 pm, Evan Ruff evan.r...@gmail.com wrote: Hey Eric, I'm pretty much terrified of Javascript. I'm a little hesitant to make any determination whatsoever as to the cause of the problem. When I run the GWT Gears Sample DatabaseDemo project, it works

Re: Gears GWT API on Android behaving differently?

2009-05-07 Thread Evan Ruff
-users group.  Here are some general observations inline: On Thu, May 7, 2009 at 2:12 PM, Evan Ruff evan.r...@gmail.com wrote: Ok so something really fishy is going on with the Gears API. I created my own prepareSQLStatement that converts the SQL Call and parameter list into a string

Re: Gears GWT API on Android behaving differently?

2009-05-07 Thread Evan Ruff
('') } AVERAGE_PARAM_LENGTH can be anything, but you want the resultant expression to be as close as possible to the actual final length as possible, without going under (assuming this portion of code is your hotpath - otherwise, you won't notice the difference). On Thu, May 7, 2009 at 2:12 PM, Evan Ruff evan.r

Re: Gears GWT API on Android behaving differently?

2009-05-07 Thread Evan Ruff
...@gmail.com wrote: What's the code for the regexp that you are trying what is the source string that you are matching against. On Thu, May 7, 2009 at 3:24 PM, Evan Ruff evan.r...@gmail.com wrote: Vitali, Thanks for your response! That RegExp for the ? was giving me trouble

Re: Gears GWT API on Android behaving differently?

2009-05-06 Thread Evan Ruff
id; public String name = new String(); public String currentSessionId = new String(); } } On May 5, 2:24 pm, Evan Ruff evan.r...@gmail.com wrote: Oh also, I should add, that I checked out the DB structure using the little DB explorer guy

Re: Gears GWT API on Android behaving differently?

2009-05-06 Thread Evan Ruff
Hey Eric, I'm pretty much terrified of Javascript. I'm a little hesitant to make any determination whatsoever as to the cause of the problem. When I run the GWT Gears Sample DatabaseDemo project, it works as expected. I can even replace all of the DB specifics with the internals of my

Gears GWT API on Android behaving differently?

2009-05-05 Thread Evan Ruff
Hey guys, I've got a pretty heavy gears app the works great in IE, Firefox and Chrome; however, I'm getting some inconsistencies when running it on Android using Gears GWT API 1.2.0. Whenever I seem to run ANY query, I get a Wrong number of SQL parameters DatabaseException. Everything works

Re: Gears GWT API on Android behaving differently?

2009-05-05 Thread Evan Ruff
, Evan Ruff evan.r...@gmail.com wrote: Hey guys, I've got a pretty heavy gears app the works great in IE, Firefox and Chrome; however, I'm getting some inconsistencies when running it on Android using Gears GWT API 1.2.0. Whenever I seem to run ANY query, I get a Wrong number of SQL parameters

Re: t...@static is Undefined in Web Mode making 1st service call

2009-05-04 Thread Evan Ruff
Well I'm just about fresh out of ideas on this one. I've tried moving EVERYTHING around in this project but still get this same Javascript error the first time I attempt to access my service. Does anyone have any tips? Thanks again, E On Apr 28, 3:04 pm, Evan Ruff evan.r...@gmail.com wrote

Re: t...@static is Undefined in Web Mode making 1st service call

2009-05-04 Thread Evan Ruff
).setServiceEntryPoint ( GWT.getModuleBaseURL() + /PartsService );         } Other than that, I don't know what could possibly cause that error, you'll have to compile in pretty mode and look at the generated javascript. Cheers, Salvador On May 4, 4:57 pm, Evan Ruff evan.r...@gmail.com wrote

GWT + PhoneGap

2009-05-04 Thread Evan Ruff
Hey guys, I was wondering if anyone out there had started/looked into creating a GWT Wrapper for the PhoneGap API? It's something that I'm looking into but wanted to make sure I'm not duplicating effort. I think that GWT + PhoneGap would just be a spectacular implementation for general mobile

Re: t...@static is Undefined in Web Mode making 1st service call

2009-05-04 Thread Evan Ruff
Yeah I am getting more and more wary of GXT every day. It seems like 2.0 has had the answer for all these issues for quite some time. The problem is, that it's just such a professional looking library that I'm hesitant to switch. For now, I just make sure that I stay COMPLETELY within the

Re: Can GWT replace Struts Technology

2009-05-04 Thread Evan Ruff
Sairam, I have gone from the Struts 1.x to GWT in two previous projects. In both cases, the UI basically gets thrown away and replaced with a new GWT based UI. This allows you to really take control of your application and redesign it in an AJAX friendly way. While the UI will be tossed, the

  1   2   >