Tag: archive
All the articles with the tag "archive".
-
Progressive web app - better & low cost mobile presence
Typically mobile web apps really suck!! They are slow and sluggish and the situation could get even worse with shaky internet connectivity. Hence, businesses and app developers are more inclined toward building native apps (including hybrid
-
Jersey (JAX-RS) JSON HTTP entity payload processing example
JSON (JavaScript Object Notation) is the most used structured data interchange format of the current generation. It is very common for REST clients to use it for data exchange. Several web client frameworks (e.g. AngularJS) natively handle
-
Jersey (JAX-RS) multiple files upload example
Jersey (JAX-RS) supports multiple files upload. A dynamic number of files can also be uploaded. In this tutorial we will solve the following problems: Upload more than one file. Upload dynamic numbers of files. Support to upload multiple fi
-
Jersey (JAX-RS) single file upload example
Jersey provides an easy mechanism to let clients upload files to the server. In this tutorial, we will learn a single file upload to Jersey (JAX-RS) endpoint. 1. Include Jersey media multipart dependency in Gradle File: build.gradle (snippe