|
|
 |
Apr 23, 2008 |
![[en]](/resources/images/en.gif) |
|
|
|
|
 |
Apr 15, 2008 |
![[en]](/resources/images/en.gif) |
|
|
|
|
 |
Apr 04, 2008 |
![[en]](/resources/images/en.gif) |
| In this article I will describe some tips and tricks for debugging your applications in Eclipse. I will cover the debug details formatter, breakpoints on classes only, as well as how to display all references and instances of a particular object or class. Categories: Debugging DZone Article  April 2008 by Chander Prakash
|
|
|
|
 |
Apr 01, 2008 |
![[en]](/resources/images/en.gif) |
| Plug-in development in Eclipse is somewhat of an art form. If you're new to the concept of plug-ins, especially in the context of OSGi and Eclipse, it can be a burden learning the myriad tools Eclipse has to help you write plug-ins. This article will help you learn some basic plug-in development skills, with some best practices sprinkled in for good measure. Categories: Plug-ins, Plug-in Development Environment (PDE) DeveloperWorks Article  April 2008 by Chris Aniszczyk (IBM)
|
|
|
|
 |
Mar 27, 2008 |
![[en]](/resources/images/en.gif) |
|
|
|
|
 |
Mar 20, 2008 |
![[en]](/resources/images/en.gif) |
| This article provides a walk-through example how to combine the editor plug-ins generated by the Eclipse Modeling Framework (EMF) and the Graphical Modeling Framework (GMF) to create an integrated editor that supports graphical and list- oder tree-based editing of the same information. The approach outlined in this article can easily be used as a starting point for the implementation of arbitrary multi-page editor solutions that contain GMF-based graphical editors. Categories: Eclipse Modeling Framework (EMF), Graphical Modeling Framework (GMF) Integrating EMF and GMF Generated Editors  March 2008 by Volker Wegert and Alex Shatalin
|
|
|
|
 |
Feb 12, 2008 |
![[en]](/resources/images/en.gif) |
| Plug-in development in Eclipse is somewhat of an art form. If you're new to the concept of plug-ins, especially in the context of OSGi and Eclipse, it can be quite burdensome learning the myriad tools Eclipse has to help you write plug-ins. The purpose of this article is to help you learn some basic plug-in development skills with some best practices sprinkled in for good measure. Categories: Plug-ins, Plug-in Development Environment (PDE) DeveloperWorks Article  February 2008 by Chris Aniszczyk (IBM)
|
|
|
|
 |
Jan 29, 2008 |
![[en]](/resources/images/en.gif) |
| Learn to create iPhone Web sites using Eclipse, Aptana's iPhone Development plug-in, and the iUi framework. See the development of a Javadoc viewer for the iPhone, uncover tips for user interface design, and hear about the future of iPhone application development. Categories: iPhone developerWorks Article  January 2008 by Adam Houghton
|
|
|
|
 |
Jan 29, 2008 |
![[en]](/resources/images/en.gif) |
| XMLBeans is a great XML-to-Java™ data-binding technology, but it lacks the ability to register observers for model changes. However, you can customize generated plain old Java objects (POJOs) to include the necessary interfaces and the notification of changes. Create a Sudoku Rich Client Platform (RCP) game application in Eclipse, and learn how to use eventing to validate the user's input. Categories: Java, XMLBeans, POJO developerWorks Article  January 2008 by Jacob Eisinger and Vince Brunssen
|
|
|
|
 |
Jan 28, 2008 |
![[en]](/resources/images/en.gif) |
| This free video tutorial will teach you how to use the many features of the Eclipse workbench. It is based on Eclipse version 3.3. This tutorial is not about programming, and no prior experience with Eclipse is needed. Categories: Tutorial, Workbench, Getting Started Using the Eclipse Workbench  January 2008 by Mark Dexter
|
|
|
|
 |
