Technical documentation

Have a great idea for extending Zimbra? Share ideas, ask questions, contribute, and get feedback.
Post Reply
lye
Posts: 1
Joined: Fri Sep 12, 2014 9:56 pm

Technical documentation

Post by lye »

Hi,
Do you have some kind of technical detailed documentation (like UML class diagrams, for example) of the Zimbra Server classes? I've checked the architecture model, but it is a high level documentation.
How about schema of SOAP messages or even the database model?
Thanks in advance,
Regards,
Luis Endo
17629anand
Zimbra Alumni
Zimbra Alumni
Posts: 273
Joined: Fri Sep 12, 2014 9:53 pm

Technical documentation

Post by 17629anand »

In the source, check out ZimbraServer/docs/soap*.txt and ZimbraServer/src/db/*.sql.

That should give you a fair idea of the SOAP APIs and the underlying schema.

The Java sources are fairly cleanly organized across packages - so it is not that difficult to follow the overall structure.
Post Reply