bowler-framework / Bowler

RESTful Web Framework based on Scala, built on top of Scalatra & Scalate
http://bowlerframework.org
BSD 3-Clause "New" or "Revised" License
118 stars 13 forks source link

Design review #31

Open greenrd opened 12 years ago

greenrd commented 12 years ago

As @wfaler has previously mentioned he was thinking about these things: Is there anything that might be better off folded into Scalatra? Is there anything that should be removed and replaced with similar functionality in Scalatra (or even possibly the Java Servlet API)?

Any other design issues?

Comments welcome!

Note: Personally I want to support running on Servlet API 2.5 and above in a putative future Bowler Framework 1.0, but that may change (based on feedback from users or my requirements changing).