Javascript - Eclipse Framework - JSDT

About

JSDT (JavaScript Development Tools) is now part of the WebTools Source Editing project.

How to create a JSDT Eclipse Project

Standard Web Project

Project Nature:

<natures>
        <nature>org.eclipse.wst.common.project.facet.core.nature</nature>
	<nature>org.eclipse.wst.common.modulecore.ModuleCoreNature</nature>
	<nature>org.eclipse.wst.jsdt.core.jsNature</nature>
</natures>

where:

  • wst stands for Web Standard Tool
  • and jsdt for JavaScript Development Tools.

Javascript Project

Project Nature:

<natures>
     <nature>org.eclipse.wst.jsdt.core.jsNature</nature>
</natures>

Configuration

Eclipse Web Browser

Others

ATF

The Ajax Tools Framework (ATF) is a tool integrated with Eclipse for Web developers who use Ajax techniques. ATF provides tooling that allows a user to edit, debug, and monitor CSS, HTML, and JavaScript applications and a framework on which adopters can build advanced and technology specific tools. The functionality in ATF breaks down into three main areas: Browser Tooling, JavaScript Debugger and extensions for adopters.

ATF provides and extensible framework and exemplary tools for building IDEs for the many different AJAX runtime offerings (Dojo, Zimbra, Rico, etc) in the market. Tools built upon these frameworks will initially include: enhanced JavaScript editing features such as edit-time syntax checking; an embedded Mozilla web browser; an embedded DOM browser; and an embedded JavaScript debugger.

Netbeans







Share this page:
Follow us:
Task Runner