facebook

Genuitec's Blog: May, 2016

Using Custom Actions in Sapphire

Posted on May 30th 2016
In previous articles, I’ve discussed how to create custom XML bindings and custom editing UI for an editor based on the great Eclipse Sapphire framework. Now let’s take a look at another aspect of editor UI creation, customizing standard actions like Add or Browse, or creating completely custom … Read More

The Virtue of Failing Fast

Posted on May 25th 2016
I have not failed. I’ve just found ten thousand ways that won’t work.— Thomas Alva EdisonThis comes as no surprise, but not every idea will be a winner in the marketplace. We all fail sometimes, for a variety of reasons, some within our control and some not. And it’s … Read More

JavaScript Linters, even in your IDE!

Posted on May 23rd 2016
What is a Linter? Linters are Code Quality Inspectors, which work by basically parsing your code. They check JavaScript code for common mistakes and discrepancies without running the application.You can plug linters into your code editor or copy and paste your code into any standard online linting tool. … Read More

Boost Productivity with MyEclipse—App Servers, Deployment, Testing & Utilities

Posted on May 19th 2016
This article completes the series on ways you can boost productivity with MyEclipse. If you happened to miss my other articles, refer to the first article for setup information and the second article for coding and navigation tips.  App Server ConnectorsMyEclipse provides nearly 20 application server connectors out … Read More
Show More