9 pointsby mooreds13 hours ago2 comments
  • namegulf4 hours ago
    Yes, Java got complicated.

    It's about time to simplify things (in the java universe & enterprise) and this is a good first effort, all the best!

  • exabrial3 hours ago
    I honestly find sdkman makes installing and managing basic java tooling a breeze. To me that's a solved problem, it's pretty danged nice.

    This goes way beyond that; a whole set of dependencies that are very thoughtfully designed. If they maintain backwards compatibility, as the JDK stdlib does, for essentially ever, I might bite. I've seen a lot of these type of things come and go.

    • voidmain423 hours ago
      I'm the author of Latte.

      Some of the projects are actually forks from some of my open source from the company I founded (and later sold). Some have been around for quite a while (10+ years) and have some adoption as well.

      To keep those projects going, I forked them and started Latte.

      My plan is to keep working on all the projects and really start promoting it. I think it's a game changer for Java.

      I'm currently working on adding HTTP/2 to our HTTP server. It's nearly done and looking really solid. And our benchmarks on it are looking like we'll be the second fastest HTTP server for Java.

      • a57721an hour ago
        It seems like this project tries to replace various battle tested and widely adopted things like sdkman, serialization libs, build systems, HTTP servers and web frameworks. Even if there's something wrong with any existing solution in every category, your scope looks a bit too ambitious, even the biggest frameworks with many contributors don't dare to do and support all of that.