my dog learned polymorphism
The moose likes JDBC and the fly likes How to generate Objects on the fly from DB? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Databases » JDBC
Reply Bookmark "How to generate Objects on the fly from DB?" Watch "How to generate Objects on the fly from DB?" New topic
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
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: How to generate Objects on the fly from DB?
 
Similar Threads
URLyBird Database file query
Collections
How to generate Objects on the fly from DB?
How can i show backend table data in CSV format
Managing File resources