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 "Eclipse IDE Webinar"

(Topics)
Line 18: Line 18:
  
 
3. M2Eclipse Maven Target Support - Christoph Läubrich
 
3. M2Eclipse Maven Target Support - Christoph Läubrich
 +
  The M2Eclipse Maven Target Support allows to use maven artifacts right away in your Target Platform, this greatly simplifies the consumption of those artifacts
 +
  directly from any maven repository and speed up development as getting common libraries into your PDE/Tycho workflow is now possible in the blink of an eye.
 +
  As the M2Eclipse Maven Target Support has finally approached at eclipse platform development as well, this talk will give a short introduction about the features and usage scenarios.

Revision as of 00:33, 9 September 2022

Eclipse IDE Webinars will be held to promote and create buzz around the Eclipse IDE and the upcoming 2022-09 (4.25) release.

Schedule

Date: September 21, 2022

Time: 3pm CET / 9am EST / 6.30pm IST

Duration: 60 mins

Topics

Please sign-up for presenting a talk, along with the topic (duration 20 mins each) and a short abstract (2-5 lines)

1. Javadoc Code Snippet support in Java 18 - Kalyan Prasad

  In Java 18, support for an @snippet tag has been provided for JavaDoc’s Standard Doclet, to simplify the inclusion of example source code in API documentation. 
  This talk will highlight some of the features of this new support provided in Java 18, using examples.

2. GitHub migration - Sravan Kumar

3. M2Eclipse Maven Target Support - Christoph Läubrich

  The M2Eclipse Maven Target Support allows to use maven artifacts right away in your Target Platform, this greatly simplifies the consumption of those artifacts
  directly from any maven repository and speed up development as getting common libraries into your PDE/Tycho workflow is now possible in the blink of an eye.
  As the M2Eclipse Maven Target Support has finally approached at eclipse platform development as well, this talk will give a short introduction about the features and usage scenarios.

Back to the top