Technology

A definitive guide for Web Services development – II

REST API PART -II Table of contents What is REST?Creating a Students APICreating a resourceSetting up databaseJDBC connectivityAdding to the resource class Creating a RepositoryTesting the API In this tutorial, we will deep dive into the basics of creating a Java Rest API using JAX-RS and MySQL. Hoping that you have read my previous post… Continue reading A definitive guide for Web Services development – II