|
my own guidance for writing a custom classloader was an article on freshmeat.net http://freshmeat.net/articles/view/1643/ > -----Original Message----- > From: java400-l-bounces@xxxxxxxxxxxx > [mailto:java400-l-bounces@xxxxxxxxxxxx] On Behalf Of Anand, Rajesh > Sent: Monday, January 09, 2006 10:29 AM > To: Java Programming on and around the iSeries / AS400 > Subject: RE: Loading Classes from Tables > > Mihael, > > Do you mind sending us folks, not familiar with custom class > loading, a copy of your sample code?? > > Many Thanks, > > Rajesh Anand > Email:Rajesh_anand@xxxxxx > > > -----Original Message----- > From: java400-l-bounces@xxxxxxxxxxxx > [mailto:java400-l-bounces@xxxxxxxxxxxx] On Behalf Of Knezevic, Mihael > Sent: 09 January 2006 06:53 > To: Java Programming on and around the iSeries / AS400 > Subject: RE: Loading Classes from Tables > > > is the problem the storing or the loading of classes in/from the > database? > > for the loading you would have to write your own classloader. > class loading is rather simple to implement. > just done that (though not from a db but that shouldn't be > the problem). > > > one thing to keep in mind is that the bootstrap classloader > doesn't know > anything about the classes you load with your custom classloader. so > with if you try to use the Class.forName() method you should also pass > the custom classloader. > > storing the class file in a blob column shouldn't either be a problem. > > > > > -----Original Message----- > > From: java400-l-bounces@xxxxxxxxxxxx > > [mailto:java400-l-bounces@xxxxxxxxxxxx] On Behalf Of Walden > > H. Leverich > > Sent: Friday, January 06, 2006 7:43 PM > > To: Java Programming on and around the iSeries / AS400 > > Subject: Loading Classes from Tables > > > > I want to store some classes in a table, specifically a blob > > column in a > > table and then load them at run time from the table. > > > > According to the spec, I can then create a class at runtime by > > retrieving the blob as a byte array and then calling defineClass() > > passing it the byte array and then resolveClass() and passing it the > > class. > > > > Has anyone done this before? I assume the iSeries JVM has no problem > > with this, but I'd love to know I'm not going down a dead end. > > > > -Walden > > > > ------------ > > Walden H Leverich III > > Tech Software > > (516) 627-3800 x3051 > > WaldenL@xxxxxxxxxxxxxxx > > http://www.TechSoftInc.com > > <blocked::blocked::http://www.techsoftinc.com/> > > > > Quiquid latine dictum sit altum viditur. > > (Whatever is said in Latin seems profound.) > > > > > > -- > > This is the Java Programming on and around the iSeries / > > AS400 (JAVA400-L) mailing list > > To post a message email: JAVA400-L@xxxxxxxxxxxx > > To subscribe, unsubscribe, or change list options, > > visit: http://lists.midrange.com/mailman/listinfo/java400-l > > or email: JAVA400-L-request@xxxxxxxxxxxx > > Before posting, please take a moment to review the archives > > at http://archive.midrange.com/java400-l. > > > > > > -- > This is the Java Programming on and around the iSeries / AS400 > (JAVA400-L) mailing list > To post a message email: JAVA400-L@xxxxxxxxxxxx > To subscribe, unsubscribe, or change list options, > visit: http://lists.midrange.com/mailman/listinfo/java400-l > or email: JAVA400-L-request@xxxxxxxxxxxx > Before posting, please take a moment to review the archives > at http://archive.midrange.com/java400-l. > -------------------------------------------------------- > > If you are not an intended recipient of this e-mail, please > notify the sender, delete it and do not read, act upon, > print, disclose, copy, retain or redistribute it. Click here > for important additional terms relating to this e-mail. > http://www.ml.com/email_terms/ > -------------------------------------------------------- > > -- > This is the Java Programming on and around the iSeries / > AS400 (JAVA400-L) mailing list > To post a message email: JAVA400-L@xxxxxxxxxxxx > To subscribe, unsubscribe, or change list options, > visit: http://lists.midrange.com/mailman/listinfo/java400-l > or email: JAVA400-L-request@xxxxxxxxxxxx > Before posting, please take a moment to review the archives > at http://archive.midrange.com/java400-l. > >
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.