22

My Task: Create a new application in a custom C#-Framework, to replace screens from the old application.
Me:Fine.
The old application has a Java Frontend.
Me:Fine.
The old application has an Oracle-DB.
Me:Fine.
The old application has its logic fully on the DB.
Me:What ??
You cannot connect to the DB via ODBC.
Me:But why ???
You cannot use external libraries, just our framework.
Me: For what are you thinking i can use to call the functions on the DB
You have to use a custom connection-bus which uses JDBC
Me:Fine.
This connection-bus cannot call SQL Statements and return the result.
Me:WTF, how should i get the data out of the Database ?
We don't know find a way.
Me:Ahh fuck off.

Comments
  • 3
    Could you maybe read the data from the old application? So basically: let your application boot the java one and then intercept requests?
  • 2
    @Codex404 sadly thats not the task. the old application will be killed somewhere in the future, but thanks for the input :)
  • 1
    Ok, so you better write an OS for that
Add Comment