質問

私は見た この基調講演 UMLモデルに基づいたアプリの開発についての話ですが、それに関するチュートリアルやドキュメントは見つかりません。

私を助けるためのチュートリアルやドキュメントを知っていますか?

ありがとう

役に立ちましたか?

解決

Have a look at ArchGenXML.

ArchGenXML is a code generator. It builds on architecture-centric, model-based and test-driven development. Generates Python code from UML-Models (XMI-Format). It's optimized for the generation of code based on the Archetypes framework.

Documentation about using it with Plone (Zope) can be found here.

他のヒント

As Aussie says, ArchGenXML is the way to go - I use it a lot. But use Paster and Zopeskel too. Create an "egg" skeleton as documented in the link (use the "archetype" template), then create your model (A .zargo file) in the main code directory (ie, the directory containing config.py).

This way ArchgenXML (AGX) will create everything as appropriate for an egg.

UML (Unified Modeling Languge) - is a modeling language. Is used to specify, visualize, modify, construct and document the artifacts of an object-oriented software intensive system under development.

Refer to here. [http://en.wikipedia.org/wiki/Unified_Modeling_Language][1]

If you searched using "UML" you'll find a bunch of result that will help you.

As soon as you will understand the concept of UML and know how to create UML diagrams then there's no more problem creating your app based on your model.

Very best,

ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top