Hacker News new | ask | show | jobs
Your thoughts on a microframework for Java?
2 points by prince_af_123 3841 days ago
Hi Guys: I'm building a dead simple and minimal microframework in Java that allows users to create a web application or a microservice using Java in minutes. (Focus on being able to write a microservice really fast).

I would like to hear your opinions on what features, etc. you'd like to see or even your criticisms (e.g. we don't use java for that or it already exist).

I'm looking for feedback on what kind of HttpServer to use... I would like to support plug-in-play with default being NanoHttpd....

Secondly, which template library would you suggest (e.g. Apache Velocity)?

Thanks.

2 comments

There are several micro service servers / frameworks already available in the space. wildfly.swarm WSO2 MSS. Better check existing stuff before the implementation.
I'll definitely check them out.
Looks cleaner than other alternatives.