Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[krazo-dev] Krazo beyond application servers

Hi all,

Some time ago I started playing with the idea of a standalone version of Krazo that is not tied to an application server. While I believe that application servers are still incredibly useful they are sometimes not the right tool for the job, especially when low-footprint applications or if you want more control over the underlying libraries/versions. I started working on this because I wanted to test the newest RestEasy/Weld-Version in combination with Krazo without having to patch wildfly.

So here’s a little POC that ships MVC on top of standalone undertow: https://github.com/gtudan/mvc-undertow

I’m not sure what I’m going to do with this, but I thought I’d share it here in case anyone else is interested in experimenting with it :-) 

- Gregor

Back to the top