• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Liutauras Vilda
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Devaka Cooray
  • Paul Clapham
Saloon Keepers:
  • Scott Selikoff
  • Tim Holloway
  • Piet Souris
  • Mikalai Zaikin
  • Frits Walraven
Bartenders:
  • Stephan van Hulst
  • Carey Brown

class diagram in Rose

 
Ranch Hand
Posts: 35
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi,
When i generate html files of the class diagram in Rose. I get the links
to several png files associated with classes, links, attributes and operations.
Should all this files be included in the assignment jar.
when i remove the files , a page not found is displayed.

Is it ok to submit in this way.

thanks
 
Ranch Hand
Posts: 37
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Raj,
Make sure that you include everything that Rose generates. You do not want the examiner to find missing links or images.
 
raj b
Ranch Hand
Posts: 35
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks, Giri
 
raj b
Ranch Hand
Posts: 35
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Giri,
My File size is 2.09MB including all the files generated by Rose.
Is this OK
 
Greenhorn
Posts: 18
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Raj

Rational Rose generates too heavy reports, I'll recommand to save each diagram as gif or jpeg image, use a simple html editor, create a index and a html file for each diagram, add your diagrams to your blank files and create links from the index.
I think that Sun recommands that the submission should be less than 1MB

Jose
 
Ranch Hand
Posts: 84
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Raj

I am using Rational Rose and am faced with the same dilemma as you since Rational Rose Web Publish Tool creates lots of files. Here are the Sun's instructions on the submission:

Failure to follow these rules will result in an immediate failure.

When you have completed your solution, you should have an "index.html" that has your name, i.d., a link to the class diagram, a link to the component diagram, and a link to each of the sequence/collaboration diagrams.Build a jar archive that contains all html files. You must build a jar archive; do not send individual files.

The name of your submission jar archive file MUST be derived from your i.d.. (Note that in the United States, your i.d. is your 9-digit social security number, e.g. 555443333. Outside the U.S., your i.d. might be 9 digits, or it might be 2 characters followed by 7 digits, e.g. sp1234567.) Your archive filename MUST BE scea-AAAAAAAAA.jar, where AAAAAAAAA is your i.d..


However while using the WebPublish Tool name the generated file as index.html as per Sun's instructions. Uncheck the following options while using the Web Publish Tool to reduce the file(s) size to less than 1MB.

Deployment View
Include Inhertited Items
Include Properties
Include Associations in Browsers

Hope this helps.

Thanks

-- Ravi
[ October 11, 2005: Message edited by: ravindra janapareddy ]
 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Can we submit all the files which are generated by Ration Rose Web Publisher as it is with another documnet with assumption and minimum documentation.

Please let me soon....I waiting for submission....
Thanks
--Adepu
 
Anderson gave himself the promotion. So I gave myself this tiny ad:
New web page for Paul's Rocket Mass Heaters movies
https://coderanch.com/t/785239/web-page-Paul-Rocket-Mass
reply
    Bookmark Topic Watch Topic
  • New Topic