Skip to content

Commit f060eaf

Browse files
committed
Create readme.md
1 parent 51b1157 commit f060eaf

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

src/ServiceStackEclipse/readme.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
## ServiceStackEclipse
2+
3+
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.
10+
11+
![](https://github.com/ServiceStack/Assets/raw/master/img/servicestackeclipse/ss-eclipse-install-win.gif)
12+
13+
#### Add/Update ServiceStack Reference
14+
15+
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.
16+
17+
![](https://github.com/ServiceStack/Assets/raw/master/img/servicestackeclipse/add-reference-demo.gif)
18+
19+
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.
22+
23+
![](https://github.com/ServiceStack/Assets/raw/master/img/servicestackeclipse/update-reference-demo.gif)

0 commit comments

Comments
 (0)