ninjaframework / ninja

Ninja is a full stack web framework for Java. Rock solid, fast and super productive.
http://www.ninjaframework.org
Apache License 2.0
1.91k stars 520 forks source link

Abstractize Commons-Upload behind a Ninja-specific API #88

Open tbroyer opened 11 years ago

tbroyer commented 11 years ago

…this would allow using AppEngine's Blobstore (in ninja-appengine) or Servlet 3.0 native multipart support (or any non-servlet container's native support).

raphaelbauer commented 11 years ago

Sounds good :) Afaik we only used interfaces of commons upload in client facing code.