Does anybody know a good tutorial on how to write archetypes from scratch? Thank you very much! Sergio
--On 15. März 2006 09:21:49 +0100 Sergio Gomez <sofrosine@gmail.com> wrote:
Does anybody know a good tutorial on how to write archetypes from scratch?
You want to reimplement Archetypes???? Or do you want to write something _with_ Archetypes? -> Plone Book by Andy McKay -> Mysite Tutorial -aj ----------------------------------------------------------------------- - Andreas Jung ZOPYX Ltd. & Co KG - - E-mail: info@zopyx.com Web: www.zopyx.com, www.zopyx.de - -----------------------------------------------------------------------
Sergio Gomez wrote:
Does anybody know a good tutorial on how to write archetypes from scratch?
The best approach today is using eg "Poseidon for UML" Community Edition, and then ArchegenXML to generate skeletons for your AT content types. It is a bit longwinded until you figure it out, but very nice and really fast once you get to know it. http://plone.org/documentation/tutorial/archgenxml-getting-started http://gentleware.com/ (Poseidon) -- hilsen/regards Max M, Denmark http://www.mxm.dk/ IT's Mad Science Phone: +45 66 11 84 94 Mobile: +45 29 93 42 96
On 3/15/06, Sergio Gomez <sofrosine@gmail.com> wrote:
Does anybody know a good tutorial on how to write archetypes from scratch?
There is a rather dated developers' guide at plone.org: http://plone.org/products/archetypes/documentation/old/ArchetypesDeveloperGu... I would recommend playing with ArchGenXML, seeing how it works, and using it to either: 1. Generate all your classes and relationships 2. Learn how things are done so that you can write AT-based stuff from scratch. The developers' guide that I mentioned above has been very helpful, especially when writing page templates. Also, there's an Archetypes-users mailing list for these kind of questions: http://lists.sourceforge.net/lists/listinfo/archetypes-users The #plone channel on irc.freenode.net is also very helpful when dealing with Archetypes. -- Floyd May Senior Systems Analyst CTLN - CareerTech Learning Network fmay@okcareertech.org
participants (4)
-
Andreas Jung -
Floyd May -
Max M -
Sergio Gomez