↧
Answer by Geek for Is it meaningful to create a own backend in java?
I would suggest you to write separate Backends for each Application as tomorrow you might want to have different connection requirements from each application. For eg : One application might decide it...
View ArticleIs it meaningful to create a own backend in java?
in my project I have different applications that all need a database connection (all "apps" are running on the same server) now my question is, what is better: one "backend" that get requested from...
View Article