RESTful Web Services
-
Enterprise Java
Creating a REST API with Speedment and Spring
With the 4th release of Spring Boot, developing enterprise applications for the web have become so much easier. Something that…
Read More » -
Enterprise Java
5 Practical Tips for Building Your Spring Boot API
Building Identity Management, including authentication and authorization? Try Stormpath! Our REST API and robust Java SDK support can eliminate your…
Read More » -
Enterprise Java
Traditional Web Apps And RESTful APIs
When we are building web applications these days, it is considered a best practice to expose all our functionality as…
Read More » -
Enterprise Java
Seting up https for your REST API with Boxfuse
In my last post I showed how easy it was to get your REST API based on Spring Boot framework…
Read More » -
Enterprise Java
Don’t Hate The HATEOAS
Or How I Learned to Stop Worrying and Love the HATEOAS REST has become the defacto, or at least vogue,…
Read More » -
Enterprise Java
NetBeans Java EE Tip #3: RESTful Web Services from Database
Many modern web applications are moving towards the use of stateless communications using HTTP. The REST (Representational State Transfer) architectural…
Read More » -
Enterprise Java
Bidirectional relationship with Jackson in REST web services in WildFly
This is an example for a Bidirectional relationship between Java entities in a REST web service with the Jackson API.…
Read More » -
Enterprise Java
How To Build CRUD REST APIs With Elixir And Phoenix Quick Start
This post will show how to build a REST API with Elixir and Phoenix Framework. The focus will be providing…
Read More » -
Enterprise Java
Exception Handling in Spring RESTful Web Service
1. Introduction We might have been across some of the several ways by which we can handle exceptions in a RESTful…
Read More »