Imagen 1 de 1

Galería
Imagen 1 de 1

¿Quieres vender uno?
Eclipse : Programming Java Applications Paperback Steve Holzner
USD5,99
Aproximadamente5,12 EUR
o Mejor oferta
Estado:
“Like New”
Como nuevo
Libro en perfecto estado y poco leído. La tapa no tiene desperfectos y si procede, con sobrecubierta para las tapas duras. Incluye todas las páginas sin arrugas ni roturas. El texto no está subrayado ni resaltado de forma alguna, y no hay anotaciones en los márgenes. Puede presentar marcas de identificación mínimas en la contraportada o las guardas. Muy poco usado. Consulta el anuncio del vendedor para obtener más información y la descripción de cualquier posible imperfección.
Oops! Looks like we're having trouble connecting to our server.
Refresh your browser window to try again.
Envío:
USD4,16 (aprox. 3,55 EUR) USPS Media MailTM.
Ubicado en: Austin, Texas, Estados Unidos
Entrega:
Entrega prevista entre el mar. 19 ago. y el lun. 25 ago. a 94104
Devoluciones:
30 días para devoluciones. El comprador paga el envío de la devolución..
Pagos:
Compra con confianza
El vendedor asume toda la responsabilidad de este anuncio.
N.º de artículo de eBay:325604424102
Última actualización el 26 ago 2023 00:19:29 H.EspVer todas las actualizacionesVer todas las actualizaciones
Características del artículo
- Estado
- Como nuevo
- Notas del vendedor
- “Like New”
- Book Title
- Eclipse : Programming Java Applications Paperback Steve Holzner
- ISBN
- 9780596006419
- EAN
- 9780596006419
Acerca de este producto
Product Identifiers
Publisher
O'reilly Media, Incorporated
ISBN-10
0596006411
ISBN-13
9780596006419
eBay Product ID (ePID)
30510847
Product Key Features
Number of Pages
334 Pages
Publication Name
Eclipse : Programming Java Applications
Language
English
Publication Year
2004
Subject
Programming / General, Software Development & Engineering / General, Programming Languages / Java, Programming / Object Oriented
Type
Textbook
Subject Area
Computers
Format
Trade Paperback
Dimensions
Item Height
0.9 in
Item Weight
20.6 Oz
Item Length
9.2 in
Item Width
7 in
Additional Product Features
Intended Audience
Scholarly & Professional
LCCN
2004-302434
Dewey Edition
22
Illustrated
Yes
Dewey Decimal
005.13/3
Table Of Content
Preface; What's Inside; Conventions Used in This Book; What You'll Need; Using Code Examples; We'd Like to Hear from You;Chapter 1: Essential Eclipse; 1.1 Eclipse and Java; 1.2 Getting Eclipse; 1.3 Understanding Eclipse; 1.4 Views and Perspectives; 1.5 Working with Eclipse; 1.6 Using Quick Fix; 1.7 A Word About Project Management;Chapter 2: Java Development; 2.1 Developing Java Code; 2.2 Building and Running Code; 2.3 Creating Javadoc; 2.4 Refactoring; 2.5 Some Essential Skills; 2.6 Customizing the Development Environment;Chapter 3: Testing and Debugging; 3.1 Testing with JUnit; 3.2 Debugging;Chapter 4: Working in Teams; 4.1 How Source Control Works; 4.2 Understanding CVS; 4.3 Finding a CVS Server; 4.4 Adding a Project to the CVS Repository;Chapter 5: Building Eclipse Projects Using Ant; 5.1 Working with Ant; 5.2 JARing Your Output; 5.3 Configuring Ant in Eclipse; 5.4 Catching Errors in Build Files;Chapter 6: GUI Programming: From Appletsto Swing; 6.1 Creating AWT Applications; 6.2 Creating Swing Applications; 6.3 Using Eclipse Plug-ins; 6.4 Using the V4ALL Plug-in;Chapter 7: SWT: Buttons, Text, Labels, Lists, Layouts, and Events; 7.1 Java Graphics; 7.2 An SWT Example; 7.3 Working with Buttons; 7.4 Working with Composites and Layouts; 7.5 Working with Lists; 7.6 Using V4ALL with SWT;Chapter 8: SWT: Menus, Toolbars, Sliders, Trees, and Dialogs; 8.1 Working with Menus; 8.2 Working with Toolbars; 8.3 Working with Sliders; 8.4 Working with Trees; 8.5 Working with Dialogs; 8.6 Opening Internet Explorer in anSWT Window;Chapter 9: Web Development; 9.1 Installing and Testing Tomcat; 9.2 Creating a JSP; 9.3 Creating a Servlet; 9.4 Creating a Servlet in Place; 9.5 Connecting to a JavaBean; 9.6 Using the Sysdeo Tomcat Plug-in; 9.7 Deploying Web Applications;Chapter 10: Developing Struts Applicationswith Eclipse; 10.1 Struts and Eclipse; 10.2 Creating the View; 10.3 Creating the Controller; 10.4 Creating the Model; 10.5 Using the Easy Struts Plug-in;Chapter 11: Developing a Plug-in: The Plug-in Development Environment, Manifests, and Extension Points; 11.1 All You Really Need Is plugin.xml; 11.2 Using the Plug-in Development Environment; 11.3 Using the Run-time Workbench; 11.4 Creating a Standard Plug-in;Chapter 12: Developing a Plug-in: Creating Editors and Views; 12.1 Creating a Multi-Page Editor; 12.2 Creating a View; 12.3 Deploying a Plug-in;Chapter 13: Eclipse 3.0; 13.1 A Look at Eclipse 3.0; 13.2 Creating a Java Project; 13.3 Changes to the Eclipse Platform; 13.4 Changes to the Java Development Tools; 13.5 Other Changes;Colophon;
Synopsis
Java programmers know how finicky Java can be to work with. An omitted semi-colon or the slightest typo will cause the Java command-line compiler to spew pages of annoying error messages across your screen. And it doesn't fix them--that's up to you: fix them, compile again, and hope that nothing goes wrong this time. Eclipse, the popular Java integrated development environment (IDE) provides an elegant and powerful remedy for this common, frustrating scenario. It doesn't just catch your errors before you compile, it also suggests solutions. All you need to do is point and click. And it's free--what could be better? Still, if you're like most programmers, mastering a new technology--no matter how productive it will make you in the long run--is going to take a chunk out of your productivity now. You want to get up to speed quickly without sacrificing efficiency. O'Reilly's new guide to the technology, "Eclipse, provides exactly what you're looking for: a fast-track approach to mastery of Eclipse. This insightful, hands-on book delivers clear and concise coverage, with no fluff, that gets down to business immediately. The book is tightly focused, covering all aspects of Eclipse: the menus, preferences, views, perspectives, editors, team and debugging techniques, and how they're used every day by thousands of developers. Development of practical skills is emphasized with dozens of examples presented throughout the book. From cover-to-cover, the book is pure Eclipse, covering hundreds of techniques beginning with the most basic Java development through creating your own plug-in editors for the Eclipse environment. Some of the topics you'll learn about include: Using Eclipseto develop Java code Testing and debugging Working in teams using CVS Building Eclipse projects using Ant The Standard Widget Toolkit (SWT) Web development Developing Struts applications with Eclipse From basics to advanced topics, "Eclipse takes you through the fundamentals of Eclipse and more. You may be an Eclipse novice when you pick up the book, but you'll be a pro by the time you've finished., Java programmers know how finicky Java can be to work with. An omitted semi-colon or the slightest typo will cause the Java command-line compiler to spew pages of annoying error messages across your screen. And it doesn't fix them--that's up to you: fix them, compile again, and hope that nothing goes wrong this time. Eclipse, the popular Java integrated development environment (IDE) provides an elegant and powerful remedy for this common, frustrating scenario. It doesn't just catch your errors before you compile, it also suggests solutions. All you need to do is point and click. And it's free--what could be better? Still, if you're like most programmers, mastering a new technology--no matter how productive it will make you in the long run--is going to take a chunk out of your productivity now. You want to get up to speed quickly without sacrificing efficiency. O'Reilly's new guide to the technology, Eclipse , provides exactly what you're looking for: a fast-track approach to mastery of Eclipse. This insightful, hands-on book delivers clear and concise coverage, with no fluff, that gets down to business immediately. The book is tightly focused, covering all aspects of Eclipse: the menus, preferences, views, perspectives, editors, team and debugging techniques, and how they're used every day by thousands of developers. Development of practical skills is emphasized with dozens of examples presented throughout the book. From cover-to-cover, the book is pure Eclipse, covering hundreds of techniques beginning with the most basic Java development through creating your own plug-in editors for the Eclipse environment. Some of the topics you'll learn about include: Using Eclipse to develop Java code Testing and debugging Working in teams using CVS Building Eclipse projects using Ant The Standard Widget Toolkit (SWT) Web development Developing Struts applications with Eclipse From basics to advanced topics, Eclipse takes you through the fundamentals of Eclipse and more. You may be an Eclipse novice when you pick up the book, but you'll be a pro by the time you've finished., This insightful hands-on book gives Java developersexactly what they're looking for-clear and concisecoverage of this exciting new integrated developmentenvironment. In the O'Reilly tradition, this book istightly focused and real-world oriented, with no fluff.It covers all aspects of Eclipse-all the menus,preferences, views, ......
LC Classification Number
QA76.73.J38H63 2004
Descripción del artículo del vendedor
Acerca de este vendedor
Jolatt
97,1% de votos positivos•1,8 mil artículos vendidos
Registrado como vendedor particularPor tanto, no se aplican los derechos de los consumidores derivados de las leyes de protección de los consumidores de la UE. La Garantía al cliente de eBay sigue aplicando a la mayoría de compras. Más informaciónMás información
Categorías populares de esta tienda
Votos de vendedor (635)
- *****- Votos emitidos por el comprador.Últimos 6 mesesCompra verificadaExcellent seller - item exactly as described, fast and secure shipping. A pleasure to buy from.
- *****- Votos emitidos por el comprador.Últimos 6 mesesCompra verificadaWatch in great condition-as described! Safe packing and fast shipping
- *****- Votos emitidos por el comprador.Últimos 6 mesesCompra verificadaReceived product in good timeframe. Product as described.
Se trata de un anuncio privado, por lo que tu identidad no se revelará a nadie, excepto al vendedor.