Jan 17, 2008 |
![[en]](/resources/images/en.gif) |
| This article explains how to use the Eclipse Data Tools for handling databases. Eclipse Data Tools Platform (DTP) supports the handling of databases via SQL and via pre-defined editors, e.g. creation of databases, query these databases and updates.
This article assume that you have already Eclipse installed. Categories: Data Tools Database Access with the Eclipse Data Tools Platform (DTP) - Tutorial  January 2008 by Lars Vogel
|
|
|
|
 |
Dec 12, 2007 |
![[en]](/resources/images/en.gif) |
| Generics in Java have been around for a while but support for mapping generically specified artifacts in UML to their Ecore representation is new to UML2 2.1. This article will walk the reader through the details of the mapping process with the end goal of producing generically specified code. This article assumes some level of familiarity with generics and is not intended as a tutorial in Java generics. Categories: Eclipse Modeling Framework (EMF), Modeling Eclipse Corner Article  December 2007 by James Bruck
|
|
|
|
 |
Nov 14, 2007 |
![[en]](/resources/images/en.gif) |
| Eclipse Forms is a layer on top of SWT that allows you to achieve a web-like feel inside your desktop applications without having to resort to an embedded browser. In this article, the new features added to Eclipse Forms in version 3.3 are discussed. Readers are expected to be familiar with Eclipse Forms and its concepts. Categories: SWT, User interface, JFace, Forms Eclipse Corner Article  November 2007 by Adam Archer
|
|
|
|
 |
Nov 14, 2007 |
![[en]](/resources/images/en.gif) |
| This free video tutorial will teach you how to use the Eclipse Java Debugger. It is based on Eclipse version 3.3. This is for programmers who have completed the "Total Beginners" tutorial or have some familiarity with Eclipse and Java. No prior experience with the Eclipse Debugger is needed. Categories: Tutorial, Java, Debugging, Java development tools (JDT), Getting Started Downloadable videos  November 2007 by Mark Dexter
|
|
|
|
 |
Nov 01, 2007 |
![[en]](/resources/images/en.gif) |
| The Eclipse Rich Client Platform (RCP) is using the SWT GUI framework. SWT does allow to integrated Microsoft application via OLE (Object Linking and Embedding). This article will demonstrate how SWT can be used within an Eclipse RCP application to integrate / use Microsoft applications. Microsoft Outlook and Microsoft Excel are used as examples Categories: SWT, RCP, OLE Integrate Eclipse RCP with Microsoft Applications  November 2007 by Lars Vogel
|
|
|
|
 |
Nov 01, 2007 |
![[en]](/resources/images/en.gif) |
| When programming Eclipse plug-ins, you quickly come face to face with
Eclipse adapters. If you are not familiar with the adapter pattern, adapters can be confusing. Eclipse adapters are actually very simple, and I hope to make them even simpler with this article.
Categories: Adapters Eclipse Adapters: A Hands-on Hand Holding Explanation  November 2007 by Jeffrey Ricker
|
|
|
|
 |
Oct 23, 2007 |
![[en]](/resources/images/en.gif) |
| Asynchronous JavaScript + XML (Ajax) and the concept of Web 2.0 has spread through the development community as a way add liveliness to Web-based applications. The Rich Ajax Platform (RAP) is a way to build Ajax-enabled Web applications by using the Eclipse development model. This article introduces RAP, tells you how to set up a RAP development environment, shows off some demos, and concludes with some simple-to-understand examples. Categories: Rich AJAX Platform, Ajax Rich Ajax Platform, Part 1: An introduction  October 2007 by Chris Aniszczyk (IBM) and Benjamin Muskalla
|
|
|
|
 |
Oct 06, 2007 |
![[en]](/resources/images/en.gif) |
| As developers, we're familiar with the endless pains that result from maintaining overly complex systems. Some complexity is accidental, so we continually strive to remove its overhead from our application. The latest crop of frameworks and dynamic languages has demonstrated just how far simple implementations can go. However, many applications have an essential complexity that cannot be further reduced without sacrificing end-user functionality or integration. Categories: Java EE, Mylyn Java Developer's Journal Article  October 2007 by Mik Kersten
|
|
|
|
 |
