| See also: | |||
| View: | [ 2009 | 2008 | 2007 | 2006 | 2005 | 2004 | 2003 | 2002 ] |
| Articles Tutorials |
- Improving Code Consistency and Standards Compliance with Eclipse Preferences by Scott Nelson - [Clicks: 23]
Everyone knows that coding standards save time and improve quality. Learn how to provide consistency in code formatting and environment preferences seamlessly in any Eclipse-based IDE (fast becoming the majority).
http://www.developer.com/java/other/article.php/3783221 - Nov, 2008 - Reduce String Literal Overhead with Eclipse by Scott Nelson - [Clicks: 10]
Every J2EE web application can get an immediate performance boost by eliminating common and unnecessary overhead that uses an uncommon Eclipse setting and a little discipline.
http://www.developer.com/design/article.php/3781231 - Oct, 2008 - Mastering Eclipse V3.4: Part 1: The Eclipse workbench by Prashant Deva - [Clicks: 17]
This "Mastering Eclipse" series of articles teaches complete newcomers to Eclipse the ins and outs of the Eclipse IDE. By the end of the series, you'll be on par with advanced users. Here in Part 1, you will learn the parts of the Eclipse IDE and how to customize them.
http://www.ibm.com/developerworks/opensource/library/os-eclipse-master1/index.html - Oct, 2008 - Eclipse Ganymede at a glance by Chris Aniszczyk - [Clicks: 24]
The Eclipse Ganymede release of 24 projects showcases the diversity and innovation going on inside the Eclipse ecosystem. Get an overview of several Ganymede projects, along with resources to find out more information.
http://www.ibm.com/developerworks/library/os-eclipse-ganymede/index.html - Jun, 2008 - Picking the right Eclipse distribution for you by Nathan A. Good - [Clicks: 9]
Which Eclipse distribution is right for you? Commercial distributions (distros)based on Eclipse Europa offer different features and conveniences. Many commercial ones also offer free or community editions to download and use. This article compares the CodeGear JBuilder 2008 Turbo trial version, nexB EasyEclipse, IBM's Europa bundles, and Innoopract's Yoxo On Demand distros — all of which allow you to download a prepackaged, customized version of Eclipse Europa, and many of which already contain the plug-ins and tools you need to start working right away.
http://www.ibm.com/developerworks/library/os-eclipse-dist/index.html - May, 2008 - Understanding Eclipse's new bundle-management mechanism by Xing Xing Li, Yu Peng, Jian Lin - [Clicks: 9]
Learn how to fill the gap between the IBM Rational Functional Tester and the console of Eclipse-based products by supporting the OSGi commands install, ss, start, stop, headers, active, update, and uninstall. The solution offers an effective approach for automation test-case support when the manifest of an Eclipse-AutoStart header has been upgraded to Eclipse-LazyStart. This article presents test scenarios to verify that the bundle-management mechanisms work well.
[Includes sample code]
http://www.ibm.com/developerworks/opensource/library/os-eclipse-bundlemgmt/ - May, 2008 - Eclipse 3.3 or NetBeans 6.0? by Andrew Binstock - [Clicks: 52]
Learn what differentiates these two free, open source Java IDEs and how they compare out of the box, then use Andrew's rating chart to decide which IDE could best meet your needs.
http://www.javaworld.com/javaworld/jw-03-2008/jw-03-java-ides0308.html - Mar, 2008 - Configuring and adding menu items in Eclipse V3.3 by Karsten Voigt - [Clicks: 17]
In earlier versions of Eclipse, adding commands to a menu, pop-up menu, or toolbar was tricky. No more! Eclipse V3.3 introduces a mechanism that's easier than ever. Find out how to use the org.eclipse.ui.menus extension point.
[Includes sample code]
http://www.ibm.com/developerworks/library/os-eclipse-3.3menu/index.html - Feb, 2008
- Getting started with Eclipse code templates by Jeremy Wischusen - [Clicks: 15]
This tutorial covers the basic use of Eclipse code templates. It takes a broad approach to expose the key concepts and skills that apply to templates regardless of the particular plug-in they're associated with. You will learn about the benefits of templates, how to create and edit them, and how to use them within the Eclipse IDE to increase your productivity.
[Formats: html, pdf]
http://www.ibm.com/developerworks/edu/os-dw-os-eclipse-code-templates.html - Oct, 2008 - Using Eclipse Ganymede to develop for the desktop, Web and mobile devices, Part 3: Developing for the Embedded Rich Client Platform, the Ganymede way by Suresh Krishna, Trebor Fenstermaker, Peter Nehrer - [Clicks: 9]
In this final installment of this series, you will again modify the personal task organizer to see how you can deploy it on a mobile device using yet another exciting addition to Ganymede: the Embedded Rich Client Project (eRCP). This set of libraries allows you to take an application developed with the standard RCP and, with just a few modifications, turn the application into one that can run on cell phones and other handheld devices.
[Formats: html, pdf]
http://www.ibm.com/developerworks/edu/os-dw-os-eclipse-ganymede-pt3.html - Sep, 2008 - Using Eclipse Ganymede to develop for the desktop, Web and mobile devices, Part 2: Developing for the Rich Client Platform, the Ganymede way by Suresh Krishna, Trebor Fenstermaker - [Clicks: 8]
The Ganymede release of the Eclipse IDE includes 24 separate projects, covering a wide range of technologies. Many of these projects are mature, and this release provides incremental improvements to those. But Ganymede also includes a number of new projects that introduce new technologies to the Eclipse platform. In this three-part "Using Eclipse Ganymede to develop for the desktop, Web and mobile devices" tutorial series, we will cover the following new Ganymede features: RCP, RAP, and eRCP, which allow you to develop software for the desktop, Web, and mobile platforms, respectively, with one common code base; Subversion for version control; and p2 for update and installation. Here in Part 2, we will take the personal organizer developed in Part 1 and modify it to use the new Rich Ajax Platform (RAP) to package and distribute the application on the Web.
[Formats: html, pdf]
http://www.ibm.com/developerworks/edu/os-dw-os-eclipse-ganymede-pt2.html - Sep, 2008 - Using Eclipse Ganymede to develop for the desktop, Web and mobile devices, Part 1: Developing for the Rich Client Platform, the Ganymede way by Suresh Krishna, Trebor Fenstermaker - [Clicks: 15]
The Ganymede release of Eclipse includes 24 separate projects, covering a wide range of technologies. Many of these projects are mature, and this release provides incremental improvements to those. But Ganymede also includes a number of new projects that introduce new technologies to the Eclipse platform. In this three-part "Using Eclipse Ganymede to develop for the desktop, Web and mobile devices" tutorial series, we will cover the following new Ganymede features: RCP, RAP, and eRCP, which allow you to develop software for the desktop, Web, and mobile platforms, respectively, with one common code base; Subversion for version control; and p2 for update and installation. Here in Part 1, we will use the mature Rich Client Platform (RCP) to develop an application for the desktop using Subversion for source control, and we will package and distribute the application using p2.
[Formats: html, pdf]
http://www.ibm.com/developerworks/edu/os-dw-os-eclipse-ganymede-pt1.html - Sep, 2008 - Integrate external tools and builders in Eclipse by Nathan A. Good - [Clicks: 14]
With launch configurations in Eclipse Europa, you can run external programs from within the development environment and save settings for how you call an external program. Learn how to build and use these launch configurations, including the types of automatic parameters available.
[Formats: html, pdf]
http://www.ibm.com/developerworks/edu/os-dw-os-eclipse-tools.html - May, 2008 - 10 time-saving techniques in Eclipse Europa by Nathan A. Good - [Clicks: 24]
This tutorial shows how to be more productive with Eclipse Europa, providing 10 ways to speed up your development in Eclipse. Many of the features shown for productivity are either new or improved features introduced in Eclipse Europa.
[Formats: html, pdf]
http://www.ibm.com/developerworks/edu/os-dw-os-eclipse-europatimesave.html - Apr, 2008