You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To add to our client side support for Java clients, we have expanded our "Add ServiceStack Reference" functionality to the Eclipse IDE running on Windows, OSX and Linux.
4
+
5
+
This workflow works best when used in conjunction with a Maven project as it will add the ServiceStack.Java client library to your Maven dependencies. If you are using `Build Automatically` in Eclipse, these dependencies will automatically get pulled down after being added to the project and your new ServiceStack reference will build and be ready to use with the Java `JsonServiceClient`.
6
+
7
+
#### Installation from the Eclipse Marketplace
8
+
9
+
To help make this plugin discoverable, easy to install and keep upto date, this plugin has been published to the Eclipse Marketplace.
ServiceStackEclipse plugin introduces the similar workflow as the other supported IDEs by providing a simple dialog to add your server side DTOs to your client project.
Like Android Studio, if the reference is added in a Maven project, the `net.servicestack.client` Maven dependency is automatically added.
20
+
21
+
The `Update ServiceStack Reference` menu is visible when you right click on the reference file in the package explorer. This will process and pass the requested options to the ServiceStack server and update the file in place.
Copy file name to clipboardExpand all lines: src/ServiceStackIDEA/README.MD
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,9 @@
1
+
## ServiceStackIDEA now for IntelliJ and Maven
2
+
3
+
The ServiceStackIDEA plugin as been expanded to support IntelliJ and Maven projects as well as Android Studio and Gradle. This gives Java developers a familar experience when writing clients for ServiceStack in Android and any other Java client.
0 commit comments