facebook

Genuitec's Blog: Eclipse

Better Web Development with Live Preview

Posted on Mar 28th 2016
Did you know that several web design tools include Live Preview functionality, allowing you to instantly view changes to your web code in the browser? In this article, I’ll cover a few tools that have implemented this cool time-saving technology that results in better web development. There are … Read More

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