husafan / diffable

Automatically exported from code.google.com/p/diffable
0 stars 0 forks source link

Modify Javascript Bootstrap Code to Send/Receive Multiple Delta Requests #2

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
If there are multiple Diffable resources on a page, then they should be able to 
chain their patch requests.  Then the server would send a single patch 
response, which would be split into individual patch responses, and applied to 
the corresponding resources.

Original issue reported on code.google.com by joshharr...@google.com on 13 Jul 2010 at 10:35

GoogleCodeExporter commented 9 years ago

Original comment by joshharr...@google.com on 13 Jul 2010 at 10:35

GoogleCodeExporter commented 9 years ago

Original comment by joshharr...@google.com on 14 Jul 2010 at 6:16

GoogleCodeExporter commented 9 years ago

Original comment by joshharr...@google.com on 14 Jul 2010 at 6:17

GoogleCodeExporter commented 9 years ago

Original comment by joshharr...@google.com on 13 Dec 2010 at 2:12

GoogleCodeExporter commented 9 years ago
Add a group tag for surrounding Diffable resources.  This tag should allow the 
following:

1.) Enclosed resources should be loaded individually, but if patches are 
required they are sent as a
     single response.

2.) Serving enclosed resources as a single resource.  On the server, the 
resources should be appended
     to one another, and changes to the individual resources should cause a diff to be generated for the
     group of resources.  The tag will cause all the appended resources to be served and patched as a
     single resource on the client.

Original comment by joshharr...@google.com on 16 Dec 2010 at 5:35

GoogleCodeExporter commented 9 years ago

Original comment by joshharr...@google.com on 16 Dec 2010 at 5:43