• 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
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Assignment Jar

 
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello,

I have created my assignment jar which is has follows

1. Index.html which is basically the architecture document consisting of assumptions made and sections for each of the uml artifact to be delivered
2. In each of this UML artifact section I have a link to the diagram which is
a gif file and opens in the same browser window

But I am little confused with the instructions in the requirement document which says
"Build a jar archive that contains all html files"

Any suggestions comments is highly appreciated

Thank you
 
Greenhorn
Posts: 28
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
My approach was have a index.html contained links to each deliverable being the class diagram, component diagrams x 3, sequence diagrams x 4 and assumptions document. My diagrams were JPG's and I had a seperate HTML page for each so I could ensure the browser rendered it the correct size without that annoying compressed view they do for big images. All files were in the one directory and I simply made a jar named as per the instructions.

Matt
 
scea aspirant
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Matt,

Thank you for sharing your approach.

Actually with my current structure, IE that I use in office (Version 6.0.28000...)does render it full size but in Firefox on my laptop it does compress it and the examiner will have to zoom it to have a comfortable view.

Maybe I will follow your approach as it suffices what is expected

Cheers
 
scea aspirant
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Matt,

Congratulations for the perfect score.

It gives me one more reason to just follow the structure you used
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic