Difference between revisions of "Using the export servlet"

(New page: There are two things to do with the export servlet: * You can use it to export data from OX: Hyperion ** Example: Exporting you Contacts as vCards. * you can extend it to export new form...)
 
m (added categories)
Line 12: Line 12:
  
 
See also: [[Using the import servlet]].
 
See also: [[Using the import servlet]].
 +
 +
 +
 +
[[Category:OX EE related]]
 +
[[Category:OX HE related]]
 +
[[Category:OX Hyperion related]]

Revision as of 09:55, 26 June 2007

There are two things to do with the export servlet:

  • You can use it to export data from OX: Hyperion
    • Example: Exporting you Contacts as vCards.
  • you can extend it to export new formats
    • Example: Currently, the CSV format can only be used to export contacts. You can extend it to export appointments.


Exporting data using existing exporters is done using the API, as explained in HTTP API.

Adding a new exporter is explained in Building an exporter.

See also: Using the import servlet.