Francisco Oliveira wrote:
Hello,
Thank you for your email and recommendations.
Is there any website or tutorial about Midcom and
Midgard integration and initial develloping steps that
you could recommend to a newbie.


* http://www.midcom-project.org/ - Main MidCom site (documentation and short developer tutorial)
* http://www.slideml.org/files/slidesets/499/toc.html - Bergies Midgard/MidCom tutorial slides (basic usage)


First you should design your objects thoroughly on the functional level (these properties, these methods which do these things) then you should start thinking which Midgard object to extend (using a wrapper class) to get the desired baheviour, if there's a lot of time based querying I would definitely use events as the base, for storing contact information use persons etc.

One very important thing for future scalability and replication safety is that when storing links to other objects always use GUIDs unless the field is specified to be a link field in the base object description.

/Rambo


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to