Eclipse plug-ins

View: [ 2010 | 2009 | 2008 | 2007 | 2006 | 2005 | 2004 | 2003 ]

Articles
Tutorials
  

Articles:
  • An Introduction to the Eclipse Business Intelligence and Reporting Tools by Jason Weathersby   - [Clicks: 36]
    The Business Intelligence and Reporting Tools (BIRT) Project is an open source software project that provides reporting and business intelligence capabilities for JEE and Java applications. This introduction dives into it various features such as the report designer, chart wizards, and web viewer. Future articles will dive into practical applications of BIRT in JEE and desktop applications.
    http://www.infoq.com/articles/birt2-intro - Dec, 2007
  • Rich Ajax Platform, Part 2: Developing applications by Chris Aniszczyk, Benjamin Muskalla   - [Clicks: 72]
    The Rich Client Platform (RCP) is a powerful platform technology to build enterprise applications. With the help of Rich Ajax Platform (RAP), it gets more interesting because you can reuse your existing code base and development skills for a Web application, as you saw in Part 1 of this "Rich Client Platform" series. Additionally, RAP has some noteworthy features, making Web development even more attractive. The article goes beyond the Hello World example, and explains some key concepts and how to use advanced features provided by RAP.
    [Includes sample code]
    http://www.ibm.com/developerworks/library/os-eclipse-richajax2/index.html - Dec, 2007
  • Code ColdFusion applications fast with the Eclipse CFEclipse plug-in by Jim Priest   - [Clicks: 7]
    ColdFusion, like other Web development languages, enjoys an enthusiastic following. Since Eclipse is a popular open source development framework, it was only a matter of time before a ColdFusion plug-in would emerge. Find out how to install and use the plug-in to develop, test, and deploy a sample ColdFusion application.
    http://www.ibm.com/developerworks/library/os-eclipse-cfeclipse/index.html - Nov, 2007
  • Rich Ajax Platform, Part 1: An introduction by Chris Aniszczyk, Benjamin Muskalla   - [Clicks: 38]
    Asynchronous JavaScript + XML (Ajax) and the concept of Web 2.0 has spread through the development community as a way add liveliness to Web-based applications. The Rich Ajax Platform (RAP) is a way to build Ajax-enabled Web applications by using the Eclipse development model. This article introduces RAP, tells you how to set up a RAP development environment, shows off some demos, and concludes with some simple-to-understand examples.
    [Includes sample code]
    http://www.ibm.com/developerworks/library/os-eclipse-richajax1/index.html - Oct, 2007
  • Develop Lisp applications using the Cusp Eclipse plug-in by Tyler Anderson   - [Clicks: 20]
    Lisp is an excellent programming language that allows you to expand your knowledge of programming languages due to its largely typeless nature. It can also help those seasoned in the Java™ programming language, PHP, or C/C++ think in new ways when developing applications. In addition, you can do some pretty cool things with Lisp. Find out how to develop Lisp applications using the Cusp Eclipse plug-in.
    [Includes sample code]
    http://www.ibm.com/developerworks/library/os-eclipse-lispcusp/index.html - Oct, 2007
  • Revitalize your apps with Eclipse Forms by Chris Aniszczyk   - [Clicks: 49]
    Eclipse Forms offers a way to enhance the user experience of your Eclipse applications. It offers a "Web-like" look for your applications without using the embedded browser. The goal of this article is to give a brief introduction Eclipse Forms as a user interface (UI) toolkit and to provide an easy-to-follow example to get you started.
    http://www.ibm.com/developerworks/library/os-eclipse-forms/index.html - Sep, 2007
  • Mylyn 2.0 Keeps You Focused on the Task at Hand by John Ferguson Smart   - [Clicks: 21]
    The Eclipse Europa release includes a powerful productivity-boosting tool called Mylyn, which uses novel techniques to help you focus on just the information you need for a given task. Find out how Mylyn 2.0 can make you more productive.
    http://www.devx.com/opensource/Article/35218 - Aug, 2007
  • Mylyn 2.0, Part 1: Integrated task management by Mik Kersten   - [Clicks: 22]
    Now in release 2.0, Mylyn (formerly called Mylar) enhances productivity by seamlessly integrating tasks into Eclipse and automatically managing the context of those tasks as you work. Mylyn Project Lead Mik Kersten has updated his two-part guide to using Mylyn to cover the improvements driven by the massive amounts of user feedback since Mylyn 1.0. Part 1 introduces Mylyn's task management facilities and integration with repositories such as Bugzilla, Trac, and JIRA. You'll learn how context management eases multitasking and reduces information overload in Part 2.
    http://www.ibm.com/developerworks/java/library/j-mylyn1/index.html - Aug, 2007
  • Mylyn 2.0, Part 2: Automated context management by Mik Kersten   - [Clicks: 28]
    Now in release 2.0, Mylyn (formerly called Mylar) enhances productivity by seamlessly integrating tasks into Eclipse and automatically managing the context of those tasks as you work. Mylyn Project Lead Mik Kersten has updated his two-part guide to using Mylyn. Part 1 introduces Mylyn's task management facilities and integration with repositories such as Bugzilla. This second half explains how Mylyn's context management facilities make multitasking easy and reduce information overload when you're working on large applications in Eclipse.
    http://www.ibm.com/developerworks/java/library/j-mylyn2/index.html - Aug, 2007
  • Build extensions for Eclipse one snippet at a time by Nathan A. Good   - [Clicks: 39]
    Find out how to build a plug-in for Eclipse and Rational Application Developer V7. You can use this plug-in to define snippets that let you add code that follows enterprise standards. Similar to the Snippets view that comes with the Web Tools Project, this plug-in allows you to drag and drop pieces of code into the editor. We follow object-oriented best practices so the snippets can be loaded from any source, such as a database (like Apache Derby), filesystem, or Web service.
    [Includes sample code]
    http://www.ibm.com/developerworks/library/os-eclipse-snippet/index.html - Jun, 2007
  • How to create Eclipse custom wizards by Nathan A. Good   - [Clicks: 44]
    One of the greatest features of the Eclipse framework and integrated development environment (IDE) is its extensibility. In this article, you'll learn how to quickly build a wizard that automates the process of adding a new file. Because the contents of the file can be predefined, the wizard enables better development through consistency and automation.
    [Includes sample code]
    http://www.ibm.com/developerworks/library/os-eclipse-custwiz/index.html - Jun, 2007
  • Test GUI accessibility the Eclipse RAVEN way by Benjamin Lieberman   - [Clicks: 28]
    The IBM Rule-based Accessibility Validation Environment (RAVEN) is an Eclipse plug-in that provides runtime checking of GUI components to ensure consistent use of Java accessibility features. This article reviews the RAVEN tool and provides examples of its use in validating a Java Swing application.
    http://www.ibm.com/developerworks/library/os-eclipse-raven/index.html - May, 2007
  • Building templates with the Eclipse Plug-in Development Environment by Chris Aniszczyk   - [Clicks: 44]
    This article introduces the creation of templates in Eclipse so you can enhance the experience of your clients. We will develop a simple template as an example of the flexibility PDE's templating system provides.
    [Includes sample code]
    http://www-128.ibm.com/developerworks/library/os-eclipse-pde/index.html - Feb, 2007
  • Eclipse Tip: Use Optional Plug-in Dependencies to Support Diverse Runtime Environments by Peter Nehrer   - [Clicks: 15]
    Look into a sort of "universal middleware" for Java -- a service-oriented, component-based environment that provides software vendors with standardized access to a variety of platforms and runtime environments.
    http://www.developer.com/java/ent/article.php/3655231 - Jan, 2007
  • Use Apache Derby to develop Eclipse plug-ins by Ilya Platonov, Artem Papkov, Jim Smith, Terry Finch   - [Clicks: 71]
    Get a demonstration on how to use resource indexing with the Apache Derby database to develop Eclipse plug-ins. The Derby database embedded in Eclipse allows you to create an SQL database on the client side with no security issues or network problems, such as an unstable connection or high latency. An SQL database and the JDBC API provide an easy way to store information and quickly search previously stored data.
    [Includes sample code]
    http://www-128.ibm.com/developerworks/library/os-ad-eclipse/index.html - Jan, 2007

