Subversion Repository Public Repository

litesoft

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
<!DOCTYPE html>
<html><head><title>Problems</title></head>
<body>
<center>
<h1>Problems</h1>
<p>
<table><tr><td>
<ol>
    <li><b>Need: </b> &nbsp; Rapid Compilation (including GWT Compilation) and deployment<p>
        <b>Why:</b>
            <ul>When I switched from GWT 2.0 to GWT 2.2, the Hosted / Dev Mode still worked, BUT the compiled JavaScript version didn't!!!<br>
            This would mean LOTS of Compiled GWT deployment & testing...</ul>
        <p>
        <b>Solution: </b> &nbsp; Scar...
        <p>
    </li>
    <li><b>Need: </b> &nbsp; "Perfect" Client-Side Caching: Cache everything forever, except when it shouldn't be!<p>
        <b>Why:</b>
            <ul>Using GWT's "Perfect Caching", we had two options:<p>
              <ul>
                <li>Never Cache:
                    <ul>
                        Pro: Client always up to date.<br>
                        Con: Reduced Client performance and much more bandwith. - Not Optimal...<p>
                    </ul>
                </li>
                <li>Cache Forever:
                    <ul>
                        Pro: Great Client performance and minimal bandwith usage.<br>
                        Con: New versions would need the Client to clear thier cache. - Unacceptable!
                    </ul>
                </li>
              </ul>
            </ul>
        <p>
        <b>Solution: </b> &nbsp; URL versioning with Scar's help...
        <p>
    </li>
</ol>
</td></tr></table>
</center>
</body>
</html>

Commits for litesoft/trunk/Documents/ScarVersioningCaching/01.html

Diff revisions: vs.
Revision Author Commited Message
415 Diff Diff GeorgeS picture GeorgeS Thu 18 Aug, 2011 13:52:09 +0000
412 GeorgeS picture GeorgeS Thu 18 Aug, 2011 00:29:35 +0000