Eclipse

See also: 
View: [ 2009 | 2008 | 2007 | 2006 | 2005 | 2004 | 2003 | 2002 ]

Articles
Books
  Guides
Tutorials
  

Articles:
  • Make your Eclipse applications richer with view linking by Chinmay Pandit   - [Clicks: 58]
    Views in a rich GUI enhance the user experience by displaying information in a variety of ways. By their very nature, UI views depend on other views and need to interact. Eclipse makes it easy to link the UI views and provides ways to adapt view linking to non-UI scenarios.
    http://www-128.ibm.com/developerworks/java/library/os-ecllink/index.html - Nov, 2005
  • Java generics support in Eclipse V3.1 by Neal Ford   - [Clicks: 34]
    Java 5 offers generics support, a feature developers requested for years. It represents a significant upgrade to the Java programming language. With something as complex as generics also comes challenges, both for tool vendors and developers. This article highlights how Eclipse has responded and the changes wrought by generics to the Java language. It shows how to take full advantage of generics within Eclipse, including support in Quick Assist, Quick Fix, refactoring, and project preferences. It also shows some subtle and important aspects of a fully generic language.
    http://www-128.ibm.com/developerworks/opensource/library/os-ecljgs/ - Oct, 2005
  • Code Analysis with the Eclipse Profiler by Peter Dawson   - [Clicks: 68]
    Peter Dawson has written an article on using the Eclipse Profiler to show the runtime characteristics and structure of code.
    http://www.theserverside.com/articles/article.tss?l=EclipseProfiler - Sep, 2005
  • Configuring Eclipse for Remote Debugging by Deepak Vohra   - [Clicks: 88]
    Debugging server-side applications can be impractical if you're reduced to looking at log files and wondering what happened. Instead, Deepak Vohra shows you how you can use the Eclipse IDE's debugger on remote applications.
    http://www.onjava.com/pub/a/onjava/2005/08/31/eclipse-jboss-remote-debug.html - Aug, 2005
  • Become an Eclipse hotkey showoff by Sam Brodkin   - [Clicks: 79]
    The Eclipse IDE is becoming so popular that it's even showing up on many job descriptions. However, because it is so feature-bloated, knowing where to begin proves difficult. In this article, Sam Brodkin shares his most-used Eclipse features. He also notes the associated hotkey combinations that will get your fingers moving so fast, you'll be suspected of playing video games at work.
    http://www.javaworld.com/javaworld/jw-08-2005/jw-0829-eclipse.html - Aug, 2005
  • The Eclipse Voice Tools Project by Brent Metz   - [Clicks: 21]
    The Eclipse Voice Tools Project is a new effort that brings together companies and individuals from the voice industry to create a common set of standards-based, open source, voice-development tools. But how do you go about extending or contributing to the project's tools? This article explains how to set up and customize the Voice Tools Project environment. It also shows you the process involved in adding new functions.
    [Includes sample code]
    http://www-128.ibm.com/developerworks/java/library/wi-eclipse/index.html - Aug, 2005
  • Java Development with Eclipse by Peter Nehrer   - [Clicks: 92]
    Take a brief tour of the Eclipse IDE Workbench and its standard menus and views. Learn about workspaces and the Resource model used by many Eclipse-based tools. While developing a simple Java application, examine some useful JDT features, such as the Content Assistant, Java Refactoring support and Eclipse's Launch framework at work.
    http://www.developer.com/java/data/article.php/3528616 - Aug, 2005
  • Opinion: Eclipse Fails to Meet the Enterprise Java Developer's Needs by Gerard Fernandes   - [Clicks: 42]
    This one-time Eclipse developer who's tried a variety of Java IDEs over the years now believes Eclipse is a functionally handicapped IDE that's languishing under the influence of commercial interests.
    http://www.devx.com/opinion/Article/28723 - Jul, 2005
  • Meet Eclipse by Peter Nehrer   - [Clicks: 58]
    This article is the first in a series that will take you on a guided tour of Eclipse. With its recent 3.1 release, Eclipse is solidifying its position as one of the most popular Java development environments and broadening its reach into the rich client space. Its developer community is growing rapidly and the momentum behind Eclipse is strong as ever. In this installment, you will look at Eclipse as a project - what technologies it provides, how it is developed, and who participates in the community around it. This will set up the proper context for subsequent installments, which will focus on more specific topics.
    http://www.developer.com/java/other/article.php/3518006 - Jul, 2005
  • Centralizing help in Eclipse by Neal Ford   - [Clicks: 47]
    This article demonstrates how to take advantage of the dynamic nature of Eclipse's help and plug-in architecture to allow you to create a centralized help repository. It focuses on how to create an Eclipse plug-in with a help table of contents, how to use the Infocenter to externalize your help files, and how to create a new menu item that allows you to access the centralized help repository right from the Eclipse main menu.
    http://www-128.ibm.com/developerworks/java/library/os-eclipsehelp/index.html - Jun, 2005
  • Building Cocoa-Java Apps with Eclipse by Mike Butler   - [Clicks: 15]
    This article will detail a simple method of building, and debugging, bundled Cocoa-Java applications that doesn't rely on keeping synchronized Xcode and Eclipse projects. Due to limitations on space, I'm assuming that you are comfortable with all of the referenced technologies--Eclipse, Ant, Cocoa-Java, etc. Having said that, it's straightforward enough.
    http://www.macdevcenter.com/pub/a/mac/2005/04/22/eclipse.html - Apr, 2005
  • A Starter's Guide to the Eclipse IDE, Part 1: Installation and Projects by Satya Komatineni   - [Clicks: 69]
    This article won't make you an expert in Eclipse, but will certainly make Eclipse a great tool for your editing and Java programming activities. The material presented here should help make you comfortable and productive in the Eclipse IDE environment.
    http://today.java.net/pub/a/today/2005/03/02/eclipseStarter1.html - Mar, 2005
  • Developing Java Applications on Mac OS X with Eclipse   - [Clicks: 17]
    Learn to work with Eclipse on Mac OS X from this hands-on article, which shows you how to build a sample application, add a project, modify Eclipse, and get an SWT application up and running.
    http://developer.apple.com/tools/usingeclipse.html - Feb, 2005

