A few of things, probably: "JServ" will be referenced as "Tomcat;" "JRun" will
not be recommended as a container (hopefully), all his examples will be run on
something other than JWS, and (again, hopefully) some attention to running
servlets in J2EE/Struts and the Web Application Framework will be discussed.

:-)

Cheers!
Mark

----- Original Message -----
From: "Stephen Casey" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, April 03, 2001 5:08 PM
Subject: Java Servlet Programming (2nd Edition)


> What's in the 2nd edition that is not in the first? I have the 1st edition,
> what do I gain with the second?
>
>
>
>
>
>                     Jason Hunter <[EMAIL PROTECTED]>
>                     Sent by: "A mailing list for discussion about Sun
Microsystem's Java              Servlet API
>                     Technology." <[EMAIL PROTECTED]>
>
>
>                     04/03/01 10:25 AM
>                     Any replies will be addressed to: "A mailing list for
discussion about Sun Microsystem's Java
>                     Servlet API Technology."
>
>                      To:   [EMAIL PROTECTED]
>                      cc:
>                      Subject:           Re: Is there a standard content type
to use for
>                       serialisedjavaobjects?
>
>
>
>
> Bo Xu wrote:
> >
> > Hi :-) from several emails in Servlet-List, I also find the following
> about
> > using serializable object in Applet-Servlet communication:
> >
> > - con.setRequestProperty("CONTENT-TYPE",
> > "application/x-java-serialized-object");
> > - con.setRequestProperty("CONTENT_TYPE", "application/octet-stream");
> >
> > and from Jason Hunter's book, P296,
> > con.setRequestProperty("CONTENT_TYPE",
> > java-internal/"+obj.getClass().getName());
> >
> > Bo
> > Apr.03, 2001
>
> In the 2nd Edition of my book (coming out this week I'm told!) I've
> switched to application/x-java-serialized-object.  That's the type Sun
> refers to in their Javadocs.
>
> In case anyone wants to preorder.  :-)
>  http://www.amazon.com/exec/obidos/ASIN/0596000405/jasonhunter
>
>
http://www1.fatbrain.com/asp/bookinfo/bookinfo.asp?theisbn=0596000405&from=AEH93
5
>
>
> Note that Amazon has an updated book description but FatBrain still uses
> the 1st Edition's description.
>
> -jh-
>
> ___________________________________________________________________________
> To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
> of the message "signoff SERVLET-INTEREST".
>
> Archives: http://archives.java.sun.com/archives/servlet-interest.html
> Resources: http://java.sun.com/products/servlet/external-resources.html
> LISTSERV Help: http://www.lsoft.com/manuals/user/user.html
>
> ___________________________________________________________________________
> To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
> of the message "signoff SERVLET-INTEREST".
>
> Archives: http://archives.java.sun.com/archives/servlet-interest.html
> Resources: http://java.sun.com/products/servlet/external-resources.html
> LISTSERV Help: http://www.lsoft.com/manuals/user/user.html
>

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to