My question is related to the architecture of a java microservice with msf4j maria db and wso2 dss, i would like to know is it wise to use the dss as a data access layer , how can i build a correct architecture
Does it make sense to use wso2-dss as a data access layer for msf4j microservice?
77 Views Asked by Maikol Ahoue At
1
There are 1 best solutions below
Related Questions in WSO2-DATA-SERVICES-SERVER
- how to write expression in WSO2 for filter mediator for 200 and other than 200 response codes
- I wanted to use ISO8583 mediator but I am facing the following error
- I am having an error while I am running integration studio version 8.1
- error during connection to SQL Server using Micro Integrator 4.0.2
- i have issue in micro integrator
- Data service returning a XML instead of a JSON response
- Unable to Expose Excel Data as a Data Service using WSO2 Integration Studio 8.2.0
- WSO2 Data Service Unable to send parameter
- Error using Nested Data Queries in WSO2 Dataservice
- Getting unorginized json attribute order from wso2 dataservice
- WSO2 MI Data Service. Calling Oracle procedures/functions that return complex types
- how to calls Stored procedures from WSO2 Enterprise Integrator 7.1.0
- Does BPS in WSO2 Identity Server 6.1.0 need to be installed in a separate PostgreSQL database?
- WSO2 - Data Service - GZIP - Data compression - JSON
- I'm using APIM 4.1 and WSO2 IS 5.11.0, i'm getting CORS error on token API in UI
Related Questions in MSF4J
- Invalid function argument when setting receivebuffer size by netty
- msf4j response image got Improperly closed variable
- MSF4J POST method receiving partial data
- Does it make sense to use wso2-dss as a data access layer for msf4j microservice?
- msf4j support for cors
- Is it possible to deserialize RFC3339 full-date field of an request json body to some java date class within msf4j application?
- Swagger UI Basic Authentication doesn't work, but curl does
- WSO2- MSF4J to parse XML dynamically
- using spring boot dev tool in msf4j and netbeans
- POST request with JSON parameters in MSF4J ERROR in Java
- "Could not find or load main class" when running a jar file from a msf4j project
- msf4j Runnable/Thread
- how to develop msf4j-apps and deploy them in wso2ei
- WSO2 MSF4J receive large data in @Post
- Can I make wso2 msf4j work with jersey?
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular # Hahtags
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
When you use DSS as the data access layer, you don't need to worry about db connection managing, connection pooling, etc. Otherwise, you will have to write code inside your microservice to manage them. I suggest you to use MicroIntegrator profile of WSO2 EI (that has DSS capability) as it suits well with Microservices Architecture.