facebook

Genuitec's Blog: MyEclipse

Jersey vs. RESTEasy: A JAX-RS Implementation Comparison

Posted on Nov 25th 2015
IntroductionTwo frameworks have emerged to simplify the development of RESTful web services and applications in Java—Jersey and RESTEasy. These frameworks are two of the most popular implementations of the JAX-RS standard. Both frameworks provide a nice feature set that simplifies the development of REST APIs. Sometimes the implementation is … 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

Creating Custom Slack Commands with JAX-RS

Posted on Oct 6th 2015
Many teams, including ours, now use Slack for team collaboration. With Slack, you can communicate with other team members in an organized public chat room (called a channel), a private group, or send a direct message. The ability to archive these messages, and then search for specific conversations … Read More
Show More