[Building Sakai] need to be able to load a ZIP file through some REST interface (/direct?)

Charles Hedrick hedrick at rutgers.edu
Sat Apr 21 12:55:30 PDT 2012


I've had a reasonable request to allow Common Cartridge files to be loaded directly into lesson builder.

I assume the right way to do this is to use /direct somehow. But all the examples I find seem to operate entirely be undocumented magic, which seem to create new objects by supplying field values. I need something like

/direct/lessonbuilder/loadcc

which is a PUT supplying a ZIP file. If I were writing a normal servlet this would be easy. But I don't see how to navigate my way through the various APIs.



More information about the sakai-dev mailing list