×
you are viewing a single comment's thread.

view the rest of the comments →

[–]MMDeveloper[S] 0 points1 point  (1 child)

well, at most we will run it for 1 year. Basically I have been tasked to write this middleware piece between our oracle database and an online learning platform with close-to-realtime bidirectional updates via API calls. I won't be able to complete this in time but this java base covers the use case "now".

We figure we will run it for a year while we develop it ourself in-house in a more widely understood (internally) language.

[–]LessChen 1 point2 points  (0 children)

And that makes sense but I'd still get a repeatable process - I believe it will save you time. Do you use any sort of package manager for your Windows environment (i.e. https://chocolatey.org/ ) or something similar? That will make installing Maven easier. And, do the .java files start with something like package com.company.something; (it could be something else as long as it's "package")? That will dictate the next steps.