The ServiceStackEclipse plugin enables cross-platform Add ServiceStack Reference integration with Eclipse on Windows, OSX and Linux.
To install, search for ServiceStack in the Eclipse Marketplace at Help -> Eclipse Marketplace:
Find the ServiceStackEclipse plugin, click Install and follow the wizard to the end, restarting to launch Eclipse with the plugin loaded!
ServiceStackEclipse is best used with Java Maven Projects where it automatically adds the ServiceStack.Java client library to your Maven Dependencies and when your project is set to Build Automatically, are then downloaded and registered, so you're ready to start consuming ServiceStack Services with the new
JsonServiceClient
Just like the support in Android Studio you can right-click on a Java Package to open the Add ServiceStack Reference... dialog from the Context Menu:
Complete the dialog to add the remote Servers generated Java DTO's to your selected Java package and the net.servicestack.client dependency to your Maven dependencies.
Updating a ServiceStack Reference works as normal where you can change any of the available options in the header comments, save, then right-click on the file in the File Explorer and click on Update ServiceStack Reference in the Context Menu:
For further information on the different code-generation configuration options available and examples of using the JsonServiceClient refer to the Java ServiceStack Reference Documentation.



