[appengine-java] Re: Question About Loading HTML into a Frame

2011-01-02 Thread Eric Atkinson
7;t be > able to serve it to your application. Hence the 404. > > regards > > didier > > On Jan 1, 5:33 pm, Eric Atkinson wrote: > > > > > > > > > The App Engine Manual says that any file I put in the WAR (or > > subdirectory) is automatically

[appengine-java] Question About Loading HTML into a Frame

2011-01-01 Thread Eric Atkinson
The App Engine Manual says that any file I put in the WAR (or subdirectory) is automatically known to the app, so why, when I use the following code... Frame frame = new Frame("/StrategicInternationalSystems/war/WEB-INF/ pages/Summary.html"); dockLayoutPanel.add(frame); ...does it

[appengine-java] Streaming Data From External Server to App Server to Client(s)?

2009-09-24 Thread Eric Atkinson
Scenario: My google app server is currently setup to receive streaming data (stock quotes and news) from my stockbroker's site to my google app server. However, I also wish to immediately forward this streaming data from my google app server to my client(s) -- a push instead of a pull. I cannot

[appengine-java] Re: App Engine 1.2.5 Doesn't Support String, Exception, SAXParser in Java?

2009-09-22 Thread Eric Atkinson
e with the > Eclipse IDE where it can sometimes too aggressively remove plugins which it > believes are no longer in use. > > > > On Tue, Sep 22, 2009 at 5:20 PM, Eric Atkinson wrote: > > > I justed updated to App Engine 1.2.5 and now all my software is full > &g

[appengine-java] App Engine 1.2.5 Doesn't Support String, Exception, SAXParser in Java?

2009-09-22 Thread Eric Atkinson
I justed updated to App Engine 1.2.5 and now all my software is full of compiler errors because it says app engine no longer support classes like String, Exception, SAXParser in Java. Should I revert back to an earlier app engine that did support them or is this really the "new" app engine suppor