Sep 24, 2007 |
![[en]](/resources/images/en.gif) |
| This free video screencam tutorial will teach you how to save your Java objects to disk files using Eclipse version 3.3. This is for beginning programmers who have completed the "Total Beginners" tutorial or have some basic familiarity with Eclipse and Java. The 12 lessons total about 3 hours and are each about 15 minutes long. The lessons guide you through a step-by-step process adding save-to-file and get-from-file methods using the "personal lending library" application developed in the "Total Beginners" tutorial. Each lesson is fully narrated. Along the way, we learn some very cool Eclipse functionality. Categories: Tutorial, Java, Getting Started Eclipse And Java: Introducing Persistence  September 2007 by Mark Dexter
|
|
|
|
 |
Sep 10, 2007 |
![[en]](/resources/images/en.gif) |
| In this article we show you how you can incorporate the Eclipse help system into your Rich Client Application in a series of easy to follow steps. We also show you how to set up context help and how to fine tune your help settings. Categories: Plug-ins, RCP, Plug-in Development Environment (PDE), Help Eclipse Corner Article  September 2007 by Chris Goldthorpe and Adam Archer
|
|
|
|
 |
Sep 07, 2007 |
![[en]](/resources/images/en.gif) |
| There are many programming languages that allow access and discrete control of system memory. If you are a debug provider for one of these languages, then you probably have a requirement to provide support for debug-time memory inspection and manipulation. The Eclipse debug framework provides a Memory View, along with an extensible framework to simplify and standardize this task. This article introduces the Memory View and describes how to add your own customized memory support. Categories: Debugging, Embedded, Memory View Eclipse Corner Article  September 2007 by Samantha Chan
|
|
|
|
 |
Sep 07, 2007 |
![[en]](/resources/images/en.gif) |
|
|
|
|
 |
Aug 21, 2007 |
![[en]](/resources/images/en.gif) |
| Eclipse is a new world for Microsoft® Visual Studio® developers, and getting started with Eclipse can be confusing. New concepts, such as plug-in architecture, workspace-centric project structure, and automatic build can seem counterintuitive at first. Learn about these and other differences between the two environments, so that you can begin to feel at home with Eclipse. Categories: Getting Started DeveloperWorks Article  August 2007 by Genady Beryozkin
|
|
|
|
 |
Aug 14, 2007 |
![[en]](/resources/images/en.gif) |
|
|
|
|
 |
Aug 14, 2007 |
![[en]](/resources/images/en.gif) |
| Bring the power of JavaScript into your Eclipse workspace and learn how to make the most of it. Categories: Monkey, Scripting DevX.com Article  August 2007 by Riccardo Govoni
|
|
|
|
 |
Aug 09, 2007 |
![[en]](/resources/images/en.gif) |
| This site contains a collection of free video screencam tutorials for Eclipse and Java. Includes "Eclipse and Java for Total Beginners" series of screencam tutorials for people who want to learn Java using the Eclipse IDE. Based on Eclipse 3.3 (Europa) Categories: Tutorial, Java, Java development tools (JDT), Getting Started Downloadable videos  August 2007 by Mark Dexter
|
|
|
|
 |
Jul 31, 2007 |
![[en]](/resources/images/en.gif) |
|
|
|
|
 |
Jul 24, 2007 |
![[en]](/resources/images/en.gif) |
| 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). Categories: DeveloperWorks Article  July 2007 by John Fronckowiak
|
|
|
|
 |
Jul 17, 2007 |
![[en]](/resources/images/en.gif) |
| 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. Categories: Platform, Plug-in Development Environment (PDE), Java development tools (JDT), Getting Started DeveloperWorks Article  July 2007 by David Gallardo and Chris Aniszczyk (IBM)
|
|
|
|
 |
