| View: | [ 2009 | 2008 | 2007 | 2006 | 2005 | 2004 | 2003 ] |
| Articles Extensions | Tutorials |
- Equinox p2 cures Eclipse plug-in headaches by Prashant Deva - [Clicks: 7]
This article explores the new features of Equinox p2, which debuted in Eclipse V3.4. It looks at the pitfalls of the update manager user interface (UI) that was available in earlier versions of Eclipse and shows how the Equinox p2 framework is an improvement. Specifically, it shows how to use the new features in the Equinox p2 framework to install Eclipse and its plug-ins.
http://www.ibm.com/developerworks/opensource/library/os-eclipse-equinox-p2/index.html - Oct, 2008 - API Tools in Eclipse: An introduction by Chris Aniszczyk - [Clicks: 12]
Crafting Application Public Interface (API) and especially managing API among different releases is difficult. Learn how to advantage of Eclipse's PDE API Tools to make this process easier and seamlessly integrated into your daily development. Note that this article is specific to Eclipse V3.4: Ganymede.
http://www.ibm.com/developerworks/opensource/library/os-eclipse-api-tools/index.html - Sep, 2008 - Getting Started with Android Development Using Eclipse by Wei-Meng Lee - [Clicks: 19]
While the latest version of the Android SDK contains many new bells and whistles, it also contains some breaking changes. This series helps you explore the new SDK, starting with this introductory tutorial.
http://www.devx.com/wireless/Article/39101 - Sep, 2008 - Creating mashups on the Google App Engine using Eclipse, Part 3: Using RESTful Web services by Michael Galpin - [Clicks: 13]
Social networks are making it easier to take data and mash it up to create innovative Web applications. You still, however, must deal with all the usual issues with creating a scalable Web application. Now the Google App Engine (GAE) makes that easier for you. With it, you can forget all about managing pools of application servers, and, instead, you can concentrate on creating a great mashup. In this article, the last of a three-part "Creating mashups on the Google App Engine using Eclipse" series, we will take the application built in the first two parts and further enhance it. We will add the ability to view other users of the app and subscribe to their aggregate feeds. We will then complete the mashup circle by exposing the app as a Web service that can be used by other mashups.
[Includes sample code]
http://www.ibm.com/developerworks/opensource/library/os-eclipse-mashup-google-pt3/index.html - Aug, 2008 - Creating mashups on the Google App Engine using Eclipse, Part 2: Building the Ajax mashup by Michael Galpin - [Clicks: 8]
Social networks are making it easier to take data and mash it up to create innovative Web applications. But you still must deal with all the usual issues with creating a scalable Web application. Now the Google App Engine (GAE) makes that easier for you. With it, you can forget all about managing pools of application servers, and, instead, you can concentrate on creating a great mashup. In this article, the second of a three-part "Creating mashups on the Google App Engine using Eclipse" series, we will take the application we built in Part 1 and enhance it. We will improve its performance by using more data-modeling features of GAE. We will then take that performance even further by using GAE's Memcache services.
[Includes sample code]
http://www.ibm.com/developerworks/opensource/library/os-eclipse-mashup-google-pt2/index.html - Aug, 2008 - Easy Ruby development, the Eclipse way by Robi Sen - [Clicks: 6]
Almost three years ago, developerWorks published "Using the Ruby Development Tools plug-in for Eclipse," which introduced some of the features found in the Ruby Development Tools (RDT) plug-in for Eclipse. Current at the time was V0.5. We revisit that tool in this article. Today, RDT is called Aptana RadRails and is available as a plug-in for Aptana Studio or Eclipse. This article introduces some of the plug-in's new features.
[Includes sample code]
http://www.ibm.com/developerworks/opensource/library/os-eclipse-rdt/index.html - Aug, 2008 - Creating mashups on the Google App Engine using Eclipse, Part 1: Creating the application by Michael Galpin - [Clicks: 10]
Tapping into social software can be a great way to add value to your application. Social networks are making it easier to take data and mash it up to create innovative new Web applications. However, you must still deal with all the usual issues of creating a scalable Web application. Now the Google App Engine (GAE) makes that easier, as well. With the GAE, you can forget all about managing pools of application servers. You do not have to worry about storing huge amounts of static content and dynamic data. Instead, you can concentrate on creating a great mashup. In this article, the first of a three-part "Creating mashups on the Google App Engine using Eclipse" series, we see how to get started developing GAE applications, and we will take a look at how to use Eclipse to make GAE development even easier.
[Includes sample code]
http://www.ibm.com/developerworks/opensource/library/os-eclipse-mashup-google-pt1/index.html - Aug, 2008 - Introduction to m2eclipse by Bruce Snyder, Tim O'Brien, Eugene Kuleshov - [Clicks: 15]
The m2eclipse project provides support for Maven within the Eclipse IDE. It is a plugin which helps bridge the gaps between Maven and Eclipse. Read about how to use m2eclipse to integrate build management into your Eclipse environment.
http://www.theserverside.com/tt/articles/article.tss?l=Introductiontom2eclipse - Jul, 2008 - Interfacing with the CDT debugger, Part 1: Understand the C/C++ debugger interface by Matthew Scarpino - [Clicks: 8]
The Eclipse C/C++ Development Tooling (CDT) is one of the most well-known open source environments for C/C++ development, and its full-featured debugger plays a large role in its popularity. What isn't as well known is that the CDT framework can be extended to support custom debuggers. With the right plug-in, a custom debugger can access the full spectrum of the CDT's graphical debugging environment: code-stepping, watchpoints, breakpoints, register contents, memory contents, and variable views. Learn how to construct this plug-in, with a focus on the C/C++ Debugging Interface (CDI).
http://www.ibm.com/developerworks/library/os-eclipse-cdt-debug1/index.html - Jun, 2008 - Embed the NASA World Wind Java SDK in Eclipse by Vladimir Silva - [Clicks: 10]
The open source World Wind Java (WWJ) SDK by NASA creates new possibilities for the open Geographic Information Systems (GIS) community. World Wind, a 3D interactive world viewer written in the Java language and OpenGL, lets users zoom from outer space into any place on Earth. This article explains how GIS developers who want to enhance their Eclipse-based applications can embed the WWJ SDK as an Eclipse plug-in.
http://www.ibm.com/developerworks/java/library/j-wwj/index.html - Jun, 2008 - Meet the JavaScript Development Toolkit by Bradley Childs - [Clicks: 27]
The JavaScript Development Toolkit (JSDT) is an open source plug-in that brings robust JavaScript programming tools to the Eclipse platform. JSDT streamlines development, simplifies code, and increases productivity for pure JavaScript source files and JavaScript embedded in HTML.
http://www.ibm.com/developerworks/library/os-eclipse-jsdt/index.html - May, 2008 - Migrate .NET applications from Visual Studio to Eclipse by Jimmy Liao - [Clicks: 3]
Learn how to develop open source C# applications using the Emonic Eclipse plug-in and how to use Eclipse on existing Microsoft .NET Framework V2.0 projects.
http://www.ibm.com/developerworks/library/os-eclipse-migratenetvs/index.html - Apr, 2008 - Plug-in development 101, Part 2: Introducing rich-client applications by Chris Aniszczyk - [Clicks: 21]
Plug-in development in Eclipse is somewhat of an art form. If you're new to the concept of plug-ins, especially in the context of OSGi and Eclipse, it can be a burden learning the myriad tools Eclipse has to help you write plug-ins. This article will help you learn some basic plug-in development skills, with some best practices sprinkled in for good measure.
http://www.ibm.com/developerworks/library/os-eclipse-plugindev2/index.html - Apr, 2008 - Develop and execute WS-BPEL V2.0 business processes using the Eclipse BPEL plug-in by Ilya Platonov, Artem Papkov, Jim Smith - [Clicks: 13]
BPEL V2.0 is a powerful language intended to help in development of huge, complex applications consisting of a lot of other components and Web services. BPEL allows you to describe long-running workflows using graphical editors to present workflows on human-friendly diagrams. This article describes how to combine the Eclipse BPEL plug-in for development of processes and Apache ODE for their execution.
http://www.ibm.com/developerworks/library/os-eclipse-bpel2.0/index.html - Mar, 2008 - Eclipse at eBay, Part 2: eBay's plug-ins in action by Michael Galpin - [Clicks: 14]
Eclipse has become the premier integrated development environment (IDE) for Java developers everywhere. Eclipse is definitely not a one-size-fits-all system, though. Its plug-in architecture allows you to add the features you need. This is even more important in large organizations like eBay. Such organizations have very specific needs. Eclipse makes it easy to not only tailor a solution to those needs but also to scale that solution across a large organization. Here in Part 2 of a two-part "Eclipse at eBay" series, we will look at some of the organizational needs of eBay and how it has used Eclipse to fill those needs. We will concentrate on how eBay has used Eclipse, but the beauty is that you can employ similar tactics for your organization.
http://www.ibm.com/developerworks/opensource/library/os-eclipse-ebay2/ - Mar, 2008 - Eclipse at eBay, Part 1: Tailoring Eclipse to the eBay architecture by Michael Galpin - [Clicks: 8]
Eclipse's first claim to fame was as an integrated development environment (IDE) for Java technology. Eclipse's plug-in architecture is a big reason for its success. There are many popular plug-ins available, and it is very easy to create your own. These two traits make Eclipse a perfect fit for systems with specialized architectures, such as eBay. In this article, the first of a two-part series covering eBay's use of Eclipse, we look at eBay's architecture and how eBay has tailored Eclipse to suit its architecture. The article will focus on eBay, but you can use the lessons here to tailor Eclipse to your system's architecture.
http://www.ibm.com/developerworks/opensource/library/os-eclipse-ebay1/ - Mar, 2008 - Developing an Eclipse BIRT XML Report Rendering Extension by Jason Weathersby, Iana Chatalbasheva, Tom Bondur - [Clicks: 6]
Walk through a sample implementation of a customized XML report rendering extension. The sample code creates a plug-in that writes the data contents of a report to a file in the specified format.
http://www.developer.com/java/ent/article.php/3732446 - Mar, 2008 - WSAS and Eclipse simplify creating Web services by Michael Galpin - [Clicks: 19]
We find Web services everywhere today. There's a good chance you will need to create Web services for whatever new applications or features you are developing. And it was not too long ago that this could be a painful proposition. WSO2 realized this and created an Eclipse plug-in to help make working with Web services easier. This article explores the WSO2 Web Services Application Server (WSAS) Eclipse plug-in and how it can help you develop Web services.
http://www.ibm.com/developerworks/library/os-eclipse-wso2wsas/index.html - Mar, 2008 - Plug-in development 101, Part 1: The fundamentals by Chris Aniszczyk - [Clicks: 26]
Plug-in development in Eclipse is somewhat of an art form. If you're new to the concept of plug-ins, especially in the context of OSGi and Eclipse, it can be quite burdensome learning the myriad tools Eclipse has to help you write plug-ins. The purpose of this article is to help you learn some basic plug-in development skills with some best practices sprinkled in for good measure.
http://www.ibm.com/developerworks/library/os-eclipse-plugindev1/index.html - Feb, 2008 - Jump-start your PHP applications with the Eclipse PHP Class Generator plug-in by Tyler Anderson - [Clicks: 10]
PHP classes can sometimes still be a black box, a big unknown to many new and some old-school PHP developers. But it doesn't have to be that way. Classes help modularize code and remove extraneous copies of code scattered throughout the code base by placing the code into functions within classes. This helps make maintaining your code much easier. That's what the PHP Class Generator plug-in for Eclipse helps PHP developers do: generate PHP classes to help manage database tables, so you don't have to, which helps speed up the learning curve.
[Includes sample code]
http://www.ibm.com/developerworks/library/os-eclipse-phpclassgen/index.html - Feb, 2008 - Develop iPhone Web applications with Eclipse by Adam Houghton - [Clicks: 19]
Learn to create iPhone Web sites using Eclipse, Aptana's iPhone Development plug-in, and the iUi framework. See the development of a Javadoc viewer for the iPhone, uncover tips for user interface design, and hear about the future of iPhone application development.
http://www.ibm.com/developerworks/library/os-eclipse-iphone/index.html - Jan, 2008 - Getting started with the Orangevolt Eclipse XSLT plug-in by Yasmary Hernandez - [Clicks: 20]
The Orangevolt XSLT plug-in, a successor of the Swing-based ROXES XmlWrite, provides Eclipse with an enhanced XSLT editing environment. The plug-in builds on the existing Eclipse Web Tools Platform (WTP) and introduces new features for XSL and XML. Learn what XSLT can do for you and how easy it is to employ XSLT with the Orangevolt XSLT plug-in.
[Includes sample code]
http://www.ibm.com/developerworks/library/os-eclipse-orangevolt/index.html - Jan, 2008 - Java API reference documentation by Mariana Alupului - [Clicks: 22]
This article further discusses the JavaTOC doclet, how to use it, and how to extend it. The approaches described are the Javadoc standard solution and the Eclipse Plug-in Help System generated using the tool. I will run the JavaTOC doclet in Eclipse through the Custom doclet wizard, and second through Ant build system. The JavaTOC tool generates the TOC XML navigation for Java API reference documentation.
[Includes sample code]
http://www.ibm.com/developerworks/rational/library/08/0115_alupului/index.html - Jan, 2008
- Community projects and plug-ins - [Clicks: 45]
This page contains links to eclipse-based community projects and plug-ins. The best sites are those that are built by you, the community, based on your understanding of your needs and your part of the community.
http://www.eclipse.org/community/plugins.html - Eclipse Colorer by Igor Russkih - [Clicks: 17]
Colorer implements multiprogramming language editor for the Eclipse platform.
http://colorer.sourceforge.net/eclipseplugin.html - Eclipse Plugin Central :: The Definitive Eclipse resource center and marketplace for the Eclipse Ecosystem - [Clicks: 43]
The Definitive Eclipse resource center and marketplace for the Eclipse Ecosystem.
http://www.eclipseplugincentral.com/ - Eclipse plugins : hi! Find your plugin for Eclipse here. - [Clicks: 75]
Directory overview of available OTI Eclipse and IBM Websphere Studio Application Developer (WSAD) plugins, find your Eclipse plugin here!
http://www.eclipse-plugins.info/eclipse/index.jsp - Eclipse Plugins For Apache Pluto by Hatim Khan - [Clicks: 240]
The purpose of this project is to provide you with a set of Eclipse plug-ins that facilitates the writing and deployment of JSR-168 compliant portlets on the Pluto Reference Implementation.
http://plutoeclipse.sourceforge.net/ - Eclipse Version Tree Plugin for CVS by Jan Karstens, Andre Langhorst - [Clicks: 38]
The Eclipse Version Tree Plugin is an extension for the Eclipse IDE that displays a graphical tree for a CVS Resource. The Version Tree plugin is a user friendly substitute for the Revision History provided by Eclipse.
http://versiontree.sourceforge.net/ - Hibernator - Hibernate plugin for Eclipse by Daniel Bradby - [Clicks: 161]
Hibernator provides an Eclipse to common Hibernate tasks such as Creating / Updating a Database Schema, running Hibernate queries and creating simple Hibernate Mapping documents
http://hibernator.sourceforge.net - JFaceDbc by Andrea Mazzolini - [Clicks: 20]
JFaceDbc 2 is a plugin for Eclipse. It allows you to view the structure and the content of any JDBC compliant database, issuing SQL commands, etc.
http://jfacedbc.sourceforge.net/index.php - Lomboz plugin - [Clicks: 104]
Lomboz is a free Eclipse plugin for J2EE developers. Lomboz is integrated with many popular open source J2EE tools such as: Jasper, XDoclet, Axis and Ant.
[v2.1.1 and 3.0M2]
http://www.objectlearn.com - MyEclipse J2EE Enterprise Workbench - [Clicks: 48]
The MyEclipse Enterprise Workbench provides a full featured J2EE IDE by extending the Eclipse 2.1 platform with a rich set of Web and EJB developer tools, numerous application server connectors, and exploded/packaged deployment.
[Free 30 day trial available]
http://www.myeclipseide.com - Sysdeo Eclipse Tomcat Launcher plugin - [Clicks: 38]
Starting, stopping and restarting Tomcat 4.x, 5.0.x or 3.3
[This plugin is free and open-source]
http://www.sysdeo.com/eclipse/tomcatPlugin.html - XMLBuddy by Bocaloco Software LLC - [Clicks: 40]
XML Editor
http://www.xmlbuddy.com/
- Write native iPhone applications using Eclipse CDT by PJ Cabrera - [Clicks: 29]
Learn how to use the Eclipse C Development Toolkit (CDT) to program native applications for the Apple iPhone, using open source tools to enable iPhone OS development on any Eclipse-supported platform.
[Formats: html, pdf]
http://www.ibm.com/developerworks/edu/os-dw-os-eclipse-iphone-cdt.html - Sep, 2008 - Debug iPhone Web applications with Eclipse by John Fronckowiak - [Clicks: 3]
This tutorial shows how to debug iPhone Web applications using Eclipse, Aptana's iPhone Development plug-in, Aptana's Firefox JavaScript debugger, and Firebug. Use the tools and utilities provided by the Eclipse-based Aptana Studio to debug iPhone-optimized Web applications. Much of this tutorial is focused on how to optimally debug JavaScript and Ajax applications.
[Formats: html, pdf]
http://www.ibm.com/developerworks/edu/os-dw-os-eclipse-iphone-debug.html - Jul, 2008 - Introducing the JyDT plug-in for Eclipse by Cesar Otero - [Clicks: 4]
The JyDT plug-in enables Eclipse to work as a Jython/CPython IDE. This tutorial provides a brief description of the JyDT project and how to configure it. Learn to use the PyDev perspective and explorer, compile and run code, use the debugger, do unit testing, refactor, manage Python projects, and use the editor and IDE.
[Formats: html, pdf]
http://www.ibm.com/developerworks/edu/os-dw-os-eclipse-jydt.html - Apr, 2008 - Build a mobile RSS reader by Frank Ableson - [Clicks: 2]
What good is a mobile computing environment if you can't keep track of your favorite news feeds on the go? Sure, you can use Android's browser to read your favorite Web sites, but it's unlikely the sites are optimized for a screen two inches high. And besides, then you'll miss the opportunity to integrate RSS or other XML data with other mobile applications to make your own mash-ups. This tutorial shows you how to use the Android Developer Tools to read, parse, and display XML data.
[Formats: html, pdf]
http://www.ibm.com/developerworks/edu/x-dw-x-androidrss.html - Mar, 2008 - Develop Android applications with Eclipse by Frank Ableson - [Clicks: 6]
Android is Google's oft-discussed mobile, wireless, computer, and communications platform. You can take advantage of the powerful Eclipse environment to build Android applications using the Android Eclipse plug-in. This tutorial introduces Android application development with the Eclipse plug-in, otherwise known as Android Development Tools. The tutorial provides an introduction to Android development with a quick introduction to the platform, a tour of Android Development Tools, and includes the construction of two example applications.
[Formats: html, pdf]
http://www.ibm.com/developerworks/edu/os-dw-os-eclipse-android.html - Feb, 2008 - Execute business processes with Eclipse by Tyler Anderson - [Clicks: 7]
Everyone — from consultants and analysts to architects and engineers — has ideas. But implementing a new idea can be challenging, requiring knowledge of an unfamiliar development language or hiring costly developers. What if there was a way to create an executable business process using a graphical editor that can ultimately be executed on an appropriate engine? Well, there is. Using the Eclipse STP BPMN Modeler, you can graphically create a business model represented in XML that can be converted to an executable using Eclipse ATL that will ultimately deploy on Apache ODE.
[Formats: html, pdf]
http://www.ibm.com/developerworks/edu/os-dw-os-eclipse-stpatlode.html - Jan, 2008