Checkout SugarCRM Java SOAP Client
With reference to article Building a Java client for SugarCRM, we will see how to create an Eclipse Java project from the git repository:
- SugarCRMJavaSOAPClient https://github.com/amusarra/SugarCRMJavaSOAPClient
The creation of a Java project in Eclipse from a git repository, requires the installation of the plugin "Eclipse EGit" http://www.eclipse.org/egit/. Figure 1 illustrates the installation of the plugin directly from Eclipse.
The process of creating a Java project from a git repository is very simple, wizard-driven. Without spending other words, are shown to follow the steps of the import process.
After completion of the import process, you must update the references to external libraries (see Figure 13).
Please leave comments if you have any questions.