Changes between Version 18 and Version 19 of DeveloperInformation


Ignore:
Timestamp:
Apr 11, 2008, 11:41:45 AM (16 years ago)
Author:
Nicklas Nordborg
Comment:

Link to new site for examples

Legend:

Unmodified
Added
Removed
Modified
  • DeveloperInformation

    v18 v19  
    11[[PageOutline]]
    22
    3 = Developer information =
     3= Developer documentation =
    44
    5 Documentation needed for the BASE developer is available through [http://base.thep.lu.se/chrome/site/doc/html/developerdoc/developerdoc.html BASE documentation developer information] and BASE Java API documentation. There is two versions of the API docs, the [http://base.thep.lu.se/chrome/site/latest/api/index.html latest stable BASE release] and the [http://base.thep.lu.se/chrome/site/trunk/api/index.html bleeding edge trunk BASE]. Non-core programmers should use the latest stable release. We also have the trunk version of the BASE documentation automatically regenerated regularly, [http://base.thep.lu.se/chrome/site/trunk/html/index.html html] and [http://base.thep.lu.se/chrome/site/trunk/base.pdf pdf].
     5 * [http://base.thep.lu.se/chrome/site/doc/html/developerdoc/developerdoc.html Main developer information]
     6   * [http://base.thep.lu.se/chrome/site/doc/html/developerdoc/plugin_developer/plugin_developer.html Plug-in developer information]
     7   * [http://base.thep.lu.se/chrome/site/doc/html/developerdoc/webservices/webservices.html Web services developer]
    68
     9 * Javadoc for the BASE API
     10   * [http://base.thep.lu.se/chrome/site/latest/api/index.html Latest stable release]
     11   * [http://base.thep.lu.se/chrome/site/trunk/api/index.html Trunk version]
    712
    813== Development plan ==
     
    1217== Code examples ==
    1318
    14 We have create code examples, showing how to create plug-ins and a simple web service client. The packages contains
    15 source code and compiled classes. For more information about how to run and use the test code, see the README file
    16 in the respective package. These packages are only tested against the latest release of BASE (''i.e.,'' they may or may not work with earlier releases).
    17 
    18  * [http://base2.thep.lu.se/base/exampleplugins.tar.gz Plug-in examples] (tar.gz, 1.4MB,  [http://base.thep.lu.se/browser/trunk/src/examples/plugins/README?format=txt README])
    19  * [http://base2.thep.lu.se/base/examplewebservices.tar.gz Web service client example] (tar.gz, 4.7MB, [http://base.thep.lu.se/browser/trunk/src/examples/webservices/README?format=txt README])
    20 
    21 
    22 For more information about developing plug-ins see the [http://base.thep.lu.se/chrome/site/doc/html/developerdoc/plugin_developer/plugin_developer.html Plug-in developer] chapter of
    23 the BASE documentation. For more information about developing web services see the [http://base.thep.lu.se/chrome/site/doc/html/developerdoc/webservices/webservices.html Web services] chapter.
     19Code examples can be found on the BASE plug-ins site http://baseplugins.thep.lu.se/wiki/PluginDownload#Examplecode.
    2420
    2521== I want to contribute ==