I just generated some java code from a model using 2001, but did not get the
fully qualified names that you did... my Rose must be configured
differently, so I can't help you there.

As for creating a component view that is different than the logical view:
why?  The beauty of Java is that the package structure *is* the directory
structure... just model your logical view like com.company.product... unless
there is some reason that you cannot do it that way.

-------------------------------------------------
Tony Picarello
Engineer
Science Applications International Corp.

Voice: 407-207-2791
Fax:    407-282-4530
Email: mailto:[EMAIL PROTECTED]


-----Original Message-----
From: Lozano, Javier [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, February 13, 2001 10:31 AM
To: 'Rose Forum'
Subject: (ROSE) Full qualified names




I'm a beginner  with Rational Rose for Java and I don't find how to
customize it to:
*       Use a  different tree structure for the "Logical View" and the
"Component View".
*       Avoid fully-qualified-types in method signatures.

Is it possible?

I explain both issues in detail:

I wanted to have:

        Logical View
            package1
            package2

        Component View
           com
              company
                  product
                       package1
                       package2

Also, for all the methods signatures, the code generated look like this:

        //Source file: D:\RoseTests\com\company\product1\Class2.java

        package com.company.product1;

        public class Class2 
        {
           
           public Class2() 
           {
           }
           
           /**
           @roseuid 3A8949900063
           */
           private package1.Class1 opname() 
           {
           }
        }

Using fully-qualified-types for all method properties and return. This is ok
but I prefer to have the import sentences and no fully-qualified-types.

Thanks a lot,

Javier Lozano.


************************************************************************
* Rose Forum is a public venue for ideas and discussions.
* For technical support, visit http://www.rational.com/support
*
* Admin.Subscription Requests: [EMAIL PROTECTED]
* Archive of messages:
http://www.rational.com/products/rose/usergroups/rose_forum.jtmpl
* Other Requests: [EMAIL PROTECTED]
*
* To unsubscribe from the list, please send email
*
* To: [EMAIL PROTECTED]
* Subject:<BLANK>
* Body: unsubscribe rose_forum
*
*************************************************************************
************************************************************************
* Rose Forum is a public venue for ideas and discussions.
* For technical support, visit http://www.rational.com/support
*
* Admin.Subscription Requests: [EMAIL PROTECTED]
* Archive of messages: 
http://www.rational.com/products/rose/usergroups/rose_forum.jtmpl
* Other Requests: [EMAIL PROTECTED]
*
* To unsubscribe from the list, please send email
*
* To: [EMAIL PROTECTED]
* Subject:<BLANK>
* Body: unsubscribe rose_forum
*
*************************************************************************

Reply via email to