Most sites I have found are doing the properties in only Java, not using JSP. This says its a beginners guide but it doesn't make much sence to me: Site Link
I can't follow where or how the file is being made, how it is named, and where it is stored. Can you explain this?
Do I need to make a Java class to make this work, or can everything just be done in JSP with an import or two?
Then once it is created, do you have to make defaults for all key's that you plan to use or can you make new keys as you need to add them? (and how?)
When you have those saved, what is the simplest way to pull the value of the key out of the file to use on my webpage? (plan to pull that key and use if/else statements to do stuff based on it).
Sorry this is so many questions. I really have no clue where to even start with this and nothing i've searched so far has helped me get started. Please don't say just look at a tutorial because I have looked at quite a few and nothing so far has helped. Also, please explain in as simple terms as possible and with examples if possible as well. I can understand things better when I'm given an example and its explained to me how to follow it.
Thanks