Jul 16, 2007 |
![[en]](/resources/images/en.gif) |
|
|
|
|
 |
Jul 06, 2007 |
![[ar]](/resources/images/ar.gif) |
|
|
|
|
 |
Jul 03, 2007 |
![[ar]](/resources/images/ar.gif) |
|
|
|
|
 |
Jun 30, 2007 |
![[en]](/resources/images/en.gif) |
|
|
|
|
 |
Jun 28, 2007 |
![[en]](/resources/images/en.gif) |
| The Model Development Tools Object Constraint Language (MDT OCL) project provides the building blocks for Model-Driven tools to weave OCL declarative specifications into software artifacts. We showcase some of these possibilities, taking as starting point a plug-in to visualize OCL abstract syntax trees (ASTs) in the form of annotated trees. This example motivates some practical tips about patterns for OCL visitors, including using Java 5 generics and achieving conciseness by letting MDT OCL take care of the "walking" order. To really reap the benefits of OCL-enriched specifications, tools in our modeling chain have to be able to transform such expressions into the target software platform (e.g. compile into Java, translate into SQL). Work in this area is summarized, to ease jump-starting your own OCL processing project. Categories: Model-Driven Development (MDD), Modeling, Abstract Syntax Tree (AST) Eclipse Corner Article  June 2007 by Miguel Garcia
|
|
|
|
 |
Jun 26, 2007 |
![[en]](/resources/images/en.gif) |
| Find out how to build a plug-in for Eclipse and Rational Application Developer V7. You can use this plug-in to define snippets that let you add code that follows enterprise standards. Similar to the Snippets view that comes with the Web Tools Project, this plug-in allows you to drag and drop pieces of code into the editor. We follow object-oriented best practices so the snippets can be loaded from any source, such as a database (like Apache Derby), filesystem, or Web service. Categories: Plug-ins, Plug-in Development Environment (PDE), Extension points DeveloperWorks Article  June 2007 by Nathan A. Good
|
|
|
|
 |
Jun 20, 2007 |
![[en]](/resources/images/en.gif) |
| Swing and SWT are sometimes seen as strictly competing technologies. Some people have strong opinions on which UI toolkit to use exclusively for client applications. However, in the real world, ideological extremes are often impractical. Some valid use cases require both technologies to coexist in a single application. While mixing the two toolkits is not a simple task, it can be done, and it can be done such that the two toolkits are smoothly integrated. This article discusses the steps necessary to achieve good Swing/SWT integration. It focuses on the use case of embedding existing Swing components into an SWT-based Rich Client Platform application. Categories: SWT, Java, Swing Eclipse Corner Article  June 2007 by Gordon Hirsch
|
|
|
|
 |
Jun 20, 2007 |
![[en]](/resources/images/en.gif) |
| This article looks at the service consumer side of Declarative Services. Categories: OSGi EclipseZone Article  June 2007 by Neil Bartlett
|
|
|
|
 |
Jun 19, 2007 |
![[en]](/resources/images/en.gif) |
|
|
|
|
 |
Jun 05, 2007 |
![[en]](/resources/images/en.gif) |
| One of the greatest features of the Eclipse framework and integrated development environment (IDE) is its extensibility. In this article, you'll learn how to quickly build a wizard that automates the process of adding a new file. Because the contents of the file can be predefined, the wizard enables better development through consistency and automation. Categories: Plug-ins, Platform, Wizards DeveloperWorks Article  June 2007 by Nathan A. Good
|
|
|
|
 |
Jun 03, 2007 |
![[en]](/resources/images/en.gif) |
| The Declarative Services (or "DS") specification is one of the newest parts of OSGi, and it came about as a result of some of the issues with wiring together service across bundles. It's not that this task is difficult but it does require a fair amount of boilerplate code. It also requires you to be cautious about threading issues, which means you can easily shoot yourself in the foot. Categories: Equinox, OSGi EclipseZone Article  June 2007 by Neil Bartlett
|
|
|
|
 |
