| Title | Format | Date |
| Implementing Modern Business Applications with Eclipse Scout | Webinar | May 17, 2011 |
|
Eclipse Scout is a framework to implement modern business applications. It substantially reduces development time for both client and server software in a service oriented environment. The Scout framework includes an application model, a reference implementation, proven development functions and strong tooling support. Join the Scout team for an overview of the project, the development of a small demo application, Scout key concept (e.g. separation of UI and GUI in Scout to support SWT, Swing and web front ends), and an outlook to current ideas regarding Scout on Eclipse 4. Total running time is 39:49 Thanks to Adobe for contributing their Adobe Acrobat Connect product to host this webinar. |
||
| Tycho - Building Eclipse Plugins with Maven | Webinar | May 3, 2011 |
|
Tycho is a set of Maven plugins and extensions for building Eclipse plugins and OSGI bundles with Maven. Eclipse plugins and OSGI bundles have their own metadata for expressing dependencies, source folder locations, etc. that are normally found in a Maven POM. Tycho uses native metadata for Eclipse plugins and OSGi bundles and uses the POM to configure and drive the build. Tycho supports bundles, fragments, features, update site projects and RCP applications. Tycho also knows how to run JUnit test plugins using OSGi runtime and there is also support for sharing build results using Maven artifact repositories. Total running time 56:23 NOTE: first couple of minutes of the recording were omitted in error. Thanks to Adobe for contributing their Adobe Acrobat Connect product to host this webinar. |
||
| Eclipse SMILA Videos | Demo/Video | Jan 28, 2011 |
|
SMILA is an extensible framework for building search solutions to access unstructured information in the enterprise. Besides providing essential infrastructure components and services, SMILA also delivers ready-to-use add-on components, like connectors to most relevant data sources. Using the framework as their basis enables developers to concentrate on the creation of higher value solutions, like semantic driven applications. The SMILA team has created a series of videos on the project for developers and decision makers. They cover topics such as how to develop an application with SMILA, documentation, what SMILA can do for your organization. |
||
| EclipseCon 2011 - EclipseRT with Jeff McAffer | Podcast | Jan 21, 2011 |
|
Jeff McAffer, Project Co-Lead for the EclipseRT project, speaks about some of the runtime-related talks and activities planned for EclipseCon 2011, as well as what he's looking forward to at the conference. Total running time 08:21 minutes |
||
| Eclipse Virgo | Webinar | Aug 31, 2010 |
|
The Eclipse Virgo project provides a modular open source application server based on OSGi. The project is a donation to the Eclipse foundation of the dm Server open source project developed by SpringSource (VMware). Virgo provides a standalone kernel which may be used on its own or configured to create custom server types. Virgo Web Server integrates the Gemini Web container on top of the kernel to support standard WAR files and modular webapps comprising OSGi bundles. In this webinar, we'll explore the key features of Virgo such as: repositories, deployment plans, regions, Equinox console extensions and administration console. We'll demonstrate the Eclipse-based tooling and the runtime facilities of Virgo. We'll also cover the current status of the project and how you can get involved. Total running time will be approximately 1 hour, 06:08 minutes Thanks to Adobe for contributing their Adobe Acrobat Connect product to host this webinar. |
||
| What's New in Helios: Dali Java Persistence Tools | Demo/Video | Jul 9, 2010 |
|
Dali Java Persistence Tools simplify the development of Java SE, EE and OSGi bundle applications that use the Java Persistence API (JPA) to interact with relational data. Dali has added comprehensive JPA 2.0 support to the existing JPA 1.0 support in Helios, as well as specific support for the EclipseLink 2.1 Helios release. This demo will show some highlights of the new features available now in the Helios release. Total running time 18:29 minutes |
||
| Helios In Action: EMF on the Web | Webinar | Jun 28, 2010 |
|
The Eclipse Modeling Framework (EMF) has long provided a code generation facility capable of emitting everything needed to get started with building a complete application for EMF-based domain models. It includes a GUI from which options can be specified and code generators can be invoked, to produce a model API, edit support, unit tests and a sample editor. With the Helios release of Eclipse, this facility moves beyond the boundaries of the Eclipse platform, and desktop applications in general, by adding support for the Rich Ajax Platform (RAP) and Google Web Toolkit (GWT). This session will demonstrate EMF's support for these application runtime platforms and highlight differences in the code generated for each. This presentation was recorded as part of the Helios In Action virtual conference. Total running time 23:20 minutes |
||
| Helios In Action: 10 Reasons to Install Helios | Webinar | Jun 28, 2010 |
|
Ian Bull, component lead for Zest and the Eclipse Visualization Framework and committer on the Equinox p2 project, presents the top 10 features in Helios he is most excited about. This presentation was recorded as part of the Helios In Action virtual conference. Total running time 25:36 minutes |
||
| Helios In Action: Eclipse Runtime (RT) | Webinar | Jun 24, 2010 |
|
With the Eclipse community expanding its offerings in the Runtime space (EclipseRT), many developers are interested in figuring out what this means and how they can leverage EclipseRT projects like Equinox, Jetty and EclipseLink. Join Jeff McAffer, the RT PMC and Equinox co-lead, for a review of EclipseRT projects and the new features they bring to Helios. This presentation was recorded as part of the Helios In Action virtual conference. Total running time 26:06 minutes |
||
| Eclipse RAP in a Minute | Demo/Video | Jun 23, 2010 |
|
Did you ever want to know what the Rich Ajax Platform is without spending too much time on it? For all of those we did a screencast that shows what RAP is in about a minute.
|
||
| What's New in Helios: Eclipse Communication Framework (ECF) | Demo/Video | Jun 21, 2010 |
|
The Eclipse Communication Framework (ECF) is a framework for supporting the development of distributed Eclipse-based tools and applications. It can be used to create other plugins, tools or full Eclipse RCP applications that require asynchronous point-to-point or publish-and-subscribe messaging. This demo shows what's new in ECF for Eclipse 3.6, the Helios release. Total running time 20:33 minutes |
||
| What's New in Helios: Rich Ajax Platform (RAP) | Demo/Video | May 28, 2010 |
|
This video shows what's new in RAP 1.3, which will be shipped within the Eclipse Helios release (3.6) train. What's shown in the video is just a part of all the new stuff within RAP 1.3. Visit the project's website for more information: http://eclipse.org/rap. Total running time 04:15 minutes |
||
| Scala Based OSGi Development with the ScalaModules Project | Webinar | Apr 20, 2010 |
|
Scala and OSGi both aim at very important concerns in software development: ease of use and reduced complexity. Scala operates at the programming language level, and OSGi at the higher level of a module system. Hence it is natural to combine those two to get the best out of both. This is also straightforward, because Scala compiles to "usual" Java bytecode and offers full interoperability with Java. OSGi is agnostic with regard to the programming language, because it works only with the compiled artifacts and the metadata in the bundle manifest. Hence it is time for OSGi on Scala. The new Eclipse project ScalaModules aims at Scala based OSGi development. The mission of ScalaModules is to employ the power of the Scala programming language to ease OSGi development. Of course using Scala for OSGi is itself beneficial, because of the great simplifications Scala brings compared to Java. But ScalaModules also makes use of the additional possibilities offered by Scala, mainly the chance to create a Domain Specific Language (DSL). Therefore with ScalaModules your code will be more intuitive and concise or less verbose and less involved compared to Java-based OSGi development. Join project lead Heiko Seeberger for a look at this new project and what it has to offer. Total running time will be approximately 38:55 minutes Thanks to Adobe for contributing their Adobe Acrobat Connect product to host this webinar. |
||
| Gemini - Helping Shape the Future of Enterprise Java | Webinar | Apr 13, 2010 |
|
The advantages of loose coupling and explicit dependency management are generally accepted and the technologies that provide these characteristics have become more valuable. While modularization of both infrastructure and applications has always been a desirable thing, Java EE applications have traditionally been bound to a full-blown application server. The Enterprise Modules project (nicknamed Gemini) is a new Eclipse project that undertakes to provide a collection of Java EE-based technologies as a suite of independent modules. In this webinar, we will describe the relationship between Java EE and OSGi, and discuss what the Gemini project is doing in this area. We will detail its relationship to the standards and highlight the role it is playing in implementing a next generation of Java EE architectures. We will go over the various components of the project and show how they can be used by applications and tools alike. Total running time 50:00 minutes Thanks to Adobe for contributing their Adobe Acrobat Connect product to host this webinar. |
||
| Eclipse RAP Demo | Demo/Video | Mar 15, 2010 |
|
This is an Eclipse Rich AJAX Platform (RAP) demo that shows out-of-the-box features from the Eclipse RAP framework. This demo was built to prove single-sourcing techniques between Eclipse RCP and RAP. Total running time 05:41 minutes |
||
| OSGi for Eclipse Developers | Webinar | Nov 16, 2009 |
|
There is more than Require-Bundle? Other things than the Extension-Registry for extensibility? Bundles can be really dynamic, without restarting the system? Wow, this sounds strange - at least to many Eclipse developers. This webinar gives a brief overview of what OSGi gives you to implement real modular and dynamic applications, including Import-Package vs. Require-Bundle, OSGi-Services and where to use them in Eclipse-based apps, and more. Total running time 50:25 minutes Thanks to Adobe for contributing their Adobe Acrobat Connect product to host this webinar. |
||
| Equinox above the Cloud - Some Call it Heaven! | Webinar | Oct 13, 2009 |
|
Cloud computing is one of the hottest topics currently discussed in the IT sector. Although there are many different definitions of the term 'Cloud', providing remote services is at the center of Cloud computing. This webinar will demonstrate how "goodies" from different Eclipse projects can be combined to build applications on Cloud infrastructures. Together, Equinox and OSGi provide a fundamental infrastructure for defining modules, managing lifecycles and facilitating collaboration between modules. Both are addressing the programming challenges in dynamic, modular and extensible systems. The webinar will start with a short introduction to Cloud computing. Using the g-Eclipse framework, a distributed, virtual infrastructure will be set-up. Leveraging OSGi and ECF frameworks, a manageable distributed runtime will be started in order to deploy an application dynamically. The front end for the application will be provided with the support of the RAP application. The live demonstration will show how "goodies" from the Eclipse ecosystem can be combined to build a future SaaS platform. Total running time 53:29 minutes Thanks to Adobe for contributing their Adobe Acrobat Connect product to host this webinar. |
||
| Eclipse Talk Podcast - October 2009 | Podcast | Oct 1, 2009 |
|
Wayne and Lynn talk about what's new and cool at the Foundation for October 2009. This month, they discuss Eclipse Summit Europe, DemoCamps, EclipseRT Days, project plans and the EGit project. Total running time 09:17 minutes |
||
| Provisioning RCP Applications with p2 | Webinar | Sep 15, 2009 |
|
The p2 provisioning platform has replaced Update Manager as a mechanism for managing Eclipse based applications. While p2 is most notably recognized for managing Eclipse installs, p2 has been designed as a general purpose provisioning platform for OSGi and Eclipse RCP. In this webinar, we will demonstrate how you can use p2 to manage your own RCP based application. We will present examples of how you can include the p2 provisioning platform in your existing RCP application to support: 1) software installs, 2) system upgrades, and 3) configuration management. In particular, we will demonstrate how you can:
The webinar assumes a basic understanding of what RCP development is. No prior p2 experience is needed. Part 2 - Total running time 31:41 minutes |
||
| Eclipse Day at the Googleplex: Distributed OSGi in the Eclipse Runtime Project | Demo/Video | Sep 15, 2009 |
|
As part of the OSGi 4.2 specification, there is a new spec (RFC119) intended to standardize the distribution and network discovery of OSGi services. The ECF project (http://www.eclipse.org/ecf) has implemented the latest available draft and this is included in the Galileo release. Scott will present his open source, open protocol, open provider approach to implementing this spec, show example applications and discuss how others may extend and/or replace the implementation. He'll also touch on some basic issues of distributed services, such as network transparency and 'leaky' abstractions like synchronous remote procedure call (RPC). Total running time 56:21 minutes This video was recorded at Eclipse Day at the Googleplex. |
||
| Eclipse Day at the Googleplex: OSGi for Eclipse Developers | Demo/Video | Sep 15, 2009 |
|
OSGi has been gaining a lot of popularity in the software industry as of late. As an Eclipse developer, you should be aware that the Eclipse runtime (Equinox) since version 3.0 has been built on top OSGi and you have been writing OSGi bundles. The goal of this talk is to introduce the Eclipse developer to "OSGi-isms" and to answer some of these questions:
Total running time 1 hour, 01:28 minutes This video was recorded at Eclipse Day at the Googleplex. |
||
| E4 - the Next Generation of the Eclipse Platform (Part II) | Webinar | Aug 26, 2009 |
|
The Eclipse Foundation is presenting 2 webinars on e4, the next generation of the Eclipse platform. In July 2009, Members of the e4 project team released version 0.9, an early alpha release of the e4 technology, and they are looking for feedback and more potential contributors. Watch to learn more about e4 and the committers who are making it happen. Total running time 1 hour, 22:14 minutes
For full abstracts see http://www.eclipse.org/community/e4webinar/abstracts.php. View the recording of E4 Part IThanks to Adobe for contributing their Adobe Acrobat Connect product to host these webinars. |
||
| Eclipse Talk Podcast - August 2009 | Podcast | Aug 18, 2009 |
|
Wayne and Lynn give the latest Eclipse news for August 2009. Topics covered are the AJAX Tools Framework (ATF) project, e4 along with the e4 webinars and feedback contest, the EGit project, the Eclipse for Silverlight project, the IP Log approval process, an upcoming Eclipse training series, Eclipse Summit Europe and a Maven repository at Eclipse. Total running time 14:51 minutes |
||
| E4 - the Next Generation of the Eclipse Platform (Part I) | Webinar | Aug 18, 2009 |
|
The Eclipse Foundation presents part 1 of 2 webinars on e4, the next generation of the Eclipse platform. In July 2009, Members of the e4 project team released version 0.9, an early alpha release of the e4 technology, and they are looking for feedback and more potential contributors. Watch to learn more about e4 and the committers who are making it happen. Total running time 1 hour, 27:12 minutes
For full abstracts see http://www.eclipse.org/community/e4webinar/abstracts.php. View the recording of E4 Part IIThanks to Adobe for contributing their Adobe Acrobat Connect product to host this webinar. |
||
| EclipseCon 09: Symmetric Service Oriented Programming | Demo/Video | Jul 21, 2009 |
|
Most people who know OSGi are familiar with it as a modularity solution. Surprisingly, if you look at the major app servers using OSGi they all but ignore the Service Layer. However the OSGi Service Layer is a crucial part of writing well decoupled software. Services simplify object oriented programing because they significantly reduce the coupling in a system. However, services are usually understood as being heavy-weight communications-based services as in SOA. Ten years ago, OSGi introduced an in-VM service oriented programming model that provides most of the SOA benefits at virtually zero runtime cost. OSGi combines strong modularity with well-defined, dynamic services. In R4.2, with the addition of Service Hooks, the OSGi service model will become symmetric. It will then support discovery of clients waiting for services as well as providers registering services. This dynamic model works surprising well in a large number of real world use cases. This session will explore why a symmetric service oriented programming model is important and can significantly reduce the complexity of developing large complex systems. This video was recorded at EclipseCon 2009. Total running time 40:23 minutes |
||
| EclipseCon 09: Plugin Reuse and Adaptation with Object Teams - Don't Settle for a Compromise! | Demo/Video | Jul 21, 2009 |
|
When reusing existing plugins for something innovative, you're likely to do things the original plugin author has not anticipated. This typically brings about some kinds of compromise:
With Object Teams it is possible to eat the cake (apply unanticipated adaptations by disciplined aspect bindings) and still have it (sustain a well modularized, maintainable design). OT/Equinox brings this power to the development of Eclipse plugins (Equinox bundles). This video was recorded at EclipseCon 2009. Total running time 52:59 minutes |
||
| Single Sourcing: Extend your RCP Application to the Web with RAP | Webinar | Jul 9, 2009 |
|
Can I really make my RCP application work in a browser? The Rich Ajax Platform (RAP) was designed to bridge the gap between desktop- and web-development. To achieve this, RAP reuses the RCP development model integrating the largest possible subset of the RCP-APIs. In this webinar we'll explore the differences between RAP and RCP that are especially relevant to the goal of single sourcing as much code as possible. We'll cover a range of techniques and basic patterns to close the gap between RCP and RAP, for both existing RCP applications and new RCP/RAP projects. We'll take a look at the roadmap for RAP as well as discussing possible steps for integrating the platform into e4. Total running time 59:11 minutes Thanks to Adobe for contributing their Adobe Acrobat Connect product to host this webinar. |
||
| OSGi and Equinox Jumpstart | Webinar | Jun 30, 2009 |
|
OSGi has been in the press a lot lately. Everywhere you turn there is some new product or project adopting the technology. From Eclipse to Apache to Spring. From servers to desktops to embedded. OSGi enables the creation of highly modular, dynamic Java-based systems. Wondering what it's all about? Join book author and Equinox OSGi project co-lead Jeff McAffer and PDE OSGi tooling lead Chris Aniszczyk from EclipseSource for an introduction to Equinox and OSGi concepts and a look at the breadth and depth of technology available in this space. This mini-course is designed to give you a clear understanding of the essential concepts, facilities and advantages of this key technology. This session will be of use to anyone interested in building flexible systems in Java. It is particularly useful for technical managers and decision makers to help them better understand the overall runtime technology. |
||
| Eclipse DemoCamp Ottawa - RAP, Crank Storyboard, CDT & Android and EclipseLink & Dali | Demo/Video | Jun 19, 2009 |
|
The Eclipse Foundation, with help from EclipseSource, held an Eclipse DemoCamp in Ottawa, Canada to celebrate the Galileo release. Four demos were recorded:
|
||
| EclipseCon 09: Jetty @ Eclipse | Demo/Video | May 29, 2009 |
|
The Jetty HTTP server and servlet container project has been a successful open source project since 1995. The core Jetty project has now moved to the Eclipse Foundation and is improving its already good relationship with OSGi projects. This talk will be a short introduction to the Jetty project, followed by an overview of the move: what's changing, what staying the same and what's new in the Servlet 3.0 release. A significant proportion of the time will be allocated to Q & A, as we would like to receive feedback and suggestions from the eclipse community. This video was recorded at EclipseCon 2009. Total running time 47:30 minutes |
||
| Eclipse DemoCamp Walldorf - Tables, Modeling, Equinox, SOA Security Framework, Gyrex, Virtual Embedded Devices and xText | Demo/Video | May 28, 2009 |
|
SAP hosted an Eclipse DemoCamp in Walldorf, Germany to celebrate the Galileo release. There were 200 attendees and the demos were recorded in 2 parts. This is part 2. Video 1 - A New View on Tables - a Flexible Framework to Show Tabular Data in SWT Tables and Trees Video 2 - Modeling is Fun! Video 3 - Dynamic OSGi Application Using Equinox Video 4 - Equinox Based SOA Security Framework - a Future Eclipse Project Video 5 - Equinox on Servers - an Introduction to the Eclipse Gyrex Project Video 6 - Virtual Embedded Devices with OSGi, Eclipse and Flash Video 7 - TMF Xtext: a Self-Experiment |
||
| Eclipse DemoCamp Toronto - Linux Tools, eHealth Software Production Line and Virtual Project Collaboration via ECF | Demo/Video | May 27, 2009 |
|
Red Hat held an Eclipse DemoCamp in Toronto, Canada to celebrate the Galileo release. Five demos were presented:
|
||
| Eclipse DemoCamp Walldorf - Welcome and Memory Analyzer & RAP-Single Sourcing in Practice | Demo/Video | May 27, 2009 |
|
SAP hosted an Eclipse DemoCamp in Walldorf, Germany to celebrate the Galileo release. There were 200 attendees and the demos were recorded in 2 parts. This is part 1. Video 1 - Welcome (running time 03:52 minutes) Video 2 - Welcome (running time 04:55 minutes) Video 3 - Memory Analyzer & Rap - Single Sourcing in Practice (running time 24:43 minutes) |
||
| EclipseCon 09: SMILA - Make Sense of your Data | Demo/Video | May 22, 2009 |
|
The amount and diversity of information is growing exponentially, mainly in the area of unstructured data, like office documents, emails, images, audio & video files, blogs etc. Poor data accessibility, user rights integration and the lack of semantic metadata are constraining factors for building next generation enterprise search and other document centric applications. SMILA (SeMantic Information Logistics Architecture) is an extensible framework for building information management solutions to access unstructured information in the enterprise. Besides providing essential infrastructure components and services, SMILA also delivers ready-to-use add-on components, like connectors to most relevant data sources and some data processing services. Using the framework as basis will enable developers to concentrate on the creation of higher value solutions, like search or semantic driven applications. I Apart from giving a short introduction to the project, the focus of this talk will be the demonstration of several example use cases which can be realized with SMILA. This video was recorded at EclipseCon 2009. Total running time 46:42 minutes |
||
| EclipseCon 09: Building LinkedIn's Next Generation Architecture with OSGi | Demo/Video | May 20, 2009 |
|
Over the course of the last 5 years, LinkedIn has been built using relatively simple technologies: front end web applications (tomcat/servlet/jsp), backend services (jetty/spring remoting), databases, replication, jms. Although the web site was scaling adequately, LinkedIn had some big challenges to overcome:
In March of 2008, a group of Senior Engineers started a project to explore the best available technologies which could help in building the next generation of the architecture that would address those challenges. The new architecture involved using OSGI/Spring DM as the foundation because it had the right properties we were interested in. The code was migrated to a more modular paradigm using binary consumption. This session will demonstrate how we integrated OSGi, the pros and cons of the changes, the pain points as well as the migration strategy. This video was recorded at EclipseCon 2009. Total running time 41:49 minutes |
||
| EclipseCon 09: Blueprint Service - Enterprise Programming Model for OSGi | Demo/Video | May 20, 2009 |
|
The OSGi platform provides an attractive foundation for building enterprise applications. However, it lacks a rich programming model for components declaration and consumption. New in OSGi 4.2, the Blueprint Service (inspired by Spring Dynamic Modules project) addresses this gap by offering a proven programming model based on inversion of control, suitable for enterprise (Java) applications. This talk will provide a tour of the Blueprint Service: we'll begin with an architectural overview, continue with the core features such as creating and wiring modules, lifecycle management and service registry interaction all without being tied to the OSGi API and conclude by looking at the Blueprint Service in action. This video was recorded at EclipseCon 2009. Total running time 51:44 minutes |
||
| Enterprise IDE provisioning with Yoxos 4 | Webinar | May 14, 2009 |
|
Join us to hear EclipseSource experts Jordi Lopez and Ian Bull talk about the new Yoxos 4. In addition to a live software demonstration, Ian and Jordi will discuss how Yoxos leverages the full power of p2 to enhance the overall experience. A brief review of Yoxos SecureSource, the new certified opensource repository from EclipseSource will also be provided. The session will be followed by a general Q&A. The Yoxos family of products provides developers with the ability to manage configurations and ensure the integrity of their Eclipse features and toolsets. Find out more about Yoxos for your enterprise on the Yoxos webpages or test drive Yoxos 4 with Yoxos onDemand. |
||
| EclipseCon 09: Eclipse Swordfish - an Open Source SOA Runtime Framework for the Enterprise | Demo/Video | May 13, 2009 |
|
The Eclipse SOA Runtime Framework Project (codename Swordfish) aims to provide an extensible framework that enables developers to create business applications following service-oriented principles. Building upon Apache ServiceMix and Equinox, the Eclipse Foundation's OSGi implementation, Swordfish adds enterprise features such as policy-controlled message processing, dynamic lookup of service metadata using a Service Registry and extensive monitoring and management capabilities, all based on 7 years of SOA experience gained at Deutsche Post. In this talk, we'll introduce the audience to the basic architecture of Swordfish, highlight some of the features and give an update on the current state and the near-term and mid-term plans. Special focus will be laid on the extension points provided Swordfish, including a live demonstration of its capabilities. This video was recorded at EclipseCon 2009. Total running time 37:31 minutes |
||
| EclipseCon 09: RAP or GWT - Which Java-Based AJAX Technology is for You? | Demo/Video | May 11, 2009 |
|
With the release of RAP (Rich AJAX Platform) from Eclipse and GWT (Google Widget Toolkit) from Google, it’s easier than ever before to build AJAX applications using the strong typed Java language instead of the less-sophisticated JavaScript. Which technology is more suited to your needs? Dan Rubel and Mark Russell will review the same application implemented once using GWT and a second time using RAP to compare and contrast the two technologies, so that architects and developers can make informed decisions about which Java-based AJAX technology best suits their situation. Benefits, pitfalls, scalability and best practices of each will be covered. Come, compare and learn! This video was recorded at EclipseCon 2009. Total running time 37:27 minutes |
||
| Remote Provisioning with P2 | Demo/Video | May 6, 2009 |
|
In this video Jeff McAffer, EclipseSource CTO, demonstrates how to define, provision and manage remote Eclipse, Equinox and OSGi-based systems using p2 technology. The presentation highlights the extensibility and flexibility by showing a combination of standard p2 function and EclipseSource extensions for remote scenarios. Upcoming videos build on this base and show the use of p2 in server and cloud-based environments. Total running time 18:47 minutes |
||
| Jetty @ Eclipse | Webinar | Apr 27, 2009 |
|
The Jetty HTTP server and servlet container project has been a successful open source project since 1995. The core Jetty project has now moved to the Eclipse Foundation and is improving its already good relation ship with OSGi projects. This webinar will be an introduction to the Jetty project, followed by an overview of the move: what's changing, what staying the same and what's new in the Servlet 3.0 release. We would like to receive feedback and suggestions from the Eclipse community as well. Total running time1 hour, 1:10 minutes Thanks to Adobe for contributing their Adobe Acrobat Connect product to host this webinar. |
||
| Eclipse Talk Podcast - April 2009 | Podcast | Apr 22, 2009 |
|
Wayne and Lynn discuss the latest happenings in Eclipse for April 2009, with a special emphasis on the upcoming Galileo release. Topics covered in this podcast include Galileo DemoCamps, April webinars, the Jetty project, the Eclipse community survey, the mobile working group and the spring training series. Leave your comments to let us know how we can improve this monthly podcast from the Foundation! Total running time 09:14 minutes |
||
| Swordfish Update with Oliver Wolf | Demo/Video | Apr 21, 2009 |
|
Michael Coté sat down with Oliver Wolf from Sopera at EclipseCon this year, to talk about the newly announced Swordfish - Eclipse's SOA project. Having talked about Swordfish before in RedMonkTV, Coté asks Oliver to quickly catch us up since their last discussion. Swordfish has announced their release date (which has occurred since this was filmed), including all the compliance and IP cleaning. Oliver then gives us a very quick overview of Swordfish, a runtime for implementing SOAs. Coté asks Oliver what Swordfish's general philosophy on SOA is. As Oliver explains, it starts from a decentralized ESB. They then discuss what this decentralization means for Swordfish's various SOA components. Coté then asks how Swordfish came to be and where the project is now. Getting back to the type of SOA that Swordfish embodies, Coté asks Oliver what types of workloads Swordfish is suited for. Having announced Swordfish at EclipseCon 2009, and presenting more than five sessions on the topic, Coté asks Oliver how it's been received and what people have been asking. Finally, Oliver tells us how Swordfish fits into the overall Eclipse Runtime strategy. Total running time 10:50 minutes |
||
| Jetty at Eclipse | Demo/Video | Apr 17, 2009 |
|
While at EclipseCon this year, Michael Coté had the chance to talk with Greg Wilkins and Adam Lieber of Webtide. Just the night before Greg and Adam had checked code into the Eclipse Foundation repositories to finish up adding Jetty as an Eclipse project. They start out discussing Jetty’s new Eclipse home. They also explain how Jetty has changed since its start as a small, embedded web server and different scenarios where Jetty can be, and is, used. For example, it's used as a component for application servers and surprisingly, in Android and Windows Mobile phones. Next up, Coté asks why they choose to dock themselves in Eclipse. Along with this, Greg and Adam talk about the way Jetty is being run in Eclipse as components and how that relates to them being assembled in the existing CodeHaus repository. To close out, Coté asks how Jetty will fit into the general Eclipse Runtime projects and vision. As a post-script, not too long after we recorded this video, the Webtide folks discovered that Google AppEngine is using Jetty to aid in Java support. Total running time 09:22 minutes |
||
| Equinox Update with Jeff McAffer | Demo/Video | Apr 14, 2009 |
|
In this interview from EclipseCon 2009, Michael Coté talks with multi-RedMonkTV guest Jeff McAffer, one of the leads on the Equinox project. Having spoken with him about Equinox many times before, Coté starts by asking Jeff to give an update on what’s been going on in Equinox-land of late. In doing so, they speak about how Equinox is related to the OSGi Enterprise and other specifications. Also, Jeff mentions the p2 and other sub and related projects. Since there’s always great interest in p2, Coté asks Jeff to give us more details on it, especially how it can be used to assemble and deploy different packages of Eclipse components - for example, Eclipse IDE plugins. Getting back to the server-side aspects of Equinox, Jeff tells us how Equinox has been fairing out in the field. He goes over a long, impressive list of middleware and application server projects and products that are using it. Next, Coté asks what the experience to transitioning to OSGi-driven development has looked like in practice. Finally, since they last talked, Jeff has moved from IBM, to his own company Code9, and then to EclipseSource. Coté asks him to tell us all about that. Total running time 21:38 minutes |
||
| Jeff McAffer: The EclipseCon 2009 Runtime Track | Podcast | Jan 22, 2009 |
|
In this podcast, Jeff McAffer discusses the EclipseCon 2009 Runtime track, OSGi, Equinox, and the state of the Eclipse Runtime Project. Total running time 19:01 minutes |
||
| SMILA - SeMantic Information Logistics Architecture | Webinar | Dec 17, 2008 |
|
The amount and diversity of information is growing exponentially, mainly in the area of unstructured data, like emails, text files, blogs and images. Poor data accessibility, user rights integration and the lack of semantic metadata are constraining factors for building next generation enterprise search and other document centric applications. Missing standards result in proprietary solutions with huge short and long term cost. SMILA is an extensible framework for building search solutions to access unstructured information in the enterprise. Besides providing essential infrastructure components and services, SMILA also delivers ready-to-use add-on components, like connectors to most relevant data sources. Using the framework as their basis will enable developers to concentrate on the creation of higher value solutions, like semantic driven applications. This webinar will present the SMILA project (emphasizing the integration possibilities), provide the status report about the latest project developments and give a short demonstration of currently implemented features. Total running time 35:59 minutes Thanks to Adobe for contributing their Adobe Acrobat Connect product to host this webinar. |
||
| Riena Project | Webinar | Nov 26, 2008 |
|
Riena is an open source Eclipse project targeted at building client / server applications based on Eclipse technology. Its emphasis is on using OSGi Services everywhere, a transparent web service-based remoting technology and a sophisticated end-user oriented UI. Riena is currently in incubation with plans to release Version 1.0 at the beginning of 2009. This presentation will give an overview of Riena and introduce its base concepts:
Total running time 57:26 minutes Thanks to Adobe for contributing their Adobe Acrobat Connect product to host this webinar. |
||
| Multiple View Presentations with RAP | Demo/Video | Oct 14, 2008 |
|
The Rich AJAX Platform (RAP) team is currently working on a project to make a RAP application more "webbish", in a web2.0 manner. This video shows the current status. A new feature is changing layouts (StackPresentations) on the fly without reloading the application. Another nice feature is the personalized Action Toolbar. Like other Web2.0 Services, RAP is now personalizable by the user. Total running time 1:27 minutes |
||
| Equinox Security | Webinar | Aug 6, 2008 |
|
Security is an important concern for applications written on top of Equinox and the Eclipse Rich Client Platform. Spanning areas such as protection of sensitive user data, authentication of platform users and authorization of bundle code, Eclipse has a growing list of features to support important security related use cases. In this session, we will cover the new enhancements related to security in the Ganymede release of Eclipse and Equinox. In particular, we will discuss the following new features:
The format of the webinar will be a presentation plus some live demos, and will be similar in nature to those presented at the security-related EclipseCon sessions in March. Attendees should be familiar with the fundamentals of Java security and with the core concepts of Eclipse RCP and the Equinox framework. . Total running time 52:30 minutes Thanks to Adobe for contributing their Adobe Acrobat Connect product to host this webinar. |
||
| Equinox Ganymede | Demo/Video | Aug 5, 2008 |
|
This presentation introduces Equinox and its use as a set of building blocks for creating applications. We overview the architecture and technology, and demonstrate many of the building blocks using an example client/server application. Total running time 17:09 minutes |
||
| ECF 2.0 - Some New Features | Demo/Video | Jul 28, 2008 |
|
This demo shows some of the new features in ECF 2.0: screen sharing, url sharing, real-time shared editing, dynamic service discovery and asynchronous file download are covered. Total running time 08:13 minutes |
||
| New Security Features in Ganymede | Demo/Video | Jul 16, 2008 |
|
This presentation will demonstrate the new and noteworthy features in Ganymede related to security. We will first cover the new Secure Storage feature, which allows for the protection of sensitive data such as user passwords. Next we will cover Trusted Bundles, a mechanism for doing authorization of bundles based on the code signer. Finally we will look at the Login Framework, an integration of the Java Authentication and Authorization Service into the Eclipse platform. Total running time 17:17 minutes |
||
| Wiring Hacker Synapses: Collaborative Coding and Team Tooling in Eclipse | Demo/Video | Jul 15, 2008 |
|
ECF is a communication framework and an increasing set of integrated tools. ECF provides APIs useful for the development of Equinox-based servers, RCP applications, and Eclipse-based development tools. The provider architecture supports the use of existing communications services, such as Google Talk and UI integration with web-based services, and other Eclipse-based tools. For example, for the upcoming Ganymede release, ECF is working on real-time shared editing of source code to support distributed team use cases like code reviews and collaborative debugging. This presentation was recorded at Eclipse Day at the Googleplex on June 24, 2008. Total running time 47:55 minutes |
||
| Introduction to Equinox p2 | Webinar | Jul 15, 2008 |
|
Equinox p2 is a component of the Eclipse Equinox project. p2 provides a framework for provisioning Eclipse-based applications. It replaces Update Manager as a mechanism for managing your Eclipse install, searching for updates and installing new functionality. Total running time 1 hour, 08:26 minutes Thanks to Adobe for contributing their Adobe Acrobat Connect product to host this webinar. |
||
| p2 UI Walk-Through | Demo/Video | Jul 14, 2008 |
|
This presentation covers the new p2 UI and shows how p2 helps users manage their plug-ins and stay up-to-date. Topics include:
Total running time 11:41 minutes |
||
| Plug-in Development Tips and Tricks | Demo/Video | Jul 11, 2008 |
|
Plug-ins are everywhere in Eclipse so come learn about how to develop them! Depending on the audience, for the first half of the talk, I will discuss what a plug-in is and what tooling is provided around developing plug-ins. For the second half, I will discuss tips and tricks that can save you time in developing plug-ins and will also talk about some lesser known, but extremely useful, parts of PDE. This presentation was recorded at Eclipse Day at the Googleplex on June 24, 2008. About Chris Aniszczyk: Total running time 47:34 minutes |
||
| Cola: Real-Time Shared Editing | Demo/Video | Jun 19, 2008 |
|
In the course of getting ready for the Ganymede launch, Mustafa Isik from the Eclipse Communication Framework (ECF) team, put together a short screencast showcasing the first incarnation of "Cola: Real-Time Shared Editing" for Eclipse. Follow Mustafa and his friend Thomas K. as they lead you through an exemplary shared editing session. You can enjoy a high resolution version of the screencast by clicking on the HD icon when doing a mouseover (full 720p glory). Total running time 08:07 minutes |
||
| EclipseLink Project and its Persistence Services | Webinar | May 1, 2008 |
|
For over a decade now, Oracle TopLink has delivered a premiere Java persistence solution. With the open sourcing of the complete TopLink product in the Eclipse Persistence Services ('EclipseLink') Project, a new era has begun. EclipseLink delivers a comprehensive set of persistence services addressing relational, XML and non-relational data stores through standard interfaces including JPA, JAXB, SDO and JCA. In this webinar, we will introduce the EclipseLink project and its various persistence services, with a focus on its object-relational JPA implementation including a demonstration of how it can be used within various Java containers. Total running time 53:43 minutes Thanks to Adobe for contributing their Adobe Acrobat Connect product to host this webinar. |
||
| Oliver Wolf Discusses Swordfish | Podcast | Mar 31, 2008 |
|
In this podcast, Oliver Wolf introduces the Swordfish project. Recorded in February 2008. Total running time 08:10 minutes |
||
| Tracking Equinox Services in Eclipse RCP | Demo/Video | Mar 31, 2008 |
|
This video screencast shows a simplified example of Equinox services in action. It shows declarative services being dynamically discovered using a service tracker that updates the user interface to show the services that are available. The example also shows Equinox declarative services and the JFace databinding APIs in use. Total running time 13:15 minutes |
||
| Dependencies in Equinox Declarative Services | Demo/Video | Mar 31, 2008 |
|
This video screencast shows how dependencies can be created and managed between Equinox Services. Total running time 06:45 minutes |
||
| Benny Muskalla Discusses Eclipse RAP | Podcast | Mar 27, 2008 |
|
In this podcast, Benny Muskalla, Rich Ajax Platform (RAP) committer, discusses the RAP project. Total running time 04:07 minutes |
||
| Creating an Equinox Service using Declarative Services | Demo/Video | Mar 27, 2008 |
|
This video screencast briefly describes Equinox services and goes through the steps required to create and run a service using the Equinox Declarative Services (in incubation at the time of recording). Total running time 08:45 minutes |
||
| Rich AJAX Platform (RAP) Project | Webinar | Feb 13, 2008 |
|
The Eclipse Rich AJAX Platform (RAP) allows developers to create AJAX-enabled Web applications using the OSGi standard component model. The main advantage of this technology is the ability to share the same Java code base for RCP and RIA applications. This webinar will teach you about RAP's building blocks and how they compare with RCP, and how RAP fits into the overall Eclipse runtime. Jochen will demo how you can quickly create AJAX Web applications using known Eclipse development methods. Total running time 51:34 minutes Thanks to Adobe for contributing their Adobe Acrobat Connect product to host this webinar. |
||
| Getting Started with OSGi | Webinar | Jan 29, 2008 |
|
This webinar will be an introduction to OSGi: what it is, when you should use it and how to get started learning it. OSGi is the powerful dynamic framework that underlies the Eclipse IDE and platform, but its use is not restricted to Eclipse. In fact it is used everywhere from mobile phone and vehicle entertainment systems to enterprise application servers. It is, essentially, the module system for Java. The level of this talk will be introductory and will not assume prior knowledge of either OSGi or Eclipse (although knowledge of standard Java *will* be assumed). Also, we will discuss some aspects of OSGi that are not commonly used in Eclipse plug-in development, for example, usage of the Service Registry. So even experienced plug-in developers should get something from it. Total running time 1 hour, 03:24 minutes Thanks to Adobe for contributing their Adobe Acrobat Connect product to host this webinar. |
||
| Spring and Eclipse RCP | Webinar | Jan 29, 2008 |
|
Eclipse as a Rich Client Platform is increasingly mainstream. Organizations from NASA to IBM to major banks and airlines have adopted RCP as a core platform for building their applications. In this talk we look at various current RCP usecases and examples and discuss the synergies with Spring. Eclipse still has even more to offer in the application space. Eclipse's inherent dynamism and the use of Eclipse on the server are largely hidden gems. Spring has its heritage on the server and has enjoyed some use as a rich client platform. In this talk we look at various current RCP usecases and examples, and discuss the evolution and integration opportunities of these technologies. An agenda of the topics covered is posted with the recording. Total running time 47:15 minutes |
||
| Plugin Development 101 | Webinar | Jan 22, 2008 |
|
In this webinar, Brian and Chris will walk you through the basics of using the Plug-in Development Environment (PDE). For the first half, they will discuss what a plug-in is and what tooling is provided around developing plug-ins. For the second half, they will discuss tips and tricks that can save you time in developing plug-ins and will also talk about some lesser known, but extremely useful, parts of PDE. Featuring special guest, Wassim Melhem of Embarcadero. Total running time 1 hour, 02:04 minutes Thanks to Adobe for contributing their Adobe Acrobat Connect product to host this webinar. |
||
| Eclipse Swordfish - an SOA Runtime Environment | Demo/Video | Jan 14, 2008 |
|
In this screencast, Ricco Deutscher or the Eclipse Swordfish project walks us through the architecture, intentions, and road-map for the OSGi-tools SOA runtime, Swordfish. As Ricco outlines, Swordfish came about from the desire to benefit from combining the use of JBI, SCA and OSGi. JBI lends a good packing methodology, SCA helps with the execution of service components and OSGi adds in the dynamic functionality needed and helps glue it all together. Total running time 20:23 minutes |
||
| Enterprise OSGi - a Discussion with Eric Newcomer | Demo/Video | Jan 14, 2008 |
|
While at the Eclipse Runtime Summit, Michael Coté had the chance to talk with Iona's Eric Newcomer (CTO of Iona, Co-Chair, Enterprise Expert Group, OSGi Alliance, and well respected enterprise coding guy) about the emergence of OSGi as a server-side, or enterprise, technology. They discuss how OSGi came to be a technology of interest in the enterprise space, and move on to the formation of the OSGi Enterprise Expert Group. Eric goes through a high level list of what the "enterprise" here means: mostly the usual suspects of security, adding distributed functionality, messaging, scalability and performance. Coté asks Eric about the process that the OSGi Alliance uses and they discuss the interesting role of the full time spec writer that the OSGi Alliance uses. As Eric outlines, there's a process pretty similar to the JCP process, where the deliverables are a specification, a reference implementation and TCKs to verify implementations. They then discuss the overall idea of componentizing Java - what OSGi bundles and modules seek to do. As the Java world is pretty well split between Sun and OSGi's ambitions here, Eric gives some thoughts on it and a little bit of the historic background between the two parties. Finally, we end up with a rough road-map for the OSGi Enterprise Expert Group and Eric's thoughts on the Eclipse Runtime Summit. Total running time 21:25 minutes |
||
| Eclipse Rich AJAX Platform (RAP) | Demo/Video | Jan 9, 2008 |
|
In this two part screencast, Jochen Krause and Michael Coté talk about the Eclipse Rich Ajax Platform, or RAP for short. RAP is a front-end framework that uses the Eclipse RCP programming model to create Ajax front-ends in Java.
In the first part, Jochen gives us an overview of RAP and how it fits into the overall Eclipse runtime. In the second part, he shows a few demos using RAP. As with other screencasts, be sure to check out fullscreen mode with the video widgets or download a larger sized version of the movie. Check out the RedMonk blip.tv show page for all sorts of options. |
||
| Eclipse Service Oriented Device Architecture (SODA) | Demo/Video | Jan 9, 2008 |
|
In this two part screencast, Michael Coté talks with Andy Smith about the Eclipse SODA project, part of the Eclipse OHF effort. In the first part, Andy gives us an overview of the device populated network with edge and centralized servers that SODA services. He then explains the Stepstone use-case for in-home medical monitoring devices that serves as an example use of SODA. In the second part, Andy demos how the dynamic nature of SODA, provided by Eclipse Equinox, allows for the easy, dynamic deployment and use of remote devices. Also, be sure to check out the A Smarter World for Charley for the Charley scenario mentioned. |
||
| Eclipse Equinox and Component Oriented Development | Demo/Video | Dec 17, 2007 |
|
Michael Coté has a screencast, this time around the idea of using Eclipse’s OSGi framework for a back to front runtime. The first installment - in two parts - is on the core of that the Eclipse runtime, Equinox, done by Jeff McAffer. As a usage note, be sure to check out the full-screen mode in the widgets if you’d like to see a larger picture. There are also many different formats - even audio only - available on the show page. Total running time:
|
||
| Shaun Smith Discusses Dali and EclipseLink | Podcast | Dec 14, 2007 |
|
In this podcast, recorded live at JavaPolis 2007, Oracle's Shaun Smith discusses the Dali and EclipseLink projects.
Total running time 8:13 minutes |
||
| Interview with Peter Kriens and BJ Hargrave on OSGi | Podcast | Dec 13, 2007 |
|
This interview is about OSGi, the dynamic module system for Java. Our guests are Peter Kriens (OSGi's Technical Director) and BJ Hargrave (OSGi's CTO). We'll discuss what OSGi is all about, and why and in which contexts it is useful. Additionally we are having a look at the different layers of OSGi and where and how they are used. Other questions discussed are: What means dynamicity in an OSGi environment? Where is OSGi used? What’s the future of OSGi? How does OSGi interact with existing middleware solutions? How can I run several versions of the same JAR at the same time? Where are OSGi’s problems? Total running time 45:23 minutes |
||
| Introduction to Eclipse eRCP | Webinar | Dec 13, 2007 |
|
The goal of the Eclipse eRCP project is to extend the rich client platform (RCP) to mobile and embedded devices. eRCP allows developers to use the existing Eclipse application model to create software the runs on the desktop and new devices, such as the Nokia S60 or Windows CE devices. In this webinar, Gorkem Ercan, software development manager at Nokia and the leader of eRCP, will introduce the components of eRCP and demonstrate how applications can be built for eRCP. Total running time 53:13 minutes Thanks to Adobe for contributing their Adobe Acrobat Connect product to host this webinar. |
||
| Introduction to Eclipse Equinox and OSGi | Webinar | Nov 27, 2007 |
|
The Eclipse Equinox project produces the core runtime used by Eclipse and the reference implementation for both the OSGi 4.1 framework and JSR 291 specifications. This webinar introduces attendees to OSGi and how developers can use Equinox to create component based applications. We highlight several new Equinox features in the Europa release, specifically improvements to the application model, server-side support and launching the runtime. For code examples, see the File Link for this resource that is type "Other" (zip file). Most of the code for the full demo can be found in the CVS in the Equinox incubator:
Total running time 53:10 minutes Thanks to Adobe for contributing their Adobe Acrobat Connect product to host this webinar. |
||
| OSGi: The Foundation | Demo/Video | Oct 17, 2007 |
|
OSGi is being adopted in an increasing number of projects. The spec provides a common model for writing and deploying applications to local or remote computers in modularized form. Instead of creating monolithic applications, the OSGi spec allows the collaboration of many small components. This presentation shows you why a spec like OSGi is crucial, what it really encompasses, Eclipse integration and what the future developments will be. Total running time 58:23 minutes |
||
| First Look at Eclipse Rich Ajax Platform (RAP) | Demo/Video | Oct 16, 2007 |
|
Eclipse Rich Ajax Platform (RAP) allows developers to create Rich Internet Applications (RIA) using the OSGi standard component model. The main advantage of this technology is the ability to share the same Java code base for RCP and RIA applications. In this two-part screencast you are going to see RAP installation process, look and feel of the RAP 1.0 Demo application and creation of the simple RAP plugin: |
||
| Peter Kriens discusses OSGi | Demo/Video | Sep 25, 2007 |
|
InfoQ recently sat down with Peter Kriens of the OSGi Alliance to learn more about OSGi. Kriens discussed OSGi's origins in the mobile space, it's integration with Eclipse, the current integration work with Spring, and the future R5 specification. He also discussed the ongoing debate over OSGi and JSR 277, and gave his perspective on what an ideal solution would be for modularity at the JVM level. A transcript is available with the video link |
||
| Innoopract on Eclipse, RAP, OSGi and Component Coding, Sponsored Development in Open Source | Demo/Video | Sep 25, 2007 |
|
At the Eclipse Marketing Symposium, Coté had the chance to talk with Innoopract's Jochen Krause. They started talking about Innoopract's decision to move to Eclipse several years ago. At the moment, Innoopract is working with Eclipse on the Eclipse Rich Ajax Platform project, or RAP, which Jochen talks about. Then they move onto talking about the component-driven programming model that OSGi enables, along with several "ah-ha moments" for typical developers moving into that style of development. Finally, they talk more about Innoopract's business model, and drill a little deeper into the idea of "sponsored development" for open source projects. Total running time 15:57 minutes |
||
| Eclipse Communication Framework Project: Building Communications into Tools and Applications | Webinar | Jul 31, 2007 |
|
The Eclipse Communication Framework (ECF) is a framework for developers to build communications into their tools and applications. The framework also includes several exemplary development team tools like Instant Messaging, Chat, File Sharing and Real-Time Collaboration, all integrated into the Eclipse IDE. This webinar will provide an introduction to :
Total running time 46:58 minutes Thanks to Adobe for contributing their Adobe Acrobat Connect product to host this webinar. |
||
| Eclipse Members on Europa: Maher Masri of Genuitec | Podcast | Jul 10, 2007 |
|
In this episode of the Eclipse Member Company Europa podcasts, Genuitec president Maher Masri talks about the Europa release. He says that with Europa, Eclipse continues the "all can win" philosophy providing a platform that benefits both large and small companies. Masri notes that Europa has embraced the OSGi spec so that Eclipse is no longer just a tools platform, but that it is also a runtime application. He finishes with a look at some of the new features coming in the next version of MyEclipse. Check out MyEclipse on Eclipse Plugin Central (EPIC).Total running time 07:03 minutes |
||
| OSGi - The Good, the Bad, and the Ugly | Demo/Video | Jul 9, 2007 |
|
The microService Architecture (mSA) Backplane is an OSGi-based infrastructure that will be the basis for many future software products from BEA. This project has been in development for about a year, and currently consists of about 100 different OSGi bundles that encompass functions such as logging, thread management, HTTP servlets, web services, and transaction management. In the course of our work, we have learned a great deal about the process of breaking down existing, production-quality software into individual modules, and we have learned how to effectively use some of the best features of OSGi, such as the class loading infrastructure and the service registry. We also continue to be challenged by other aspects of OSGi, such as the security infrastructure and the mechanisms for starting and launching bundles. In this talk, we will describe the mSA Backplane, and we will concentrate on the lessons we have learned about OSGi in the process of building it. We will assume that attendees are familiar with fundamental OSGi concepts. Total running time 46:25 minutes |
||
| OSGi on the Server-side: Eclipse Europa Equinox Demo | Demo/Video | Jun 21, 2007 |
|
In this screencast, Michael Coté talks with Eclipse Equinox project lead Jeff McAffer about the new version of the Eclipse Equinox OSGi framework in Eclipse Europa. We see a demo of the the new server-side capabilities in Equinox and the development model used. The notion of "modules" and "components" is fast becoming an important topic in the Java world, so it's interesting to see the Eclipse platform's framework moving from the desktop to the server. For detailed viewing, check out the larger sized video. Total running time 22:09 minutes |
||
| Europa Podcast Series: Scott Lewis of the ECF Project | Podcast | May 16, 2007 |
|
Today, we are proud to announce the next episode in our podcast series for the Europa release: Scott Lewis of the ECF project. Just as a point of interest, this interview was recorded over Skype with Scott actually using the ECF Skype provider, which has been generating some interest lately. We talk about the Skype provider a bit in the interview and what sort of shape it will be in for the Europa release. Total running time 21:08 minutes |
||
| Neil Bartlett and Alex Blewitt Discuss OSGi | Podcast | Mar 5, 2007 |
|
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. Total running time 07:47 minutes |
||
| Jeff McAffer Discusses OSGi and Equinox | Podcast | Feb 14, 2007 |
|
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. Total running time 30:13 minutes |
||
| Callisto Podcast Series: Jeff McAffer of the RCP Project | Podcast | Aug 9, 2006 |
|
Tune in to hear Riyad Kalla and Jeff McAffer discuss the current state of OSGi, Equinox, the Eclipse platform and the Eclipse RCP effort, as well as the future direction of it all. Total running time 58:10 minutes |
||
| Title | Type | Date![]() |
|
![]() |
Jan 31, 2012 | ![]() |
|
![]() |
Jan 18, 2012 | ![]() |
|
![]() |
Oct 18, 2010 | ![]() |
|
![]() |
Jun 29, 2010 | ![]() |
|
![]() |
Jan 08, 2010 | ![]() |
|
![]() |
Dec 02, 2009 | ![]() |
|
![]() |
Aug 13, 2009 | ![]() |
|
![]() |
Jul 20, 2009 | ![]() |
|
![]() |
Jul 16, 2009 | ![]() |
|
![]() |
Jul 15, 2009 | ![]() |
|
![]() |
Jun 30, 2009 | ![]() |
|
![]() |
Apr 01, 2009 | ![]() |
|
![]() |
Mar 30, 2009 | ![]() |
|
![]() |
Feb 25, 2009 | ![]() |
|
![]() |
Jan 02, 2009 | ![]() |
|
![]() |
Sep 26, 2008 | ![]() |
|
![]() |
Jul 11, 2008 | ![]() |
|
![]() |
Jun 05, 2008 | ![]() |
|
![]() |
Apr 23, 2008 | ![]() |
|
![]() |
Apr 01, 2008 | ![]() |
|
![]() |
Mar 20, 2008 | ![]() |
|
![]() |
Mar 01, 2008 | ![]() |
|
![]() |
Nov 01, 2007 | ![]() |
|
![]() |
Sep 10, 2007 | ![]() |
|
![]() |
Jul 31, 2007 | ![]() |
|
![]() |
Jul 16, 2007 | ![]() |
|
![]() |
Jul 06, 2007 | ![]() |
|
![]() |
Jul 03, 2007 | ![]() |
|
![]() |
May 22, 2007 | ![]() |
|
![]() |
May 15, 2007 | ![]() |
|
![]() |
May 01, 2007 | ![]() |
|
![]() |
Apr 01, 2007 | ![]() |
|
![]() |
Mar 26, 2007 | ![]() |
|
![]() |
Mar 23, 2007 | ![]() |
|
![]() |
Mar 23, 2007 | ![]() |
|
![]() |
Mar 23, 2007 | ![]() |
|
![]() |
Mar 19, 2007 | ![]() |
|
![]() |
Feb 27, 2007 | ![]() |
|
![]() |
Feb 23, 2007 | ![]() |
|
![]() |
Feb 22, 2007 | ![]() |
|
![]() |
Feb 09, 2007 | ![]() |
|
![]() |
Feb 01, 2007 | ![]() |
|
![]() |
Feb 01, 2007 | ![]() |
|
![]() |
Feb 01, 2007 | ![]() |
|
![]() |
Feb 01, 2007 | ![]() |
|
![]() |
Feb 01, 2007 | ![]() |
|
![]() |
Jan 01, 2007 | ![]() |
|
![]() |
Jan 01, 2007 | ![]() |
|
![]() |
Dec 18, 2006 | ![]() |
|
![]() |
Dec 04, 2006 | ![]() |
|
![]() |
Nov 13, 2006 | ![]() |
|
![]() |
Nov 13, 2006 | ![]() |
|
![]() |
Nov 02, 2006 | ![]() |
|
![]() |
Oct 26, 2006 | ![]() |
|
![]() |
Oct 01, 2006 | ![]() |
|
![]() |
Oct 01, 2006 | ![]() |
|
![]() |
Sep 28, 2006 | ![]() |
|
![]() |
Sep 28, 2006 | ![]() |
|
![]() |
Aug 10, 2006 | ![]() |
|
![]() |
Jul 12, 2006 | ![]() |
|
![]() |
Jun 27, 2006 | ![]() |
|
![]() |
Jun 09, 2006 | ![]() |
|
![]() |
Apr 19, 2006 | ![]() |
|
![]() |
Apr 14, 2006 | ![]() |
|
![]() |
Mar 16, 2006 | ![]() |
|
![]() |
Mar 12, 2006 | ![]() |
|
![]() |
Mar 10, 2006 | ![]() |
|
![]() |
Feb 06, 2006 | ![]() |
|
![]() |
Jan 16, 2006 | ![]() |
|
![]() |
Jan 01, 2006 | ![]() |
|
![]() |
Dec 21, 2005 | ![]() |
|
![]() |
Dec 01, 2005 | ![]() |
|
![]() |
Aug 19, 2005 | ![]() |
|
![]() |
Aug 19, 2005 | ![]() |
|
![]() |
Aug 19, 2005 | ![]() |
|
![]() |
Apr 19, 2005 | ![]() |
|
![]() |
Jan 01, 2005 | ![]() |
|
![]() |
Oct 12, 2004 | ![]() |
|
![]() |
Sep 16, 2004 | ![]() |
|
![]() |
Aug 26, 2004 | ![]() |
|
![]() |
Jan 01, 2004 | ![]() |
|
![]() |
Sep 19, 2003 | ![]() |
|
![]() |
Sep 10, 2003 | ![]() |
|
![]() |
Aug 27, 2003 | ![]() |
|
![]() |
Aug 25, 2003 | ![]() |
|
![]() |
Aug 25, 2003 | ![]() |
|
![]() |
Jul 03, 2003 | ![]() |
|
![]() |
Aug 23, 2002 | ![]() |
|
![]() |
Aug 23, 2002 | ![]() |
|
![]() |
Nov 02, 2001 | ![]() |
|
![]() |
Aug 27, 2001 | ![]() |
|
![]() |
May 18, 2001 | ![]() |
|
![]() |
Apr 20, 2001 | ![]() |
|
| Plugin Name | Category |
| SCM | ||
|
TD/OMS is an iSeries based Enterprise Change Management Solution. TD/OMS covers the complete application lifecycle from incident, through requirement, project, development test and remote installation.
The TD/OMS Diamond Ring Release is an eclipse...
|
||
| Tools | ||
|
NEW Version 1.1.1 is released for eclipse 3.4!
Please download the latest version at project home page
NEW Version 1.1.0 is released!
T4Eclipse is a tool for eclipse plug-in developers to analysis eclipse
plug-ins.
Currently,T4Eclipse...
|
||
| 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 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 | ||
|
AppTale is an open source application learning framework.
It enables an application to learn more about itself and adapt to its environment. It can be used in various applications, frameworks and containers to add or enhance their learning capabil...
|
||
| Rich Client Applications | ||
|
This project provides two plugins which together implement a simple explorer for Adobe Photoshop Elements catalogs.
This allows the user to explore catalogs (in a read only way) without using the full product.
See this blog posting for more inf...
|
||
| Web | ||
|
Aptana is a robust, JavaScript-focused IDE for building dynamic web applications. Highlights include the following features:
Code Assist on JavaScript, HTML, and CSS languages, including your own JavaScript functions
Outliner that gives a...
|
||
| 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...
|
||
| Rich Client Applications | ||
|
Dedicated wizards help in creating new UltraLightClient projects in Eclipse, automatically linking all necessary libraries and defining a clean structure. In addition, this free plug-in streamlines the export procedure to deploy a productive applicat...
|
||
| Rich Client Applications | ||
|
Run UltraLightClient (ULC) applications within the Eclipse Rich Client Platform (RCP) using Canoo’s RCP Integration plug-in. This free plug-in for Eclipse 3.0 shows how ULC applications can be integrated into an Eclipse RCP portal. The plug-in source...
|
||
| 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...
|
||
| Testing | ||
|
CodeCover is an extensible code coverage tool. It has support for Java and COBOL, supports statement coverage, branch coverage, loop coverage, and MC/DC, and performs source instrumentation for the most accurate coverage measurement. It has a CLI int...
|
||
| 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....
|
||
| Profiling | ||
|
DevPartner Java Edition helps developers resolve problems associated with runtime performance, memory utilization and multi threading while allowing cross-functional teams to work together on detailed analysis and profiling techniques to fix underlyi...
|
||
| Rich Client Applications | ||
|
Confex is an experimental Rapid Application Development case based on Eclipse RCP. ...
|
||
| Tools | ||
|
CopyAsPath is an Eclipse plugin that enables to copy the path of a file or directory to the Clipboard by right-clicking it in the navigator view and choosing "Copy as Path" from the context menu....
|
||
| Source Code Analyzer | ||
|
CppChecker is a plugin designed
to be used with Eclipse 3.2 or later and CDT 4.0.3 or later. It needs
JDK 1.5.0 or later to be installed on the system and used with
eclipse.
The intention of this plugin is to
enable static code analysis for C...
|
||
| Tools | ||
|
Crap4j is a Java implementation of the CRAP (Change Risk Analysis and Predictions) software metric – a mildly offensive metric name to help protect you from truly offensive code.
The CRAP metric combines cyclomatic complexity and code coverage f...
|
||
| 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...
|
||
| Tools | ||
|
Custos is a tool which enables programming by contract in a convenient way using java 5 annotations.
Example:
@Pre(
cond = "name != null",
onFail = "$log.warn( ''setting invalid name: '' + name + '', caller: '' + $st.get(0) )"
)
public ...
|
||
| Web | ||
|
Cypal Studio for GWT is a set of Eclipse plugins for the Google Web Toolkit. Its free and Open Source. Its distributed under Apache License....
|
||
| Database | ||
|
Database browser plugin for Elipse for databases supported by JDBC. SQL-parser hyperlinks object references for convenient source browsing as you would the web. Supports Sybase, SQLServer, Oracle and DB2....
|
||
| Systems Development | ||
|
dbTier is Eclipse plugin that wrapping Hibernate libraries and provide unified data access interface for Eclipse RCP Applications....
|
||
| 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 ...
|
||
| Rich Client Applications | ||
|
EasyEclipse for Pugins and RCP Apps is an Eclipse distro for development of Rich Client Platform (RCP) applications and Eclipse plug-ins....
|
||
| 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 | ||
|
This Eclipse Diagram Tools project supplies Eclipse plug-ins which allow you to create miscellaneous diagrams within Eclipse....
|
||
| IDE | ||
|
With this plugin eclipse can run in full screen mode, so that you can have more space to edit sources.
Requirements:
* Eclipse 3.4 or later,
* Java 1.3 or later.
...
|
||
| 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,
...
|
||
| Rich Client Applications | ||
|
Eclipse Office will be more than an usual Office Suite. It will integrate many productivity tools which are now in external programs. Eclipse Office will use the latest Eclipse technologies like model driven development (EMF/GMF) to achieve a new typ...
|
||
| Code Management | ||
|
This project aims to provide a dependencies viewer for the Eclipse development platform. It also allows the cycles detection....
|
||
| Rich Client Applications | ||
|
EclipseMozilla is the complete Mozilla rendering engine for embedding in Eclipse RCP applications. Thus, instead of using the Internet Explorer browser in your Eclipse RCP you can use the great open source alternative of Mozilla. The complete renderi...
|
||
| UI | ||
|
This is a plugin that want to provide a complete Trac interface usable from the Eclipse environment.
It is composed of 2 parts, a Trac plugin that extends the XML/RPC API and an Eclipse plugin ...
|
||
| Rich Client Applications | ||
|
Stock exchange analysis system, featuring shares pricing watch, intraday and history charts with technical analysis indicators, level II/market depth view, news watching, automated trading systems, integrated trading. Based on Eclipse RCP framework....
|
||
| 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...
|
||
| Rich Client Applications | ||
|
Eidle is an extendible screensaver framework based on the Eclipse Rich Client Platform. Primary development focus is to provide a screensaver for Windows.
Currently, Eidle comes with the following functionality:
* picture show (since releas...
|
||
| Database | ||
|
Embarcadero® PowerSQL simplifies SQL development for application developers with many features for improving productivity and reducing errors. A rich SQL IDE with code completion, real-time error checking, explain plans, and on-the-fly tuning stre...
|
||
| Modeling | ||
|
This project serves as an umbrella for small tools and models that make the development of EMF-based software more productive. Currently, the available packages include Simple Compare for EMF, JDT Extensions for EMF, Find/Replace for EMF Editors, Eco...
|
||
| Tools | ||
|
The Encoder Tool is a tool that performs encoding. It simply takes the input as a byte array or as a text and transforms it to an another format, which can be also a byte array or a text.
The Encoder Tool is shipped with an implementation of some co...
|
||
| 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 ...
|
||
| Rich Client Applications | ||
|
The EzSNMP UDP Agent Desktop is a standalone SNMP agent application based on the Eclipse Rich Client Platform and the SNMP4J Object Oriented Agent software. It is a rapid prototyping tool for the development of new SNMP enabled devices written entire...
|
||
| Rich Client Applications | ||
|
EzXML is a lightweight cross platform XML editor providing graphical and source based tools for XML authoring, debugging and testing based on the Eclipse Rich Client Platform and the Java programming language. The EzXML Desktop framework provides a c...
|
||
| 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...
|
||
| Team Development | ||
|
FastTrack is FREE, zero administration tool providing project work planning and tracking deeply integrated into Eclipse IDE and its concepts.
The FastTrack plugin provides basic issue tracking and sharing capabilites in the Eclipse IDE, making it...
|
||
| 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...
|
||
| Rich Client Applications | ||
|
Framework Plugins allow developers to rapidly create data entry applications from within their favorite IDE. By creating a model of the data within a Java class, developers can more easily build and deploy applications to run on Oracle database to us...
|
||
| Rich Client Applications | ||
|
File Arranger is an Eclipse RCP based file manager.
This project initiated for testing features of the Eclipse RCP platform for possibility using RCP technology in commercial projects.
Detail project development process described in Russian at ht...
|
||
| 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...
|
||
| Rich Client Applications | ||
|
Flooze is an bank accounts manager software. Flooze est un logiciel de gestion de comptes bancaires.
Platform available/Plateformes disponibles:
Win32 : flooze.1.0.zip
Linux : flooze.gtk.linux.tar.gz
Sources : flooze.1.0_src.zip...
|
||
| 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. ...
|
||
| Graphics | ||
|
Giffyo is a tool which can scan all bundles available in your eclipse configuration when started and list common image files to be exported into your workspace for reuse (if bundle/plugin has appropriate licence).
Keep in mind that this plug...
|
||
| 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. ...
|
||
| Process | ||
|
IBM Rational Method Composer helps you deliver customized yet consistent process guidance to your project teams and IT organization, and includes the latest version of IBM Rational Unified Process (RUP), which has provided process guidance to teams s...
|
||
| 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 | ||
|
Jalcedo is EPL-licensed to creat a rapid application development tool set for the Ecipse RCP Platform. Jalcedo realizes to reduce software development time/cost for RCP application, and to enable engineers to concentrate business logic and GUI custom...
|
||
| 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...
|
||
| Other | ||
|
The jaret calendar is an eclipse plugin using the jaret timebars to show a calendar and a gantt view of appointments. The data shown can be stored in a simple local calendar or can be retrieved from one or more google calendars. As an addition mylyn ...
|
||
| Editor | ||
|
JasperAssistant is a visual report designer for JasperReports, a popular open-source reporting engine. It is built on top of the Eclipse plug-in architecture and its main goal is to assist you in creating JasperReports report definition files through...
|
||
| 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...
|
||
| Graphics | ||
|
Java3d-eclipse is a plugin that packages jar and binary files developed at: https://java3d.dev.java.net/
The plugin encapsulates both jar files and binaries for easy packaging with your RCP application.
At the URL provided, you can download arc...
|
||
| Systems Development | ||
|
Visualizes the content of a JSR 170 ( see: http://www.jcp.org ) compliant Java content repository in Eclipse....
|
||
| Rich Client Applications | ||
|
JCrypTool is an extendable e-learning platform presenting cryptography and cryptanalysis in a modern and easy-to-use fashion. JCrypTool is built as platform-independent open-source software and is based on Java and the Eclipse Rich Client Platform....
|
||
| Rich Client Applications | ||
|
This is an early alpha release of JESP (Java Enterprise Solution Platform). It is conceptualized as framework for the rapid development of any information system (IS). Currently a showcase implementing some basics of customer relationship management ...
|
||
| Application Management | ||
|
JFeature is an open source feature/requirement coverage tool that facilitates focusing on requirements as you develop code. It lets you leverage from standard development practices to get more insight into the requirements covered by the code.
Up...
|
||
| 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....
|
||
| UI | ||
|
JRCAF (Java Rich Client Application Faces) is a framework for eclipse RCP (SWT) applications inspired by JSF (Java Server Faces) and other web frameworks....
|
||
| Tools | ||
|
AJAX and SOA developers use JSON daily and its very challenging to analyze complex JSONs. It always helps to have JSON in a hierarchical format as we often write JSON right from scratch. Some times we even want to analyze the JSON that came out of a...
|
||
| Rich Client Applications | ||
|
jTrackAndField is an Open Source Eclipse Rich Client that manages track and field events. You can edit participants, categories, disciplines and clubs. Even the formuals for point calculation are configurable (following the IAAF and SLV standards). j...
|
||
| UI | ||
|
Jump Start UI is a development tool that jumpstarts your UI development by generating initial display and binding code based on the JavaBean. Genertes code for SWT, Eclipse Forms, HTML, and other languages/libraries....
|
||
| UI | ||
|
Kalideoscope is a tool for creating and editing XUI based Rich Internet Applications.
XUI is a Java and XML framework for creating RIAs and features an advanced GUI editor with two wya editing of the java and XML. XUI takes care of much of the pl...
|
||
| 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...
|
||
| Modeling | ||
|
medini QVT implements OMG's QVT Relations specification.
The RCP application to download includes an QVT Editor with syntax highlighting and code assistant for QVT and OCL as well as an QVT execution environment including a debugger for the QVT lang...
|
||
| UI | ||
|
Makes possible to close tabs with a middle mouse button click.
This is much faster than using the tab close button, because of the much bigger target area. Especially this trick helps when closing multiple tabs. During such operation the remaining...
|
||
| XML | ||
|
Miliconvert provides a graphical mapper to transform documents from one XML Schema to another. Tools for batch transformations are available.
...
|
||
| UI | ||
|
Millstone Eclipse plugin integrates Millstone Web UI Library into Eclipse. Using this plugin developers can easily build web applications using Millstone UI Library and run them inside the Eclipse IDE.
Main features of the Millstone Plugin :
...
|
||
| Graphics | ||
|
This plugin enables the use of the jMonkey Engine (3D scene graph/game engine) in eclipse environments and RCP applications...
|
||
| 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...
|
||
| UI | ||
|
MouseFeed Eclipse plugin. Helps to remember keyboard shortcuts. Shows a popup with the keyboard shortcut for the actions called with a menu or a toolbar button. Can optionally prevent actions from running if they are called by a mouse click instead o...
|
||
| Entertainment | ||
|
The MP3tunes Eclipse plug-in provides a way to browse a MP3tunes Locker account from within the Eclipse platform. See also http://www.mp3tunes.com for details on the MP3tunes Locker service...
|
||
| 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 | ||
|
This product from MyEclipse is no longer available....
|
||
| 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...
|
||
| Rich Client Applications | ||
|
mywork is a rcp application for personal business information management. It provides a conveinent and integrated way assit to complete the dayly work such as work time log,weekly plan,weekly report,contact,todolist,scheduler,etc.and also bring the e...
|
||
| Application Management | ||
|
NatTable is a custom table/grid widget which based on the SWT library. It is focused on handling high volume, real-time data updates. It also features dynamic styling, integration with GlazedLists, and more. ...
|
||
| Graphics | ||
|
The NightLabs PDF Viewer is an Eclipse plug-in for viewing PDF files in Eclipse-RCP-based applications....
|
||
| Rich Client Applications | ||
|
Nomad PIM is a free extendible personal information manager.
It allows you to keep track of your personal data and currently provides modules for notes, schedule, contacts, money, diary and timetracking.
Nomad PIM is implemented as an Eclipse R...
|
||
| 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 | ||
|
OWL VE is a visual editor for ontology web language. The main goal of this project is to visualize graphically any OWL–light file. Using powerful RCP and GEF technologies will improve the quality of graphics and diagrams. Another goal of this projec...
|
||
| 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...
|
||
| Rich Client Applications | ||
|
Publishing houses need special software that suits their special needs. Eiswind Software currently develops a highly customizable solution under the project name "Paris" that will be published under an open souce license (GPL). You can have a look at...
|
||
| Rich Client Applications | ||
|
This Plug-in installs Show Perspectives and Show Views dropdown toolbar buttons on Eclipse toolbar for quick and direct access....
|
||
| 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 ...
|
||
| Team Development | ||
|
Working with Plastic SCM from Eclipse is very simple. After opening a project use the "Team" menu and "Share" Project to connect your project to Plastic SCM. The Plastic SCM source control actions will be available in the "Team" menu and in the "Plas...
|
||
| 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...
|
||
| Source Code Analyzer | ||
|
Proximity Alert is open-source software visualization and evaluation plug-in for the Eclipse framework, it provides a deep analysis of the entities on a given Java Project and gives to each of them and proximity alert value based on the class and pac...
|
||
| IDE | ||
|
...
|
||
| 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...
|
||
| IDE | ||
|
The Qt Eclipse Integration allows programmers to create, build, debug and run Qt applications from within the Eclipse IDE....
|
||
| Rich Client Applications | ||
|
Quiz Extreme is an easy to use, powerful, and very affordable quiz software package designed especially for home education, public and private schools, universities, and parents. Make your own quizzes and tests for print or computer based testing. E...
|
||
| Entertainment | ||
|
Everytime Eclipse starts, Random Splash Screen overwrites Eclipse's splash screen with a random image picked from your personal image folder. This image is then displayed on the next Eclipse start. This works even when starting a new Eclipse runtime ...
|
||
| 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 | ||
|
RCP Toolbox provides custom widgets, composites and other very helpful classes to be used when developing Eclipseâ„¢ SWT, JFace or RCP applications. It also includes a lightweight yet powerful Validation framework.
...
|
||
| UI | ||
|
Eclipse RCP forms are very limited for business application UI demands; this project aims at enhancing UI Forms, Data Binding and puts them together to offer a profound, easily usable framework for creating, binding and validating forms in Eclipse.
...
|
||
| Rich Client Applications | ||
|
Recito is a graphical modeling and process simulation platform. Developed in java only using Open Source technologies, it runs seamlessly on Windows, Linux, Mac OS and Solaris operating systems.
With Recito the user can model, simulate and design c...
|
||
| 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 | ||
|
RIM is a RCP Application for information management.It provides
Creation/Editing of information units in a hierarchical or semtical manner
Mighty information-specific search functionalities
Desktop-Integration for easy information tran...
|
||
| Code Management | ||
|
The Resource Tagger Plug-in adds tagging functionality to Eclipse such that resources may be tagged similar to the content tagging in Del.icio.us and Gmail. The tagged resources may then be managed, searched, filtered, or otherwise operated on by the...
|
||
| Application Management | ||
|
Rich Text Editor project
The goal of Rich Text Editor project is to create WISIWIG markup editor. Editor is based on StyledText and supports most of features from jface text editing infrastructure.
Currently project is on alpha stage. Current sta...
|
||
| UI | ||
|
richhtml4eclipse is a WYSIWYG HTML-editor widget for SWT and can be integrated into an Eclipse environment....
|
||
| Tools | ||
|
RSS View is an RSS/Atom reader whose compact UI is designed to integrate into Eclipse and coexist with your workbench. You have everything at one place. RSS View may also improve your development process by integrating your bug tracker, development f...
|
||
| Rich Client Applications | ||
|
RSSOwl 2.0 will be the next major release with a lot of new and exciting features. The idea to work on a completely new RSSOwl was born back in Summer 2005. At that time it became clear to me that it was very hard to catch up with the features of oth...
|
||
| 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...
|
||
| Tools | ||
|
Hunting for IDs ends here ... !!
Introduction
Welcome to ANCiT (www.ancitconsulting.com) !! This plugin "search4contributionid" is intended to reduce the pain of searching IDs in Eclipse and targeted at users using eclipse 3.2 and 3.3 for their ...
|
||
| IDE | ||
|
2009-05-19, Ghent, Belgium. Today, Sigasi proudly announces the Public Beta program for Sigasi HDT, an Intelligent Development Environment (IDE) for VHDL (http://www.sigasi.com/publicbeta).
Sigasi HDT (Hardware Development Toolkit) is a powerful V...
|
||
| UI | ||
|
The Simplechart project uses Java2D with SWT to produce a simple Eclipse plug-in for plotting data and placing other objects on a chart. Customizable. Supports interactive zooming. Developers can create new objects by implementing a simple interface....
|
||
| Rich Client Applications | ||
|
Roadmap is a rich internet client/browser based on RDML (Roadmap Markup Language), a declarative language with templating and scripting support.
Roadmap is a platform which simplifies the use of web and data services, and enables developers to bu...
|
||
| J2EE Development Platform | ||
|
Skyway Builder Community Edition (CE) is a code generation and scaffolding tool for accelerating the development of applications running on the Spring Framework. Spring MVC scaffolding capabilities allow users to generate Spring-based, Java CRUD app...
|
||
| 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. ...
|
||
| Rich Client Applications | ||
|
SoftM DataFinder supports the user to search different data sources like Lotus Notes databases or relational databasesystems. The Administrator can define which datasources and fields are available for the users.
It is possible to define choices fo...
|
||
| UML | ||
|
30 June 2009: BPF v0.4 with ...
|
||
| 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...
|
||
| Rich Client Applications | ||
|
Spring of Eclipse is an Eclipse Feature that integrates the Springframework in the Eclipse platform. It is designed for software developers, who want to use Springframework in Applications, that are based on the Eclipse Rich Client Platform (RCP). Fi...
|
||
| Database | ||
|
SQL Edge not only allows users to execute SQL scripts, but also provides a powerful way to visualize data relationships. With SQL Edge, users can use only one query to retrieve data in a master table, and then browse data in all related detail tabl...
|
||
| Testing | ||
|
Squish for Java is a leading automated GUI testing tool for Java SWT/Eclipse RCP and Java Swing/AWT application. Squish works natively on Windows, Linux/Unix and Mac OS X.
The Squish TPTP Eclipse plugin provides a tight integration of Squish into ...
|
||
| Tools | ||
|
Every now and then when working with Eclipse you'd like to examine a file or a folder inside the Eclipse workspace with your Windows Explorer. Or you edit a configuration file in an Eclipse editor which references another file in the filesystem and y...
|
||
| Build and Deploy | ||
|
The StateRover provides a State-diagram, statechart, and flowchart development plugin. It provides automatic source code generation as well as visual debug animation, as demonstrated in our on-line videos....
|
||
| Team Development | ||
|
Provides the ability to create reports (e.g. release notes) containing information from your SVN databases. The reports are written in XSL and can be added to as required. It uses SVNKit to connect to SVN and works with either SubClipse or Subversive...
|
||
| 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 ...
|
||
| Rich Client Applications | ||
|
This plugin, powered by Mia-Modernization tool, automatically transforms a Swing to a GWT application. This transformation is driven by rules which can be adapted to any kind of patterns (source or target)....
|
||
| IDE | ||
|
Run you favorite java Swing apps inside of your RCP application, like JFreeChart and Jasper Reports, even Google Gadgets.
TrioMii, the maker of the SwingRCP software development add-on to the Eclipse platform just annouced the latest release of t...
|
||
| 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...
|
||
| Testing | ||
|
Please visit project home page for detail information on swtfinder
SWTFinder is used to find swt control in eclipse views and editors.
Using this tool, you can automatically locate any control in eclipse view/editor.
The API can be use...
|
||
| 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 ...
|
||
| Process | ||
|
Allows you to record your work time, especially for agile software development. You define projects, activies, stories and tasks and then record your time slices....
|
||
| 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...
|
||
| Testing | ||
|
Treaty is a pluggable contract framework for component models. Contracts between components describe the responsibilities of collaborating components. A good example for this is the collaboration between an Eclipse plugin (bundle) that has a (Java) i...
|
||
| Modeling | ||
|
TREND/Analyst is an innovative requirements engineering tool which combines UML-Modelling and textual specifications seamless in one tool directly under Eclipse.
All documents are stored as XML and put under version control.
The innovative RE-app...
|
||
| Tools | ||
|
UI Inspector for Eclipse™ shows information for selected SWT controls, views/editors, perspectives, actions and associated data in the Eclipse IDE or RCP....
|
||
| Application Management | ||
|
Universal Information System (UIS) is the new generation of integrated software for Enterprise Resource Management (ERM) that provides the features and functionalities to build your Enterprise Resource Planning (ERP), Material Requirement Planning (M...
|
||
| Entertainment | ||
|
Vayala is a multipurpose chat client for developers. It offers a platform and an easy to use Eclipse plugin. Based on multicast technology each client is automatically connected to one network of chat client without a central server or much configura...
|
||
| 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
+-...
|
||
| Rich Client Applications | ||
|
Search in Excel File
Search in Word File
Search in PDF File
Strip text from PDF File
Diff [Compare the two Files]
List Files at Folder
Delete File(s)
Move File(s) ...
|
||
| 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...
|
||
| Team Development | ||
|
XecliP is a Plug-in for Eclipse that supports distributed pair programming. With this plug-in two developers are able to work together on the same Java project (eg. via internet or within a local network). The joined project must be stored by the Con...
|
||
| 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...
|
||
| Rich Client Applications | ||
|
There is a process behind everything we do from the simplest of tasks to the most complex. xProcess allows any team to take their processes, methodologies and best practices into live project plans that enable collaboration across the organization.
...
|
||
| Rich Client Applications | ||
|
Xtream Planner is an agile project management tool developed as a multiplatform Eclipse RCP (Rich Client Application).
This means with it you can define and manage projects and programs, plan releases and iterations, create work items and tasks, a...
|
||
| Rich Client Applications | ||
|
XTT is the best standards-based Java environment for building and deploying smarter, richer, thinner, Swing-based Internet applications.
Architecturally, XTT plugs in the Java EE stack as the top two tiers of an n-tier application.
XTT brings t...
|
||
| 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 ...
|
||
| Rich Client Applications | ||
|
The ZDT (Zhongwen Development Tool) is a program written to help users study Mandarin Chinese. Users can create their own word lists and quizzes using the built in flash cards. There is also a dictionary that can be used to search through the built i...
|
||
| 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...
|
||