Re: Status, Source code, Docs
Martin Matula <[email protected]> Mon, 20 Dec 2004 10:15:33 +0100
| Newsgroups | gmane.comp.java.netbeans.modules.mdr.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi Stefan, MDR source code is not distributed in a separate zip. You can either get it as part of the src.zip for whole NetBeans or you can check it out from the cvs (see instructions on MDR web). The sources of MDR and UML2MOF tool are also browsable on the web (go to MDR home page and choose "Browse source" from the menu bar on the left. There is no real tutorial for MDR. You can look at http://mdr.netbeans.org/example.html for a simple example. The source of UML2MOF tool (http://mdr.netbeans.org/uml2mof) serves as a more complicated example. Some use-cases are also covered in the architectural overview linked from javadocs. MDR is currently part of NetBeans 4.0 (released last week). We will still make some changes to the API, but these will be properly documented (in API Changes document) and announced in advance on this mailing list. Regards, Martin Stefan Bachert wrote: > Hi, > > I consider to use mdr for a project. > However, I need the source code and good developer > documentation/tutorial. > The offered JavaDocs is useless for that purpose.. > > Where can I download an archive with the sources? > Where can I download a tutorial for developers? > Where can I download sample source code? > > I would like it independly from using netbeans. > > The latest news are nearly two years old, but MDR in not considered to > be stable. > When will MDR reaches status "stable"? > > Stefan