Blogs

Are you interested in creating an editor displaying data as a tree structure with a detail form in Eclipse Theia, such as the screenshot shown below? In this article we introduce the tree editor framework for Eclipse Theia, which supports exactly that. The framework provided by the EMF.cloud project provides all the basic requirements out-of-the-box so you only need to implement the domain-specific part, e.g....

Read More

Eclipse GLSP is a framework to build diagram editors based on web technologies. These diagram editors can be embedded into any web page, but also into web-based IDEs such as VS Code or Eclipse Theia. By using a browser widget, the diagram editors can even be used in desktop tools such as the Eclipse IDE. To ease the integration of diagram editors built with Eclipse GLSP,...

Read More

Do you want to convert EMF model instances into JSON or vice versa? Do you want to make EMF data available via REST services? Then carry on reading. In this post, we introduce the EMF JSON Jackson mapper that has been contributed to EMF.cloud! When implementing tools or business applications using EMF in the backend, you often have to bridge between Java (EMF) and JavaScript (JSON)....

Read More

Have you heard about Eclipse Che and wonder how it compares to VS Code Online or “VS Code Codespaces”? What are the advantages and disadvantages? Are you confused what the role of Eclipse Theia is in this comparison? Then keep on reading!   The world of online IDEs and cloud-based tools is currently very vibrant and active. Three of the most prominent IDE projects of recent years...

Read More

Eclipse RAP has added a couple of cool new features for its current 3.14 release. These two made it into my favorites since the RAP 3.0 release. 7: Clipboard support for browsers that support the W3C working draft on clipboard apis 6: Adding more Spreadsheet-like features to the RAP Nebula Grid implementation, e.g., Row Headers When we introduced RAP 3.0 in 2014, we promised many more...

Read More