[Simpleweb-Support] Rack inspired micro-framework powered by Simple
Brought to you by:
niallg
From: Vincent T. <vt...@gm...> - 2016-10-13 02:14:07
|
Hi all Simple fans out there, I’ve being using Simple for all my Java Web Development projects for some time. I find it absolutely amazing :) Over the years, I’ve built a rack inspired micro-framework powered by Simple to avoid writing the same pieces over and over again. Things like: - Basic Authentication - View Templates and Layouts - Caching and Compression - Routing - Serving Static Assets - Logging in Apache Common Log format - Failure Monitoring and Recovery - Session support using encrypted cookies - Locale Negotiation - etc. After much too long, I finally added proper documentation. So if you’re interested, take a look at http://molecule.vtence.com Cheers, — Vincent |