Skip to main content
Redhat Developers  Logo
  • AI

    Get started with AI

    • Red Hat AI
      Accelerate the development and deployment of enterprise AI solutions.
    • AI learning hub
      Explore learning materials and tools, organized by task.
    • AI interactive demos
      Click through scenarios with Red Hat AI, including training LLMs and more.
    • AI/ML learning paths
      Expand your OpenShift AI knowledge using these learning resources.
    • AI quickstarts
      Focused AI use cases designed for fast deployment on Red Hat AI platforms.
    • No-cost AI training
      Foundational Red Hat AI training.

    Featured resources

    • OpenShift AI learning
    • Open source AI for developers
    • AI product application development
    • Open source-powered AI/ML for hybrid cloud
    • AI and Node.js cheat sheet

    Red Hat AI Factory with NVIDIA

    • Red Hat AI Factory with NVIDIA is a co-engineered, enterprise-grade AI solution for building, deploying, and managing AI at scale across hybrid cloud environments.
    • Explore the solution
  • Learn

    Self-guided

    • Documentation
      Find answers, get step-by-step guidance, and learn how to use Red Hat products.
    • Learning paths
      Explore curated walkthroughs for common development tasks.
    • See all learning

    Hands-on

    • Developer Sandbox
      Spin up Red Hat's products and technologies without setup or configuration.
    • Interactive labs
      Learn by doing in these hands-on, browser-based experiences.
    • Interactive demos
      Click through product features in these guided tours.

    Browse by topic

    • AI/ML
    • Automation
    • Java
    • Kubernetes
    • Linux
    • See all topics

    Training & certifications

    • Courses and exams
    • Certifications
    • Skills assessments
    • Red Hat Academy
    • Learning subscription
    • Explore training
  • Build

    Get started

    • Red Hat build of Podman Desktop
      A downloadable, local development hub to experiment with our products and builds.
    • Developer Sandbox
      Spin up Red Hat's products and technologies without setup or configuration.

    Download products

    • Access product downloads to start building and testing right away.
    • Red Hat Enterprise Linux
    • Red Hat AI
    • Red Hat OpenShift
    • Red Hat Ansible Automation Platform
    • See all products

    Featured

    • Red Hat build of OpenJDK
    • Red Hat JBoss Enterprise Application Platform
    • Red Hat OpenShift Dev Spaces
    • Red Hat Developer Toolset

    References

    • E-books
    • Documentation
    • Cheat sheets
    • Architecture center
  • Community

    Get involved

    • Events
    • Live AI events
    • Red Hat Summit
    • Red Hat Accelerators
    • Community discussions

    Follow along

    • Articles & blogs
    • Developer newsletter
    • Videos
    • Github

    Get help

    • Customer service
    • Customer support
    • Regional contacts
    • Find a partner

    Join the Red Hat Developer program

    • Download Red Hat products and project builds, access support documentation, learning content, and more.
    • Explore the benefits

Eclipse Che 7 is Coming and It’s Really Hot (1/4)

