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 "EDT:0.8.0 Planning"

Line 27: Line 27:
 
*Extensions for IBM i<br>
 
*Extensions for IBM i<br>
 
*Wizards to support easier integration with Java (i.e.<span style="text-decoration: underline;">[https://bugs.eclipse.org/bugs/show_bug.cgi?id=366480 366480])</span> and JavaScript<br>
 
*Wizards to support easier integration with Java (i.e.<span style="text-decoration: underline;">[https://bugs.eclipse.org/bugs/show_bug.cgi?id=366480 366480])</span> and JavaScript<br>
 +
*JNDI<br>
  
 
=== Performance/Optimization<br> ===
 
=== Performance/Optimization<br> ===
Line 32: Line 33:
 
*JavaScript runtime performance optimization (i.e. Number of include files, Minification, Obfuscation, etc)<br>
 
*JavaScript runtime performance optimization (i.e. Number of include files, Minification, Obfuscation, etc)<br>
 
*JavaScript Generator optimization (i.e. Remove unnecessary code, etc)<br>
 
*JavaScript Generator optimization (i.e. Remove unnecessary code, etc)<br>
 +
*Java Generator optimization (i.e. Cleanup warnings, etc)<br>
  
 
=== Extensibility<br> ===
 
=== Extensibility<br> ===
Line 48: Line 50:
  
 
*Implement a subset of the remaining EGL Language elements that were not supported in 0.7.0
 
*Implement a subset of the remaining EGL Language elements that were not supported in 0.7.0
 +
 +
=== IDE Usability ===
 +
 +
*Fit and Finish<br>
 +
*Content Assist<br>
  
 
=== Strategic ===
 
=== Strategic ===

Revision as of 16:40, 15 December 2011

Proposed Schedule for EDT 0.8.0

0.8.0 will be the next incubator release for EDT. In this release we plan to add new features, as well as solidify the functionality that was delivered in 0.7.0. The proposed release date is the end of April 2012. We want to develop in short milestones, to support our Agile development process.

  • Milestone 1 (Dec 12 - Dec 30) - reduce the defect backlog
  • Milestone 2
    • Devt (Jan 3 - Jan 20)
    • FVT (Jan 23 - Jan 27) (Jan 16 - 20 for China team, due to holiday week)
  • Milestone 3
    • Devt (Jan 30 - Feb 10)
    • FVT (Feb 13 - Feb 17)
  • Milestone 4
    • Devt (Feb 20 - Mar 2)
    • FVT (Mar 5 - Mar 9)
  • SVT (Mar 12 - Apr 6)
  • Release Candidate 1 (Apr 9)
  • Release Candidate 2 (Apr 13)
  • Golden Master (Apr 20)
  • 0.8.0 Release (Apr 27)


Proposed Content for EDT 0.8.0

Integration

  • Extensions for IBM i
  • Wizards to support easier integration with Java (i.e.366480) and JavaScript
  • JNDI

Performance/Optimization

  • JavaScript runtime performance optimization (i.e. Number of include files, Minification, Obfuscation, etc)
  • JavaScript Generator optimization (i.e. Remove unnecessary code, etc)
  • Java Generator optimization (i.e. Cleanup warnings, etc)

Extensibility

  • Improved Extensibility in the EDT Core and EDT IDE (as determined by other line items being developed in this release)

Developer Productivity

  • EGL Service and Library wizards for database access (comparable to RBD Data Access App wizard)

Infrastructure and SDK Fundamentals

  • EGLDoc (Core) (i.e. Define EGLDoc syntax, Core utilities for accessing EGLDoc, Integration with Doc from existing frameworks)

Language

  • Implement a subset of the remaining EGL Language elements that were not supported in 0.7.0

IDE Usability

  • Fit and Finish
  • Content Assist

Strategic

  • Mobile support via Ext JS


Back to the top