Latta Java
lattejava.org
Latta Java
1–10 of 16 posts
Re: Latta Java
#2It's about time to simplify things (in the java universe & enterprise) and this is a good first effort, all the best!
Re: Latta Java
#3This 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.
Re: Latta Java
#4I 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.
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.
Re: Latta Java
#5I 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.
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 worki…
Re: Latta Java
#6Re: Latta Java
#7My biggest gripe with Java has always been the tooling ecosystem, almost every java engineer I know solves this with the attitude of "just use intellij".
No. I won't, I refuse to use that, and I refuse to give a company money just to use a language as efficiently as other languages.
I am very happy to see that there's progress being made here. I wish you the best of luck!
Re: Latta Java
#8Re: Latta Java
#9I don't find Java tooling at all difficult, compared to say Python or JavaScript.. but then again I've been using it for quite a while now so I may not be the best judge
Re: Latta Java
#10Earlier quoted context omitted.
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 worki…
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.
They all have dependency management, versioning, publishing, repository management, HTTP, web frameworks, and build tools as one complete ecosystem.
Latte's core systems are also battle tested (http, cli, jwt). They are forked from projects I built for FusionAuth, which supports around a billion users and has millions of downloads and tens of thousands of production deployments.