Hey @webjars users! We need some feedback on the new webjars-locator-lite library, created by @david_syer to avoid classpath scanning on startup. Check it out and let us know what you think: https://t.co/SIkb9du162
Maybe it's time to give a try to this brand new framework: Vixen. Inspired by Play 1, it uses @QuarkusIO, Qute, Hibernate and RESTEasy. You can even use @WebJars (cc @UnFroMage) https://t.co/NnVDkd2ovK
Http4k now supports the awesome @webjars out of the box. We think it's our simplest ever integration...in fact we can fit it in this tweet! Just install http4k-core and your webjar, then..
webJars().asServer(SunHttp(8080)).start()
Get v4.3.5.3 soon your nearest JAR dispensary.
Simple Akka http webserver for sbt-web @akkateam @WebJars:
// Requires an ActorSystem and Materializer
val loc = new WebJarAssetLocator()
val routes =
path(Remaining) { p =>
getFromResource(loc.getFullPath(p))
}
val f = Http().bindAndHandle(routes, "localhost", 8080)