Changes between Version 18 and Version 19 of DeveloperInformation
- Timestamp:
- Apr 11, 2008, 11:41:45 AM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DeveloperInformation
v18 v19 1 1 [[PageOutline]] 2 2 3 = Developer information =3 = Developer documentation = 4 4 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] 6 8 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] 7 12 8 13 == Development plan == … … 12 17 == Code examples == 13 18 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. 19 Code examples can be found on the BASE plug-ins site http://baseplugins.thep.lu.se/wiki/PluginDownload#Examplecode. 24 20 25 21 == I want to contribute ==