Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "JSDT/QuickStart"

(Contacts)
(Articles)
 
(7 intermediate revisions by the same user not shown)
Line 24: Line 24:
 
To contribute to JSDT, please, [https://wiki.eclipse.org/JSDT/Development#Setup_the_Development_Environment Setup the Dev Env] as explained in the [https://wiki.eclipse.org/JSDT/Development contribution guide], or in [https://www.youtube.com/watch?v=gOz1hk-ohMA this video], and [https://wiki.eclipse.org/JSDT/Development#Getting_in_touch_with_the_Community get in touch with us].
 
To contribute to JSDT, please, [https://wiki.eclipse.org/JSDT/Development#Setup_the_Development_Environment Setup the Dev Env] as explained in the [https://wiki.eclipse.org/JSDT/Development contribution guide], or in [https://www.youtube.com/watch?v=gOz1hk-ohMA this video], and [https://wiki.eclipse.org/JSDT/Development#Getting_in_touch_with_the_Community get in touch with us].
  
== Contribute to JSDT, Oomph & Code ==
+
== Contribute to JSDT, Oomph & Source Code ==
  
The easy way to contribute to JSDT is installing Oomph (64-bit version): launch it in advanced mode, choose ''Eclipse IDE for committers'' as Product, select ''JSDT'' as Project, and complete the installation. Once done, the IDE is launched and, at first start, it'll perform the startup tasks, including getting the source code from Git.
+
The easy way to contribute to JSDT is using Oomph
* See this video: [https://www.youtube.com/watch?v=jOT-GPaIqj8&yt:cc=on Install the JSDT IDE with Oomph and launch JSDT from sources] (3m20s)
+
* Launch Oomph (64-bit) in advanced mode
 +
* Choose ''Eclipse IDE for committers'' as Product, and ''JSDT'' as Project to provision; then complete the installation.  
 +
* When done, the installer will launch the new IDE, then you can close the installer
 +
* At the first start of the IDE, wait for completion of the startup tasks, which includes getting the source code from Git.
  
The creation of the [https://git.eclipse.org/c/jsdt/webtools.jsdt.git/plain/releng/org.eclipse.wst.jsdt.releng/JSDT.setup JSDT.setup] is [https://www.youtube.com/watch?v=cxUn1QIBRUk explained in this video]. To learn more about Oomph, [https://wiki.eclipse.org/Eclipse_Installer look at the official documentation].
+
 
 +
When startup tasks are completed, you can start the development, by fixing some [https://bugs.eclipse.org/bugs/buglist.cgi?bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&list_id=15591728&product=JSDT&query_format=advanced JSDT Bugs].
 +
 
 +
* To contribute source code, see how to [https://www.youtube.com/watch?v=jOT-GPaIqj8 Setup JSDT IDE with Oomph](3.20), Patrik
 +
 
 +
 
 +
To learn more about Oomph, first, [https://wiki.eclipse.org/Eclipse_Installer look at the official documentation]. Then, you can also check how we created the JSDT .setup: [https://www.youtube.com/watch?v=cxUn1QIBRUk Oomph Setup for JSDT, an Authoring Example](31.20).
  
 
== JSDT Learning Material ==   
 
== JSDT Learning Material ==   
Line 38: Line 47:
 
=== Videos ===
 
=== Videos ===
  
Watch the below videos to learn about JSDT 2.0 and its common use cases:
+
Watch the below videos to learn about JSDT 2.0 and its common use cases. Newest are on top.
  
* Neon Series: [https://www.youtube.com/watch?v=UxGwu2adzIc JSDT 2.0 Webinar], Ilya & Gorkem.
+
* Neon Series: [https://www.youtube.com/watch?v=UxGwu2adzIc JSDT 2.0 Webinar](32.39), Ilya & Gorkem.
* EclipseCon 2016: [https://www.youtube.com/watch?v=sEnc6nL0UI4 JSDT 2.0 Talk], Ilya
+
* EclipseCon 2016: [https://www.youtube.com/watch?v=sEnc6nL0UI4 JSDT 2.0 Talk](27.18), Ilya
* Bower, npm & JSON [https://www.youtube.com/watch?v=PU8YoWNAkK0&feature=youtu.be video on youtube], Ilya
+
* Waiting for Neon: [https://www.youtube.com/watch?v=t1hlHxmjGkE JSDT 2.0 Demo ](7.16), Ilya  
 +
* Bower, npm & JSON [https://www.youtube.com/watch?v=PU8YoWNAkK0&feature=youtu.be video on youtube](4.30), Ilya
  
 
=== Articles ===
 
=== Articles ===
Line 48: Line 58:
 
Read more about JSDT in these articles:
 
Read more about JSDT in these articles:
  
 +
* Vogella JavaScript: [http://www.vogella.com/tutorials/JavaScript/article.html#jsdtcontribute Contribute to JSDT], Patrik
 +
* Vogella JavaScript: [http://www.vogella.com/tutorials/JavaScript/article.html#jsfrontend JavaScript Frontend Example with JSDT], Patrik
 +
* Vogella JavaScript: [http://www.vogella.com/tutorials/JavaScript/article.html#modernjs Modern JavaScript with JSDT], Patrik
 +
* JBossTools Newsletter: [http://tools.jboss.org/blog/2016-09-29-javascript-development-tools-neon1.html JavaScript Tools - what is new in Neon.1?], Ilya
 
* Eclipse Newsletter: [https://www.eclipse.org/community/eclipse_newsletter/2016/may/article1.php Newcomers on board: Bower, npm & JSON editor!], Ilya
 
* Eclipse Newsletter: [https://www.eclipse.org/community/eclipse_newsletter/2016/may/article1.php Newcomers on board: Bower, npm & JSON editor!], Ilya
 
* Eclipse Newsletter: [https://www.eclipse.org/community/eclipse_newsletter/2016/may/article2.php JSDT, meet EcmaScript 2015], Gorkem
 
* Eclipse Newsletter: [https://www.eclipse.org/community/eclipse_newsletter/2016/may/article2.php JSDT, meet EcmaScript 2015], Gorkem

Latest revision as of 07:10, 7 February 2017


Getting started with JSDT

This page quickly explains how to install and develop JSDT; where to find the learning material; and how to get in touch with the development team.

Install JSDT

You can download the JSDT package from the Eclipse Packages Download Site. Here is the link to the latest released version JSDT Neon R

To contribute to JSDT, please, Setup the Dev Env as explained in the contribution guide, or in this video, and get in touch with us.

Contribute to JSDT, Oomph & Source Code

The easy way to contribute to JSDT is using Oomph

  • Launch Oomph (64-bit) in advanced mode
  • Choose Eclipse IDE for committers as Product, and JSDT as Project to provision; then complete the installation.
  • When done, the installer will launch the new IDE, then you can close the installer
  • At the first start of the IDE, wait for completion of the startup tasks, which includes getting the source code from Git.


When startup tasks are completed, you can start the development, by fixing some JSDT Bugs.


To learn more about Oomph, first, look at the official documentation. Then, you can also check how we created the JSDT .setup: Oomph Setup for JSDT, an Authoring Example(31.20).

JSDT Learning Material

Below you find the material needed to learn how to use JSDT. If you find some issue, please, file a bug report against JSDT.

Videos

Watch the below videos to learn about JSDT 2.0 and its common use cases. Newest are on top.

Articles

Read more about JSDT in these articles:

Contacts

For more information about contributing to JSDT or for questions about its internals you have few options:

Back to the top