facebook

Genuitec's Blog: January, 2016

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
Show More