Skip to main content

JavaScript Development Tools UI

Project Overview

JSDT Web Overview

The JSDT Web integrates JavaScript support within web applications written with classic languages, such as HTML or JSP. The project sources are located into the webtools.sourceediting repository, under the org.eclipse.wst.jsdt.web.* namespace.

JSDT Web Bundles

The JSDT Web is broken down in bundles as follows:

  1. org.eclipse.wst.jsdt.web.core - core bundle for JSDT support within HTML.
  2. org.eclipse.wst.jsdt.web.core.tests - tests for the Core.
  3. org.eclipse.wst.jsdt.web.support.jsp - Support for JavaScript inside JSP, depends on Core and UI.
  4. org.eclipse.wst.jsdt.web.ui - Integration of JSDT Web into Eclipse UI.
  5. org.eclipse.wst.jsdt.web.ui.tests - tests for the UI.

Up To The Minute

JSDT is a project changing rapidly, but not as fast as latest trends in web technologies. Please, check also the JSDT Wiki to get the most recent updates.

Build Notes
Bundles

Back to the top