Discussion on:

3
Comments

Join the conversation!

Follow via:
RSS
Email Alert
0 Votes
+ -
Please send me sample about this topic....
0 Votes
+ -
This article is nice but might give the impression that using custom class loaders is easy.
Well, it's mostly the case in a standalone, single-thread virtual machine but writing and enforcing the use of a custom class loader in a multi-threaded environement like a J2EE application server is another story.
I think the article should also say a word on that, developers must be aware that a class loader can be specified for a Thread, overriding the default class loader mechanism described here.
The article should also describe the different strategies for delegating the loading to the parent class loader which are "parent-first" and "parent-last".
Parent-first is the default behaviour. Parent-last allows you to make specific classes be loaded prior to classes already present in the class-path.
Lots of subtleties this article does not cover at all...
0 Votes
+ -
Yep you're right
peter_econ@... Updated - 8th Jun 2006
This is an introducing article, more a tip than a documentation. It should not cover the described feature in all details, but just give a direction for experiments and further learning for inexperienced users, obviously you are just not one of them.
Keyboard Shortcuts:
Prev
Next
Toggle
Join the conversation
Formatting +
BB Codes - Note: HTML is not supported in forums
  • [b] Bold [/b]
  • [i] Italic [/i]
  • [u] Underline [/u]
  • [s] Strikethrough [/s]
  • [q] "Quote" [/q]
  • [ol][*] 1. Ordered List [/ol]
  • [ul][*] · Unordered List [/ul]
  • [pre] Preformat [/pre]
  • [quote] "Blockquote" [/quote]

Join the TechRepublic Community and join the conversation! Signing-up is free and quick, Do it now, we want to hear your opinion.