Wednesday, May 25, 2011

Re: download gwt application data

GWT apps manipulate the browser's DOM directly via Javascript, so there is no HTML layout. Is that what you mean by "page content"? However, you can use the Snapshot Firefox extension to save the DOM structure at a given point in time as an HTML file.

HTH,
/dmc

On Wed, May 25, 2011 at 10:47 AM, barz1 <mbarszcz1@yahoo.com> wrote:

The company I work for is switching its front end to a gwt application
and I was wondering if it is possible to write a script (whether with
bash and wget or cURL, or java or anything) that enables me to
download the actual content of the gwt web application. Because right
now if I try with a command such as wget I just download a page with
some javascript functions, but none of the actual page content (what I
am interested in). I am on the QA side so I guess I am wondering if it
is possible to perform such a task without having direct access to the
developers code. Thanks!

--
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 google-web-toolkit+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.




--
David Chandler
Developer Programs Engineer, Google Web Toolkit
w: http://code.google.com/
b: http://googlewebtoolkit.blogspot.com/
t: @googledevtools

--
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 google-web-toolkit+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.

No comments:

Post a Comment