站内搜索: 请输入搜索关键词

当前页面: 开发资料首页Eclipse 专题两本学习Eclipse不错的书《Eclipse》和《Eclipse Cookbook 》

两本学习Eclipse不错的书《Eclipse》和《Eclipse Cookbook 》

摘要: 两本学习Eclipse不错的书《Eclipse》和《Eclipse Cookbook 》
<table cellSpacing=0 cellPadding=5 width="100%" border=0> <tr> <td vAlign=top align=left width=150> <table cellSpacing=0 cellPadding=0 border=0> <tr> <td>
</td> <td></td></tr></table>

<table cellSpacing=0 cellPadding=2 bgColor=#990000 border=0> <tr> <td> <form action=http://safari.oreilly.com/JVXSL.asp method=post> <table cellSpacing=0 cellPadding=4 bgColor=#ffffff border=0> <tr> <td bgColor=#990000></td></tr> <tr> <td></td></tr> <tr> <td height=40> </td></tr> <tr> <td> </td></tr> <tr> <td></td></tr> <tr> <td height=10></td></tr></table></form></td></tr></table>
</td> <td vAlign=top width="100%">
<table cellSpacing=0 cellPadding=0 align=right border=0> <tr> <td></td></tr></table>

Eclipse


1st Edition April 2004
ISBN: 0-596-00641-1
334 pages, $44.95 US, $65.95 CA, £31.95 UK


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.


Eclipse

Full Description

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:


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.

</td></tr></table>

<table cellSpacing=0 cellPadding=5 width="100%" border=0> <tr> <td vAlign=top align=left width=150> <table cellSpacing=0 cellPadding=0 border=0> <tr> <td>
</td> <td></td></tr></table>

<table cellSpacing=0 cellPadding=2 bgColor=#990000 border=0> <tr> <td> <form action=http://safari.oreilly.com/JVXSL.asp method=post> <table cellSpacing=0 cellPadding=4 bgColor=#ffffff border=0> <tr> <td bgColor=#990000></td></tr> <tr> <td> </td></tr> <tr> <td height=40> </td></tr> <tr> <td> </td></tr> <tr> <td></td></tr> <tr> <td height=10></td></tr></table></form></td></tr></table>
</td> <td vAlign=top width="100%">
<table cellSpacing=0 cellPadding=0 align=right border=0> <tr> <td></td></tr></table>

Eclipse Cookbook


1st Edition June 2004
Series: Cookbooks
ISBN: 0-596-00710-8
362 pages, $44.95 US, $65.95 CA, £31.95 UK

Eclipse is a powerful open source platform that gives Java developers a new way to approach development projects. In the Eclipse Cookbook, Java expert Steve Holzner demystifies Eclipse with practical recipes for more than 800 situations you may encounter--from deploying a web application automatically to reverse engineering compiled code, from re-naming all references to a class across multiple packages to initializing the SWT JNI libraries.


Eclipse Cookbook

Full Description

You've probably heard the buzz about Eclipse, the powerful open source platform that gives Java developers a new way to approach development projects. It's like a shiny new car--no longer content to just admire Eclipse, you're now itching to get in and drive.

Eclipse is to Java developers what Visual Studio is to .NET developers--it's an integrated development environment (IDE) that combines a code editor, compiler, debugger, text editor, graphical user interface (GUI) builder, and other components into a single, user-friendly application. It provides a solid foundation that enables Java developers to construct and run integrated software-development tools for web development, application design, modeling, performance, testing, and much more.

As with any extensive programming tool, however, there's a lot to learn. And there s no better guy than well-known Java expert Steve Holzner to teach you. An award-winning and best-selling author who has been writing about Java topics since the language first appeared, Holzner delivers just the kind of targeted, practical, everyday knowledge you need to hone your mastery of Eclipse.

Perfect as a companion to an Eclipse programming tutorial (such as Holzner's own Eclipse, O'Reilly, April 2004) or an ideal stand-alone for all those developers who either don't want or don't need the tutorial approach, the Eclipse Cookbook contains task-oriented recipes for more than 800 situations you may encounter while using this new Java platform--from deploying a web application automatically to reverse engineering compiled code, from re-naming all references to a class across multiple packages to initializing the SWT JNI libraries.

Each recipe in the ever-popular and utterly practical problem-solution-discussion format for O'Reilly cookbooks contains a clear and thorough description of the problem, a brief but complete discussion of a solution, and in-action examples illustrating that solution. The Eclipse Cookbook will satiate Java programmers at all levels who are ready to go beyond tutorials--far beyond writing plug-ins and extensions--and actually use the powerful and convenient Eclipse day to day.

</td></tr></table>


↑返回目录
前一篇: Eclipse插件开发之新手入门
后一篇: 用Eclipse,VE进行Java可视化界面设计