File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Sockets and Internet Protocols and the fly likes Mr.Elliotte, Regarding Chapter-19 of Java Network Programming 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 » Sockets and Internet Protocols
Reply Bookmark "Mr.Elliotte, Regarding Chapter-19 of Java Network Programming" Watch "Mr.Elliotte, Regarding Chapter-19 of Java Network Programming" New topic
Author

Mr.Elliotte, Regarding Chapter-19 of Java Network Programming

Ko Ko Naing
Ranch Hand

Joined: Jun 08, 2002
Posts: 3178
Chapter-19 of the book discusses JavaMail API as the second edition. Are they identical or you made some updates into the explanation of the topics? I heard that there are some slight changes in JavaMail API coming with J2EE 1.4. Was your chapter updated accordingly? I just would like to know whether the contents in that chapter are the same as those in the second edition...

Thanks...


Co-author of SCMAD Exam Guide, Author of JMADPlus
SCJP1.2, CCNA, SCWCD1.4, SCBCD1.3, SCMAD1.0, SCJA1.0, SCJP6.0
Elliotte Rusty Harold
author
Ranch Hand

Joined: Feb 25, 2004
Posts: 91
It's not word for word identical, but that chapter really didn't change very much, mostly because JavaMail didn't change very much. The only noticeable change since the second edition is that Sun's implementation now supports POP as well as IMAP. However, the service provider design of the API means that POP could always be supported with 3rd party libraries. What few changes there are, are mostly in the implementation. The actual programming interfaces have changed very little since JavaMail 1.1.3, the version covered in the second edition.


Elliotte Rusty Harold<br />Author of <a href="http://cafe.elharo.com/web/refactoring-html/" target="_blank" rel="nofollow">Refactoring HTML</a>
Ko Ko Naing
Ranch Hand

Joined: Jun 08, 2002
Posts: 3178
Originally posted by Elliotte Rusty Harold:
It's not word for word identical, but that chapter really didn't change very much, mostly because JavaMail didn't change very much. The only noticeable change since the second edition is that Sun's implementation now supports POP as well as IMAP. However, the service provider design of the API means that POP could always be supported with 3rd party libraries. What few changes there are, are mostly in the implementation. The actual programming interfaces have changed very little since JavaMail 1.1.3, the version covered in the second edition.


Thanks for the reply, Mr.Elliotte... Yes, you are right that there are only slight changes since JavaMail 1.1.3. So I can now see that you made a little bit chanegs in the chapter.

I'm just wondering if the chapter is word by word identical. It's great to hear that at least the chapter was reviewed again and written again...

Thanks...
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Mr.Elliotte, Regarding Chapter-19 of Java Network Programming
 
Similar Threads
Question for java guru
EJB object and Skeleton
A little help with my homework, explaining inheritance
email methods?
<jsp:invoke> for Tag files