Re: The GWT Eclipse Plugin stopped working in Eclipse 2021-06

2021-08-20 Thread Shawn Brown
Ha funny or not after a little use I got the same error. I couldn't find the underlying issue mentioned anywhere (was a missing class) so didn't know what to reinstall and just restarted eclipse. It works again. On Fri, Aug 20, 2021 at 5:57 PM Shawn Brown wrote: > Hey. Sorry to h

Re: The GWT Eclipse Plugin stopped working in Eclipse 2021-06

2021-08-20 Thread Shawn Brown
Hey. Sorry to hear that. I'm on v2021-06 and don't see eGit crashing. That said, I mostly use GitHub Desktop. I do remember struggling with v2021-03 to get a compatible eGit version installed. Not sure why that was or if it's related to the SDBG plugin, but I think I installed the SDBG plugin

Re: The GWT Eclipse Plugin stopped working in Eclipse 2021-06

2021-08-11 Thread Shawn Brown
The latest SDBG release was 2015. You need to build it to get the code changes that enable Java 11 to work. On Wed, Aug 11, 2021 at 7:06 Craig Mitchell wrote: > Sorry, I understand now. Other people have fixed it, it just hasn't been > released. I'm guessing this was the fix: >

Re: Guava version which is compatible with GWT 2.9.0

2021-02-26 Thread Shawn Brown
Hey, [java][ERROR] Hint: Your source appears not to live underneath a > subpackage called 'client'; no problem, but you'll need to use the > directive in your module to make it accessible > > Did you try making the source accessible? S > > On Friday, February 26, 2021 at 4:52:12 PM

Re: Is it possible to implement a web worker with GWT?