May 22, 2007 |
![[en]](/resources/images/en.gif) |
| The BIRT Chart Engine is a powerful business chart generation tool that can be used as a standalone charting component. This article introduces the basic concepts of BIRT Chart Engine, explains what BIRT Chart Engine is composed of, and illustrates how to create a chart and use it as widget. Categories: Plug-ins, RCP, BIRT Eclipse Corner Article  May 2007 by Qi Liang (IBM)
|
|
|
|
 |
May 15, 2007 |
![[ar]](/resources/images/ar.gif) |
|
|
|
|
 |
May 02, 2007 |
![[en]](/resources/images/en.gif) |
| Paul Styles discusses Corona and Europa. Categories: Europa, Corona Podcast  May 2007 by Daniel Spiewak and Paul Styles
|
|
|
|
 |
May 02, 2007 |
![[en]](/resources/images/en.gif) |
| This article explores simple emboss, blur, glow, and drop shadow algorithms that can be applied to images in SWT. Categories: SWT, Images Eclipse Corner Article  May 2007 by Nicholas Rajendram
|
|
|
|
 |
May 01, 2007 |
![[en]](/resources/images/en.gif) |
| This article provides an overview and some details of the design of a functional test automation solution that was built using testing frameworks available within the TPTP Testing Tools Project. Categories: Test and performance, JUnit Eclipse Corner Article  May 2007 by Govin Varadarajan and Kim Letkeman
|
|
|
|
 |
May 01, 2007 |
![[en]](/resources/images/en.gif) |
|
|
|
|
 |
May 01, 2007 |
![[en]](/resources/images/en.gif) |
| This book presents an in-depth description of all the tools that make up WTP and an introduction to how they can be extended. It also covers Web application architecture and shows you how to set up a development project. It will appeal to Eclipse users, Enterprise Java developers, and companies and developers who reuse Eclipse in their products. Discussion includes many tools that are new to
the Eclipse community and provide functionality that has not been present in Eclipse itself. This book will show Eclipse users and developers how to use and extend the new tools and incorporate them into their own products. Categories: Web Tools, Plug-ins, Java EE, Enterprise, Workbench, Derby, Test and performance, Java, Debugging, IDE, Enterprise JavaBeans, Data Tools, Web Services, JSP, Servlet, XML, HTML, JavaScript, JUnitCactus, HttpUnit, MVC, SOA, CSS, XSLT, XDoclet, Server Eclipse Web Tools Platform: Developing Java Web Applications  May 2007 by Naci Dai (Eteration A.S.), Lawrence Mandel (IBM), and Arthur Ryman
More information  May 2007
|
|
|
|
 |
Apr 24, 2007 |
![[en]](/resources/images/en.gif) |
| Eclipse is designed as a modular platform, with the ability to install and use plug-ins to extend the core functionality. To achieve this, Eclipse is built upon OSGi, a open modular system for Java with six years of commercial use behind it. Although this is a necessary part of Eclipse's modularity, it's enhanced through the use of the extension registry and extensions/extension points. Categories: Plug-ins, Extension points EclipseZone Article  April 2007 by Alex Blewitt
|
|
|
|
 |
Apr 17, 2007 |
![[en]](/resources/images/en.gif) |
| The Eclipse Nebula project was created as a gathering place for widget authors who wish to release their widgets under the Eclipse Public License and have them incubated in an official Eclipse project. It features some widgets, such as the CDateTime widget, that draw their own interfaces. It also includes widgets, such as CompositeTable, that let you use existing SWT widgets in new ways. In all, the Nebula widgets address areas that in the past have been major holes in the feature set of widgets available in the SWT API. Categories: SWT, Nebula DeveloperWorks Tutorial  April 2007 by Scott Delap and Barry Livingston
|
|
|
|
 |
