Reformed
Explore posts from serversJCHJava Community | Help. Code. Learn.
•Created by Reformed on 11/6/2024 in #java-help
Transforming a complicated Java object to JSON
I've detailed the question on SOF
https://stackoverflow.com/questions/79164539/transforming-a-complicated-java-object-to-json
4 replies
KPCKevin Powell - Community
•Created by Reformed on 11/6/2024 in #back-end
Transforming a complicated Java object to JSON
I've detailed the question on SOF
Transforming a complicated Java object to JSON
1 replies
KPCKevin Powell - Community
•Created by Reformed on 2/21/2024 in #back-end
Migration of J2EE to spring boot application
Hello,
I'm at my first SWE job and I'm tasked with evaluating migrating away from enterprise services to Spring Boot. I have experience with Spring Boot but I have no idea on how to approach it, it is a huge project with many moving components.
Please suggest on how I should approach this.
31 replies
KPCKevin Powell - Community
•Created by Reformed on 8/18/2023 in #front-end
React: passing props from child to parent
I've detailed my question on SOF for readability and clarity, appreciate any help!
https://stackoverflow.com/questions/76932958/passing-props-from-child-to-parent
8 replies
JCHJava Community | Help. Code. Learn.
•Created by Reformed on 4/16/2023 in #java-help
maven and Java incompatible version
Can I get help here https://stackoverflow.com/questions/76026476/fatal-error-compiling-error-release-version-19-not-supported-help-1
6 replies
KPCKevin Powell - Community
•Created by Reformed on 4/16/2023 in #os-and-tools
Java and maven version incompatible
Can I get help here https://stackoverflow.com/questions/76026476/fatal-error-compiling-error-release-version-19-not-supported-help-1
1 replies
KPCKevin Powell - Community
•Created by Reformed on 4/5/2023 in #front-end
Undefined variable in component
I'm getting a lot of my variables undefined and ran at times when they shouldn't run. My best guess is that it is related to the way I make the Api call.
When I run the program, the console statements doesn't get printed on chrome but on edge??
When I start the problem I get the error ERROR TypeError: Cannot read properties of undefined (reading 'trim') in app.component.ts ngOnInit() when I try to read csv. The csv are not empty and this method works as expected to load the csv into the arrays
When I click view for Stock symbol, the chart displays as expected, but I get loader.js:98 ERROR Error: Uncaught (in promise): TypeError: Cannot use 'in' operator to search for 'Time Series (5min)' in undefined. In debug, I can see this line console.log("data", this.data); in chart.componenet.ts ran 3 times in total when it should only run once when the api call in app.component.ts generate_stock_chart has the data ready which then sends the data to chart.component.ts
The same problem in 3) applies for forex
stackblitz url - stackblitz.com/github/Fennzo/AdvantageAPI
1 replies