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

(Testing =)
Line 11: Line 11:
 
/trunk/examples/...
 
/trunk/examples/...
  
== Testing ===
+
== Testing ==
  
 
* Some amount of minimal test cases required?
 
* Some amount of minimal test cases required?

Revision as of 14:55, 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