[Uml-devel] PHP support and some fixing (was Re: wishlist)
Luis De la Parra Blum
lparrab at gmx.net
Sun Oct 20 03:26:01 UTC 2002
On Friday 18 October 2002 13:30, Heiko Nardmann wrote:
>
> Is it possible to have a configuration dialog for a code generator? First
> idea was in PHP set set whether this shall be a standalone script (then the
> path to the PHP interpreter should be configurable) or whether this should
> be used inside of a Web Server which makes it necessary to start the whole
> php code using "<?php" and end it using "?>". Maybe there are some other
> settings for other languages as well which would be helpful, e.g. format
> style of output. What about an abstract configuration method in class
> CodeGenerator which can be implemented by a language generator?
This was planned, but I never got to implement it as I did the code generation
stuff..
my idea was to have two settings, one for general code generation: "include
files" dir, output dir, overwrite policy, etc, and
one section for each of the available languages: clean name should
capilatlizeNames or underscore_them ?
For Java "container" class are really standard, but, for example, for C++,
what kind of container should be used referencing the parts of a aggregation
or composition ( std::vector, std::vector, QList<type>, type**, etc?)
We could have a closer look at this for next release. what do you say about
it?
More information about the umbrello-devel
mailing list