Skip to content

Eclipse Programming Java Applications

Best in textbook rentals since 2012!

ISBN-10: 0596006411

ISBN-13: 9780596006419

Edition: 2004

Authors: Steve Holzner, Bill Rosenblatt

List price: $44.99
Blue ribbon 30 day, 100% satisfaction guarantee!
what's this?
Rush Rewards U
Members Receive:
Carrot Coin icon
XP icon
You have reached 400 XP and carrot coins. That is the daily max!

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…    
Customers also bought

Book details

List price: $44.99
Copyright year: 2004
Publisher: O'Reilly Media, Incorporated
Publication date: 5/18/2004
Binding: Paperback
Pages: 334
Size: 7.01" wide x 9.17" long x 0.94" tall
Weight: 1.210
Language: English

Preface
Essential Eclipse
Eclipse and Java
Getting Eclipse
Understanding Eclipse
Views and Perspectives
Working with Eclipse
Using Quick Fix
A Word About Project Management
Java Development
Developing Java Code
Building and Running Code
Creating Javadoc
Refactoring
Some Essential Skills
Customizing the Development Environment
Testing and Debugging
Testing with JUnit
Debugging
Working in Teams
How Source Control Works
Understanding CVS
Finding a CVS Server
Adding a Project to the CVS Repository
Building Eclipse Projects Using Ant
Working with Ant
JARing Your Output
Configuring Ant in Eclipse
Catching Errors in Build Files
GUI Programming: From Applets to Swing
Creating AWT Applications
Creating Swing Applications
Using Eclipse Plug-ins
Using the V4ALL Plug-in
SWT: Buttons, Text, Labels, Lists, Layouts, and Events
Java Graphics
An SWT Example
Working with Buttons
Working with Composites and Layouts
Working with Lists
Using V4ALL with SWT
SWT: Menus, Toolbars, Sliders, Trees, and Dialogs
Working with Menus
Working with Toolbars
Working with Sliders
Working with Trees
Working with Dialogs
Opening Internet Explorer in an SWT Window
Web Development
Installing and Testing Tomcat
Creating a JSP
Creating a Servlet
Creating a Servlet in Place
Connecting to a JavaBean
Using the Sysdeo Tomcat Plug-in
Deploying Web Applications
Developing Struts Applications with Eclipse
Struts and Eclipse
Creating the View
Creating the Controller
Creating the Model
Using the Easy Struts Plug-in
Developing a Plug-in: The Plug-in Development Environment, Manifests, and Extension Points
All You Really Need Is plugin.xml
Using the Plug-in Development Environment
Using the Run-time Workbench
Creating a Standard Plug-in
Developing a Plug-in: Creating Editors and Views
Creating a Multi-Page Editor
Creating a View
Deploying a Plug-in
Eclipse 3.0
A Look at Eclipse 3.0
Creating a Java Project
Changes to the Eclipse Platform
Changes to the Java Development Tools
Other Changes
Index