Eclipse

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

Articles
Tutorials
  

Articles:
  • Eclipse Tip: Don't Let Bugs Get Lost Without Trace by Peter Nehrer   - [Clicks: 27]
    The ability to trace your program's execution and log errors may prove invaluable when hunting down an elusive problem. Learn how to use Eclipse logging and tracing facilities to aid in diagnosing application errors.
    http://www.developer.com/java/ent/article.php/3702056 - Sep, 2007
  • Eclipse Tip: Making a Good First Impression by Peter Nehrer   - [Clicks: 12]
    The user's initial encounter with a new software product often influences their overall impression of it. Even though Eclipse provides a powerful mechanism to manage initial user experience, few add-in providers take advantage of it. Learn how to contribute your own content to the Eclipse Welcome page.
    http://www.developer.com/java/other/article.php/3698021 - Sep, 2007
  • Maximize your OS X Java development experience using Eclipse by John Fronckowiak   - [Clicks: 25]
    Mac OS X is a powerful platform for Java development. While the Java development environment is fully integrated into Mac OS X, the Eclipse integrated development environment (IDE) brings a fully integrated Java development environment to Mac OS X that provides a consistent cross-platform experience. Discover how to use this environment to import existing Xcode projects into Eclipse, tweak key bindings, and integrate Eclipse with the Mac OS X-bundled Concurrent Versions System (CVS).
    http://www.ibm.com/developerworks/library/os-eclipse-osxjava/index.html - Jul, 2007
  • Get started with Eclipse Platform by Chris Aniszczyk, David Gallardo   - [Clicks: 25]
    Find out about the Eclipse Platform, including its origin and architecture. Starting with a brief discussion about the open source nature of Eclipse and its support for multiple programming languages, we demonstrate the Java development environment with a simple programming example. We also survey some of the software development tools available as plug-in extensions.
    http://www.ibm.com/developerworks/library/os-eclipse-platform/index.html - Jul, 2007
  • Keep your code clean with Eclipse V3.3 by Katrin Limpoeck, Philipp Tiedt   - [Clicks: 33]
    Clean, easy-to-read code allows developers who are unfamiliar with a program to understand it quickly and completely, which makes software maintenance more efficient than the alternative. Get an introduction to the new cleanup capabilities in Eclipse V3.3 that allow developers more options for cleanup than earlier versions.
    http://www.ibm.com/developerworks/library/os-eclipse-clean/index.html - Jul, 2007
  • Use Eclipse JET to Automate Model-Driven Development Aspects by Riccardo Govoni   - [Clicks: 22]
    Get the lowdown on the Eclipse JET code generator and learn how to use it to automate your development processes.
    [Includes sample code]
    http://www.devx.com/opensource/Article/34929 - Jul, 2007
  • A whirlwind tour of Eclipse Europa by Chris Aniszczyk   - [Clicks: 34]
    With the simultaneous release of 21 projects this year, the Eclipse Europa release marks a significant improvement over last year's release train of 10 projects. Get a brief overview of each of the projects associated with the Europa release.
    http://www.ibm.com/developerworks/library/os-eclipse-europa/index.html - Jun, 2007
  • Build DocBook XML in Eclipse by Nathan A. Good   - [Clicks: 44]
    DocBook XML is a library of standard XML tags you can use to write stylesheets for generating almost any output. However, because DocBook has been around for quite some time, many stylesheets already exist for generating different types of documentation. Learn how to use DocBook XML and the Eclipse IDE together to create reusable technical documentation that you can easily distribute in most formats.
    http://www.ibm.com/developerworks/library/os-eclipse-docbook/index.html - Jun, 2007
  • Unit testing the Eclipse way by Michael Nyika   - [Clicks: 43]
    Does your legacy code demand a matching test suite of classes to run against its source code base? For such purposes, jMock qualifies as a great testing framework. However, not all cases may suit the occasion, especially when you must construct objects in a manner that jMock doesn't expect. To avoid the hassle of producing suites of custom mock objects to support the unit tests in an application, you can tailor RMock to work with jMock seamlessly to achieve a positive result.
    http://www.ibm.com/developerworks/library/os-eclipse-rmock/index.html - May, 2007
  • Debugging with the Eclipse Platform by Chris Aniszczyk, Pawel Leszek   - [Clicks: 38]
    Find out how to use the built-in debugging features in the Eclipse Platform for debugging software projects. Debugging is something programmers can't avoid. There are many ways to go about it, but it essentially comes down to finding the code responsible for a bug. For example, one of the most common errors in Linux applications is known as a segmentation fault. This occurs when a program attempts to access memory not allocated to it and terminates with a segmentation violation. To fix this kind of error, you need to find the line of code that triggers the behavior. Once the line of code in question has been found, it is also useful to know the context in which the error occurs, and the associated values, variables, and methods. The use of a debugger makes finding this information quite simple.
    http://www-128.ibm.com/developerworks/library/os-ecbug/index.html - May, 2007
  • Create an Eclipse-based application using the Graphical Editing Framework by Randy Hudson, Chris Aniszczyk   - [Clicks: 58]
    Learn the initial steps involved in creating an Eclipse-based application using the Graphical Editing Framework (GEF). Also, discover the options you have these days to bootstrap the process of creating graphical editors in Eclipse.
    http://www-128.ibm.com/developerworks/library/os-eclipse-gef11/index.html - Mar, 2007
  • Java API reference documentation by Mariana Alupului   - [Clicks: 34]
    This article describes different approaches for generating easy-to-use and searchable Java application programming interfaces (API) reference documentation.
    http://www-128.ibm.com/developerworks/rational/library/07/0320_alupului/index.html - Mar, 2007
  • Eclipse, NetBeans, and IntelliJ: Assessing the Survivors of the Java IDE Wars by Jacek Furmankiewicz   - [Clicks: 126]
    Get a comprehensive comparison of the latest versions of the major IDEs in the Java development space: NetBeans, Eclipse/MyEclipse, and IntelliJ IDEA. Find out how well each performs in four common areas of development: Swing, JSP/Struts, JavaServer Faces, and J2EE/EJB 3.0.
    http://www.devx.com/Java/Article/34009 - Mar, 2007
  • Build an Ajax application using Google Web Toolkit, Apache Derby, and Eclipse, Part 4: Deployment by Noel Rappin   - [Clicks: 215]
    In the past three articles in this series, you've built a simple but functional Web application using the Google Web Toolkit (GWT). Until now, you've been editing and debugging the application using GWT's hosted mode, which allows you to simulate a Web server environment within your Java development tool. Sadly, it's impractical to have all your users download Eclipse just to run your Web application. So, in this article, the fourth in this series, you'll learn how to deploy your GWT application within a Java Web application server and get tips on using the Apache Derby database to drive the GWT.
    http://www-128.ibm.com/developerworks/java/library/os-ad-gwt4/index.html - Feb, 2007
  • Build an Ajax application using Google Web Toolkit, Apache Derby, and Eclipse, Part 3: Communication by Noel Rappin   - [Clicks: 126]
    In the last two articles in this series, you've discovered how to create a simple Web application using the Google Web Toolkit (GWT) and the Apache Derby relational database. Part 1 focused on using GWT to build the front end for a pizza delivery system called Slicr. In Part 2, you got a demonstration of the creation of a relational database using Derby, and a bare-bones demonstration of a mechanism for converting the database rows to Java objects. Now it gets interesting! In this third article, find out how to get the client and server talking to each other. You'll use the Remote Procedure Call (RPC) framework within GWT to make getting data off the server almost as simple as making a Java method call.
    http://www-128.ibm.com/developerworks/java/library/os-ad-gwt3/index.html - Feb, 2007
  • Build an Ajax application using Google Web Toolkit, Apache Derby, and Eclipse, Part 2: The reliable back end by Noel Rappin   - [Clicks: 143]
    In this second article in the series on using the Google Web Toolkit (GWT) to build Asynchronous JavaScript + XML (Ajax) applications, learn how to build the Apache Derby database for your Web application, and use it to drive the GWT. Part 1 of this series introduced you to GWT and demonstrated how you can use it to create a rich-client front end for a Web application. This time, you'll go behind the scenes and set up the back end with your database and the code used to convert the data to a format that GWT can use. By the end of this article, you'll be ready for the front end and back end to talk to each other.
    http://www-128.ibm.com/developerworks/library/os-ad-gwt2/index.html - Jan, 2007
  • Automation for the people: Improving code with Eclipse plugins by Paul Duvall   - [Clicks: 36]
    What if you were able to discover potential problems in your code prior to building it? Interestingly enough, there are Eclipse plugins for tools such as JDepend and CheckStyle that can help you discover problems before they are manifested in software. In this installment of Automation for the people, automation expert Paul Duvall provides examples of installing, configuring, and using these static analysis plugins in Eclipse so that you can prevent problems early in the development life cycle.
    http://www-128.ibm.com/developerworks/java/library/j-ap01117/index.html - Jan, 2007

