asdf-java VS lsp-docker

Compare asdf-java vs lsp-docker and see what are their differences.

lsp-docker

Scripts and configurations to leverage lsp-mode in docker environment (by emacs-lsp)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
asdf-java lsp-docker
5 7
421 235
- 0.0%
9.4 7.6
5 days ago 13 days ago
Shell Emacs Lisp
MIT License GNU General Public License v3.0 only
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

asdf-java

Posts with mentions or reviews of asdf-java. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-12-30.
  • Easily switch between java versions with SDKMAN! and 'j'
    2 projects | /r/java | 30 Dec 2022
    asdf-java to be precise.
  • Asdf – the language tool version manager
    11 projects | news.ycombinator.com | 24 Oct 2022
  • Switching from pyenv, rbenv, goenv and nvm to asdf – yujinyuz
    20 projects | news.ycombinator.com | 5 Apr 2022
    So is asdf good then? I have been using SDKMAN! to install JDKs, but i noticed that Gradle will automatically detect JDKs installed using SDKMAN!, asdf, and Jabba [1], which signals to me that the other two are worth a look. Although now i dig into it, asdf does not have a first-party Java plugin, so the support is through a third-party plugin maintained by three people and a robot [2].

    [1] https://docs.gradle.org/current/userguide/toolchains.html#se...

    [2] https://github.com/halcyon/asdf-java/graphs/contributors

  • JDKMon 17.0.23 Released
    2 projects | /r/java | 19 Mar 2022
    This is powering asdf-java.
  • One of the most powerful Software Development tool - 2 mins read
    22 projects | dev.to | 1 Jan 2022
    ❯ asdf plugin-list --urls --refs act https://github.com/grimoh/asdf-act.git master 8729029 aws-vault https://github.com/beardix/asdf-aws-vault.git master 937a1db awscli https://github.com/MetricMike/asdf-awscli.git main b9ba4c7 docker-slim https://github.com/everpeace/asdf-docker-slim.git master 4ee75a3 golang https://github.com/kennyp/asdf-golang.git master 1f388f1 helm https://github.com/Antiarchitect/asdf-helm.git master 87eef5a java https://github.com/halcyon/asdf-java.git master f0c702f jq https://github.com/ryodocx/asdf-jq.git master 3144577 kubectl https://github.com/asdf-community/asdf-kubectl.git master da7bb0b minikube https://github.com/alvarobp/asdf-minikube.git master 8ca7b8d mysql https://github.com/iroddis/asdf-mysql.git master 3aaf756 nodejs https://github.com/asdf-vm/asdf-nodejs.git master cb61e3d perl https://github.com/ouest/asdf-perl.git master 31bb799 php https://github.com/asdf-community/asdf-php.git master 759843b postgres https://github.com/smashedtoatoms/asdf-postgres.git master 4f8b356 python https://github.com/danhper/asdf-python.git master 8ab052f redis https://github.com/smashedtoatoms/asdf-redis.git master bf1276e ruby https://github.com/asdf-vm/asdf-ruby.git master f134c2d sbt https://github.com/bram2000/asdf-sbt.git master 33f9637 scala https://github.com/asdf-community/asdf-scala.git master 1206055 skaffold https://github.com/virtualstaticvoid/asdf-skaffold.git master c942ecf spark https://github.com/joshuaballoch/asdf-spark.git master 6fe49de

lsp-docker

Posts with mentions or reviews of lsp-docker. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-09-29.
  • What don't dired buffers have a (buffer-file-name)?
    1 project | /r/emacs | 26 Oct 2022
    I believe this has cost me a ton of time but I did learn a lot along the way. lsp-docker highest level function is lsp-docker-start. It calls lsp-workspace-root which calls buffer-file-name which, if starting from a dired buffer, returns nil so lsp-workspace-root returns nil and the LSP server is not started.
  • Emacs and Rails
    3 projects | /r/emacs | 29 Sep 2022
    I'm trying to figure that out right now. There is lsp-docker which is designed (I'm still half guessing) to have a separate container hold the language server. What I want is a pre-existing container to hold the server. There is partial code in that repo to do that but it appears not fully baked.
  • Emacs 29.1 is going to be released in 2023 spring with built-in LSP support (Eglot)
    4 projects | /r/emacs | 24 Sep 2022
    If you're on WSL, you may want to take a look at something like lsp-docker which bypass all quirk of Tramp and works directly with your files in WSL. I've never been able to make Tramp work reliably (too much hanging with or without lsp-mode) from Windows -> WSL so bypassing it provides a much better experience.
  • Switching from pyenv, rbenv, goenv and nvm to asdf – yujinyuz
    20 projects | news.ycombinator.com | 5 Apr 2022
    This is a reasonable point, and something that is being worked on. I definitely think Docker can provide LSP servers as necessary, we're just not quite there. This is something that I'm interested in working on, though I'm not the only one: https://github.com/emacs-lsp/lsp-docker
  • lsp-docker: Scripts and configurations to leverage lsp-mode in docker environment
    1 project | /r/planetemacs | 12 Feb 2022
  • Building an Intelligent Emacs with LSP
    2 projects | /r/emacs | 11 Feb 2022
    Yeah, I'm a NixOS user, and nix helps a lot with managing LSP servers on my system at the point that this is not a issue for me, but I agree a solution runing then in a docker or something would fit nice as well, we already have this conecpt: https://github.com/emacs-lsp/lsp-docker/
  • Using lsp-docker over TRAMP?
    2 projects | /r/emacs | 16 Jan 2021
    [0] https://github.com/emacs-lsp/lsp-docker#docker-over-tramp-tbd

What are some alternatives?

When comparing asdf-java and lsp-docker you can also consider the following projects:

SDKMan - The SDKMAN! Command Line Interface

lsp-metals - lsp-mode :heart: metals

asdf-sbt - SBT plugin for asdf version manager https://github.com/asdf-vm/asdf/

eglot - A client for Language Server Protocol servers

asdf-direnv - direnv plugin for the asdf version manager

helm-lsp - lsp-mode :heart: helm

asdf-php - PHP plugin for the asdf version manager

wakib-emacs - Emacs Starter Kit based on Wakib keybindings

asdf-docker-slim - docker-slim plugin for asdf version manager

eclectica - ☀️ Cool and eclectic version manager for any language

asdf-postgres - asdf plugin for Postgres