Code generation from use cases

I have to build a system that inputs use cases and outputs code. I am as yet unsure how to do this. I assume the easiest way would be to go via class diagrams because code generation seems not a huge leap from there, but how would you suggest I get from the text use cases to a class diagram?Any help and pointers would be very very welcome.

Cheers,

Nicholas

[377 byte] By [Gona] at [2007-10-2 2:20:23]
# 1
If you invent this, they will have to create a new Nobel prize for computing. And we as developers will all be out of business. Best of luck.- Saish
Saisha at 2007-7-15 20:12:44 > top of Java-index,Other Topics,Patterns & OO Design...
# 2
HA!!! Yeah, I don't expect it to provide compileable code, maybe a code outline much like an interface would be the best I am hoping hoping for.
Gona at 2007-7-15 20:12:44 > top of Java-index,Other Topics,Patterns & OO Design...
# 3
Poseidon for UML has decent code generation (forward and reverse). However, I'm not sure if they take it all the way from use cases.- Saish
Saisha at 2007-7-15 20:12:44 > top of Java-index,Other Topics,Patterns & OO Design...