P0w3rK!d has asked for the wisdom of the Perl Monks concerning the following question:

Fellow Monks, Does anyone know if Poseidon supports OOD for Perl?

My collegue showed it to me breifly and I thought I would share it with the Monestary. It's pretty slick!

Enjoy :)

-P0w3rK!d

Replies are listed 'Best First'.
Re: Posiedon + UML + Perl
by perrin (Chancellor) on Apr 04, 2003 at 21:07 UTC
    From their FAQ:

    "2) Can Poseidon generate C++ code?

    The standard templates provided with Poseidon can be used to generate Java and HTML code. With the Developer and Professional Editions, you can modify the code generation templates and even create your own custom templates. Code generation in Poseidon is based on the Velocity template engine. Using the Velocity template language and the Poseidon code generation framework, you can generate any kind of code you like, including C++ code. Please refer to the documentation for more information on customizing the code generation."

Re: Posiedon + UML + Perl
by simon.proctor (Vicar) on Apr 04, 2003 at 23:40 UTC
    IIRC Poseidon is based on ArgoUML which is open source. So you could easily use/hack that to see if it does what you want.
      YRC