Jakarta EE, Maven with Visual Studio Code? [closed] - maven

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 1 year ago.
Improve this question
Can these be developed in Visual Studio Code and what are advantages?
I have been using Eclipse but I have seen some videos showing VSC with Jakarta EE and I would like to give it a try so I am looking for others' experiences and maybe a tutorial on this topic.

when you are using maven you can write your code anywhere even in a simple text editor so yes you can use it and VSC is just a text editor with some plugins to support languages and their syntax highlighting.
ide is for making things simpler and I think IntelliJ idea is the best for java you can find a list of them for Jakarta EE development here.

Related

SFCC (demandware) Debugging [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 2 years ago.
Improve this question
How I can debug Controllers or template in SFCC (Demandware) without Eclipse?
I know about atom debugger, but maybe you now something else, something more comfortable.
Please check VSC code editor and prophet debugger plugin. This is an alternative solution for SFCC development against to Eclipse IDE.
Also, you can check this post on xChange
As from now you can also use Jetbrains IDE with this plugin Salesforce B2C Commerce ​(SFCC)​ to debug your code(and even much more).
You can use Visual Studio Code with Package Prophet Debugger it is Free
Or use Jetbrains IDE with the plugin Salesforce B2C Commerce ​(SFCC)​ it is not free you must buy

How do I start learning play framework with scala from scratch? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 6 years ago.
Improve this question
I want to learn scala and I want to build a web application using play framework. How set up the environment in mac and how to start?
I would say this is not the best place to ask, and I would recommend you to ask on the scala subreddit at https://www.reddit.com/r/scala/
Nevertheless make sure you have:
sbt installed. Documentation at http://www.scala-sbt.org/
Follow the Play framework tutorials https://www.playframework.com/documentation/2.5.x/Installing
Find some tutorials online. I wrote one, a while ago: http://pedrorijo.com/blog/play-slick/
I also recommend a good IDE as Intellij at https://www.jetbrains.com/idea/

Tool to visualize YAML files and model classes [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 2 years ago.
Improve this question
I'm working with Symfony and Doctrine ORM, and I'm wondering if there's tool/plugin for Netbeans that will allow me to visualize my schema.yml and model classes, sort of along the lines of Visual Studio's entity framework.
If you don't mind it is not plug-in for Netbeans try ORM Designer.
It is a stand-alone application, but it has the functionality you need. With it you can import and visualize your Yaml schema and you can even edit it the same way as in Visual Studio.
I don't know why does netbeans not let you see the schema.yml file, but you can open it with many regular applications like notepad or gedit if you want.

Ajax: anyone using a RAD tool [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 8 years ago.
Improve this question
Does anyone know a good RAD tool for AJAX interface programming?
Is Grails doing the job for you?
If you are comfortable with Java then WaveMaker has a RAD WYSIWYG development tool that uses a mix of the top frameworks to provide a very powerful tool. It requires no Java experience and creates a standard WAR file for deployment however in the real world experience you will need to do some customization or tweaking with Java.
Hope this helped.

Install builder for Java application [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 6 years ago.
Improve this question
I am looking for a framework to create an install kit for my Java web application.
I need something that would install JBoss, a Database Server, Java, and of course the application itself with all the dependencies and settings on a Windows platform.
I prefer free tools. What do you recommend and why?
Install4J: Not free but easy to use and extensible.
http://www.ej-technologies.com/products/install4j/overview.html
As pointed out earlier in a comment there is another similar thread, which anwsers my question. Thanks to #Zaki for this info.
You can use the SetupBuilder Gradle Plugin to create a native msi installer with a simple Gradle script.

Resources