Hi Markus, Unfortunately the API documentation (Javadocs) is pretty much non-existing. The best way to learn is to get the code from magnolia's SVN repository, and look at how existing modules work.
Depending on where you need to do your CRUD stuff, you may want to look at the following: * If you need to extend the Backend, look at creating a "page". * If your CRUD stuff happens from the Front-End, look at creating a Model-Class for your template. * In either case, you can create content via the ContentUtil and NodeDataUtil classes. Other things to look at: * If creating content on the front-end, you need to think about permissions (do people log in as public users before creating content?) * Where will you perform the CRUD ops? In the website workspace? In the data workspace? Maybe you need your own workspace for your content? I think you'll have to give a few more details about what you're trying to do before anyone can help you more... Regards from Vienna, Richard -----Ursprüngliche Nachricht----- Von: [email protected] [mailto:[email protected]] Im Auftrag von Markus Malkusch Gesendet: Mittwoch, 23. November 2011 10:16 An: Magnolia User-List Betreff: Re: [magnolia-user] Magnolia API documentation Nils Breunese <[email protected]>: > Do you have some concrete examples of things you'd like to achieve? Still CRUD operations on a repository. At the moment I'm guessing the semantic of the API by try and error and I seem to achieve slowly what I want. But I'm wondering where a proper documentation exists. I don't think you want to read all my "What does method xy() do?" questions. Markus ---------------------------------------------------------------- For list details, see http://www.magnolia-cms.com/community/mailing-lists.html Alternatively, use our forums: http://forum.magnolia-cms.com/ To unsubscribe, E-mail to: <[email protected]> ----------------------------------------------------------------
