The PHP Development Tools (PDT) plug-in, when installed with Eclipse Europa, gives you that ability to quickly write and debug PHP scripts and pages. PDT supports two debugging tools: XDebug and the Zend Debugger. Learn how to configure PDT for debugging PHP scripts and discover which perspectives you use when taking closer looks at your scripts.
This tutorial demonstrates how to configure the PHP Development Tools (PDT) plug-in for Eclipse to debug your PHP scripts. It also introduces the perspectives you’ll use (namely, PHP Debug) when taking closer looks at your PHP scripts.
Read the rest of this entry »
This document is designed to accompany the “Eclipse And Java: Using the Debugger” video tutorial, which is available at http://eclipsetutorial.sourceforge.net/. Before starting this tutorial, please download the following files from the website:
? Debugger-Tutorial-Companion-Document.PDF – this document.
? debugger_tutorial_project.zip – zip file for importing the Eclipse “DebuggerTutorial” project. This is done as part of Lesson 1.
? debugger-lesson01.zip through debugger-lesson07.zip – zip files for the 7 lessons in the tutorial
Read the rest of this entry »
30 Jul
Posted by jj as Programming
Originally developed by Object Technology International (OTI) and purchased by IBM for use by internal developers
Released to open-source community in 2001, managed by consortium
Eclipse Public License (EPL)
Based on IBM Common Public License (CPL) Consortium reorganized into independent not-for-profit corporation, the Eclipse Foundation, in early 2004
Read the rest of this entry »
The paper presents a new approach to source code exploration, which is the result of integrating the Google Desktop Search (GDS) engine into the Eclipse development environment. The resulting search engine, named Google Eclipse Search (GES), provides improved searching in Eclipse software projects.
Read the rest of this entry »
Many software developers are attracted to the idea of aspect-oriented programming (AOP) but unsure about how to begin using the technology. They recognize the concept of crosscutting concerns, and know that they have had problems with the implementation of such concerns in the past. But there are many questions about how to adopt AOP into the development process.
Read the rest of this entry »
With the rise of model-driven development, model repositories are intended to facilitate research in model engineering and consequently in domain-specific modeling. Model repositories are central places where all kinds of modeling artifacts (e.g., meta-metamodels, metamodels, models, and possibly transformation models) are stored and coordinated. They can serve as a platform for making available the specification of metamodels to others (typically necessary for domain-specific modeling languages) and for exchanging models, as well as a resource for teaching/learning materials.
Read the rest of this entry »
The AJAX hype keeps growing. Buzzwords like Comet or RIA are on everybody’s lips. In the area of enterprise software RCP is already firmly established as a client application platform. Replacing or extending existing Rich-Client-Applications with web front-ends has traditionally required a significant investment. The Rich Ajax Platform (RAP) provides a fast-path bridge between the application development with RCP and the increasingly important Web 2.0 environment
Read the rest of this entry »
In this tutorial we will create a simple Java EE application from scratch using the Maven archetypes provided by Sculptor. It consists of the following projects:
• sculptor-helloworld-parent - Only a maven project for building the other parts.
• sculptor-helloworld - Business tier. EJB project containing the services and domain objects.
• sculptor-helloworld-web - Presentation tier. Web application with CRUD GUI.
• sculptor-helloworld-ear - EAR package of the deployable application.
Read the rest of this entry »