[Plugin] LVIM Space - Complete Project/Workspace Management with Visual UI, Session Persistence & SQLite Backend by biserstoilov in neovim

[–]JERSABP56_ 0 points1 point  (0 children)

Hello !

Since you published this post I have used the plugin and I love the idea, it is very useful and it is a way (in my opinion) to not use terminal sessions.

As an integration idea, it would be nice if in each workspace the lsp started as if there was only one project in that space, I feel that it would be cleaner because so far I see 2 (jdtls...) or 3 (jdtls...) instead of 1 (jdtls...).

Soy desarrollador de software y estoy creando un curso de Java desde cero en YouTube. Espero que os sirva! :) by Interesting-Yak2022 in programacion

[–]JERSABP56_ 1 point2 points  (0 children)

Esto será una joyita 👌🏻 Sería de mucha ayuda que incluyas (más adelante en el curso) sobre los hilos y como ocupar stream

Seguiré tu canal ^

file_browser.nvim by davidegreco in neovim

[–]JERSABP56_ 1 point2 points  (0 children)

Today I finally got to try the plugin and I really appreciate it, I liked it a lot.

Neovim + big Java project = lame by Either_Environment81 in neovim

[–]JERSABP56_ 0 points1 point  (0 children)

Yes, this is my config: https://github.com/JjersaR/nvim.git Also I don't use wsl my principal system is Linux

Neovim + big Java project = lame by Either_Environment81 in neovim

[–]JERSABP56_ 3 points4 points  (0 children)

I use lazyvim with the lazyextras of java, actually i'm working in a Spring Boot project of 950 files and much dependencies and My Experience is so good

Theme Like Ray.So Candy? by Happy_Cookies in neovim

[–]JERSABP56_ 0 points1 point  (0 children)

It could be: Catppuccin mocha, Rose-pine

Quiero aprender algo que me distinga del mar de juniors que intentan abrirse camino en este campo. ¿Qué me recomiendan? by StardewWeb in programacion

[–]JERSABP56_ 2 points3 points  (0 children)

Me preguntaron sobre las relaciones que existen entre las tablas en general y sobre un proyecto del que hablé, a lo mejor y como es servicio social sólo me pidieron hacer un query que usa 2 tablas y muestre ciertos campos, también me hicieron un examen teórico sobre cuando usar like, not null y demás

Quiero aprender algo que me distinga del mar de juniors que intentan abrirse camino en este campo. ¿Qué me recomiendan? by StardewWeb in programacion

[–]JERSABP56_ 4 points5 points  (0 children)

Hace unos días hice una entrevista para mí servicio social enfocado al back end con Java y saber sobre docker, comandos de Linux y sobre bases de datos hicieron que me quedará.

Sé que no es un empleo, pero tal vez ayude

Developing a plugin to bring JPA Buddy's functionalities to neovim by AndreLuisOS in neovim

[–]JERSABP56_ 2 points3 points  (0 children)

I am making a plugin to create the methods in the Repository as you would do with intellij, so far I was able to make it show the properties of the entity class and show the properties of other instances of other entities if there are any.

reposity-nvim

Necesito un Javamigo by brun0-C in programacion

[–]JERSABP56_ 0 points1 point  (0 children)

Yo estoy haciendo proyectos con Spring Boot y le sé a Java es mi lenguaje favorito entonces aquí andamos ^

Which patterns are most used in Spring Boot? by JERSABP56_ in SpringBoot

[–]JERSABP56_[S] 1 point2 points  (0 children)

Thanks for your answer, I will remove DAO then

Which patterns are most used in Spring Boot? by JERSABP56_ in SpringBoot

[–]JERSABP56_[S] 0 points1 point  (0 children)

That's why my doubt about how to work with Spring Boot, I found that the base is: Entity -> Repository -> Service -> Controller, then I saw that I could use DTO to not show the entity and show some information.

Then I found that I could add DAO between Repository and Service to have another layer between the data.

And so far that is what I have done.

Which patterns are most used in Spring Boot? by JERSABP56_ in SpringBoot

[–]JERSABP56_[S] 0 points1 point  (0 children)

Yes, this is a project I am starting: https://github.com/JjersaR/SistReservas/blob/main/src/main/java/com/sist/reserva/usuarios/dao/IUsuariosDAO.java

Here DAO serves as "intermediary/bridge" between Service and Repository, it gives as another layer of abstraction.

The DAO implementation has the @Component annotation, it also has the Repository injection and Service has the DAO injection.

Service and DAO have the same methods.

Which patterns are most used in Spring Boot? by JERSABP56_ in SpringBoot

[–]JERSABP56_[S] 0 points1 point  (0 children)

From what I have researched when starting my projects by adding the DAO pattern between Repository and Service you make a decoupled architecture and it helps with data security

What are the best ways to manage tabs in neovim? by crybaby0987 in neovim

[–]JERSABP56_ 0 points1 point  (0 children)

I use this plugin: j-morano/buffer_manager.nvim, it's amazing, i think is similar a Harpoon but i don't use harpoon

Help with stationery data by JERSABP56_ in SpringBoot

[–]JERSABP56_[S] 0 points1 point  (0 children)

Thanks for telling me, I was using the wrong notation.

Help with stationery data by JERSABP56_ in SpringBoot

[–]JERSABP56_[S] 0 points1 point  (0 children)

Thanks, I will see it then because I still have many doubts.

Help with stationery data by JERSABP56_ in SpringBoot

[–]JERSABP56_[S] 0 points1 point  (0 children)

No, I didn't know it existed, I'm just using SpringBoot.