Tag: multiple
How to Store Multiple Data types In An ArrayList
by  Java4s | 8 Comments
  [ Ask Question ]
So, how to store objects of multiple data types in the ArrayList, in fact storing is pretty simple, every one will get some idea but how to retrieve the values ? for example if we have 100+ values in…
JAX-RS Example of Multiple Resource Formats
by  Java4s | 24 Comments
  [ Ask Question ]
This article will describe how a RESTful web service produces multiple output formats. In the previous articles we came across how a RESTful service produces either XML or JSON alone as an output, but in this article i will…
Spring Boot JDBC + MySQL – How to Configure Multiple DataSource
by  Java4s | 6 Comments
  [ Ask Question ]
In the previous article we saw how to configure a datasource in a spring boot application, that’s very straight forward. In this article I will show you how to configure multiple datasources in spring boot application. Unlike single datasource, in order to create…