hello,
I am developing a J2EE application that manages hundreds of jars (saved and loaded on the fly) to manage them i have two options:
- create a directory on the server that contains all the jars
- save the jar as a LOB in an oracle 10g database
Could you help me to choose the best solution?What are the benefits of each option?
thanks for your help.