[Top]

Tutorials:
  • Building JavaScript applications with JSEclipse by Nicholas Chase   - [Clicks: 34]
    This tutorial is for JavaScript developers who want to learn more about making their lives easier. It covers the JSEclipse tool, which plugs into Eclipse and provides features like code completion and templates. It also covers Firebug, which provides true debugging capabilities.
    [Formats: html, pdf]
    http://www.ibm.com/developerworks/edu/os-dw-os-eclipse-jseclipse.html - Dec, 2007
  • Using the Eclipse SOA Tools Platform plug-in and Apache Tuscany by Tyler Anderson   - [Clicks: 40]
    The Eclipse SOA Tools Platform (STP) plug-in and Apache Tuscany simplifies services development through the use of the popular Eclipse development environment. Apache Tuscany has also been integrated with the STP to provide a Service Component Architecture (SCA) Java run time for the services you create, allowing you to annotate your service using the SCA standard and Apache Tuscany annotations. In this tutorial, you will see STP and Apache Tuscany in action, through the creation of a Remote Method Invocation (RMI) service.
    [Formats: html, pdf]
    http://www.ibm.com/developerworks/edu/os-dw-os-eclipse-soatptuscany.html - Nov, 2007
  • Eclipse project management with JFeature by Martin Brown   - [Clicks: 39]
    Just about every project needs a project manager (even if that happens to be you, the developer). And since all the items that accompany projects can get out of hand and lost in all the hustle and bustle, project managers need good software to manage all the requirements and to-dos in their projects. Eclipse is an excellent platform for such software, and JFeature is an Eclipse plug-in that has the features project managers look for. This tutorial shows you how to use the JFeature plug-in for Eclipse to its fullest potential. You'll learn how to get up to speed using JFeature for your project management needs.
    [Formats: html, pdf]
    http://www-128.ibm.com/developerworks/edu/os-dw-os-eclipse-jfeature.html - May, 2007
  • Get started with Jigloo, a GUI builder for Eclipse by Michael Galpin   - [Clicks: 106]
    Jigloo is an Eclipse plug-in that enables you to build sophisticated graphical user interfaces (GUIs) rapidly that run on the Java platform. It can be used to build Swing-based applications and Standard Widget Toolkit (SWT)-based applications. It is an easy-to-use visual editor, so you can create the UI for your desktop application quickly. In this tutorial, we build a simple workflow application and use Jigloo to create its UI. Learn how easy it is to get started with Jigloo and to tap into its advanced features, such as visual inheritance. Finally, we test an application and package it for others to use.
    [Formats: html, pdf]
    http://www-128.ibm.com/developerworks/edu/os-dw-os-eclipse-jigloo.html - Apr, 2007
  • Use the Eclipse SOA Tools Platform plug-in to build and deploy a Web service by Tyler Anderson   - [Clicks: 66]
    Work on the Eclipse SOA Tools Platform (STP) plug-in is well under way, and we should expect lots of new features to aid Service-Oriented Architecture (SOA) deployment in the coming months. The Eclipse STP became the ninth top-level project for the Eclipse organization in 2005, and since then, development has come a long way. With the Eclipse STP plug-in, you can go from a Java interface, annotate it with Web service-related properties, create a Web Services Description Language (WSDL) for the Web service, generate and code Java stubs you can then compile into a WAR file, and deploy on your favorite Web server. This tutorial shows you how to accomplish all this using the Eclipse STP plug-in.
    [Formats: html, pdf]
    http://www-128.ibm.com/developerworks/edu/os-dw-os-eclipse-soatp.html - Mar, 2007

[Top]