Apr 16, 2007 |
![[en]](/resources/images/en.gif) |
| Following on from our earlier series on getting started with OSGi , we're running a series on getting started with Eclipse plug-ins. In this episode, we'll be looking at getting your first plug-in up and running. Categories: Plug-ins, OSGi EclipseZone Article  April 2007 by Alex Blewitt
|
|
|
|
 |
Apr 12, 2007 |
![[en]](/resources/images/en.gif) |
| Working sets are static filters for resources. You define a working set as a list of resources (files, for example) and then only those resources are shown. For example, if you want to work in project A, and see project B for reference, you don't want to have your Package Explorer cluttered with the rest of the alphabet. By default, Eclipse offers working sets for Resources, Breakpoints, Java Resources and Plug-ins. If you have your own plug-in, and some view in it can be cluttered with information, you may want to define your own working set type, and filter your view based on it. This article aims to describe how to add a new resource type to the working sets already defined in Eclipse. (Note: This article was developed and tested against Eclipse 3.2.) Categories: Platform, Working sets, Filters EclipseZone Article  April 2007 by Julen Parra
|
|
|
|
 |
Mar 29, 2007 |
![[en]](/resources/images/en.gif) |
| Dr. Margarent-Anne (Peggy) Storey is a professor of Computer Science at the University of Victoria. In this podcast, Peggy discusses GILD, the IDE based on Eclipse developed at the University of Victoria to introduce new students to software development. She also discusses the Zest project and introduces TagSEA, a "a robust, extendable framework with exemplary tools used for tagging and waypointing source code, resources, or whatever you would like within Eclipse." Categories: Zest, TagSEA, GILD, Education, University Podcast  March 2007 by Margaret-Anne (Peggy) Storey and Wayne Beaton (The Eclipse Foundation)
|
|
|
|
 |
Mar 27, 2007 |
![[en]](/resources/images/en.gif) |
| In this podcast, recorded at EclipseCon 2007, Mik Kersten discusses a bout with repetitive strain injury (RSI) motivated the creation of Mylar, integration of Mylar with JDT and other other languages, task focused development, and provides a glimpse into the future of Mylar. Categories: Mylyn Podcast  March 2007 by Wayne Beaton (The Eclipse Foundation) and Mik Kersten
|
|
|
|
 |
Mar 26, 2007 |
![[en]](/resources/images/en.gif) |
| In this podcast, recorded at EclipseCon 2007, Benjamin Pasero, technical lead on the RSSOwl 1.0 project and self-described "significant contributor" to the RSSOwl 2.0 project discusses numerous topics, including the decision to adopt Eclipse Rich Client Platform (RCP) as a basis for the new version. Categories: RCP, RSSOwl Podcast  March 2007 by Benjamin Pasero and Wayne Beaton (The Eclipse Foundation)
|
|
|
|
 |
Mar 23, 2007 |
![[en]](/resources/images/en.gif) |
| In this podcast, Jeroen Leenarts discusses the use of Eclipse Rich Client Platform and other Eclipse technology at Dutch Railways. Categories: RCP Podcast  March 2007 by Daniel Steinberg and Jeroen Leenarts
|
|
|
|
 |
Mar 23, 2007 |
![[en]](/resources/images/en.gif) |
| In this podcast, Scott Delap talk about his experiences bringing Eclipse Rich Client Platform (RCP) to his clients. Categories: RCP Podcast  March 2007 by Daniel Steinberg and Scott Delap
|
|
|
|
 |
Mar 23, 2007 |
![[en]](/resources/images/en.gif) |
| In this podcast, Alex Tarachanowicz discusses the current state of PHPEclipse, motivation for building tools on top of Eclipse, and more. Categories: PHP Podcast  March 2007 by Daniel Steinberg and Alex Tarachanowicz
|
|
|
|
 |