2020-11-05 Thread Shawn Brown
Hi, I'm not sure, will this project helps you: > https://gitlab.com/ManfredTremmel/gwt-webworker? > I really want to use it, but can't figure out the docs. In the GWT side, it says to use: *Worker worker = Worker.create() * *...* *worker.postMessage("(may be serialized) data to handle in web

Re: Is it possible to implement a web worker with GWT?

2020-11-05 Thread Shawn Brown
> > Hi, > > I'm not sure, will this project helps you: >> https://gitlab.com/ManfredTremmel/gwt-webworker? >> > > I really want to use it, but can't figure out the docs. > > In the GWT side, it says to use: > > *Worker worker = Worker.create() * > *...* > *worker.postMessage("(may be serialized)

Re: DevMode woe

2016-09-05 Thread Shawn Brown
Thanks. SuperDevMode working debugging with SDBG upgraded to 2.8b2 Selenium testing works better this way! On Mon, Sep 5, 2016 at 1:59 AM Thomas Broyer wrote: > > > On Sunday, September 4, 2016 at 5:27:36 PM UTC+2, Shawn wrote: >> >> >> Is there a way to get it to execute

Re: DevMode woe

2016-09-04 Thread Shawn Brown
Duh?!?! Took my manifest=“offline.manifest” out of the html tag and it seems to be working fine…. Is there a way to get it to execute code modification in the debugger? I found my source and adding a logging statement but can’t save the file so it doesn’t execute. Is there a good book on this

Re: DevMode woe

2016-09-04 Thread Shawn Brown
On Sun, Sep 4, 2016 at 9:24 PM Shawn Brown <big.coffee.lo...@gmail.com> wrote: > And can you access http://127.0.0.1:9876/ ? >>> >> >> Yes and I get: >> GWT Code Server >> >>1. Drag these two bookmarklets to your browser's bookmark bar: >>

Re: DevMode woe

2016-09-04 Thread Shawn Brown
> And can you access http://127.0.0.1:9876/ ? >> > > Yes and I get: > GWT Code Server > >1. Drag these two bookmarklets to your browser's bookmark bar: >Dev Mode On Dev Mode Off >2. Visit a web page that uses one of these modules: > - *app* >3. Click "Dev Mode On" to start

Re: DevMode woe

2016-09-04 Thread Shawn Brown
Thanks for the quick response. Can’t get DevMode to work. >> >> Think it’s related to my app.gwt.xml using: >> >> >> >> Trying my page give me: >> Error:Couldn’t load app from Super Dev Mode server at >> http://127.0.0.1:9876. >> >> Am seeing (in Chrome brower dev console) >> app.nocache.js:54

DevMode woe

2016-09-04 Thread Shawn Brown
Can’t get DevMode to work. Think it’s related to my app.gwt.xml using: Trying my page give me: Error:Couldn’t load app from Super Dev Mode server at http://127.0.0.1:9876. Am seeing (in Chrome brower dev console) app.nocache.js:54 GET http://127.0.0.1:9876/recompile-requester/app

Re: confounding rpc serialization exception

2015-07-16 Thread Shawn Brown
g. guess a library I was using was returning a copy which was unmodifiable. simply throwing the copy into a new LinkedList seems to have solved it On Thu, Jul 16, 2015 at 9:34 PM, Shawn Brown big.coffee.lo...@gmail.com wrote: I added a list containing a class that implements Serializable

confounding rpc serialization exception

2015-07-16 Thread Shawn Brown
I added a list containing a class that implements Serializable, has a public no arg constructor, and contains only strings. Now I get an rpc serialization exception: com.google.gwt.user.client.rpc.SerializationException: could not get type signature for class

Re: Memory Leak caused by ThreadLocalMap - The suspect is com.google.gwt.user.server.rpc.AbstractRemoteServiceServlet

2012-11-27 Thread Shawn Brown
The current implementation of com.google.gwt.user.server.rpc.AbstractRemoteServiceServlet uses two instances of ThreadLocal to wrap the HttpServletRequest and HttpServiceResponse objects. (both are not static; couldn't see any calls to remove; this is in the sychronized block - couple of

Re: Are you happy with GWT?

2012-10-12 Thread Shawn Brown
( I really recommend to try out SuperDevMode). Sounds great but for anyone using AppEngine and RPC calls, won't really work without tons of hassle (as far as I can find). http://code.google.com/p/google-web-toolkit/issues/detail?id=7522 -- You received this message because you are subscribed

Re: GWT 2.5 RC2 is out. Can we see release notes?

2012-10-04 Thread Shawn Brown
Is it possible to get release notes to see what's new? Isn't this it https://developers.google.com/web-toolkit/release-notes#Release_Notes_Current ? -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to

Re: Can't get touch handlers to fire?

2012-08-09 Thread Shawn Brown
I can't get touch handlers to fire: see this http://stackoverflow.com/questions/11875484/how-to-use-touch-handlers-does-gwt-support-them/11875997#11875997 -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email

Re: Is there any chart library for GWT?

2012-08-05 Thread Shawn Brown
Hi, Interactive, GWT compatible, touch screen ready, full animation. trust me, nothing better than this https://www.sencha.com/ Well GWT Highcharts is better if you need the client to see the same thing in a pdf as they do on the screen. GXT doesn't have that functionality and it'd be

Re: Application size due to Internationalization

2012-07-25 Thread Shawn Brown
Thanks for your suggestions. Yes, I did this. But the main issue I am unable to solve is the size of the code. It is too big to deploy on app.spot. I don't think that is the case. Prior to AE1.7, I was over the limit due to permutations as well. AE1.6 was 150MB/app right, and 1.7 is 1gb (total

Re: Debugging is terribly slow

2012-07-08 Thread Shawn Brown
Do others have this problem, too? No I didn't at all, and then suddenly I did. Virtually unusable. The difference was I upgraded to EE IDE for Web Developers and the validation it does really messed me up. I turned everything off except for the xml, jsp, html and web validators. Now it's

Re: can we use load-on-startup for serviceImpl

2012-06-20 Thread Shawn Brown
my question here is can we do load-on-startup for this servlet. currently servlet is not loading on startup. How do you know?? ;^) public void SlimLookUpImpl() is a method that never gets called. Try one of these: @Override public void init() throws ServletException { } private

Re: GWT offline

2012-06-18 Thread Shawn Brown
We had the same problem. But instead of doing what you did, we found in the doc that the nocache.js file should be returned by HTTP servers as non-cachable. This solves the issue. You just write a servlet that sets Headers when delivering that file. OK but I don't understand. Isn't

Re: GWT offline

2012-06-18 Thread Shawn Brown
I think you're confusing two different things: - browser cache - Application Cache (the feature added in HTML5) They are 2 different caches. A browser can (and will) store nochache.js file in Application Cache (HTML5) even if it is not storing it in regular browser cache. Yeah I think you

Re: GWT offline

2012-06-17 Thread Shawn Brown
Can i use gwt offline? if so, how? I havent been able to get it to work offline for over a week Yes you can. What have you done? My approach (=no guarantee to be best practice) is to: 1) use a linker to make the offline manifest (one for each permutation) 2) timestamp, rename, and map to

