Hi Reggie, I still don't really see what you mean with 'customized GUI information' and 'model files' .. which xml files are you talking about ?
It's not too complex: we generate JSPs from the model into the /target/src directory, by default they are overwritten everytime, just move those files you want to edit to your /src/jsp directory and them copy over the generated ones right before you build the war That way you keep you manual changes (this mechanism is not bulletproof in the sense that big changes in the model would mean big changes in your customly edited JSPs .. for the moment there is no other way, and you'll see it's not really a problem) -- Wouter > -----Original Message----- > From: [EMAIL PROTECTED] [mailto:andromda-user- > [EMAIL PROTECTED] On Behalf Of Reggie Guevara > Sent: Monday, January 10, 2005 11:51 AM > To: [EMAIL PROTECTED]; 'Chad Brandon'; andromda- > [EMAIL PROTECTED] > Subject: RE: [Andromda-user] GUI Development > > Hi Wouter, > > I emailed this in reply to your private reply before > the New Year, but didn't get a response, so I am > reposting it: > > Oh sorry! Can't the "source files" for the "complete > application" can be categorized into "manually > created", "AndroMDA generated", and "AndroMDA > modified"? > > So I meant could you list the "manually created" and > "AndroMDA modified" files, apart from the > Posiedon/Magic Draw model files themselves, that > contain the customized GUI information? I'm guessing > that there are such xml files? Unless the model files > contain all the GUI information? > > This is our first time with MDA, and we're trying to > make heads and tails of all the components ;-) > > Reggie > ------------------------------------------------------- The SF.Net email is sponsored by: Beat the post-holiday blues Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek. It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt _______________________________________________ Andromda-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/andromda-user
