|
|
 |
Aug 22, 2009 |
![[en]](/resources/images/en.gif) |
| This article describes how to develop applications using the Eclipse Rich Client Platform (RCP) architecture.
The article covers among others the creating of RCP applications, using commands, views, editors, dialogs and creating and deploying a Eclipse product.
This article is based on Eclipse 3.5 (Eclipse Galileo). Categories: RCP Eclipse RCP - Tutorial (Eclipse 3.5)  August 2009 by Lars Vogel
|
|
|
|
 |
Aug 13, 2009 |
![[de]](/resources/images/de.gif) |
| Nachdem wir im ersten Teil von Enterprise Eclipse RCP einen Überblick über die Entwicklung von Enterprise-RCP-Applikationen gegeben haben, wollen wir uns in diesem Artikel mit dem Themenkomplex der Kommunikation zwischen Frontend und Backend beschäftigen. Categories: RCP Enterprise Eclipse RCP - Part II  August 2009 by Peter Friese and Stefan Reichert
|
|
|
|
 |
Jul 20, 2009 |
![[de]](/resources/images/de.gif) |
| Die Implementierung von Enterprise-Eclipse-RCP-Anwendungen ist komplex und erfordert das Nachdenken über eine Vielzahl von Aspekten. Aufgrund der Tatsache, dass es sich hier um eine noch relativ junge Technologie handelt, liegt noch keine Erfahrung auf breiter Basis vor, wie dies bei Java EE-Webapplikationen der Fall ist. Mit dieser Artikelserie soll dazu beigetragen werden, diesen Umstand zu ändern. Categories: Java EE, Enterprise, RCP Enterprise Eclipse RCP  July 2009 by Stefan Reichert and Peter Friese
|
|
|
|
 |
Jul 16, 2009 |
![[de]](/resources/images/de.gif) |
| Eclipse SWTBot ermöglicht die Umsetzung robuster Oberflächentests für Eclipse RCP-Applikationen. Aus JUnit-Tests heraus können Anwendungen ferngesteuert und systematisch abgeprüft werden. Der Artikel zeigt, wie Sie mit dem Werkzeug zum Erfolg gelangen. Categories: SWT, RCP, SWTBot Eclipse RCP-Anwendungen testen mit SWTBot  July 2009 by Ralf Ebert
|
|
|
|
 |
Jul 15, 2009 |
![[en]](/resources/images/en.gif) |
|
|
|
|
 |
Jun 30, 2009 |
![[en]](/resources/images/en.gif) |
| This article describes the usage of Eclipse commands. The example used are based on Eclipse RCP but the concept also applies to general Eclipse plug-in development.
This article is based on Eclipse Galileo (3.5) and assumes that you are already familiar with basic Eclipse RCP development. Categories: RCP, Commands Using Eclipse Commands with Eclipse 3.5 (Galileo) - Tutorial  June 2009 by Lars Vogel
|
|
|
|
 |
Apr 01, 2009 |
![[en]](/resources/images/en.gif) |
| The Riena project has just released it's 1.0 version recently. In this article, I'll show you how to get going with Riena by walking you through my own experiences using the project. As well as providing a little background on the project I will show how to create a UI with Riena, and run through an example of remote services. Categories: RCP, Riena Riena - A New Adventure In Eclipse  April 2009 by James Sugrue
|
|
|
|
 |
Mar 30, 2009 |
![[it]](/resources/images/it.gif) |
|
|
|
|
 |
Feb 25, 2009 |
![[it]](/resources/images/it.gif) |
|
|
|
|
 |
Jan 02, 2009 |
![[en]](/resources/images/en.gif) |
|
|
|
|
 |
Nov 26, 2008 |
![[en]](/resources/images/en.gif) |
| The Eclipse Data Binding provides a flexible way of connecting a domain model with the User Interface. Change in the domain model and the user interface will be automatically synchronized. You can use default or customized data validators to check the data and can use converters to convert the data between the UI and the domain model. Categories: RCP, Data binding Eclipse DataBinding with Eclipse RCP applications  November 2008 by Lars Vogel
|
|
|
|
 |
Sep 26, 2008 |
![[en]](/resources/images/en.gif) |
|
|
|
|
 |
Jul 11, 2008 |
![[de]](/resources/images/de.gif) |
| Plug-in- und Rich-Client-Entwicklung ist auch für erfahrene
Entwickler eine grosse Herausforderung. Sie muessen sich an neue Standards
anpassen. Das macht ein Umdenken notwendig. Das Buch zeigt, warum dieses
Umdenken sich lohnt. Es stellt die Plug-in-Entwicklung in den Mittelpunkt. Eine
komplexe RCP-Beispielanwendung wird in kleinen, gut verstaendlichen Schritten
erarbeitet. Ein leichter Einstieg für alle Entwickler, die zum ersten Mal eine
RCP-Anwendung schreiben wollen. Categories: RCP Die Eclipse Rich Client Platform - Entwicklung von erweiterbaren Anwendungen mit RCP  July 2008 by Michael Jastram, Jens Bendisposto, and Heiko Sippel
|
|
|
|
 |
Jun 05, 2008 |
![[en]](/resources/images/en.gif) |
| When writing applications in SWT, you may need to use layouts to give your windows a specific look. A layout controls the position and size of children in a Composite. Layout classes are subclasses of the abstract class Layout. This article shows you how to work with standard layouts, and write your own custom layout class. Categories: SWT, User interface, RCP, Platform Understanding Layouts in SWT  June 2008 by Wayne Beaton (The Eclipse Foundation), Shantha Ramachandran, and Carolyn MacLeod (IBM)
|
|
|
|
 |
Apr 23, 2008 |
![[en]](/resources/images/en.gif) |
|
|
|
|
 |
Apr 01, 2008 |
![[it]](/resources/images/it.gif) |
|
|
|
|
 |
Mar 20, 2008 |
![[en]](/resources/images/en.gif) |
| e4 is the next generation of the Eclipse Platform. Presented at EclipseCon 2008 Categories: RCP, Platform, e4 Eclipse 4.0  March 2008 by Mike Wilson, Jochen Krause, Jeff McAffer (IBM), and Steve Northover
|
|
|
|
 |
