He also found a typo in an example. the "links" section hs an example
w/ the curly brace out-of-order. I've updated the docs to fix that,
too.
mca
http://amundsen.com/blog/
http://twitter.com@mamund
http://mamund.com/foaf.rdf#me
I just use email to converse on this list, not sure what's up w/ the UI.
Happy to hear you have the book. Feel free to send me feedback along
the way; proly best to do that directly, tho (not on this list).
If i understand your comment about servers/clients for
Collection+JSON, you definitely need a way to _emit_ CJ from the
server. I actually do that via a transformation layer on my server
implementations. I use C# quite a bit and then have an XSLT layer that
pops out Collection+JSON from XML-based data layer. For my node apps,
I just use Express and EJS to do the same. Any decent templating
library should do the trick w/o problems.
One thing I do have on my "to-do" list is to write a generic
client-side JS processor for Collection+JSON. That would lower the
barrier for entry on teh client side quite a bit.
mca
http://amundsen.com/blog/
http://twitter.com@mamund
http://mamund.com/foaf.rdf#me
If i understand your comment about servers/clients for
Collection+JSON, you definitely need a way to _emit_ CJ from the
server. I actually do that via a transformation layer on my server
implementations. I use C# quite a bit and then have an XSLT layer that
pops out Collection+JSON from XML-based data layer. For my node apps,
I just use Express and EJS to do the same. Any decent templating
library should do the trick w/o problems.
One thing I do have on my "to-do" list is to write a generic
client-side JS processor for Collection+JSON. That would lower the
barrier for entry on teh client side quite a bit.