facebook

Genuitec's Blog: Eclipse

Server Domains: All You Need to Know

Posted on Feb 17th 2016
The concept of “server domains” is familiar to those who use Sun related servers such as, GlassFish, WebLogic, Sun Java System Application Server (SJSAS), Payara, etc. Similar concepts are in other application servers, such as domains in JBoss and Wildfly, and profiles in WebSphere. This article is based … Read More

Command Handler Guide for Eclipse

Posted on Jan 28th 2016
Introduction to Command Handlers in EclipseA command is the declaration of a behavior by id.  Commands are used to declare semantic behavior and the corresponding action implementations can be defined elsewhere by handlers.There are several advantages of command handlers:Defining menu contribution and commands uses same set of extensions points … Read More

Understanding RAML

Posted on Jan 4th 2016
What is RAML? RAML stands for RESTful API Modeling Language. It is a YAML based language for defining RESTful APIs and contains all the necessary information to describe RESTful APIs. YAML is a data serialization language that is easier to read and understand than other formats like XML … Read More

Exploring TypeScript Support in Eclipse

Posted on Nov 24th 2015
Update: Since this article was initially published, Genuitec has added advanced TypeScript support to their free Eclipse plugin, Webclipse. Give it a try!TypeScript is an open source superset of JavaScript that adds class based objects that compile to JavaScript plain code. Currently there are two main options to support TypeScript … Read More

Creating Custom Editors in Sapphire

Posted on Oct 27th 2015
In a previous article we discussed how to create custom bindings for xml editing with Eclipse Sapphire. Custom bindings are a rather powerful way of xml editing customization, but sometimes we need to customize editing on the UI side. In this case we need to use custom editors. … Read More
Show More