Mar 01, 2008 |
![[en]](/resources/images/en.gif) |
| The Equinox/OSGi approach has been successful for NASA. Server-based functionality will be used by scientists on the ongoing Spirit and Opportunity Mars Exploration Rover mission, the Phoenix Mars Lander mission which launched in 2007, and the Mars Science Laboratory Rover mission which launches in 2009. Categories: RCP, Equinox Equinox helps NASA Improve Efficiency of Interplanetary Missions  March 2008
|
|
|
|
 |
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
|
|
|
|
 |
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
|
|
|
|
 |
Jul 31, 2007 |
![[en]](/resources/images/en.gif) |
|
|
|
|
 |
Jul 16, 2007 |
![[en]](/resources/images/en.gif) |
|
|
|
|
 |
Jul 06, 2007 |
![[ar]](/resources/images/ar.gif) |
| في.هذا.الجزء.من.سلسلة.مقالات.RCP.سأقوم.بالتحدّث.عن.كيفية.بناء.تطبيق.RCP.يعمل.ضمن.أو.خارج.eclipse.و.لعدّة.انظمة.تشغيل. Categories: SWT, RCP, Platform, JFace, Visual editor, Plug-in Development Environment (PDE) Article - Part 3  July 2007 by M. Bashir Al-Noimi
|
|
|
|
 |
Jul 03, 2007 |
![[ar]](/resources/images/ar.gif) |
| في.هذا.الجزء.من.سلسلة.مقالات.RCP.سأقوم.بالتعمّق.في.أساسيات.مكونات.تطبيق.RCP.من.الناحية.البرمجية.مع.تعليم.كيفية.إنشاء.التطبيق.ببضع.خطوات. Categories: SWT, RCP, Platform, JFace, Visual editor, Plug-in Development Environment (PDE) Article  July 2007 by M. Bashir Al-Noimi
|
|
|
|
 |
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) |
| في.هذا.الجزء.من.سلسلة.مقالات.RCP.سأتناول.الحديث.عن.مجموعة.من.التعاريف.الواجب.الإطلاع.عليها.من.أجل.معرفة.سبب.إستعمال.تقنية.RCP.في.برامج.Java.المتقدّمة،.و.لماذا.يجب.علينا.إستعمال.هذه.التقنية.المتطوّرة. Categories: SWT, RCP, Platform, JFace, Visual editor, Plug-in Development Environment (PDE) Article - Part 1  May 2007 by M. Bashir Al-Noimi
|
|
|
|
 |
May 01, 2007 |
![[en]](/resources/images/en.gif) |
|
|
|
|
 |
Apr 01, 2007 |
![[en]](/resources/images/en.gif) |
|
|
|
|
 |
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) |
|
|
|
|
 |
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, 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 19, 2007 |
![[en]](/resources/images/en.gif) |
|
|
|
|
 |
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 23, 2007 |
![[en]](/resources/images/en.gif) |
| Thought Leaders Eric Clayberg and Dan Rubel will take you step by step into the world of creating an RCP application. Categories: RCP LiveMeeting Recording  February 2007 by Eric Clayberg, Dan Rubel, and Mike Milinkovich
|
|
|
|
 |
Feb 22, 2007 |
![[en]](/resources/images/en.gif) |
| Eclipse is more than a state-of-the-art IDE: its Rich Client Platform (RCP) plug-ins form an outstanding foundation for any desktop application, from chat applications to enterprise software front-ends. In Eclipse Rich Client Platform, two leaders of the Eclipse RCP project show exactly how to leverage Eclipse for rapid, efficient, cross-platform desktop development. Categories: SWT, User interface, Plug-ins, RCP, JFace, Workbench, Plug-in Development Environment (PDE), Update, Preferences, Help, Actions Korean Translation  February 2007 by Yang Seok-Ho
Eclipse Rich Client Platform: Designing, Coding, and Packaging Java Applications  October 2005 by Jeff McAffer (IBM) and Jean-Michel Lemieux
|  |
|
|
|
 |
Feb 09, 2007 |
![[en]](/resources/images/en.gif) |
| Since Eclipse adopted the OSGi runtime in version 3.0, there has been some tension between the Extension Registry, which has been a feature of Eclipse from its beginning, and the Service Layer, which came from OSGi and pre- existed the involvement of Eclipse. The cause of the tension is that these two models overlap somewhat, and because they are both intended to solve very similar problems. However “the Devil is in the details”, and these two models are different enough to make it impractical for them to be merged. Therefore developers of Eclipse plugins and RCP applications need to make a choice between the two. Categories: Plug-ins, RCP, Equinox, OSGi, Extension points EclipseZone Article  February 2007 by Neil Bartlett
|
|
|
|
 |
Feb 01, 2007 |
![[en]](/resources/images/en.gif) |
|
|
|
|
 |
Feb 01, 2007 |
![[en]](/resources/images/en.gif) |
|
|
|
|
 |
Feb 01, 2007 |
![[en]](/resources/images/en.gif) |
|
|
|
|
 |
Feb 01, 2007 |
![[en]](/resources/images/en.gif) |
| Our product, Incremental Epic, started as a set of Eclipse plug-ins with some gross hacks to
disguise its IDE origins. In June 2004, to our relief, Eclipse 3.0 introduced RCP, and we
switched Incremental Epic to a more comfortable base. However from the very start the plug-
in concept permitted a clean architecture.
Categories: RCP RCP Case Study: Tailored Technology for Every Customer  February 2007
|
|
|
|
 |
Feb 01, 2007 |
![[en]](/resources/images/en.gif) |
|
|
|
|
 |
Jan 01, 2007 |
![[en]](/resources/images/en.gif) |
| Eclipse has been enormously popular as a tooling platform. With the use of Eclipse as a Rich Client Platform (RCP), Eclipse made a step towards being a runtime platform. Now, with the emergence of Eclipse on the server, Eclipse clearly has leapt into the runtime world. So what makes Eclipse capable of adapting to these different environments – what makes Eclipse tick? Categories: RCP, Equinox, OSGi TSS Article  January 2007 by Jeff McAffer (IBM) and Simon Kaegi
|
|
|
|
 |
Jan 01, 2007 |
![[en]](/resources/images/en.gif) |
|
|
|
|
 |
