Code for Cache

2011-12-23 Thread HARISH SAHARAN
can any one give me the source code for use :---
1. Ehcache with java1.6 and Hibernate3.0 and GWT2.0  and
2. Implement GZIP with gwt2.0 and java1.6 and
3  HTTP cache with java1.6 and gwt2.0

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



Re: Code for Cache

2011-12-23 Thread Ed
Your questions are difficult to understand: missing details.

2):
http://code.google.com/p/google-web-toolkit/wiki/PrecompressLinker

3):
# http://www.infoq.com/articles/gwt-high-ajax
# 
http://code.google.com/webtoolkit/doc/latest/DevGuideCompilingAndDebugging.html
# 
http://www.samaxes.com/2008/04/htaccess-gzip-and-cache-your-site-for-faster-loading-and-bandwidth-saving/
# 
http://betterexplained.com/articles/how-to-optimize-your-site-with-gzip-compression/
# http://code.google.com/p/doctype/wiki/ArticleHttpCaching

Google and you find your answers.

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



Code Splitting + Cache forever

2010-01-13 Thread Chris Lercher
Hi,

I'm thinking about using Code Splitting a little differently from the
normal use case: What if I could take a bunch of large classes that
basically never change - like e. g. HashMap and HashSet - and split
them out into a fragment that can be cached forever. This fragment's
MD5 sum shouldn't change. So when I release new versions of my app
frequently, the users don't have to download these classes again.

Such a fragment could be loaded
a) Together with the initial download fragment
b) Together with the leftovers fragment
...depending on if I need HashMap and HashSet for my initial download
or not.

I don't think, that's possible now (or is it?)

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