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:
- org.eclipse.wst.jsdt.web.core - core bundle for JSDT support within HTML.
- org.eclipse.wst.jsdt.web.core.tests - tests for the Core.
- org.eclipse.wst.jsdt.web.support.jsp - Support for JavaScript inside JSP, depends on Core and UI.
- org.eclipse.wst.jsdt.web.ui - Integration of JSDT Web into Eclipse UI.
- 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.