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 "EclipseLink/Development/Examples"

(New page: This page discusses the PROPOSED approach to developing examples showing the usage of EclipseLink. These examples will be packaged and made available to customers through [[EclipseLink/Exa...)
 
Line 6: Line 6:
 
* How do we related the version of these examples with the packaged version? When do we update them?
 
* How do we related the version of these examples with the packaged version? When do we update them?
 
* How can a user report an issue with an example?
 
* How can a user report an issue with an example?
 +
 +
== Examples in SVN ==
 +
 +
/trunk/examples/...
 +
 +
== Testing ===
 +
 +
* Some amount of minimal test cases required?
 +
* tests must automated
 +
* test must run in an overall test harness
 +
* when do we run this test harness?
 +
 +
== Packaging ==
 +
 +
Standard packaging of examples for consistency?
 +
 +
== Download ==
 +
 +
Where are packaged/versioned examples made available?
 +
 +
Links from wiki example?
 +
 +
When do we update examples?
 +
 +
== User Feedback ==
 +
 +
Bugs?
 +
 +
Request new examples?
 +
 +
Contribute and example?

Revision as of 14:54, 17 December 2007

This page discusses the PROPOSED approach to developing examples showing the usage of EclipseLink. These examples will be packaged and made available to customers through EclipseLink/Examples.

Issues:

  • Where should these examples be located within SVN?
  • How do we ensure they are maintained and not broken by ongoing development?
  • How do we related the version of these examples with the packaged version? When do we update them?
  • How can a user report an issue with an example?

Examples in SVN

/trunk/examples/...

Testing =

  • Some amount of minimal test cases required?
  • tests must automated
  • test must run in an overall test harness
  • when do we run this test harness?

Packaging

Standard packaging of examples for consistency?

Download

Where are packaged/versioned examples made available?

Links from wiki example?

When do we update examples?

User Feedback

Bugs?

Request new examples?

Contribute and example?

Back to the top