Hi:

Can someone on this list recommend a good _advanced_
Java book. I've now moved beyond Bruce Eckel's
"Thinking in Java", which is a good introduction,
but omits many more complex aspects of the language
and libraries.

Particular subjects which I'm interested in, but
which don't seem to be covered in any Java books
I've browsed through so far:

 - Advanced serialization issues, such as using
   versioned objects. Even Sun's paper about this
   is a bit lightweight and doesn't, AFAICS,
   talk about ways to handle different versions
   of the same object.

 - Running untrusted code (or threads?) in secure
   sandboxes.

 - Object creation (see my earlier posting) and
   other low-level JVM issues.

 - CORBA and RMI. Eckel's book covers this but only
   very briefly.

 - Java Beans and EJBs. The papers on Sun's site
   about this are a bit mysterious, so I'm looking
   for some real world examples.

 - Signed objects and the public key authentication
   system in Java 2.

Rich.

-- 
-      Richard Jones. Linux contractor London and SE areas.        -
-    Very boring homepage at: http://www.annexia.demon.co.uk/      -
- You are currently the 1,991,243,100th visitor to this signature. -
-    Original message content Copyright (C) 1998 Richard Jones.    -

Reply via email to