Dec 18, 2006 |
![[en]](/resources/images/en.gif) |
| Eclipse Rich Client Platform (RCP) is ideally suited for deploying desktop applications out to a large number of users. The Eclipse Plug-in Development Environment (PDE) and the Update Manager make it easy to create applications that automatically and dynamically update themselves from a central server. In this Webinar, Pierre Carlson, IBM Software Engineer, will demonstrate the process of assembling, branding, packaging, and deploying an Eclipse RCP base application. Categories: RCP Packaging and Deploying Applications based on Eclipse RCP  December 2006 by Pierre Carlson
|
|
|
|
 |
Dec 04, 2006 |
![[en]](/resources/images/en.gif) |
| Obfuscating RCP applications can be a challenge for a number of reasons. First, RCP applications are composed of many plugins that must be obfuscated at the same time. And second, classes often need to be excluded from obfuscation because they're referenced by plugin extensions or extension points. In this article the author takes you on a tour of the process they use to build and obfuscate a large-scale RCP application. Categories: Plug-ins, RCP, Obfuscation RCP Quickstart Article  December 2006 by Patrick Paulin
|
|
|
|
 |
Nov 13, 2006 |
![[en]](/resources/images/en.gif) |
|
|
|
|
 |
Nov 13, 2006 |
![[en]](/resources/images/en.gif) |
|
|
|
|
 |
Nov 02, 2006 |
![[en]](/resources/images/en.gif) |
|
|
|
|
 |
Oct 26, 2006 |
![[en]](/resources/images/en.gif) |
| A look inside an extensible plug-in architecture. Categories: RCP ACM Queue Article  October 2006 by Dan Rubel
|
|
|
|
 |
Oct 01, 2006 |
![[de]](/resources/images/de.gif) |
|
|
|
|
 |
Oct 01, 2006 |
![[de]](/resources/images/de.gif) |
| Als Java-IDE ist Eclipse kaum noch zu schlagen. Doch Eclipse bietet mehr als nur eine IDE. Mit seinen GUI-Bibliotheken SWT und JFace bietet es Alternativen zu AWT und Swing. Auf Grund seiner Plugin- und Rich-Client-Architektur kommt es außerdem als Ablaufplattform für eigene Anwendungen in Frage und stellt zahlreiche weitere Applikationsbausteine bereit: Formulare, Editoren, Viewer, Ressourcenverwaltung, Aufgabenverwaltung, Problembehandlung, Hilfesystem sowie verschiedene Assistenten und Wizards. Categories: SWT, Plug-ins, RCP, JFace, Java Java-Entwicklung mit Eclipse 3.2  October 2006 by Berthold Daum
|  |
|
|
|
 |
Sep 28, 2006 |
![[en]](/resources/images/en.gif) |
|
|
|
|
 |
Sep 28, 2006 |
![[en]](/resources/images/en.gif) |
| JPMorgan used SWT and XML to develop the easy-to-use QTrade application authoring
tool. Users drag components to a canvas and apply business logic to develop applications
quickly and without programming.
Categories: RCP JPMorgan Raises the Bar for Banking Applications  September 2006
|
|
|
|
 |
Aug 10, 2006 |
![[en]](/resources/images/en.gif) |
|
|
|
|
 |
Jul 12, 2006 |
![[en]](/resources/images/en.gif) |
|
|
|
|
 |
Jun 27, 2006 |
![[en]](/resources/images/en.gif) |
|
|
|
|
 |
Jun 09, 2006 |
![[en]](/resources/images/en.gif) |
|
|
|
|
 |
Apr 19, 2006 |
![[en]](/resources/images/en.gif) |
|
|
|
|
 |
Apr 14, 2006 |
![[en]](/resources/images/en.gif) |
|
|
|
|
 |
Mar 16, 2006 |
![[en]](/resources/images/en.gif) |
| The Integrated Results System, built on the SmartBase business platform,
empowers managers located throughout South Africa to budget, plan, forecast
and share data with Compass Group's Head Office in Johannesburg.
Categories: RCP Compass Group Completes Planning Circle with RCP  March 2006
|
|
|
|
 |
Mar 12, 2006 |
![[en]](/resources/images/en.gif) |
|
|
|
|
 |
Mar 10, 2006 |
![[en]](/resources/images/en.gif) |
|
|
|
|
 |
Feb 06, 2006 |
![[en]](/resources/images/en.gif) |
|
|
|
|
 |
Jan 16, 2006 |
![[en]](/resources/images/en.gif) |
| Spice up your rich client with rich user experience using
Eclipse Forms. Written as a thin layer on top of SWT, Eclipse
Forms allow you to achieve the Web look in your desktop
applications without using the embedded browser. This allows you
to retain full control of the widgets in the UI and to maintain
portability across all operating systems Eclipse already runs
on. This article will take you from baby steps to advanced
topics of the rich user interface experience of Eclipse Forms. Categories: User interface, RCP Eclipse Forms: Rich UI for the Rich Client  January 2006 by Dejan Glozic (IBM)
|
|
|
|
 |
Jan 01, 2006 |
![[de]](/resources/images/de.gif) |
|
|
|
|
 |
Dec 21, 2005 |
![[en]](/resources/images/en.gif) |
|
|
|
|
 |
Dec 01, 2005 |
![[en]](/resources/images/en.gif) |
|
|
|
|
 |
Aug 19, 2005 |
![[en]](/resources/images/en.gif) |
| The Maestro rover operations application displaying images received from the Spirit and Opportunity Mars Rovers. The Eclipse Rich Client Platform is the core foundation for Maestro and provides features such as a help system, automatic update, and organization of its many data views. Categories: RCP NASA Uses Eclipse for Interplanetary Operations  August 2005
|
|
|
|
 |
Aug 19, 2005 |
![[en]](/resources/images/en.gif) |
| RSS was able to take Eclipse RCP and create an extremely high fidelity vertical solution using the basic building blocks of Views, Editors and Perspectives. In this case, a number of rich components have been integrated and synchronized to deliver a powerful dashboard perspective for analyzing complex manufacturing schedules.
Categories: RCP RSS Solutions Keeps Customers on Schedule with Eclipse RCP  August 2005
|
|
|
|
 |
Aug 19, 2005 |
![[en]](/resources/images/en.gif) |
| Users should not have to jump between multiple applications to perform a set of related tasks. The SAS Rich Client Platform gives us the ability to integrate related functions within an application suite even when they are developed and deployed independently. Categories: RCP SAS Delivers Architectural and Aesthetic Consistency with Eclipse  August 2005
|
|
|
|
 |
