PUBLIC   marks

PUBLIC MARKS from user idaashley with tag eclipse

Sponsorised links

July 2008

Develop iPhone Apps with Ruby and Eclipse Part 3

Although Mobile Safari is more than adequate at rendering normal Web pages, many Web developers created versions of applications aimed at the iPhone. Here in Part 3 learn what to do when the user reaches the end of the list structure and your application actually needs to display content.

Develop iPhone Apps with Ruby and Eclipse Part 2

Although Mobile Safari is more than adequate at rendering normal Web pages, many Web developers created versions of applications aimed at the iPhone. Here in Part 2 of this series learn the common use of drill-down lists as a navigation method.

Create Professional-Looking Reports with BIRT

Eclipse-based Business Intelligence and Reporting Technology (BIRT) provides extensive interactive charting and other advanced features to allow report developers to create professional-looking reports. The tutorial will show you how to use BIRT report designer to create a set of sample sales-analysis reports step by step.

Build Web Services with PHP in Eclipse

Learn how to build Web services in PHP using the PHP Development Tools (PDT) plug-in in Eclipse in three easy steps. First, become familiar with the PDT project, and learn how to create and deploy useful PHP projects. Second, learn the philosophy behind contract-first development. Finally, get an informative overview of the basic parts that make up a Web Services Description Language (WSDL) file.

Sponsorised links

June 2008

Debugging PHP using Eclipse and PDT

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.

May 2008

Meet the JavaScript Development Toolkit

If you need a free Web development environment, look no further than Eclipse. The JavaScript Development Toolkit (JSDT) is an open source plug-in that brings robust JavaScript programming tools to Eclipse. JSDT streamlines development, simplifies code, and increases productivity for pure JavaScript source files and JavaScript embedded in HTML.

Build Web Services with PHP in Eclipse

by 1 other
This tutorial will use the PHP Development Tools (PDT) plug-in in Eclipse Europa to show you how to build Web services in PHP. Also, learn how to create and deploy useful PHP projects, learn about the philosophy behind contract-first development, and understand the basic parts that make up a Web Services Description Language (WSDL) file.

Integrate External Tools and Builders in Eclipse

Run external programs from within the development environment and save settings for how you call an external program with launch configuration in Eclipse Europa. In this tutorial, learn how to build and use these launch configurations such as Ant build scripts and an example script to view parameter values. Also learn to use automatic parameters with your external tools.

Make JUnit Testing Java Apps Easy with Grester

As a developer, you run tests multiple times per day, but how badly would they break if the sources had to change? Now you can quickly find out with Grester, an Apache Maven wrapper around Jester. Grester alleviates the burden of dealing with the annoyances of constructing a Java classpath from project dependencies so you can test your execution points more easily, using Jester.

April 2008

Introducing the JyDT Plug-in for Eclipse

The JyDT plug-in enables Eclipse to work as a Jython/CPython IDE. In this tutorial learn how to configure the JyDT and a brief description of 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.

10 Time-Saving Techniques in Eclipse Europa

Eclipse Europa offers many convenient features for navigating and editing Java files. This tutorial shows how to be more productive with Eclipse Europa, providing 10 ways to speed up development in Eclipse. Discover what they are and how to use them, and when you're finished, you may be saying, "I didn't know that!"

February 2008

Eclipse V3.3 New Menu Mechanism

Menus, pop-up menus, and toolbars in Eclipse plug-in or RCP application can be tricky. No more! Eclipse V3.3 introduced a new mechanism that’s easier than ever, providing a more generic approach for configuring and adding menu items to accelerate plug-in and RCP development.

The Fundamentals of Eclipse Plug-In Development

Plug-in development in Eclipse is somewhat of an art form. If you're new to the concept of plug-ins 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.

Execute Business Processes with Eclipse

Everyone — from consultants and analysts to architects and engineers — has ideas. But implementing a new idea can be challenging and costly. Eliminate this cost 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.

January 2008

Discover the Orangevolt Eclipse XSLT Plug-in

This article is intended to show you how easy it is to use Eclipse regardless of whether or not you are an experienced XSLT programmer. Learn what XSLT can do for you and how easy it is to employ XSLT with the Orangevolt XSLT plug-in, including installing and using most of its functions.

November 2007

Build Metamodels with Dynamic EMF

Learn how the Dynamic Eclipse Modeling Framework (EMF) allows developers to build dynamic Ecore-based models on demand without the need to generate Java implementation classes. This article introduces the APIs, and shows how to serialize and load dynamic Ecore models and their instances.

Develop with Eclipse STP and Apache Tuscany

The Eclipse STP plug-in and Apache Tuscany simplify services development through the use of the popular Eclipse development environment. In this tutorial, you will see STP and Apache Tuscany in action, through the creation of an SCA Java Remote Method Invocation (RMI) service.

Web Development with Eclipse Europa Part 1

In this tutorial, Part 1 on how to use Eclipse Europa for Web development using Java technology, PHP, and Ruby, we'll use Java EE for Eclipse to build a Web application for tracking and calculating baseball statistics.

October 2007

Create Lisp Apps with Cusp Eclipse Plug-In

Lisp is an excellent programming language that allows you to expand your knowledge of programming languages due to its largely typeless nature. Find out how to develop Lisp applications using the Cusp Eclipse plug-in. It can also help those seasoned in the Java language, PHP, or C/C++ think in new ways when developing applications.

July 2007

Playing the Lottery with Eclipse CDT

Aside from Java IDE, Eclipse can also work with PHP, Ruby, and Groovy, C, and C++. In this article, you will learn how to build and develop applications in C++ using the Eclipse C/C++ Development Toolkit (CDT), and Standard Template Library (STL). This allows you to streamline the process and take advantage of powerful features C++ offers.

April 2007

Start Building with Jigloo Eclipse Plug In

Build Swing and Standard Widget Toolkit (SWT) based applications with the Jigloo Eclipse plug-in. It enables you to build sophisticated graphical user interfaces (GUIs) rapidly that run on the Java platform. In this tutorial, we build a simple workflow application and use Jigloo to create its UI.

Deploy a Web Service with Eclipse STP Plug-In

This tutorial is for SOA and Web services developers who want to learn to use the Eclipse SOA Tools Project (STP) plug-in and see for themselves how it can simplify their SOA development. It shows the advantages and simplicity of using the Eclipse STP plug-in to build a Web service.

March 2007

Develop J2EE Web Services Using Eclipse WTP Tooling

WAS CE is a J2EE 1.4-certified application server that provides support for Plain Old Java Object (POJO) and Enterprise JavaBeans (EJB) Web service endpoints. This tutorial shows you how to use Eclipse Web Tools Platform (WTP) to create an enterprise application that implements POJO and EJB, using DB2 Express-C as the database for the application.

Create Eclipse-Based Applications with GEF

This article walks you through the initial steps involved in creating an Eclipse-based application using the Graphical Editing Framework (GEF). Also, discover the options you have these days to bootstrap the process of creating graphical editors in Eclipse.

Connecting Eclipse RCP and WAS V6

Learn how to write and configure Eclipse RCP applications to communicate with WebSphere Service Integration Bus. In this tutorial, the first part introduces WebSphere Service Integration Bus. The second part helps you with initial setup for the Eclipse RCP application, and the third part continues to examine and test application classes.

idaashley's TAGS related to tag eclipse

Plug-in +   apache +   business +   c++ +   developerworks +   graphics +   java +   jigloo +   open source +   performance +   php +   plugin +   programming +   python +   rational +   ruby +   ruby on rails +   tools +   web +   web development +   web services +   websphere +   xml +  

Sponsorised links