Introducing Eclipse Codewind on IntelliJ

Becca Bau
codewind
Published in
3 min readMar 5, 2020

We recently announced the tech preview of Eclipse Codewind on the IntelliJ IDE. Many people have asked about IntelliJ, as it is a popular option among Java developers, and we want to make our tools available to as many developers as possible in their preferred IDEs. With this tech preview, you can now use Codewind on IntelliJ locally, and we are working hard to bring the full, effortless Codewind experience to IntelliJ over the coming months.

Creating a MicroProfile project using the IntelliJ IDE

Get started with Codewind on IntelliJ here!

Get the Codewind plugin in the IntelliJ IDE Marketplace!

Refresh my memory, what is Eclipse Codewind again?

Eclipse Codewind is an open source project for building and developing cloud-native, containerized applications. Built from the ground up, Codewind provides an improved and integrated IDE-based container development flow. Codewind does all the hard stuff, from creating your project to optimization so you can focus on rapidly iterating your code. Plus, you can debug your remote applications as if they were on your local machine. You can see all the metrics and logs you need, and perform load testing with a click of a button. Relax into the familiar flow of traditional application development without needing to be an expert in container technology.

Why do we care about Codewind?

Container development is a regularly utilized process for developing for cloud-native applications, but debugging the deployment process can be tricky. Let’s discuss the different ways Codewind can help you out.

Codewind provides preconfigured, Docker-containerized project templates covering multiple popular languages and frameworks that you’re already familiar with. You can modify the preconfigured projects to develop your customized microservices. As you develop, Codewind automatically pushes your code changes to your container as efficiently as possible.

Codewind offers a smooth debugging and testing experience inside your IDE. Run commands and access your application, build, and container logs from within the container. Use the Project Overview interface to view the endpoint, container ID, location on disk, build/run status, and ports, so you don’t have to leave your IDE to search for this information. Codewind integrates with your IDE’s terminal window and Problems and Output panels for a smooth test and debug experience. Additionally, you can open a shell session inside your container with a simple click. And best of all, you get to do all this with full compatibility with the debug functionality of your IDE.

You can also visualize your container application’s footprint, such as CPU and memory usage (where supported). Codewind’s Application Metrics Dashboard exposes your microservice’s core metrics, including HTTP(S) requests and throughput information, as well as CPU usage, memory footprint, and heap. Codewind also features integrated load-testing for certain project types.

Codewind also features integrated load-testing for certain project types. You can configure and run load tests against your microservices using Codewind’s performance dashboard, and use the graphs to compare your repeated load test results and iterate on performance improvements.

As an open-source project, we cater to our users, so if you’ve got any suggestions or want to get involved, let us know! We are on GitHub and Mattermost and happy to chat.

Where can I use Codewind?

Full functionality on VS Code, Eclipse IDE, Eclipse Che, and partial functionality in IntelliJ with plans to expand — which is great news for Java developers!

--

--

Becca Bau
codewind

Just a girl, blogging about life. Also a dog-mom, twin-mom, and ultimate frisbee enthusiast. The opinions expressed here are my own.