Apr 19, 2005 |
![[en]](/resources/images/en.gif) |
| AlterPoint's DeviceAuthority uses the same type of constructs as the Eclipse IDE. However, the content is substantially different. The views and editors are geared toward network devices showing an inventory and script execution against a device. The item in the problems tab is not a Java compile exception but a violation of a compliance policy and the search results are not local files but network devices.
Categories: RCP Eclipse RCP Helps AlterPoint Simplify Network Management  April 2005
|
|
|
|
 |
Jan 01, 2005 |
![[es]](/resources/images/es.gif) |
|
|
|
|
 |
Oct 12, 2004 |
![[en]](/resources/images/en.gif) |
| This article explains how you can use EMF to generate RCP
applications. It assumes that you have already used EMF, or have
at least read the articles and references available on the
documentation section of the EMF web site. Categories: EMF, Modeling, RCP, Framework EMF goes RCP  October 2004 by Marcelo Paternostro (IBM)
|
|
|
|
 |
Sep 16, 2004 |
![[en]](/resources/images/en.gif) |
| In this article we look at how to create branding for your
Eclipse-based application. Branding is how you change the high
level visual elements of your product. This includes items such
as the splash screen, the about dialog, and the program
executable. Categories: RCP Branding Your Application  September 2004 by Andrew Eidsness (IBM) and Pascal Rapicault (IBM)
|
|
|
|
 |
Aug 26, 2004 |
![[en]](/resources/images/en.gif) |
|
|
|
|
 |
Jan 01, 2004 |
![[en]](/resources/images/en.gif) |
| SWT and JFace are Eclipse's graphical libraries. They enable you to build nimble and powerful Java GUIs--but this is only the beginning. With Draw2D and the Graphical Editing Framework, you can go beyond static applications and create full-featured editors. And with the Rich Client Platform, you can build customized workbenches whose capabilities far exceed those of traditional interfaces.
SWT/JFace in Action covers the territory, from simple widgets to complex graphics. It guides you through the process of developing Eclipse-based GUIs and shows how to build applications with features your users will love. The authors share their intimate knowledge of the subject with you in a friendly, readable style. Categories: SWT, User interface, RCP, Graphical Editing Framework (GEF), JFace, Draw 2D SWT/JFace in Action: GUI Design with Eclipse 3.0  January 2004 by Stephen Holder, Matthew Scarpino (IBM), Stanford Ng, and Laurent Mihalkovic
|  |
|
|
|
 |
Sep 19, 2003 |
![[en]](/resources/images/en.gif) |
|
|
|
|
 |
Sep 10, 2003 |
![[en]](/resources/images/en.gif) |
| SWT's Image class can be used to display images in a GUI. The
most common source of images is to load from a standard file
format such as GIF, JPEG, PNG, or BMP. Some controls, including
Buttons and TreeItems, are able to display an Image directly
through the setImage(Image) method, but any control's paint
event allows images to be drawn through the callback's graphic
context. SWT's ImageData class represents the raw data making up
an SWT Image and determines the color for each pixel coordinate.
This article shows the correct uses of ImageData and Image,
shows how to load images from files, and how to achieve graphic
effects such as transparency, alpha blending, animation,
scaling, and custom cursors. Categories: SWT, User interface, RCP Taking a look at SWT Images  September 2003 by Joe Winchester (IBM)
|
|
|
|
 |
Aug 27, 2003 |
![[en]](/resources/images/en.gif) |
| This article shows you how to create and publish bundles of
plug-ins (called features) to an update site so that customers
can download and install them directly into Eclipse using the
Eclipse update manager. This has many advantages over the low
tech way of delivering new or updated plug-ins in a zip file
that someone manually unzips into the directory where Eclipse is
installed. Categories: Plug-ins, RCP, Platform, Update, Features How To Keep Up To Date  August 2003 by Dejan Glozic (IBM) and Dorian Birsan (IBM)
|
|
|
|
 |
Aug 25, 2003 |
![[en]](/resources/images/en.gif) |
| Drag and drop provides a quick and easy mechanism for users to
re-order and transfer data within an application and between
applications. This article is an overview of how to implement
Drag and Drop and Clipboard data transfers within an SWT
application. Categories: SWT, User interface, RCP, Drag and drop Adding Drag and Drop to an SWT Application  August 2003 by Veronika Irvine (IBM)
|
|
|
|
 |
Aug 25, 2003 |
![[en]](/resources/images/en.gif) |
| In this article, we discuss the drag and drop facilities
provided by JFace and the Eclipse platform UI. After reading
this, you will know how to add drag and drop support to your own
Eclipse views, and how that support will interact with the
standard views in the Eclipse platform. Along the way, we'll
also discuss that keyboard relative of drag and drop: cut and
paste. You'll learn that putting your own custom objects on the
clipboard is easy once you've figured out the basics of drag and
drop. Categories: User interface, RCP, JFace, Drag and drop Drag and Drop in the Eclipse UI  August 2003 by John Arthorne
|
|
|
|
 |
