You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue takes inspiration from #454 and aims at consistency across all specifications in Solid Ecosystem.
In Solid Application Interoperability (aka SAI) we define some resources as Immutable. They are never modified and when needed are replaced with new immutable resources.
This came out of implementation experience and allows much simpler handling of various artifacts (represented by web resources) that SAI relies on. We only use it for artifacts that are specific to SAI, that is only relevant in a specific context, and clients follow their noses to them through other resources which guarantee stable URIs.
I'm going to document our experience from writing SAI spec and implementing it. If other specs can also take advantage of immutable resources, we can collaborate on a common strategy and document best practices.
The text was updated successfully, but these errors were encountered:
Closing this issue because it appears to be a duplicate of an issue created in 2019: #279 , with title "mutable and immutable resources".
Even if off chance it is not a "duplicate" because of emphasis on "strategy and best practices", it seems more appropriate to cover it in SAI-BP - which I can only encourage you to create one - because as you say, it is specific to SAI in a specific context.
This issue takes inspiration from #454 and aims at consistency across all specifications in Solid Ecosystem.
In Solid Application Interoperability (aka SAI) we define some resources as Immutable. They are never modified and when needed are replaced with new immutable resources.
This came out of implementation experience and allows much simpler handling of various artifacts (represented by web resources) that SAI relies on. We only use it for artifacts that are specific to SAI, that is only relevant in a specific context, and clients follow their noses to them through other resources which guarantee stable URIs.
I'm going to document our experience from writing SAI spec and implementing it. If other specs can also take advantage of immutable resources, we can collaborate on a common strategy and document best practices.
The text was updated successfully, but these errors were encountered: