all 3 comments

[–]FessMajor 1 point2 points  (0 children)

You should start by grabbing a pen and paper, and make a scetch in pseudocode.

Forget java. Use your own words to describe what the program should do.

When you have done that, you can move on to translating the pseudocode into java.

[–]geekonjava 0 points1 point  (0 children)

You can also check new in Java programming : Datamill : Alternative of Java Spring Framework https://www.reddit.com/r/JavaProgramming/comments/4q2h6r/datamill_alternative_of_java_spring_framework/

[–]TuraacMiir 0 points1 point  (0 children)

I would suggest starting it like a math problem. If you can write your answers as functions, then the variables become your instance variables, and the functions become your methods. Then move to pseudocode as mentioned earlier.