Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "VJET/Plan/Release/0.9"

< VJET‎ | Plan
(New page: = Introduction = The 0.9 release is the first planned release of the VJET project. This release follows a multiple year development cycle, originally developed at ebay, open sourced i...)
 
Line 14: Line 14:
 
* Eclipse Indigo
 
* Eclipse Indigo
 
* Eclipse Juno
 
* Eclipse Juno
 +
 +
=Documentation=
 +
 +
Documents added to Eclipse wiki
 +
 +
* http://wiki.eclipse.org/VJET/Java2Js_Language_Translation_Reference
 +
* http://wiki.eclipse.org/VJET/Code_Assistance_Features
 +
* http://wiki.eclipse.org/VJET/Code_Search_Features
 +
* http://wiki.eclipse.org/VJET/Type_Declarations_Using_VJETDoc
 +
* http://wiki.eclipse.org/VJET/Getting_Started
 +
* http://wiki.eclipse.org/VJET/VJET_JavaScript_IDE_Installation_Guide
 +
* http://wiki.eclipse.org/VJET/Building_from_Source
 +
* http://wiki.eclipse.org/VJET/VJET_Type_lib_Tutorial_-_part_1
 +
* http://wiki.eclipse.org/VJET/JS_code_assist_and_validation_for_two_or_more_js_files
 +
* http://wiki.eclipse.org/VJET/Type_Declarations_Using_VJETDoc
 +
* http://wiki.eclipse.org/VJET/VJETDoc_Quick_Reference
 +
* http://wiki.eclipse.org/VJET/Overview_of_VJETDoc
 +
* http://wiki.eclipse.org/VJET/Typing_Variables_with_VJETDoc
 +
* http://wiki.eclipse.org/VJET/Typing_Arrays_with_VJETDocs
 +
* http://wiki.eclipse.org/VJET/Typing_Functions_with_VJETDoc
 +
* http://wiki.eclipse.org/VJET/Typing_Object_Literals_and_Function_References
 +
* http://wiki.eclipse.org/VJET/Referencing_type_attributes_using_VJETDoc
 +
* http://wiki.eclipse.org/VJET/VJETDoc_Syntax
 +
* http://wiki.eclipse.org/VJET/Casting_using_VJETDoc
 +
* http://wiki.eclipse.org/VJET/Automatic_or_inferred_typing
 +
* http://wiki.eclipse.org/VJET/Semantic_Comparison_-_Java_and_VJET_VJO
 +
* http://wiki.eclipse.org/VJET/VJET_JS_vs_typescriptlang
 +
* http://wiki.eclipse.org/VJET/VJETV_for_CI
 +
* http://wiki.eclipse.org/VJET/Overview
 +
* http://wiki.eclipse.org/VJET/FAQ
 +
* http://wiki.eclipse.org/VJET/Importing_VJET_JavaScript_Type_Libraries
 +
* http://wiki.eclipse.org/VJET/VJETDoc_Reference_Guide
 +
* http://wiki.eclipse.org/VJET/NodeJS
 +
  
 
=Source=
 
=Source=

Revision as of 18:52, 9 January 2013

Introduction

The 0.9 release is the first planned release of the VJET project. This release follows a multiple year development cycle, originally developed at ebay, open sourced in April 2011, culminating in a first incubator release in Jan 2013. This project was proposed as an Eclipse project in June 2012.

Release Deliverables

  • VJET JavaScript IDE
  • VJET Code Generation (Java 2 Js, Js 2 Java)
  • VJET vjojs
  • VJET Type libraries

Target Environments

  • Eclipse Indigo
  • Eclipse Juno

Documentation

Documents added to Eclipse wiki


Source

Build

Test

  • JUnit

Back to the top