|En la categoría:
¿Quieres vender uno?

Sams Teach Yourself JavaServer Pages 2.0 with Apache Tomcat in 24 Hours,...

by Wutka, Mark; Moffet, Alan; Mittal, Kunal | HC | Good
ThriftBooks
(3910748)
Registrado como vendedor profesional
USD10,32
Aproximadamente8,94 EUR
Estado:
En buen estado
Pages can have notes/highlighting. Spine may show signs of wear. ~ ThriftBooks: Read More, ... Más informaciónacerca del estado
Respira tranquilidad. Envíos y devoluciones gratis.
Envío:
Gratis Economy Shipping.
Ubicado en: Aurora, Illinois, Estados Unidos
Entrega:
Entrega prevista entre el vie. 20 jun. y el mar. 24 jun. a 94104
Las fechas previstas de entrega (se abre en una nueva ventana o pestaña) incluyen el tiempo de manipulación del vendedor, el código postal de origen, el código postal de destino y la hora de aceptación, y dependen del servicio de envío seleccionado y de que el pago se haya hecho efectivoel pago se haya hecho efectivo (se abre en una nueva ventana o pestaña). Los plazos de entrega pueden variar, especialmente en épocas de mucha actividad.
Devoluciones:
30 días para devoluciones. El vendedor paga el envío de la devolución.
Pagos:
    Diners Club

Compra con confianza

Garantía al cliente de eBay
Si no recibes el artículo que has pedido, te devolvemos el dinero. Más informaciónGarantía al cliente de eBay - se abre en una nueva ventana o pestaña
El vendedor asume toda la responsabilidad de este anuncio.
N.º de artículo de eBay:146404697403
Última actualización el 16 jun 2025 02:37:12 H.EspVer todas las actualizacionesVer todas las actualizaciones

Características del artículo

Estado
En buen estado
Libro que se ha leído pero que está en buen estado. Daños mínimos en la tapa, incluidas rozaduras, pero sin roturas ni agujeros. Es posible que no incluya sobrecubierta para tapas duras. Tapa muy poco desgastada. La mayoría de las páginas están en buen estado con muy pocas arrugas o roturas. El texto subrayado a lápiz es prácticamente inexistente, no hay texto resaltado ni anotaciones en los márgenes. No faltan páginas. Consulta el anuncio del vendedor para obtener más información y la descripción de cualquier posible imperfección. Ver todas las definiciones de estadose abre en una nueva ventana o pestaña
Notas del vendedor
“Pages can have notes/highlighting. Spine may show signs of wear. ~ ThriftBooks: Read More, ...
Binding
Hardcover
Book Title
Sams Teach Yourself JavaServer Pages 2.0 with Apache Tomcat in...
Weight
2 lbs
Product Group
Book
IsTextBook
Yes
ISBN
9780672325977

Acerca de este producto

Product Identifiers

Publisher
SAMS
ISBN-10
0672325977
ISBN-13
9780672325977
eBay Product ID (ePID)
5967982

Product Key Features

Number of Pages
552 Pages
Language
English
Publication Name
Sams Teach Yourself Javaserver Pages 2.0 with Apache Tomcat in 24 h, Complete Starter Kit
Publication Year
2003
Subject
Programming Languages / Java
Type
Textbook
Author
Mark Wutka, Alan Moffet, Kunal Mittal
Subject Area
Computers
Format
CD-ROM / Trade Paperback

Dimensions

Item Height
1.1 in
Item Weight
32.7 Oz
Item Length
9.1 in
Item Width
7.4 in

Additional Product Features