Jul 03, 2003 |
![[en]](/resources/images/en.gif) |
| The JFace API provides several classes that can be used to build
editable table views. In this article, we present a fairly
extensive example that exercises the JFace and SWT classes
needed to implement a table with cell editors for check-boxes,
free text and combo-boxes. We also show how to package and
deliver the classes into a stand-alone (non-Eclipse) Java
application. Categories: User interface, RCP, JFace Building and delivering a table editor with SWT/JFace  July 2003 by Laurent Gauthier (Mirasol Op'nWorks)
|
|
|
|
 |
Aug 23, 2002 |
![[en]](/resources/images/en.gif) |
| This article is a roadmap for writing Eclipse plug-ins destined
for the international market. We'll begin with a brief review of
the motivations and technical challenges of
internationalization, followed by step-by-step instructions of
how to internationalize your Eclipse plug-in. Categories: Plug-ins, RCP, Platform, Internationalization How to Internationalize your Eclipse Plug-In  August 2002 by Dan Kehn, Scott Fairbrother, and Cam-Thu Le (IBM)
|
|
|
|
 |
Aug 23, 2002 |
![[en]](/resources/images/en.gif) |
|
|
|
|
 |
Nov 02, 2001 |
![[en]](/resources/images/en.gif) |
| In the Eclipse Platform a view is typically used to navigate a hierarchy of information, open an editor, or display properties for the active editor. In this article the design and implementation of a view will be examined in detail. You'll learn how to create a simple view based on SWT, and a more advanced view using the JFace viewer hierarchy. We'll also look at ways to achieve good integration with many of the existing features in the workbench, such as the window menu and toolbar, view linking, workbench persistence and action extension. Categories: User interface, RCP, Platform, JFace, Getting Started Creating an Eclipse View  November 2001 by Dave Springgay (IBM)
|
|
|
|
 |
Aug 27, 2001 |
![[en]](/resources/images/en.gif) |
| In the Eclipse Platform a Perspective determines the visible
actions and views within a window. Perspectives also go well
beyond this by providing mechanisms for task oriented
interaction with resources in the Eclipse Platform,
multi-tasking and information filtering. In this article the
concepts behind perspectives are examined. The process for
perspective definition, extension and instantiation will also be
covered in detail with coding examples and sample scenarios. Categories: RCP, Platform Using Perspectives in the Eclipse UI  August 2001 by Dave Springgay (IBM)
|
|
|
|
 |
May 18, 2001 |
![[en]](/resources/images/en.gif) |
| The Eclipse Platform offers a comprehensive API (Application
Programmer Interface) to developers writing plug-ins. This
article discusses the general ground rules for using the Eclipse
Platform API, including how to tell API from non-API, and how to
stay in the API "sweet spot" to avoid the risk of being broken
as the platform and its APIs evolve. These general ground rules
are also recommended practice for plug-ins that must declare API
elements of their own. Categories: Plug-ins, RCP, Framework How to Use the Eclipse API  May 2001 by Jim des Rivières (IBM)
|
|
|
|
 |
Apr 20, 2001 |
![[en]](/resources/images/en.gif) |
| Managing images in a large graphical application can be a
daunting task. Since modern operating systems such as Windows®
only support a small number of images in memory at once, an
application's icons and background images must be carefully
managed and sometimes shared between widgets. This article
describes the image management facilities provided by the
Eclipse Platform, along with some best practice guidelines to
keep in mind when writing your own Eclipse UI plug-ins. We
assume the reader already has a basic understanding of Eclipse,
the UI extension points defined by the Eclipse Platform, and the
Standard Widget Toolkit (SWT). Categories: SWT, User interface, Plug-ins, RCP Using Images in the Eclipse UI  April 2001 by John Arthorne
|
|
|
|
 |
Application Management |
Adichatz is a open source framework designed for quickly developping Eclipse editors relating to SQL database objects in JSE or JEE Context.
A few minutes, after having installed Adichatz plugins, you can use and easily customize editors managing ob...
|
|
|
 |
Application Management |
Release 0.3.0 is available and correct several bugs and adds functionalities.
Adichatz is a open source framework designed for quickly developping Eclipse editors relating to SQL database objects in JSE or JEE Context. A few minutes, after having in...
|
|
|
 |
Application Server |
AAPPLET allows to publish any RCP Application as a Client / Server System without any modification. The Client is very thin (only 5 MByte). An online demo is ready and can be accessed by anyone at http://www.applet.com...
|
|
|
 |
XML |
Altova MapForce® 2009 is an any-to-any graphical data mapping, conversion, and integration tool. This award-winning data mapping application maps between any combination of XML, database, flat file, EDI, Excel 2007, XBRL, and/or Web service, then tra...
|
|
|
 |
UML |
Altova UModel® 2009 is the starting point for successful software development. Visually design application models in UML and generate Java, C#, or Visual Basic .NET code and project documentation. Or, reverse engineer existing programs into UML 2 di...
|
|
|
 |
XML |
Altova XMLSpy is the industry's best-selling XML editor and development environment for modeling, editing, transforming, and debugging XML-related technologies. It offers the world’s leading graphical schema designer, a code generator, file converte...
|
|
|
 |
Rich Client Applications |
Apache Directory Studio (formerly known as LDAP Studio) is a complete directory tooling platform intended to be used with any LDAP server however it is particularly designed for use with the Apache Directory Server. The following plugins are availabl...
|
|
|
 |
Application Management |
If you are creating Web applications using Java, PHP or Rails, the Aptana Cloud Connect plugin for Eclipse lets you get all the benefits of scalable, on-demand Cloud hosting, with the ease of full IDE integration.
Aptana Cloud Connect (v1.0) lets ...
|
|
|
 |
Database |
It support eclipse 3.2,3.3,3.4,3.5.
The following issues lists the features:
Database Modeling(Table,View,Procedure and other models are
supported,the ddl about table will be generated automatically)
Database Reverse Engineering(Table,Vi...
|
|
|
 |
Modeling |
A2Eclipse is a plug-ins that support Aspect Oriented Modeling using modify "Use-case Slice" approach, it developed by:
Mohammed Sufian Shurrab
Osama Ghaleb Abu kmail
Nahed Tawfeeq El-kayyali
Khaled Waleed El-hayek
as a part of graduation proje...
|
|
|
 |
Rich Client Applications |
The Subscribers Management System (SMS) "Berdaflex SMS" is an universal solution for the business which focuses on the subscription provision services. It is designed for companies who requires billing (tariffication) amounts for services provided, s...
|
|
|
 |
Other |
CodeChase is Desktop Search optimized for the Eclipse work environment.
Enables free-text search (Lucene-syntax) over content hosted on the locally accessible filesystem. Content specializations are provided for indexing and searching Java, PDF, H...
|
|
|
 |
Entertainment |
Comix viewer is a simple plugin allowing a developer to view their favorite daily comic strips.
The plugin remembers the last comic viewed and allows for easy import and export of online comic profiles.
Source code available for download....
|
|
|
 |
Editor |
Crystal Reports for Eclipse 2.0 - FREE for Eclipse developers
Crystal Reports for Eclipse lets you run Crystal Reports within your Java applications. It includes a report designer, and a runtime engine for embedding into thick client (RCP) or web a...
|
|
|
 |
Rich Client Applications |
DeltaWalker is a file and folder comparison RCP application by Deltopia Inc.
DeltaWalker lets you compare, edit, and merge files and
synchronize folders. It's available for Mac OS X, Windows and Linux.
DeltaWalker is a compelling choice for ...
|
|
|
 |
Modeling |
eBPMN Designer is a high extensible and intuitive graphic tools for BPMN modeling. It implements:
Full object model of the specification BPMN 1.0
Logical model explorer
Facility to design Embedded sub-processes
Advanced Refactoring such as Ty...
|
|
|
 |
Tools |
A scientific calculator as eclipse-plugin.
Features:
- Integrated into the eclipse workbench.
- Standard, scientific and trigonometric calculation.
- Display of the calculation in base-n numbers (decimal, hexadecimal, binary)
- Uses arbitra...
|
|
|
 |
Graphics |
|
|
|
|
 |
Tools |
Eclipse Mouse Gestures
This project (Eclipse Mouse Gestures aka "egest") aims at providing
mouse gesture recognition in the eclipse ide or any eclipse
based product (aka RCP).
Current Feature Highlights
customizable mouse gesture commands,
...
|
|
|
 |
UI |
eFace is the Worldwide First XAML solution for Java. It provides an unified programming model for building both rich client and Web application. It keeps insulation for applications from the technology/environment change such as Swing, SWT or Web/Aja...
|
|
|
 |
Tools |
|
|
|
|
 |
J2EE Development Platform |
eoSense is a new type of Java EE testing and analysis tool for discovering and understanding performance and reliability-related problems. eoSense uses extensive built-in knowledge of the Java EE framework to test and visualize runtime application ar...
|
|
|
 |
Rich Client Applications |
ERP-I2E es una aplicación cliente/servidor donde el cliente esta desarrollado sobre la plataforma RCP de eclipse. La parte servidor esta realizada con androMDA y se conecta con el cliente mediante EJBs.
Actualmente esta en versión alpha pero se pued...
|
|
|
 |
Build and Deploy |
Excelsior JET is a compliant Java SE 6 implementation (JVM) powered by the Ahead-Of-Time compilation technology.
Excelsior JET, Enterprise Edition enables you to compile your Eclipse RCP application to a native code executable and distribute i...
|
|
|
 |
UI |
Extended VS Presentation plugin contributes powerful editing sessions management and highly customisable and very useful Eclipse skin ("look and feel").
Editing sessions management allows you remember opened editor set (session) and reload it any ...
|
|
|
 |
IDE |
IMPORTANT: Fast Fox Beta currently only supports Windows Operating Systems!
Fast Fox enriches your Eclipse IDE with simple, yet powerful mouse gestures. Often used actions, e.g. "previous editor" and "close editor" are now accessible with a simple...
|
|
|
 |
Application Management |
The Polarion FastTrack Connector for Eclipse enables Eclipse developers using Subversion to link their commits to work items (bugs, change requests,ect.) managed in one of Polarion Softwares commercial lifecycle management solutions (e.g Polarion T...
|
|
|
 |
Database |
The project gives ability to easily and quickly develop user interfaces for domain data models (including hibernate based model) using Eclipse UI components. The plug-in supports both simple SWT components like input fields, combo boxes, lists, etc. ...
|
|
|
 |
Testing |
FlexUnit Plugin brings to Actionscript developers what JUnit has done for years for Java. Run your FlexUnit test from within Eclispe!
For details on how to install this plugin visit:
Install Instructions
New In Version 1.1.0:
Wizard support...
|
|
|
 |
Tools |
The plugin adds a FullScreen command to the Windows menu and a Keybinding M3+F11 which in on windows Alt+F11. It allows you to simply toggle between full screen mode and normal mode. ...
|
|
|
 |
Documentation |
Gluebox is a free multi-user 'Notetaking'and 'Information Gathering' tool focused on project documentation and knowledge recording. It provides an easy and comfortable way to capture your thoughts, notes, working results or binary content in a docume...
|
|
|
 |
Testing |
GUIdancer is an automated functional testing tool for testing applications written with Java (Swing, SWT, RCP, GEF) and HTML GUI's. GUIdancer's keyword-driven approach has various advantages. Tests can be written before an application is available, ...
|
|
|
 |
Network |
HOBLink J-Term is a Java-based full-featured terminal emulation. The HOBLink J-Term plug-in for Eclipse makes available the following communication protocols: 3270, 5250, VT525, 9750, 97801, HP700....
|
|
|
 |
Tools |
Hunspell4Eclipse is an Eclipse plug-in, that integrates Hunspell into Eclipse’s Spell Checking Service.
This plug-in is capable of spell checking with any hunspell/myspell dictionary out there. ...
|
|
|
 |
Tools |
The ISO Builder program is an Eclipse based plugin to help create ISO CDROM image files. That can then be burned to a CDROM.
The powerful editor plugin to Eclipse IDE allows the developer to define all parameters needed to build ISO image file.
...
|
|
|
 |
Rich Client Applications |
JAM Circle is a Kanban Application Platform on Eclipse RCP.Kanban is
similar to sticky note.you can use it for GTD,Planning,Pull System
using Kanban.It supports to send Card using XMPP and to define it's
behavior using Script(JRuby and ECMAScript)...
|
|
|
 |
Tools |
UNIX and Windows version now.
The Jar Compiler plugin is an Eclipse based plugin to help create native executable from jar files and DLL files. Once compiled the executable file created can be run without Java being installed.
The powerful editor...
|
|
|
 |
Rich Client Applications |
Java2Flex is a source code generator for Flex MVC architectures based on Cairngorm or PureMVC.
It takes a Java project loaded in the workspace and generates a full complement of classes, such as Command and Event, that are required by MVC architec...
|
|
|
 |
Rich Client Applications |
|
|
|
|
 |
Rich Client Applications |
|
|
|
|
 |
Rich Client Applications |
JFire is a flexible Open Source ERP framework. It manages all common tasks an ERP system aims, like management and distribution of products, customer relationship management or bookkeeping (accounting). The framework is entirely free/open-source so...
|
|
|
 |
Rich Client Applications |
Jigsaw License Manager aims at managing the licensing aspect for closed source Eclipse plug-ins and RCP applications in a secure and easy way. License management is now a no-brainer for closed source applications. Jigsaw License Manager requires Java...
|
|
|
 |
Rich Client Applications |
JMoney is a personal finance (accounting) manager written in Java. It is built using the Eclipse RCP and can be extended using plug-ins. If you wish your accounts program could do something that it cannot then download JMoney and write a plugin....
|
|
|
 |
Graphics |
Jogl plugin for eclipse packages jogl jar and native rendering libraries suitable for use with Eclipse RCP framework....
|
|
|
 |
Profiling |
Lack of Progress Bar (Lopb) is an Eclipse plugin that tracks how long developers wait for background jobs to complete. By benchmarking the performance of background jobs, Lopb provides developers with metrics on how much of their day was lost due to ...
|
|
|
 |
UI |
Leonardi V4.2 and Leonardi Studio are now available! In this new release, the model-driven framework for business applications comes with additional features that make the developer's life simpler. Available as an open source project with complete s...
|
|
|
 |
Testing |
The MDTester application is a model-driven testing tool that can be used to design tests independently of the target execution platform. It provides a graphical domain-specific language (DSL) for all phases of test engineering from requirements to ex...
|
|
|
 |
Editor |
More Emacs Plugin is an eclipse plugin for emacs users.
Eclipse provides the emacs like key bindings. But emacs users requires more emacs like key bindings. More emacs plugin provides more emacs like key bindings. The key bind scheme of more emacs...
|
|
|
 |
Tools |
MxEclipse is an Eclipse plugin for Matrix PLM platform.
This update fixes the problem with size of the toolbar images occurring in eclipse 3.4 and beyond....
|
|
|
 |
Rich Client Applications |
MyTourbook is a RCP application to visualize and analyze tours which are recorded by a GPS device, bike- or exercise computer and ergometer.
These screenshots shows some of the available features.
This is an example of a customiz...
|
|
|
 |
Documentation |
The nqDoc Editor is a flexible and easy-to-use documentation tool. It combines document processing and XML-based structured authoring with single source publishing to help you create documentation in multiple languages and formats....
|
|
|
 |
Build and Deploy |
Obfuscate4e integrated obfuscation into the Eclipse PDE build prozess. It enables obfuscation of your plugins, features and products during the regular build.
Obfuscate4e comes with the ProGuard obfuscator, but can easily be adapted for other obfu...
|
|
|
 |
Rich Client Applications |
Onotoa is a topic map schema editor, which export to XTM2 and TMCL-CTM.
If your interested in Topic Maps, you might give Onotoa a try....
|
|
|
 |
Process |
Save time and increase productivity by giving your team the tool that enables them to: track defects, features, and tasks; move items through workflow steps; view product and sprint backlogs.
Requires OnTime v9.1.3+. OnTime is used by over 7,000 d...
|
|
|
 |
Rich Client Applications |
OpenSwing is an open source suite of Swing based graphics components.
These components include label control, multi-line label control, text field, text formatted field, multi-line text field, numeric field, currency field, calendar, grid, grid with...
|
|
|
 |
Rich Client Applications |
OptSuite is a RCP based platform for controlling experimental or commercial
measurement setups not only in optical laboratories.
It is developed at the chair for micro-optics at IMTEK (University Freiburg)
and was initially designed as applicati...
|
|
|
 |
Rich Client Applications |
Pace & Place is a platform-independent GPS data converter based on Eclipse RCP....
|
|
|
 |
Other |
PaperClips is a simple, light weight, extensible Java printing library for SWT. PaperClips hides the complexity of laying out and rendering documents on the printer, helping you focus on what to print instead of how to print it.
In a nutshell, Pa...
|
|
|
 |
Code Management |
The PHP class generator described below is integrated in the Java Code Generator at: http://www.sahits.ch/project/javacodegen/
PHP Class Generator can produce a PHP class based on an XML template and a database table.
Documentation on the XML file ...
|
|
|
 |
Build and Deploy |
Pluginbuilder supports the build automation of Eclipse plug-ins.
The recommended way to automate the building and testing of Eclipse plug-ins is the PDE (Plug-in Development Environment) build. The goal of this project is to assist the plug-in dev...
|
|
|
 |
Rich Client Applications |
The Processing and Analytics Workbench (PAW) enables end-users to integrate data from multiple sources, create custom reports, automate business processes, and collaborate on data. PAW is designed to be your preferred tool when working with data, wh...
|
|
|
 |
Tools |
ProGuardDT provides a forms-based editor for managing ProGuard configurations directly from within Eclipse (ProGuard is a free Java class file shrinker, optimizer, obfuscator, and preverifier; proguard.sourceforge.net). ProGuardDT supports seamless e...
|
|
|
 |
Team Development |
The ProjectKoach 2009 Fall release adds support for Linux and OS X along with numerous enhancements.
ProjectKoach is a project management tool for agile software teams, deeply integrated in Eclipse. It is available free of charge for unlimited use ...
|
|
|
 |
Tools |
The ProtoTiger plugin is use to generate source code for the Apache Mina 2.x.x library.
Apache MINA is a network application framework which helps users develop high performance and high scalability network applications easily. It provides an abst...
|
|
|
 |
IDE |
Supports Europa, Ganymede and Galileo configurations!Pulse is a FREE, easy-to-use product that gives
software developers the most effective and efficient way to locate, install and manage their Eclipse-based
tool suite. With Pulse Freelan...
|
|
|
 |
Rich Client Applications |
QiQuGen is a JEE Generator based on QiQu and one of its main goals is to show the capabilities of QiQu. But that's not all. QiQuGen also provides the possibility to generate huge parts of standard data editing applications. The application can be sta...
|
|
|
 |
Tools |
RCER is a set of plug-ins that facilitates the task of connecting an Eclipse-based application to a SAP R/3 system. More specifically, RCER contains the following ready-to-use functions:
- import wizard to generate the plug-ins and fragments require...
|
|
|
 |
Rich Client Applications |
RCP Developer is an Eclipse-based software development product that accelerates the creation of Eclipse Rich Client Platform (RCP) applications by providing tools for constructing and testing graphical user interfaces, documenting and packaging rich ...
|
|
|
 |
UI |
|
|
|
|
 |
Rich Client Applications |
The Relations application is a tool for knowledge management. It is a combination of a personal Wiki and an electronic slip box.
You can easily create items of three types (terms, texts and persons) and set them in relation to other items already ...
|
|
|
 |
Rich Client Applications |
|
|
|
|
 |
Tools |
|
|
|
|
 |
Process |
Scarbo aims to prove, using SCA, that Open Source, BPM and SOA are a match in heaven that solves traditional BPM pitfalls, and brings together orchestration and workflow paradigms.
It builts on top of the Eclipse JWT generic workflow tooling suite...
|
|
|
 |
Tools |
This plug-in lets you take screen shots from within Eclipse. It supports taking screen shots of:
* Whole desktop
* Area of desktop - Click and drag the mouse to select a rectangular area of the desktop after the cursor turns to cross-hair...
|
|
|
 |
IDE |
|
|
|
|
 |
J2EE Development Platform |
|
|
|
|
 |
Editor |
SlickEdit Core is a subscription plug-in for Eclipse that allows developers to use the popular SlickEdit code editor as the default editor within the Eclipse environment. SlickEdit Core consists of the SlickEdit editor, 8 additional views, and the DI...
|
|
|
 |
Team Development |
Snipper is an easy way to share code with developers through Twitter. Provided as a plugin for Eclipse(initially); developers can select a file or snippet of text in an editor and share it on Twitter. Check out the about page for more information. ...
|
|
|
 |
UML |
|
|
|
|
 |
Rich Client Applications |
Spket IDE is powerful toolkit for JavaScript, XUL/XBL, Laszlo, Flex, SVG, Silverlight and Yahoo! Widget development.
It has following features:
JavaScript profile viewer
JavaScript Debugger for IE
JavaScript formatter
Code completion for Jav...
|
|
|
 |
Languages |
Swan is an end-to-end application framework that facilitates the development of Rich Internet Applications using Ajax. With Swan, even inexperienced developers can start coding Ajax-based pages immediately using HTML only. Developers spend less time ...
|
|
|
 |
UI |
SWT Win32 Extension extends the Eclipse library SWT. It is a software development kit enabling you to work with native code from Java programs without using JNI. With SWT Extension, you don't need to create native libraries to call a function of the ...
|
|
|
 |
Rich Client Applications |
SWT/XML is a lightweight markup language for describing Eclipse SWT / RCP user interfaces. It includes an Eclipse Web Tools based IDE editor plug-in for convenient editing of SWT markup files. It's easy to learn and to use as it provides a 1:1 mappin...
|
|
|
 |
Build and Deploy |
Tabby Install is a plugin to create custom install programs for your applications using an easy GUI interface.
Install screens can be created with Java using a GUI builder or coded by hand. Once a Tabby Install has been configured and packaged, use...
|
|
|
 |
Database |
The first pure play provider of open source data integration software, Talend offers open, innovative and powerful data integration solutions, used primarily for integration between operational systems, ETL, and migration by organizations of all size...
|
|
|
 |
UI |
In large projects there are a lot of task tags like TODO, FIXME, etc. and Eclipse provides only plain list of all these task tags which I think is difficult to use. "Task Tag Decorator" plugin is a simple plugin which can decorate "Package Explorer" ...
|
|
|
 |
Tools |
Mylyn provides integrated access to your team's bug and issue tracker and focuses Eclipse on only the relevant code for each task so you can code faster. Tasktop extends the productivity benefits of Eclipse Mylyn to more of your work day.
Tasktop ...
|
|
|
 |
UML |
TimeSquare is a software environment for modeling and analyzing timed systems. It supports an implementation of the Time Model introduced in the MARTE UML profile, and its companion Clock Constraint Specification Language (CCSL).
TimeSquare has fo...
|
|
|
 |
Application Management |
|
|
|
|
 |
UI |
Visual Swing Designer for Eclipse is a GUI designer tool, which consists of a set of Eclipse Plug-ins. It aims to provide a swing visual designer for Eclipse for Java desktop developers....
|
|
|
 |
UI |
UI Factories, Nebula widget integration, Swing data-binding (JSR 295), GWT-Ext support, and much more! WindowBuilder Pro (SWT/Swing/GWT Designer) is a powerful and easy to use bi-directional Java GUI designer that supports Eclipse SWT, Sun Swing and ...
|
|
|
 |
Rich Client Applications |
This application for DB development, including SQLEditor,TableListEditor, and some Viewers.
--- Support OS ---
Windows2000,XP,Vista
Linux Fedora8
--- Features ---
SQL Syntax Hilighting
Analyze(Validate) SQL Statement
+-Outline View
+-...
|
|
|
 |
Build and Deploy |
Use Xcarecrows4WS to manage Apache Tomcat and Apache Axis in a few clicks.
Features:
Manages Apache Tomcat and Apache Axis
Simple SSL configuration
Configures as many instances of Apache Tomcat as needed
Downloads, starts, stops, deploys a...
|
|
|
 |
Editor |
A new release of the Xcarecrows 4 X509 application is available off the shelf for an renewed experience of X.509v3 cryptography with the powerful Rich Client Platform (RCP) of Eclipse.
Features
decoding and encoding of X.509v3 certif...
|
|
|
 |
Graphics |
Open source brainstorming and mind mapping software, cross-platform, developed by XMind Ltd. XMind is the best tool for GTD, knowledge management, tasks management, and sharing ideas with the world. You can also create Org-chart and fishbone diagrams...
|
|
|
 |
XML |
For many Desktop and JEE projects its necessary to write and test the XPath expressions. With the integrated features of Eclipse as IDE, the XPath Workbook plugin will enable developers to be able to write the XPath with auto-complete feature and tes...
|
|
|
 |
Tools |
YARI is a comprehensive tool suite to debug, spy, spider, inspect and navigate Eclipse based application GUIs (Workbench or RCP).
New in Version 0.9.1:
The project was completely refactored.
The functionality is now grouped in multiple bundle...
|
|
|
 |
IDE |
Manage your team's Eclipse environment by using Yoxos to distribute Eclipse installations and configurations throughout your enterprise.
There are three great ways to get Yoxos working for your team:
Yoxos OnDemand – a free and open Eclipse ...
|
|
|
 |
Graphics |
Zowie.Fractals is a plugin for the popular Eclipse IDE that lets the user explore the set of complex numbers in the Mandelbrot set. When rendered visually these can be quite distracting, and even pretty.
FEATURES
•Intuitive mouse usage: zoom in o...
|
|