December 18, 2018
Stevan Le Meur
Related topics:
Developer toolsIDEsKubernetes
Related products:
Developer ToolsetRed Hat OpenShift Container Platform

    A better plugin model, a new IDE, and Kubenative Workspaces — Eclipse Che Is on Fire !

    With this article, I am starting a series of articles highlighting the new capabilities which will be introduced with Eclipse Che 7. This article provides an overview of the areas of focus for Eclipse Che 7 as well as its new IDE and ability to use different IDEs such as Jupyter.

    Intro

    What a year for Eclipse Che! Release after release, Eclipse Che gets better and better thanks to the engagement of the community and your feedback.

    As an open source project, the core values of Eclipse Che are to:

    • Accelerate project and developer onboarding: As a zero-install development environment that runs in your browser, Eclipse Che makes it easy for someone to join your team and contribute to a project.
    • Remove inconsistencies between developer environments: No more: “but it works on my machine….” Your code works (or doesn’t) exactly the same way in everyone’s environment.
    • Provide built-in security and enterprise readiness: As Eclipse Che becomes a viable replacement for VDI solutions, it must be secure and it must support enterprise requirements such as role-based access control (RBAC) and the ability to remove all source code from developer machines.

    At the beginning of 2018 we shipped Eclipse Che version 6.0. That was a major milestone which added capabilities needed for developer teams and enterprises who wanted benefits from shared and rationalized developer environments. You can read more in the release note from Eclipse Che 6.0.

    A few months ago, we announced during CheConf 18.1 the beginning of a new journey and a new chapter for Eclipse Che version 7. Seeing the interest from enterprises already using Eclipse Che and from the community that is building cloud-native applications, we organized the Che roadmap into 4 main areas:

    • IDE.next: Updates to the editor to increase the joy of development.
    • Plugins: Features to drive further growth in the Che ecosystem.
    • Workspace.next: IDE tools running as microservices in containers to improve the fidelity between developer workspaces and production environments.
    • Enterprises: Features to support large scale use of Che.

    IDE.Next

    We have integrated Eclipse Theia into Che to replace the GWT based IDE. Eclipse Theia has the foundation required to help us to enrich Eclipse Che.

    Here is a small video showing the new IDE:

    https://youtu.be/zDvmghmfPZQ

     

    Only a few capabilities are shown in this video and there are a lot more to come. The most exciting ones are:

    • Monaco based editor: blazing fast and responsive editor, codelens and much more
    • Command Palette: Do everything without moving your hands from your keyboard
    • Task Support: Tasks from VS Code are extended and support Che Commands
    • Embedded Preview: Preview your application directly from the IDE, including Markdown preview.
    • Customizable layout: Adapt the layout using drag and drop.
    • And much more: Outline View, Search, Git

    However, there is a substantial feature gap between Eclipse Theia and our current Che IDE. Most of this year has been spent adding needed features to Theia so that it can fully replace the current IDE. The Eclipse Che contributors have spent more than five years building web IDEs in the cloud. So when we decided to switch to Eclipse Theia, we naturally wanted to make good use of that experience to make the new IDE really substantial. And enterprise grade.

    We’ve been working hard to bring:

    • Debug Adapter Protocol
    • Language Server Protocol
    • Commands
    • Preferences
    • Keybindings
    • Textmate Support
    • Security

    In the following months, that new IDE will become the default IDE for your workspaces.

    Different IDEs for different use cases

    There is one more thing. Che will still provide a default web IDE for workspaces, but we also did important work in order to decouple the IDE so that it is possible to plug a different IDE into Che workspaces. There are a lot of cases where the default IDE will not cover the use cases of your audience, or you might have stakeholders who are using a dedicated tool that covers their needs instead of using an IDE. In the traditional Eclipse IDE world, that was done with RCP applications.

    With Eclipse Che 7, you’ll be able to plug any tool you want into a Che workspace:

    • It can be based on Eclipse Theia (which is a framework to build a web IDE), such as the popular Sirius on the web: See the youtube video.
    • Or it can be a completely different solutions, like Jupyter or Eclipse Dirigible

    Here's example showing Jupyter in a Che Workspace:

     

    https://youtu.be/VooNzKxRFgw

     

    The team from Eclipse Dirigible is actually integrating their web IDE into Che workspaces too:

    Eclipse Dirigible

    You can read more about Eclipse Dirigible in Che Workspaces in this article on dirigible.io.

    That’s only the beginning!

    That’s it for the first article introducing Eclipse Che 7.

    My articles about Eclipse Che 7:

    • Part 1—Eclipse Che 7 overview, and introducing the new IDE (this article)
    • Part 2—introducing the plugin model
    • Part 3—Kube-native developer workspaces
    • Part 4—Functionality for Enterprise Development Teams and release timing

    Get Involved!

    Quick Start with Eclipse Che.

    Join the community:

    • Support: You can ask questions, report bugs, and request features using GitHub issues.
    • Public Chat: Join the public eclipse-che Mattermost channel to discuss with community and contributors.
    • Weekly Meetings: Join us in our Che community meeting every second monday.
    • Mailing list: che-dev@eclipse.org

    Check out Red Hat CodeReady Workspaces for Red Hat OpenShift (Beta)

    Built on the open-source Eclipse Che project, Red Hat CodeReady Workspaces provides developer workspaces, which include all the tools and the dependencies that are needed to code, build, test, run, and debug applications. The entire product runs in an OpenShift cluster hosted on-premises or in the cloud and eliminates the need to install anything on a local machine.

    See the article CodeReady Workspaces for OpenShift (Beta) – It works on their machines too

    Last updated: November 8, 2023

    Recent Posts

    • Confidential virtual machine storage attack scenarios

    • Introducing virtualization platform autopilot

    • Integrate zero trust workload identity manager with Red Hat OpenShift GitOps

    • Best Practice Configuration and Tuning for Linux and Windows VMs

    • Red Hat UBI 8 builders have been promoted to the Paketo Buildpacks organization

    Red Hat Developers logo LinkedIn YouTube Twitter Facebook

    Platforms

    • Red Hat AI
    • Red Hat Enterprise Linux
    • Red Hat OpenShift
    • Red Hat Ansible Automation Platform
    • See all products

    Build

    • Developer Sandbox
    • Developer tools
    • Interactive tutorials
    • API catalog

    Quicklinks

    • Learning resources
    • E-books
    • Cheat sheets
    • Blog
    • Events
    • Newsletter

    Communicate

    • About us
    • Contact sales
    • Find a partner
    • Report a website issue
    • Site status dashboard
    • Report a security problem

    RED HAT DEVELOPER

    Build here. Go anywhere.

    We serve the builders. The problem solvers who create careers with code.

    Join us if you’re a developer, software engineer, web designer, front-end designer, UX designer, computer scientist, architect, tester, product manager, project manager or team lead.

    Sign me up

    Red Hat legal and privacy links

    • About Red Hat
    • Jobs
    • Events
    • Locations
    • Contact Red Hat
    • Red Hat Blog
    • Inclusion at Red Hat
    • Cool Stuff Store
    • Red Hat Summit
    © 2026 Red Hat

    Red Hat legal and privacy links

    • Privacy statement
    • Terms of use
    • All policies and guidelines
    • Digital accessibility

    Chat Support

    Please log in with your Red Hat account to access chat support.