The JPA Diagram Editor is a graphical tool based on the Graphiti framework that enables the JPA developers to create, view, and edit their business data model as graphical diagram. In this article we will learn how to install it and use in your JPA projects.
10 Web services Performance Tuning Tips
This tutorial focuses on design guidelines and techniques to improve the performance of your SOAP Web services. Enjoy it! #1 Use coarse grained Web Services One of the biggest mistakes that many developers make when approaching web services is defining operations and messages that are too fine-grained. You should try to reduce the requests by … Read more