In this short blog post I am going to share with you how to create a new Amazon AWS S3 bucket in Java and how to set permissions on it so that any user can read files from it but only you, the owner will have write access. You can use the code below with…
Read More Create Amazon AWS S3 Bucket in Java
Often we need to load up and read a value from a property file which is stored in a WEB-INF folder of our web app. In the below example I am going to share with you how to create a web service which accepts a key, reads key value from a property file and returns…
Read More Load Properties File from WEB-INF in JAX-RS Jersey App
Hibernate is a great framework to use to persist data into a database when building RESTful Web Services for your mobile application with Jersey and JAX-RS. In most of the projects I have participated when designing RESTful Web Services for Mobile App we used MySQL database server and Hibernate framework to store user data which…
Read More Persist Java Object in MySQL Database With Hibernate
To make our Jersey RESTful Web Service Application be able to @Autowire service classes and inject Java Beans we will need to add to it a support for Spring Dependency Injection(DI) and below I am going to share with you how to do it. To add Spring DI support to my JAX-RS application, I am…
Read More Add Spring Dependency Injection Support to a JAX-RS Jersey App
In this blog post I am going to share with you how to handle HTTP GET request in your Java Web Service created with Jersey framework and how to response back with XML or JSON Response. If you do not have your Java RESTful Web Service created yet please follow the below link to a…
Read More Jersey HTTP GET Example
In this blog post I will share with you how to use Maven to generate a very simple Jersey application which you can then use to build RESTful web services for your mobile app. I will also show you how to edit pom.xml file to add needed dependencies, so that your Jersey app is able…
Read More Create Jersey JAX-RS Project with Maven
In this blog post, I am going to share with you how to generate a Java project with Maven. You will also learn how to package your project with all the dependent libraries into a single jar file and run your Java application via the command line in the terminal window. Step 1: Install Maven…
Read More Create Java Project with Maven
From Zero To A Full Stack Developer Video Lessons Rapid Paper Prototyping iOS / Android Mobile Apps Full Stack Mobile App Developer Tools Server Side In the Cloud Java Web Services and API Design Building Mobile Apps With Swift Building Mobile Apps with Android Testing Your Code Developer Frameworks Ionic Hibernate.org Hibernate Getting Started Guide…
Read More Resources