| Author |
How to generate Objects on the fly from DB?
|
Kamyar Onikzeh
Ranch Hand
Joined: Sep 10, 2003
Posts: 30
|
|
Hi. I'm working on a J2EE project that needs to authenticate the users with a unique algorithm writen in a .class file. I want to store this class file ( & maybe others ! )in a DataBase then when I need them, retrive them & make Objects from .class file/files . I have an idea but not sure... with ClassLoader & feed it with a byteStream that comes from DB... but I don't know how !!! can anyone help? please...
|
"The greatest pleasure in life is doing what people say you cannot do." --Walter Bagehot<p>SCJP 1.4<br />SCWCD 1.3
|
 |
 |
|
|
subject: How to generate Objects on the fly from DB?
|
|
|