Intended Audience
Trade
LCCN
2003-111831
Dewey Edition
22
Illustrated
Yes
Dewey Decimal
005.7/2
Table Of Content
Introduction. Who Should Read This Book. How This Book Is Organized. In Every Hour. Conventions Used in This Book. Apache Tomcat. Hour 1. Getting Started with JavaServer Pages. A "Hello World" JavaServer Page. Using the Tags in a JavaServer Page. Displaying a Value with . Inserting Comments. Declaring Methods and Variables with . Handling Multiple Threads in a JSP. Summary. Q & A . Workshop. Hour 2. JavaServer Pages Behind the Scenes. Introducing Servlets. A "Hello World" Servlet. Using the invoker to Run a Servlet. Packaging, Deploying, and Running a Servlet. The Anatomy of a Servlet. Sending a Response to the Browser. The HttpServlet Class. Choosing Between JavaServer Pages and Servlets. Summary. Q & A . Workshop. Hour 3. Creating HTML Forms. A Simple HTML Form. Using the request Object. Retrieving Form Variables in a Servlet. Different Ways to Do Forms. Summary. Q & A . Workshop. Hour 4. How the Browser Interacts with the Server. The Hypertext Transfer Protocol. Common Request Headers. Common Response Headers. The HTTP POST Command. GET versus POST. HTTPS: Secure HTTP. Summary. Q & A . Workshop. 5. JSP and Servlet Lifecycles. Servlet Lifecycle. JavaServer Page Lifecycle. Reloading Other Classes. Application Lifecycle Events. Summary. Q & A . Workshop. Hour 6. Looking Under the Hood-Core Servlet Components. The ServletRequest Class. The HttpServletRequest Class. The ServletContext Class. The ServletResponse Class. The HttpServletResponse Class. The ServletInputStream Class. The ServletOutputStream Class. The HttpSession Class. The Cookie Class. Creating a New Cookie. Summary. Q & A . Workshop. Hour 7. Servlet Filters. The Filter Interface. An Example Filter-JSP/Servlet Timings. An Example Filter-Session Logging. Summary. Q & A . Workshop. Hour 8. Core JavaServer Page Components. Built-in JSP Objects. The JspWriter Class. Working with the pageContext Object. The JspEngineInfo Class. Summary. Q & A . Workshop. Hour 9. JSP Directives. An Overview of JSP Directives. The page Directive. The include Directive. The taglib Directive. Summary. Q & A . Workshop. Hour 10. Using JSP Standard Actions to Organize Your Web Application. Including Other Files. Forwarding to Another Page. Passing Java Objects Between JSPs and Servlets. Making Your Application More Modular. Using an Applet in Your Form. Summary. Q & A . Workshop. 11. Debugging and Error Handling. Why Debugging Is Tough. Compile Versus Runtime Errors. Using Log Files to Debug an Application. Using a Debugger. Error Handling. Summary. Q & A . Workshop. 12. Saving Data Between Requests. Storing Data in Hidden Form Variables. Storing Data in a session Object. How Sessions Work. Forcing a New Session. Handling Session Termination. Handling Sessions Without Cookies. Storing Application-Wide Data. Summary. Q & A . Workshop. Hour 13. More About Saving Data. Using Sessions to Save Data in a Shopping Cart Application. Storing Data in a Cookie. Q & A . Workshop. Hour 14. Interacting with JavaBeans. The jsp:useBean Action. A Bean-Based Web Application. Summary. Q & A . Workshop. Hour 15. The JSP Expression Language. </b&
Synopsis
The easiest way for developers to learn JavaServer Pages 2.0, the first major revision of JSP in more than two year., In JavaServer Pages 2.0, Sun has added new features that make it even easier to create dynamic, interactive Web pages in Java. These include a built-in expression language and a library of tags (the JSP Standard Tag Library) that facilitate creation of pages. Sams Teach Yourself JavaServer Pages 2.0 in 24 Hours starts with the basics of JSP, and explains the expression language, JSTL, creating new tags and more. Each lesson builds on the previous one, giving you a full picture of JSP development. Later chapters describe how to incorporate XML, interface with larger Java applications, work with popular frameworks such as Struts, and more. The book includes Apache Tomcat, Sun's reference implementation of JSP, so you can start developing applications immediately.
LC Classification Number
QA76.73.J38

Descripción del artículo del vendedor

Información de vendedor profesional

Certifico que todas mis actividades de venta cumplirán todas las leyes y reglamentos de la UE.
Acerca de este vendedor

ThriftBooks

98,9% de votos positivos19,5 millones artículos vendidos

Se unió el mar 2015
Registrado como vendedor profesional
Just Voted on Newsweek - ThriftBooks ranks #1 America's Best Online Shops 2025 in Office, Electronics & Media sector, Media category!!ThriftBooks is a fully independent seller of used books, having ...
Ver más
Visitar tiendaContactar

Valoraciones detalladas sobre el vendedor

Promedio durante los últimos 12 meses
Descripción precisa
4.9
Gastos de envío razonables
5.0
Rapidez de envío
5.0
Comunicación
4.9

Votos de vendedor (5.654.182)

Todas las valoraciones
Positivas
Neutras
Negativas
  • c***m (404)- Votos emitidos por el comprador.
    Últimos 6 meses
    Compra verificada
    WOW!; I cannot believe this 3 Days to Hawaii! ; AAA+++; Excellent Service; Great Pricing; Fast Delivery-Faster Than Expected to Hawaii!; Shipped 05/05, Mon, Received 05/08, Thu to Hawaii using free shipping; USPS Ground Mail, Book in Excellent Condition--Better Than Described ; TLC Packaging; Excellent Seller Communication, Sends updates . Highly Recommended!, Thank you very much!
  • e***r (2705)- Votos emitidos por el comprador.
    Últimos 6 meses
    Compra verificada
    Thank you so much for offering this art book. Your price was fabulous on it. I had no communication, but you are no doubt a kind person. You are also a professional person, and your attention to detail really helped me in making my purchase decision. I'm adding you to my favorite seller list, and I always do shop with this list first. And also, I'd like to thank you for the lovely packaging, and the extremely fast shipping. The book was exactly as you described it. Happy New Year, if I can say.
  • t***1 (63)- Votos emitidos por el comprador.
    Mes pasado
    Compra verificada
    I had a problem after placing my order. I contacted the seller who responded within an hour and resolved the issue with no hassle. This book was a fair price and received today. I failed to notice, but the description did indicate it was missing the dust jacket. I highly recommend this seller.