Re: SmartGWT GUI Layout

2012-05-13 Thread Shawn Brown
Need help in SmartGUI layout issue mentioned below: Why don't you try http://forums.smartclient.com/ ??? -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to google-web-toolkit@googlegroups.com. To

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

2012-04-16 Thread Shawn Brown
Honestly, everything sounds to me like a political choice to force people to shift from java platform develepment to Dart platform, leveraging the huge Android diffusion through cellphones and tablets. OK yeah sure maybe it is political but ... What if Oracle wins big against Google in terms

Re: HTML5 Offline Web-Application

2012-04-08 Thread Shawn Brown
Hi, Followed this thread, and also stumbled the same problem. anyone solved this? DevMode warning: Clobbering appcache.nocache.manifest to allow debugging. Recompile before deploying your app! And the appcache.nocache.manifest_user-agent doesn't contain the js file name! Any idea what

Re: Dev Mode results in 'spinning wheel' delays on Mac

2012-04-06 Thread Shawn Brown
Do other people experience this problem when using Dev mode? No. I think you people are both seeing it swap from lack of memory. What do you have in your dev mode VM args? I have -Xss16M -Xmx1G What do you have for eclipse.ini? I have -XX:MaxPermSize=512m -Xms40m -Xmx1G Neither of these

Re: GWT Performance : Good or Bad ?

2012-03-27 Thread Shawn Brown
Hi, A grid with 23 columns that contains at least 10 GridRenderer GXT 3.0: All data widgets support cells (instead of renderers) Cells support events and can fire events High performance via flyweight pattern the model used in GXT did not extend well to our MVP setup. for GXT 3.0 (in beta)

Re: when combined with GAE, app.yaml / web.xml user authentication and login/logout not really working

2012-01-15 Thread Shawn Brown
I'm writing a web app using GWT and GAE (Java).  I know GAE pretty well, especially the Python version; I'm new to GWT and the Java version of GAE. Uuugh, an evil GAE python user who always gets features before us Java users. ...just kidding...  security-constraint    

Re: MVP framework(s) doubt

2011-12-03 Thread Shawn Brown
I think you have no problem. Sorry about the delay :) The main issue that I am having is in Eclipse, something when I make a change (little change) and I reload my app in Firefox I get this on the console: java.lang.OutOfMemoryError: PermGen space   [ERROR] Out of memory; to increase the

Re: Assistance required by a novice.

2011-11-15 Thread Shawn Brown
http://lmgtfy.com/?q=GWT+Designer -- 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 to

Re: GWT a breadbcrumb for NooBS like me.

2011-11-10 Thread Shawn Brown
When GreetingServiceAsync is an interface, from which we obtain an object. - Yet... What the hell is in that thing! If your question is how it is used, you would be better off to look at http://code.google.com/webtoolkit/doc/latest/tutorial/RPC.html Understanding deferred binding isn't a

Re: future of gwt who use gwt

2011-10-25 Thread Shawn Brown
The death of Go seems to me that Dart is just another experiment of Google. When did Go die? Also, if it were dead, why did Google introduce it in the most recent AppEngine API? That was two weeks ago. http://blog.golang.org/2011/10/go-app-engine-sdk-155-released.html Just asking... Shawn

Re: syncProxy + Xsrf

2011-09-30 Thread Shawn Brown
Just for the record, I guess the underlying issue is that syncProxy uses interfaceWhateverService extends XsrfProtectedService and does not use  WhateverServiceAsyn that gets created by GWT.create(). I gave up on syncProxy and will use the appengine remote api instead

is code using DateTimeFormat not testable?

