ServerJS/Filesystem API: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
(→‎Requirements/Proposals: added a link for the File API preference questions)
m (added a section on inspiration from other languages)
Line 14: Line 14:
* generic [http://koberg.com/ripple/docs/api/ collection/document resource] (java) api (work in process)
* generic [http://koberg.com/ripple/docs/api/ collection/document resource] (java) api (work in process)
* Opera Software's [http://dev.opera.com/articles/view/file-i-o-api-for-widgets/ File I/O API for widgets], which will probably be standardized by the [http://www.w3.org/2006/webapi/ W3C Web API Working Group].
* Opera Software's [http://dev.opera.com/articles/view/file-i-o-api-for-widgets/ File I/O API for widgets], which will probably be standardized by the [http://www.w3.org/2006/webapi/ W3C Web API Working Group].
=== Inspiration  ===
* (Python) PEP on new File IO http://www.python.org/dev/peps/pep-3116/
* Java File API http://java.sun.com/j2se/1.4.2/docs/api/java/io/File.html
* Java Output API http://java.sun.com/j2se/1.4.2/docs/api/java/io/FileOutputStream.html
* Java Input API http://java.sun.com/j2se/1.4.2/docs/api/java/io/FileInputStream.html
* E Secure File API http://www.erights.org/javadoc/java/io/File.html
* Joe-E Secure File System API http://www.cs.berkeley.edu/~daw/joe-e/api/org/joe_e/file/Filesystem.html
* Python Path API http://docs.python.org/library/os.path.html
* Ruby File API http://www.ruby-doc.org/core/classes/File.html
* Ruby IO API http://www.ruby-doc.org/core/classes/IO.html


== Requirements/Proposals ==
== Requirements/Proposals ==

Revision as of 23:35, 24 March 2009

Prior Art

Inspiration

Requirements/Proposals