This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes Servlets 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 » Java » Servlets
Reply locked 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
Bear Bibeault
Author and ninkuma
Marshal

Joined: Jan 10, 2002
Posts: 56204
    
  13

Kamyar, please do not cross-post the same question in multiple forums. It wastes people's time when multiple redundant conversations take place. Please continue any discussion here.


[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: How to generate Objects on the fly from DB?
 
Similar Threads
How to generate Objects on the fly from DB?
URLyBird Database file query
Collections
How can i show backend table data in CSV format
Managing File resources