I have an existing Java bridge whose inner workings are undocumented. Before I can move forward with a new web application, I need to unpack exactly how that bridge talks to the rest of the stack and then reproduce the same behaviour inside the fresh codebase.
I want to implement the bridge on a new web project.
The existing system basically has the MySQL and Wildfly services installed.
... Show more