• 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 part 2 info

 
Ranch Hand
Posts: 71
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
can you tell me how to be organized structure of the assignment?
Are there topics where I can find information about it?

Thanks
 
Ranch Hand
Posts: 325
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
In the assignment document, in the last its mentioned how to organize your assignment. Like make index.html (mention your name and promteric id on the same) and provide links to others stuff like class diagram, component diagram..etc and then make a jar file, with the naming convention they mentioned and they clear mentioned that do not send individual files.

Is this what you are looking for ?
 
Marco Lombardo
Ranch Hand
Posts: 71
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
This is correct the following structure (jar file with four items) ?

+ Name_Surname_Prometric_Id.jar
- index.html (file)
- Component Diagram (directory)
- Sequence Diagram (directory)
- Class Diagram (directory)

What about index.html content? Is there a guide line?
 
deepak adlakha
Ranch Hand
Posts: 325
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
This is what i did, Everything was in same directory, no separate directory.

And index.html was having my name, promteric id and just link links to gifs( class diagram, component... etc).
Also make sure you add all the delevierables. I didn't see deployment diagram, assumptions, Risks and Mitigation List in your reply. For sequence diagrams, for every use case there was a separate link.

one sugggestion, Once you make jar file, unjar the same in separate folder and only open index.html and verify all links once by click on them.
 
Marco Lombardo
Ranch Hand
Posts: 71
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
OK.
The index.html named with prometric Id and name/surname and all gifs in the same directory.
A last questione: Which are all the deliverables (gifs) in the jar?

Thanks

KR,

Marco
 
deepak adlakha
Ranch Hand
Posts: 325
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Deliverables are clearly mentioned in the assignment. I will suggest, please refer the same
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic