• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Custom Class Loaders in the new Book

 
Ranch Hand
Posts: 48
Eclipse IDE Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Jeff

Does the book talk about when to use custom class loaders and how to use them?
Does it also talk about the deadlock error fix?

Do you have good examples cited if covered in the book.

Thanks
Shiv
 
Author
Posts: 86
5
Android Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Shiv,

I discuss classloaders in Appendix C, which can be downloaded from my website (http://tutortutor.ca/cgi-bin/makepage.cgi?/books/bj7). I discuss the basics of classloaders but haven't gotten into the topic of creating custom classloaders. Of course, when time permits, I could insert a section on custom classloaders into an update. Before that, there are a few other topics that I'd like to cover.

All the best.

Jeff

P.S.

I talk about deadlock in the book and present guidelines on how to avoid it. However, I don't discuss any kind of programmatic deadlock fix. This sounds like a good topic for an updated Appendix C.
 
Shiv Swaminathan
Ranch Hand
Posts: 48
Eclipse IDE Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thank you Jeff. I will read Appendix C.

It will be great if you can supplement some programmatic scenarios for custom class loaders, best practices around it and the deadlock issue scenario and fix.
I haven't real time used these and would love to see suitable examples.
reply
    Bookmark Topic Watch Topic
  • New Topic