[Top]

Books:
  • Eclipse IDE Pocket Guide  by Ed Burnette   - [Clicks: 64]
    The ultimate "no fluff" user's manual for the Eclipse IDE offers just enough background and overview to bring beginners up to speed, while providing experienced users with a pocket-sized quick reference to important views, menus, commands, and preferences. It's ideal for Java developers who use Eclipse to build practical development tools for web development, application design and modeling, performance and testing, and more.
    O'Reilly Media, Inc., Paperback - Aug, 2005

[Top]

Guides:
  • Migrating from Eclipse 3.0 to Sun Java Studio Enterprise 7   - [Clicks: 13]
    Use this guide to quickly and easily migrate from Eclipse to Sun Java Studio Enterprise.
    http://developers.sun.com/prodtech/javatools/jsenterprise/reference/docs/Migration_Guide_Eclipse30_to_SJSE7.pdf - Mar, 2005 - (PDF - 3900 Kb)

[Top]

Tutorials:
  • Building cheat sheets in Eclipse by Philipp Tiedt   - [Clicks: 47]
    Cheat sheets help your customers get their hands dirty with your product and learn about its features interactively. This tutorial shows you how to develop interactive tutorials, called cheat sheets, for your Eclipse-based product or plug-in.
    [Formats: HTML, PDF]
    http://www-128.ibm.com/developerworks/edu/os-dw-os-cheatsheets-i.html - Dec, 2005
  • When Maven encounters Eclipse by Gilles Godinet   - [Clicks: 335]
    Maven is a powerful tool, but you need to integrate it into one of the popular integrated development environments (IDEs) to bring its power closer to hand and make your work easier, thus increasing your productivity and project quality. This tutorial provides a concrete example of how to make Maven and Eclipse collaborate.
    [Formats: HTML, PDF, Zip]
    http://www-128.ibm.com/developerworks/edu/os-dw-os-mavenecl-i.html - Jun, 2005
  • Eclipse for Visual Studio developers by Scott Kellicker   - [Clicks: 67]
    This tutorial steps a new user of Eclipse through their first Eclipse project. It is geared towards an existing Visual Studio developer and will present Eclipse concepts, terminology, and workflow in the context of Visual Studio. The tutorial will draw parallels between the two IDEs and, where appropriate, point out key differences.
    [Formats: HTML, PDF, Zip]
    http://www-128.ibm.com/developerworks/edu/os-dw-os-eclipsevs-i.html - May, 2005

[Top]