Mar 23, 2007 |
![[en]](/resources/images/en.gif) |
| In this podcast, Robert Elves, committer on the Mylar project responsible for Bugzilla integration, talk about the value of using Mylar. Categories: Mylyn Podcast  March 2007 by Daniel Steinberg and Robert Elves
|
|
|
|
 |
Mar 23, 2007 |
![[en]](/resources/images/en.gif) |
| In this podcast, Kenneth Rabe discusses the use of Eclipse Rich Client Platform at NASA's JPL. Categories: RCP Podcast  March 2007 by Daniel Steinberg and Kenneth Rabe
|
|
|
|
 |
Mar 23, 2007 |
![[en]](/resources/images/en.gif) |
|
|
|
|
 |
Mar 23, 2007 |
![[en]](/resources/images/en.gif) |
| Kelly Norton from the Google Web Toolkit (GWT) team discusses the goals of the GWT and their selection of Eclipse for GWT development. Categories: Google Web Toolkit (GWT) Podcast  March 2007 by Daniel Steinberg and Kelly Norton
|
|
|
|
 |
Mar 19, 2007 |
![[en]](/resources/images/en.gif) |
|
|
|
|
 |
Mar 18, 2007 |
![[en]](/resources/images/en.gif) |
| Joe Winchester, Desktop Java Editor for Java Developer's Journal, asked Steve Northover (SWT Team Lead) recently whether he'd be happy to answer some questions about SWT and, after talking to his colleagues and a few developers, here is the result. Categories: SWT Eclipse Developer's Journal Article  March 2007 by Joe Winchester (IBM), Benjamin Pasero, Carolyn MacLeod (IBM), John Kellerman, Kevin Barnes, Felipe Heidrich, Florian Priester, Grant Gayed (IBM), Matthew Hatem, Olivier Chalouhi, Silenio Quarti, and Steve Northover
|
|
|
|
 |
Mar 14, 2007 |
![[en]](/resources/images/en.gif) |
|
|
|
|
 |
Mar 06, 2007 |
![[en]](/resources/images/en.gif) |
| Eclipse Evanglist Wayne Beaton discusses the present and future of OSGi with Alex Blewitt, Editor-in-chief of EclipseZone, and Neil Bartlett, OSGi enthusiast and author of a series of papers discussing OSGi. Categories: OSGi Podcast  March 2007 by Neil Bartlett, Alex Blewitt, and Wayne Beaton (The Eclipse Foundation)
|
|
|
|
 |
Mar 02, 2007 |
![[en]](/resources/images/en.gif) |
| Neil Bartlet continues his OSGi mini-series with a discussion of how to dynamically track services and respond to services being registered and unregistered. Categories: Equinox, OSGi EclipseZone Article  March 2007 by Neil Bartlett
|
|
|
|
 |
Mar 02, 2007 |
![[en]](/resources/images/en.gif) |
| In this podcast, Jeff McAffer, Eclipse Equinox Project Lead, discusses Eclipse membership in the OSGi Alliance, the factors motivating the adoption of OSGi as the component model for Eclipse, the cool places that OSGi turns up, and the rosy future of OSGi and Equinox. Categories: Equinox, OSGi Podcast  March 2007 by Jeff McAffer (IBM) and Wayne Beaton (The Eclipse Foundation)
|
|
|
|
 |
Feb 27, 2007 |
![[en]](/resources/images/en.gif) |
| This tutorial will explain a number of UI elements that can be changed in Eclipse RCP, JFace, and SWT. Along the way, you will learn about basic changes you can make, such as fonts and colors. You will also learn advanced techniques, including how to create custom wizards and section headers. Using these in conjunction should provide you the ability to go from a typical-looking Eclipse RCP application to a distinctive but visually appealing one. Categories: SWT, Tutorial, Plug-ins, RCP, JFace, Presentation DeveloperWorks Tutorial  February 2007 by Annas Andy Maleh and Scott Delap
|
|
|
|
 |
Feb 25, 2007 |
 |