6 questions from the last 1 days
Best practices
0
votes
0
replies
9
views
API for study purpose
Good day everyone looking for public api ai for free for study purpose can you give me a links or any api's to support my study in webdev- and any tips about WEB DEV API build with an app how to ...
-7
votes
1
answer
23
views
How to Integrate a Currency Exchange API to Get Real-Time Rates in JavaScript [closed]
I am trying to integrate the Currencylayer API into my website to fetch real-time exchange rates for different currencies.
My goal is to display converted currency values dynamically on my website, ...
-3
votes
0
answers
51
views
Issue to resolve org.bouncycastle and org.apache.batik.css using Equinox version 4.35
Recently I am upgrading my application from Eclipse Equinox version 4.23 to 4.35. I was facing some weired issue where org.bouncycastle and org.apache.batik.css bundles are not resolved though there ...
Best practices
1
vote
0
replies
60
views
Best design for request handling with DTOs that have a type field that defines the behaviour of an endpoint
First of all, It's my first question here, I'm not experienced enough. But I will grant all the needed information for understadning this.
I'm making an application for a college project, and I'm ...
0
votes
0
answers
27
views
CsvValidator optional header column
I am using the UK National Archives CSV Validator via the Maven dependency uk.gov.nationalarchives:csv-validator-java-api-1.4.0.jar to validate both the headers and the body of CSV/txt files.
I am ...
0
votes
0
answers
29
views
How to fix this Hibernate "object references an unsaved transient instance - save the transient instance before flushing" error
I receive following error when I save the object using Hibernate
object references an unsaved transient instance - save the transient instance before flushing: com.quintiles.ra.model.Dashboard
This is ...