In My last project, Class files are stored in database, and also one custom classloader is written to take those class files from the database and load them. I am not very good the designing the application.
Could anyone help me in figuring out what is the need of storing class files(bytecode) in the database?
Why would it design like that?