Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - ravi11

Pages: [1]
1
General Board / Re: Java Generation Requirement
« on: February 18, 2004, 06:12:02 am »
while this feature is built into EA, an excellent alternate way to generate files is XDoclet. of course this would mean there would be more @xdoc tags in your generated files to manage. for the meantime this is a good way to generate interfaces, impl classes during ant build after EA generates the initial classes.

RK

2
General Board / Java Generation Requirement
« on: February 14, 2004, 08:52:35 am »
greetings,

i have been trying to play with the code template framework and got to some level of customization.

i have a requirement where for a UML class diagram i want to automatically generate multiple files (an interface, class and an abstract class). i might eventually even want to generate an xml alongwith the other files.

(1) any pointers on how to gen. multiple files in a single command.

(2) is there a way to generate code from a command line given the .EAP file

thanks much
ravi

3
in the datatype drop down you need not choose an existing entry. you can type your own.

in your case type "String" directly into the box.

this will compile right off the bat since String is part of the default java.lang package.

Pages: [1]