In my previous post here, I gave a brief overview of JavaScript Object Notation (JSON). In this post I would go a bit further and show how one can parse the JSON documents into Java objects using the GSON library. The JSON data for this tutorial was obtained from: also read: JSON Tutorials Java EE …
What is JSON?
This tutorial explains the use of JSON and how to use it in your programming. This tutorial/webpage regularly updated with latest information about the JSON and Java libraries that are used for parsing the JSON files. A quick JSON search on Google would yield plenty of results and more specifically the JSON homepage. None the …
Download file from HTTP & HTTPS server using Java
In the earlier articles, JavaBeat has published many articles on uploading and downloding of files using the Java programming. Upload and Download is essential utility in the programming world because every server must have the feature to upload and download the files by the user or downlod the reports incase of the enterprise applications. The …