Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

ServiceStack Java Libraries and Apps

License

NotificationsYou must be signed in to change notification settings

ServiceStack/ServiceStack.Java

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Follow@ServiceStack or join theGoogle+ Communityfor updates, orStackOverflow or theCustomer Forums for support.

ServiceStack.Java

This repository contains the source for ServiceStack plugins for the leading Android Studio, IntelliJ and Eclipse Java IDE's providing Java developers a highly productive development experience for consuming Typed ServiceStack Services by leveragingAdd ServiceStack Reference directly within their IDE!

v1.1.5 Changes

  • Rename FileUpload toUploadFile to match other ServiceStack libraries

v1.1.4 Changes

Added new ServiceClient APIs:

<T>TpostFileWithRequest(IReturn<T>request,FileUploadfile);<T>TpostFileWithRequest(Objectrequest,FileUploadfile,ObjectresponseType);<T>TpostFileWithRequest(Stringpath,Objectrequest,FileUploadfile,ObjectresponseType);<T>TpostFilesWithRequest(IReturn<T>request,FileUpload[]files);<T>TpostFilesWithRequest(Objectrequest,FileUpload[]files,ObjectresponseType);<T>TpostFilesWithRequest(Stringpath,Objectrequest,FileUpload[]files,ObjectresponseType);

Added new AsyncServiceClient APIs:

<T>voidpostFileWithRequestAsync(IReturn<T>request,FileUploadfile,finalAsyncResult<T>asyncResult);<T>voidpostFileWithRequestAsync(Objectrequest,FileUploadfile,ObjectresponseType,finalAsyncResult<T>asyncResult);<T>voidpostFileWithRequestAsync(Stringpath,Objectrequest,FileUploadfile,ObjectresponseType,finalAsyncResult<T>asyncResult);<T>voidpostFilesWithRequestAsync(IReturn<T>request,FileUpload[]files,finalAsyncResult<T>asyncResult);<T>voidpostFilesWithRequestAsync(Objectrequest,FileUpload[]files,ObjectresponseType,finalAsyncResult<T>asyncResult);<T>voidpostFilesWithRequestAsync(Stringpath,Objectrequest,FileUpload[]files,ObjectresponseType,finalAsyncResult<T>asyncResult);

v1.1.0 Changes

Switched to use/api pre-defined route by default, revert to legacy/json/reply pre-defined route with:

constclient =newJsonServiceClient(baseUrl);client.setBasePath();

Install

Issues

Please submit issues tohttps://github.com/ServiceStack/Issues

Usage

For information on the different code-generation configuration options available and examples of using theJsonServiceClient refer to theJava ServiceStack Reference Documentation.

For information on using the generic Java JSON Service Client Typed API's see theJsonServiceClient Documentation or jump to the interested sections directly:

Contains information on howJava Add ServiceStack Reference ensures a high-fidelity, idiomatic translation within the constraints of Java language and its built-in libraries, where .NET Server DTO's are translated into clean, conventional Java POJO's where .NET built-in Value Types mapped to their equivalent Java data Type. Use the links below to jump directly to the sections you're interested in:

To demonstrate Java Native Types in action we've ported the SwiftTechStacks iOS App to a native Java Android App to showcase the responsiveness and easy-of-use of leveraging Java Add ServiceStack Reference in Android Projects.

Checkout theTechStacks Android App repository for a nice overview of how it leverages Java Native Types, Functional Java Utils and iOS-inspired Data Binding to easily develop services-heavy Mobile Apps.

Packages

 
 
 

Contributors3

  •  
  •  
  •  

[8]ページ先頭

©2009-2025 Movatter.jp