Eclipse In Action Reading Notes (- Introduction)
Wood
Publication: Manning Publications Co. Author: David Gallardo, Ed Burnette, Robert McGovern Keywords: Eclipse, java, IDE, Guide, development tools, ant, CVS Description: This book is how it is organized: The book is 400 pages, in English , Download connection: http://chinateam.myrice.com/matrix/java/j2se/java_ide/eclipse IN Action.pdf
The book is divided into 2 parts, 9 chapters, 5 appendices. The first part tells how to open Java code how to use Eclipse as IDE
Chapter 1: Introducing how the Eclipse project starts, how to design.
Chapter 2: How to get and install Eclipse, how to use his debugging Java program, and an important option, attribute
Chapter 3: Developing with Eclipse, including unit testing, debugging, log
Chapter 4: Use an example application to show you how to organize your project, and reconstruct
Chapter 5: Telling about Ant (Open Source Construction Tools), how to integrate into Eclipse
Chapter 6: Eclipse supports CVS support, learn how to share projects, detect projects, multi-person development how to handle code conflicts
Chapter 7: How does Eclipse support JSP, Servlet's web development, debugging, testing through third-party plugins
The second part is to tell how to extend Eclipse make it new.
Chapter 8: Introducing the Eclipse plugin, as well as the environment developed by plug-ins, you will learn how to establish a simple plugin, release the plug-in to make others can use
Chapter 9: More Plugin Codes Shows How to Create Custom Editor, View, Parameter Page
appendix
Appendix A: Eclipse Java Related Menu Quick Reference
Appendix B: Discuss how to install CVS servers on different operating systems
Appendix C: Extended points provided by Eclipse
Appendix D: SWT as an Eclipse basic user interface
Appendix E: Introduction to SWT-based JFACE