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 »
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 »
The introduction of Microsoft Visual Studio Team System (VSTS) and Team Foundation Server (TFS) changed the practice of Application Lifecycle Management throughout the software development industry. Enterprise organizations now have an affordable, full-featured solution that is designed from the ground up for seamless integration into Visual Studio. By adopting Visual Studio Team System in conjunction with Team Foundation Server, software development teams can easily collaborate on projects regardless of whether they are located within the same department, or dispersed across many geographical locations. Architects, developers, and testers have access to issue tracking, source control, project reporting, and build automation, all tightly integrated inside of Visual Studio, the leading .NET development environment.
Read the rest of this entry »
This tutorial is a continuation of the first tutorial Composite Application Tutorial I: NSF Components. In this tutorial, we will be adding an eclipse view to the composite application. The view will make use of the property broker in order to receive a published property from the All Documents Notes view. The Category of the selected document in the Notes view will be displayed in the eclipse view. Chapter 2. Prereqs
Read the rest of this entry »