2011-09-23 Thread Shawn Brown
I'm just trying to test my code that has DateTimeFormat in it. However I see ... java.lang.ExceptionInInitializerError at com.google.gwt.i18n.client.DateTimeFormat.getDefaultDateTimeFormatInfo(DateTimeFormat.java:808) at

syncProxy + Xsrf

2011-09-15 Thread Shawn Brown
Hello, In trying to test rpc protected with GWT's RPC XSRF protection, I used syncProxy to get a valid xsrf token and then modified syncProxy to write it to the request the same way that GXT does in RemoteServiceProxy.java (i.e. by writing it to the request body with

Re: syncProxy + Xsrf

2011-09-15 Thread Shawn Brown
I guess the underlying issue is that syncProxy uses interfaceWhateverService extends XsrfProtectedService and does not use  WhateverServiceAsyn that gets created by GWT.create(). I also tried using SyncProxy to use WhateverServiceAsync but can't set the Xsrf token in the normal manner --

Re: How to send mail using Google App Engine?Very Urgent, I have been waiting for your reply.

2011-09-12 Thread Shawn Brown
       public void init(ServletConfig config) throws ServletException {                super.init(config);                System.out.println(Mail Servlet is called);                Properties properties = new Properties();                Session session =

Re: How to send mail using Google App Engine?Very Urgent, I have been waiting for your reply.

2011-09-12 Thread Shawn Brown
On Mon, Sep 12, 2011 at 8:00 PM, Shawn Brown big.coffee.lo...@gmail.com wrote:        public void init(ServletConfig config) throws ServletException {                super.init(config);                System.out.println(Mail Servlet is called);                Properties properties = new

XsrfToken + GWTTestCase = ERROR: GWT.create() is only usable in client code!

2011-09-12 Thread Shawn Brown
Hi, I'm trying to test rpc calls. As I am using Xsrf protection, I tried getting a token via the same code I use in my module: final XsrfTokenServiceAsync xsrf = (XsrfTokenServiceAsync) GWT.create(XsrfTokenService.class); However, this does not work and I see:

Re: Request Factory and com.google.appengine.api.datastore.Text type

2011-09-11 Thread Shawn Brown
The reason is that String are limited to 500 characters in the datastore. send a string and convert it before storing Text text = new Text(someSentString); ...and back out again... String s = text.getValue(); Shawn -- You received this message because you are subscribed to the Google

Re: HTML5 Offline Web-Application

2011-08-25 Thread Shawn Brown
@1: Chrome Dev Tools are great. Nevertheless I was thinking about reading the online/offline DOM flag from within my client code to detect whether the application is online or offline. Oh, that I do not know. @2: Great idea. Servlet filter, intercepting requests to appcache.nocache.manifest

Re: HTML5 Offline Web-Application

2011-08-25 Thread Shawn Brown
Hi, Sorry for getting confused with the API. I did not want to sound rude... Yeah no problem at all... The only solution I have come up so far is this: (It generates an offline manifest for every user.agent. So after compiling I have six different manifests in the WAR directory. Which

Re: HTML5 Offline Web-Application

2011-08-25 Thread Shawn Brown
.  I need to add in some .css and .gif files, as well as get the rpc stuff under network so I do the following:  (well I took some other stuff out ... but this is mostly it ) One more thing: private void addToCache(StringBuilder buf, EmittedArtifact artifact) {

Re: HTML5 Offline Web-Application

2011-08-25 Thread Shawn Brown
Do I have to rename the returned offline manifest to match the name described in the HTML file? (appcache.nocache.manifest) No, 1) get the servlet context at init time private ServletContext context; @Override public void init(FilterConfig arg0) throws ServletException {

Re: HTML5 Offline Web-Application

2011-08-24 Thread Shawn Brown
Hi, I already succeeded in tweaking the simpleappcachelinker class a little bit to create a first simple Offline application. Now I have two question concerning this topic: 1.) Are there methods inside GWT to read HTML5 Offline Web Appliation events? (Online? Offline? Finished Caching?

Re: (perplexing + frustrating) CSS image not found

2011-08-23 Thread Shawn Brown
HI, Why can I directly access them using the url that it is being reported GWT can not find them at. I mean: /images/panel/top.gif  --- is found /images/panel/bottom.gif -- is not found by gwt but can be accessed by using the link DevTools says GWT says it's not at. It's just beyond

Re: (perplexing + frustrating) CSS image not found

2011-08-23 Thread Shawn Brown
.panelAddTop {  background-image: url(../images/panel/top.gif); } .panelEnterBottom{  background-image: url(../images/panel/bottom.gif); } So I would expect neither or both to be found since they both resolve relative to the CSS file.  That one is found but not the other really

Re: (perplexing + frustrating) CSS image not found

2011-08-23 Thread Shawn Brown
Yikes Ok what works is;   background-image: url(/resources/images/panel/top.gif);  }  .panelEnterBottom{   background-image: url(/resources/images/panel/bottom.gif);  } where the application is structured /war /war/resources/ /war/resources/images /war/resources/css etc. That

(perplexing + frustrating) CSS image not found

2011-08-22 Thread Shawn Brown
Hi, I have a compiled project deployed on AppEngine. Some .gif files are not found by GWT. I am perplexed. The CSS file is found. Other .gif images used by the CSS file are found. Looking at DevTools in Chrome, I see which ones are not found. Clicking on the link, the server finds them and

GWT.runAsync broken

2011-08-13 Thread Shawn Brown
Help, I'm seeing an error with GWT.runAsync on Safari (v5.1, 4.01): com.google.gwt.core.client.impl.AsyncFragmentLoader$HttpDownloadFailure: Download of http://xyz.appspot.com/myapp/deferredjs/DB91D61F68FC8AD63A3F2FE426E34531/5.cache.js failed with status 0() at

Re: Problems deploying to app engine

2011-08-13 Thread Shawn Brown
Hi, You can see what that is like here: http://3.michaeltyack.appspot.com Look at firebug or the web inspector in safari or chrome and look for errors in the console. It shows an error stemming from this code in 909C8695A83550446C89538CB145ACB1.cache.html:1486[object Object]: function

Re: GWT Developer Plugin on Safari 5.1 (OS X Lion 10.7) doesn't load

2011-07-21 Thread Shawn Brown
Glad it's not just me. It broken on SnowLeopard too after upgrading to Version 5.1 (6534.50) I saved the .dmg and ran the GWT Dev Plugin.mpkg which showed it installed, but it doesn't show up as installed after re-launching Safari. 7/21/11 3:44:46.041 PM installd: PackageKit: - Begin

Re: GWT Developer Plugin on Safari 5.1 (OS X Lion 10.7) doesn't load

2011-07-20 Thread Shawn Brown
Glad it's not just me. It broken on SnowLeopard too after upgrading to Version 5.1 (6534.50) Shawn -- 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

Re: GXT : Out of memory error

2011-06-14 Thread Shawn Brown
I am new to GXT development.We have used GXT in our project. However, on running the hosted mode in debug I encounter Out of memory error very frequently. Is there any thing which i can do to prevent this or minimize the frequency of occurance? Any tweaks for this? Can't you go to Run

Re: javascript call from GWT?

2011-05-27 Thread Shawn Brown
Hi group, From GWT class, I need to call a javascript method. Please reply asap. try this http://lmgtfy.com/?q=gwt+call+javascript Best Regards -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to

Re: New HTML5 features in GWT?

2011-05-22 Thread Shawn Brown
Whats the plan for other HTML5 features in GWT? Like web worker and/or file especially about web worker Shawn -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to

GWT Linkers target HTML5 WebWorkers

2011-05-22 Thread Shawn Brown
Hi, Looking at the GWT Linkers target HTML5 WebWorkers presentation from I/O '10, it states to load the webworker by calling new Worker(module.cocache.js); However the Worker class just has a no-arg constructor. How do we load it? I've got the linker producing the js, but how do I load it?

Re: GWT RPC XSRF protection - Invalid RPC token

2011-05-05 Thread Shawn Brown
Hi, com.google.gwt.user.client.rpc.XsrfTokenService.getNewXsrfToken()' threw an unexpected exception: com.google.gwt.user.client.rpc.RpcTokenException: Invalid RPC token (Session cookie is not set or empty! Unable to generate XSRF cookie) What do these show? Have you tried logging the

Re: [appengine-java] does the Google AppEngine or WebToolkit replace the bootclasspath of the running Java runtime?

2011-03-13 Thread Shawn Brown
Hi, Do you have the contact information for the Apple Engineer? He's contacted you, Toby, off list now. I got cc'd on the mail. Let me know if for some reason you didn't get it. Shawn -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To

does the Google AppEngine or WebToolkit replace the bootclasspath of the running Java runtime?

2011-03-12 Thread Shawn Brown
Hi, I used the open-jdk workaround to solve the problems introduced by the latest apple java sdk update but have a question an Apple engineer asked me about the following: http://code.google.com/p/googleappengine/issues/detail?id=4712

Re: Many problems when updating from 2.1.1 to 2.2

2011-02-23 Thread Shawn Brown
Try http://code.google.com/eclipse/docs/install-from-zip.html I also had to uninstall the stuff from instantiations such as GWTDesigner, windowsBuilder etc. [help -- install new software -- what is already installed -- uninstall GWTDesigner, windowsBuilder etc.] Seems to works with Ext GWT

Re: Problems while installing Google Updates for Eclipse 3.6

2011-02-18 Thread Shawn Brown
Hi, I'm also facing the same problem. Any help would be appreciated. Try http://code.google.com/eclipse/docs/install-from-zip.html I also had to uninstall the stuff from instantiations such as GWTDesigner, windowsBuilder etc. [help -- install new software -- what is already installed --

Re: Is there a way to use i18n in a shared class that works on client and server too?

2010-12-09 Thread Shawn Brown
Hi, How can I handlei18nin a class that I use in server classes and in client classes? Here is a recent thread on the topic. http://www.mail-archive.com/google-web-toolkit@googlegroups.com/msg48015.html I think you'll find GWT doesn't do this well. Shawn -- You received this message

Re: Several Servlets Help

2010-11-28 Thread Shawn Brown
http://lmgtfy.com/?q=servlets On Mon, Nov 29, 2010 at 2:14 PM, Noor baken...@gmail.com wrote: HI, in almost every tutorial I have seen only on servlets, Is it possible to have several servlets. if yes how to manage the several servlets -- You received this message because you are subscribed

Re: GWT-EXT Store is not working in server side

2010-11-22 Thread Shawn Brown
I am using GWT-EXT. I am having trouble initializing GWT-EXT Store in a RPC call in server side. I use all my Stores client side. I can't see the purpose of using it server side. Of course I load the data into the store via RPC... Shawn -- You received this message because you are

Re: Problem with Google App Engine

2010-11-17 Thread Shawn Brown
Any ideas? Get the libraries in your path obviously. Beyond that though, I can see no purpose for running a swing application on a server. How is anyone going to see it? Anyway, I concede you may be using the class somehow that I can not fathom, so just look at the error to see what you need.

Re: Problem with Google App Engine

2010-11-16 Thread Shawn Brown
thanks for the good news. I haven't actually seen the Spring Roo framework so far and I don't really need it. Can anyone point out how I can deploy my App so that all used classes, including javax.swing.event.EventlistenerList will be supported? Deploy my App means to Tomcat right? I don't

Re: Problem with Google App Engine

2010-11-16 Thread Shawn Brown
so I followed your advice to set up a completely new GWT project in eclipse without App Engine support (unchecked during creation of the project). When I linked the classes i need that are not supported by GAE, I did no longer get an error from Eclipse. So I thought: success. After running the

Re: Problem with Google App Engine

2010-11-16 Thread Shawn Brown
What is the error? Are you sure javax.swing.* is supported in GWT? Shawn -- 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 group, send

Re: GWT + JDO (GAE)

2010-11-07 Thread Shawn Brown
Hi, I've been using JDO these weeks. I've followed the tutorial at GAE Docs, and I learned how to create and get entity objects. It just my opinion based on struggling with JDO that objectify is much easier to use. Much much much easier. http://code.google.com/p/objectify-appengine/ Shawn

Re: 2.1 linker changes (solved)

2010-11-02 Thread Shawn Brown
Hi, In 2.04 appName.nocache.js was emitted in the link method but in 2.1 it isn't Yes it is, but the SelectionScriptLinker now supports shardability (and all built-in linkers are shardable), so the linker is called once per permutation and then a last time after all permutations have

Re: Announcing GWT 2.1

2010-10-31 Thread Shawn Brown
That being said, I'm not a Spring (nor Guice) fan, so would actually enjoy seeing numbers that show, say, your stack w/Spring takes x% more time than the same stack w/o Spring. Here's what I read... I’ve been able to reduce my cold start time on AppEngine from an average of 8.1s to 2.5s, a

Re: 2.1 linker changes

2010-10-31 Thread Shawn Brown
Should appName.nocache.js be one of the Artifacts obtained via artifacts.find(EmittedArtifact.class)? In 2.04 it was emitted in the link method but in 2.1 it isn't Is this by design? If so, what is the design?!? Shawn Later the log reports  Emitting resource projectName.nocache.js

Re: Announcing GWT 2.1

2010-10-31 Thread Shawn Brown
That being said, I'm not a Spring (nor Guice) fan, so would actually enjoy seeing numbers that show, say, your stack w/Spring takes x% more time than the same stack w/o Spring. One more: http://www.streamhead.com/google-appengine-java-loading-request-analysis/ Shawn -- You received this

2.1 linker changes

2010-10-29 Thread Shawn Brown
Hi, On upgrade to 2.1, a linker I used to catch the projectName.nocache.js file that I need. I used to find it in the link method but now it doesn't appear in the ArtifactSet. @Override public ArtifactSet link(TreeLogger logger, LinkerContext context, ArtifactSet artifacts) throws

Re: 2.1 linker changes

2010-10-29 Thread Shawn Brown
Later the log reports  Emitting resource projectName.nocache.js Just to clarify. Version 2.0.4 includes appName.nocache.js in the ArtifactSet passed into the link method of a class that extends AbstractLinker AND reports writing it to disk Emitting resource appName.nocache.js and writes it to

Re: GWT Designer not available ...

2010-09-01 Thread Shawn Brown
The email address dev-tools-sa...@google.com is not valid. What is the actual email address to use? What I did was check the original message I got when I purchased a license. There was an email address of an individual there to contact if there were any questions. He was out of town but

Re: Digest for google-web-toolkit@googlegroups.com - 25 Messages in 14 Topics

2010-08-30 Thread Shawn Brown
Please stop emailing me. No more. I have so many emails from this To unsubscribe from this group, send email to google-web-toolkit+unsubscr...@googlegroups.com. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send

Re: GWT eat your own dogfood ? Future of GWT ?

2010-08-27 Thread Shawn Brown
Unfortunately, we have to manually approve posts from new members to . We typically review postings from new members several times a day. After that, your posts should appear immediately. Please, consider removing this manual control spam. It is slowing down the community. We have to wait

Re: Reusing GWT Localization in Server Side Code

2010-08-27 Thread Shawn Brown
all localisation should be done on client side in a clean architecture, even notifications. Localisation is presentation logic which belongs to the client Server should only hold persistence and business logic. Send error/warning/information codes plus parameters to the client. That's a

Re: Detecting mobile phones browser

2010-08-15 Thread Shawn Brown
I wont to know if by checking the user.agent property in the gwt.xml I don't know what that returns but have seen this in my servlets with Android 2.1 GET /myCache.manifest HTTP/1.1 200 1120 - Mozilla/5.0 (Linux; U; Android 2.1-update1; en-us; HTC Magic Build/EPE54B) AppleWebKit/530.17 (KHTML,

Re: why we probably won't use GWT for a large UI project

2010-08-10 Thread Shawn Brown
I'm looking to get this group's feedback before I present my findings to the team. What do you think? If open source is nice then go for gpl and ExtGWT (GXT). If you don't pay the commercial fee, then you have to open source your project I believe. Shawn -- You received this message because

Re: GWT, web service and reverse ajax/Comet

2010-08-10 Thread Shawn Brown
I don't think you can because you can't keep a connection open to the client so polling would be your only option. Sorry I was thinking you were using GoogleAppEngine too. My bad... If not , yeah. -- You received this message because you are subscribed to the Google Groups Google Web

Unmatched /embed encountered. in script from dev mode

2010-08-09 Thread Shawn Brown
Hi, **[safari plugin seems broken]** In Dev mode when accessing my page, I immdiately see [The HTML that caused this error was generated by a script.] Unmatched /embed encountered. Ignoring tag. Then inexplicably, I see .gif files not being resolved. They are there when deployed and I can

Re: GWT, web service and reverse ajax/Comet

2010-08-09 Thread Shawn Brown
I have found StreamHub, GWT-Comet (and more) online but I'm not sure if I can use these libaries in the manner I am proposing... I don't think you can because you can't keep a connection open to the client so polling would be your only option. Personally I liked DWR. If you have a 2rd server

Re: Anyone know of any Android History token problems?

2010-08-06 Thread Shawn Brown
I've noticed the browser on my Android phone doesn't seem to fire some history events for my little online game; I wondered if this was a Android issue, or something with my code that only shows up on Android. I've seen it too but haven't gotten to the bottom of it. Sometimes it works

Re: instance of Servlet in web.xml

2010-08-05 Thread Shawn Brown
I need to get and instance of the servlet specified in web.xml. I have a main running in the same JVM as the servlet. I think you need to understand GAE. I don't think you know what JVM you are running in GAE and that it can be killed at any time and that what your client sends may be handled

Re: Wave Demise.........sad day for GWT

2010-08-04 Thread Shawn Brown
I just worry about GWT itself.  Google may kill GWT some day. Our project heavy uses it:(. Not anytime soon I imagine. Look Google just acquired instantiations which makes the gwtdesigner. http://www.instantiations.com/ -- You received this message because you are subscribed to the Google

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

2010-08-04 Thread Shawn Brown
How can I know which which permutation (exactly which files) are for which user.agent? I assume that information is available if I look for it during compile time by extending an AbstractLinker, adding it my xxx.gwt.xml config file. I need to know because in order to make a cache.manifest for

Re: How does Google earn money from GWT?

2010-08-02 Thread Shawn Brown
Surely one way could be via appengine. no? -- 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 group, send email to

Re: How does Google earn money from GWT?

2010-08-02 Thread Shawn Brown
During my GWT presentation, I was being asked this question which I could not answer. It goes, How does Google earn money from GWT? AdWords is a small product at Google. You may have heard of it. And it's recently been--the user interface of that has been revamped from the ground up as a GWT

Re: How does Google earn money from GWT?

2010-08-02 Thread Shawn Brown
@Frank A I hate stupid spammy sites like yours that steal content and load their site with ads. Here's the original source of the IO session Me too. Didn't have the proper original link. Sorry about that. Please don't accuse me though without knowing the facts first. But I do hate those

Re: HTML5 Offline GWT APP

2010-07-29 Thread Shawn Brown
Hey Julio, The problem is finding out which files are cached and how... i don't know if there is any tool that show you that. Here's one way... Go to the The Application Cache Database section http://building-iphone-apps.labs.oreilly.com/ch06.html Shawn -- You received this message because

Re: HTML5 Offline GWT APP

2010-07-28 Thread Shawn Brown
Hi, The problem is finding out which files are cached and how... i don't know if there is any tool that show you that. I tried to see what would happen if a file wasn't cached by using a whitelist of things to load off the network. CACHE MANIFEST ...list of files... NETWORK: index.html

Re: HTML5 Offline GWT APP

2010-07-27 Thread Shawn Brown
Hi Julio, Thanks Arthur, the linker works perfectly. Did you use the com.google.gwt.core.ext.linker.AbstractLinker and just override the link method? If so, are we just outputting the file names to make a suitable manifest in the link method. Will this compile the project and make the

Re: HTML5 Offline GWT APP

2010-07-27 Thread Shawn Brown
It seems to be working, but debugging is not easy. Why is that? Can't you use Firebug, the Error console in Safari or the Dev console in chrome to display logging? Sorry if it's a dumb question but ... Anyway thanks! Shawn -- You received this message because you are subscribed to the

(Random can't be used in a static method) ?????

2010-07-22 Thread Shawn Brown
is this as expected (Random can't be used in a static method) ? public static void test() { // static method Log.info(random int +Random.nextInt(6)); } -throws a java.lang.UnsatisfiedLinkError: com.google.gwt.user.client.Random.nextInt(I)I BUT ...

  1   2   >