facebook

Genuitec's Blog

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

Succeeding Virtually — Part 1

Posted on May 17th 2016
Welcome to our first installment of Succeeding Virtually, a blog written specifically for software companies with a virtual office. At Genuitec, we have been working virtually for the last decade and over that time we have developed a number of tips and tricks to ensure our success. In … Read More

Boost Productivity with MyEclipse—Coding & Navigation

Posted on May 13th 2016
MyEclipse is a powerful Java EE IDE for today’s modern enterprise developer. This article is the second in a series discussing ways to boost productivity with MyEclipse. The first article, focused on project setup. This article showcases time-saving tips and tricks to improve MyEclipse coding and navigation.Code CompletionMyEclipse delivers an … Read More

An Introduction to Angular 2

Posted on May 6th 2016
Update:  Since this blog was first published, Genuitec has released an Angular IDE with advanced support for both TypeScript and Angular 2. ResourcesAngular is a JavaScript framework used to create and maintain single-page web applications. It all began in 2009 when Misko Hevery was working on the Google Feedback … Read More
Show More