[Top]

Tutorials:
  • Web development with Eclipse Europa, Part 3: Ruby Development Toolkit and RadRails by Michael Galpin   - [Clicks: 17]
    This tutorial introduces the RDT and RadRails Eclipse plug-ins. It shows how to get these plug-ins and start using them. You will learn how to use RadRails to do many common Ruby on Rails development tasks. And you will see how RadRails makes it easier than ever to test and debug Rails applications.
    [Formats: html, pdf]
    http://www.ibm.com/developerworks/edu/os-dw-os-eclipse-europa3.html - Dec, 2007
  • Web development with Eclipse Europa, Part 2: The Java EE for Eclipse by Michael Galpin   - [Clicks: 19]
    This is Part 2 of a three-part tutorial series on developing Web applications with Eclipse. So far, we've seen how easy it is to develop Web applications in the Java language using the Eclipse IDE for Java EE Developers. The Java EE edition is really just a collection of plug-ins running on the Eclipse Platform. In this tutorial, we'll see how to develop PHP applications using a different set of Eclipse plug-ins, collectively known as the PHP Development Toolkit (PDT). We'll also see a reprise of some features in the Java EE Edition that are also part of the PDT.
    [Formats: html, pdf]
    http://www.ibm.com/developerworks/edu/os-dw-os-eclipse-europa2.html - Dec, 2007
  • Web development with Eclipse Europa, Part 1: The Java EE for Eclipse by Michael Galpin   - [Clicks: 47]
    It's a good time to be a Web developer. You've never had more choices in terms of technologies. There are so many great open source Web servers, databases, programming languages, and development frameworks. No matter what combination of technologies you prefer to work with, there is an integrated development environment (IDE) that can increase your productivity: Eclipse. In this tutorial, Part 1 of a three-part "Web development with Eclipse Europa" series on how to use Eclipse for Web development with Java technology, PHP, and Ruby, we'll see how the latest release of Eclipse -- Europa --can be used to rapidly develop Java Web applications. We'll use Java Platform, Enterprise Edition 5 (Java EE) for Eclipse to build a Web application for tracking and calculating baseball statistics.
    [Formats: html, pdf]
    http://www.ibm.com/developerworks/edu/os-dw-os-eclipse-europa1.html - Nov, 2007
  • Simplify Eclipse classpaths using classpath containers by Aaron Tarter   - [Clicks: 58]
    Eclipse classpath containers are an organized, user-friendly way to manage Java libraries in Eclipse. Since a group of libraries can be referenced as one abstract name, they can be removed and added as a single entry easily. The view of the libraries is also simplified in the Java Perspective as a single entry that can be expanded to view the entire set. Since the set of libraries is defined by an implementation of IClasspathContainer, it can be redefined dynamically. This tutorial shows how to implement a custom IClasspathContainer with accompanying extensions of classpathContainerInitializer and classpathContainerPage.
    [Formats: html, pdf]
    http://www-128.ibm.com/developerworks/edu/os-dw-os-eclipse-classpath.html - May, 2007

[Top]