Re: elemental2 indexeddb example?

2019-01-27 Thread rhodebump
> Javadoc can be found here fwiw: > https://javadoc.io/doc/com.google.elemental2/elemental2-indexeddb/1.0.0-RC1 > > On Sunday, January 27, 2019 at 5:57:44 AM UTC+1, rhodebump wrote: >> >> >> I am interested in using indexeddb from within GWT. I found the >> following

elemental2 indexeddb example?

2019-01-26 Thread rhodebump
I am interested in using indexeddb from within GWT. I found the following library that indicates that it provides indexeddb support https://github.com/google/elemental2 Does anyone have an example of opening a database? *Thanks,* *Phillip* -- You received this message because you are

GWT application implemented as Wordpress plugin

2018-04-02 Thread rhodebump
and security. It may be a good starting point for someone if they wanted to implement a wordpress plugin with GWT. https://github.com/rhodebump/forgebiz-closings https://wordpress.org/plugins/forgebiz-closings/ Sincerely, Phillip -- You received this message because you are subscribed

Re: Googlebot dissing my GWT app

2012-10-15 Thread rhodebump
That meta tag did the trick. Thanks very much On Friday, October 12, 2012 8:52:32 AM UTC-4, rhodebump wrote: I will give that a shot (adding the meta tag). I did not think that was nessary since all my links on that page did use the hash bang syntax. Thanks very much. If this works

Re: @sprite for background-image only?

2012-10-15 Thread rhodebump
Awesome, i will give it a shot! Thanks On Monday, October 8, 2012 8:06:38 PM UTC-4, Thomas Broyer wrote: On Monday, October 8, 2012 11:58:05 PM UTC+2, rhodebump wrote: Hello, I am trying to use the @sprite annotation to help reduce my image downloads. I have the following css, which

Re: Googlebot dissing my GWT app

2012-10-12 Thread rhodebump
know about www.spot...com/#!home yet, only about www.spot...com. Sitemaps just complement a discovery crawl (so that's probably not enough). Only with the meta tag, googlebot will go to www.spot...com?_escaped_fragment_= On Wednesday, October 10, 2012 8:02:05 PM UTC+2, rhodebump wrote

Googlebot dissing my GWT app

2012-10-10 Thread rhodebump
Hi, I have been trying for weeks, but can't get google to update it's index for my GWT application. If i do a google search of my site (site:www.spotmouth.com), only my first page comes up. I have read (many many times) the docs for https://developers.google.com/webmasters/ajax-crawling/

@sprite for background-image only?

2012-10-08 Thread rhodebump
Hello, I am trying to use the @sprite annotation to help reduce my image downloads. I have the following css, which uses a border-image property. I would love to be able to use the sprite annotation, but this is only for background images. Is there a way to use imageresources/cssresources

writing gwt application to be able to use wordpress/drupal themes?

2012-08-29 Thread rhodebump
Hi, I have a GWT application that many consider to be ugly (which is my fault since I am not a designer). One idea that under consideration is the writing of some GWT components, such as Page, Article, Footer, etc... that use UIBinder and emit html that would match what a product like

Re: Best serverside architecture(framework/stack) to use with GWT for large application...please show me the light

2012-08-29 Thread rhodebump
I love GRAILS and GWT development. Grails make hibernate development very easy for java guys, and grails has hardly any xml stuff to deal with. www.spotmouth.com is an GWT/Grails combo On Saturday, August 25, 2012 7:48:12 PM UTC-4, GWTter wrote: Hi all, I've been doing research on this for

Long Polling (aka server push) with JsonpRequestBuilder?

2011-12-13 Thread rhodebump
Hi, I am trying to implement server push using the idea described here, http://code.google.com/p/google-web-toolkit-incubator/wiki/ServerPushFAQ While I have read that one must keep the outbound connection down to two, I cannot seem to be able to have two simultaneous requests from

Form vs. chunk data to send via JsonpRequestBuilder

2010-06-20 Thread rhodebump
hi, I need to transfer a image file (which is a url encoded string) to a third party server. GWT has a reference to this string (wrote a library that integrates GWT with Phonegap). As I see it, I have 2 options: 1) Use the GWT form and put my image string as a hidden form field and post it to

java.util.Map with Javascript Overlay example?

2010-06-18 Thread rhodebump
Can anyone point me to an example in which someone uses Javascript Overlays to create a java.util.Map. I've tried, but keep getting a java.lang.ClassCastException: com.google.gwt.core.client.JavaScriptObject$ cannot be cast to java.util.Map Is it even possible? Or am I limited to using a

GWT/iphone/phonegap server communication

2010-06-12 Thread rhodebump
All, I am building an iphone app using GWT/phonegap, so my GWT application will be running from the filesystem in Safari. Given this, would it make sense for me to use RPC to communicate with remote server? My assumption here is that running from the filesystem will allow me to do this. I have

Using Javascript Overlays vs. Manually setting up POJO instances?

2010-06-09 Thread rhodebump
I have several Java classes that I am using on the serverside, and I am using these same classes to serialize the JSON stream back to my GWT application. I am using the JsonpRequestBuilder to call my service and it is successfully returning a JavascriptObject. What is the recommended approach

Re: Using Javascript Overlays vs. Manually setting up POJO instances?

2010-06-09 Thread rhodebump
on the client side is usually pretty simple and doesn't have deep hierarchies. --Sri On 10 June 2010 02:56, rhodebump rhodeb...@gmail.com wrote: I have several Java classes that I am using on the serverside, and I am using these same classes to serialize the JSON stream back to my GWT

integration with iui css?

2010-06-07 Thread rhodebump
I am working on getting my GWT application to use the iui.css and things are not going as expected. While I have been able to output the html dom structure that iui needs (ul/li/ etc), not quite working. Before I keep digging, I was wondering if anyone else on this list has tried to get the