Hello.
> "Seiler, Rene" wrote: > > Is there anyone out side who really uses the RUP and Rational Rose to > created software for customers? We do. > Until we reached the point of modeling design classes and generate > code everything was great. But now we lost a week while fighting with > Rational Rose and JBuilder6 building EJBs, JSPs etc. > When we adapted Rose, we too tried to generate code from model, do round-trip engineering etc. However, we found that this was simply too time-consuming and not really worth the effort. In my opinion, Rose is not very good editor for writing C++ (or Java) classes, this is better done directly in C++. In addition, if you refine your model far enough so that you can generate code from it, it becomes very complex and loses it's point - model should help you get overview of your class structure, focusing on important points and leaving out unimportant ones. If your model is as complex as your code, you might as well use a good class browser to navigate that. Having said that, we use Rose extensively for initial exploring and drafting of architecture and design. Once the model is detailed enough to express the idea we are trying to implement, we leave the model alone and start coding. -- Margus ************************************************************************ * Rose Forum is a public venue for ideas and discussions. * For technical support, visit http://www.rational.com/support * * Post or Reply to: [EMAIL PROTECTED] * Subscription Requests: [EMAIL PROTECTED] * Archive of messages: * http://www.rational.com/support/usergroups/rose/rose_forum.jsp * Other Requests: [EMAIL PROTECTED] * * To unsubscribe from the list, please send email * To: [EMAIL PROTECTED] * Subject: <BLANK> * Body: unsubscribe rose_forum *************************************************************************
