| Author |
How to package your solution for upload
|
Steven De Groote
Greenhorn
Joined: Nov 23, 2006
Posts: 16
|
|
Hi all,
I've nearly finished part II, but for delivery there is mention "All deliverables will be accepted in HTML only and each diagram must be UML compliant". These should then be packaged in a JAR file.
Does that mean I cannot put any images in, because I was thinking of linking from my html to images, one for each diagram.
Any thoughts?
Thanks
|
Web developer / SCEA / Owner http://www.f1technical.net
|
 |
Mika Tapanainen
Ranch Hand
Joined: Jun 11, 2009
Posts: 91
|
|
Hello,
I think it is ok that you have index.html, which contains links to the diagram pictures.
I think "HTML only" means that assignment should be read with any HTML browser.
BR,
Mika
|
SCJP, SCJD, SCEA
http://fi.linkedin.com/in/mikatapanainen
|
 |
Jeanne Boyarsky
internet detective
Marshal
Joined: May 26, 2003
Posts: 26192
|
|
Steven,
Yes. They mean html with images. You can't submit diagrams in text!
|
[Blog] [JavaRanch FAQ] [How To Ask Questions The Smart Way] [Book Promos]
Blogging on Certs: SCEA Part 1, Part 2 & 3, Core Spring 3, OCAJP, OCPJP beta, TOGAF part 1 and part 2
|
 |
wolfgang unger
Greenhorn
Joined: Oct 30, 2010
Posts: 28
|
|
I have a stupid question to the jar-file:
I have an index.html file (no other html-files) and the jpg's in one folder.
If I pack this files in the jar and open the jar with 7zip, open the index.html, of course the image tags don't work.
I guess this is supposed to be like this, isn't it?
the tester will hopefully unpack the jar, before opening the index.html or is there any way to provide the functionality with the image links without unpacking the jar?
|
Senior Consultant/Software Architect
SCJP, SCEA
facebook: JEE Java Enterprise
|
 |
Jeanne Boyarsky
internet detective
Marshal
Joined: May 26, 2003
Posts: 26192
|
|
wolfgang unger wrote:I have a stupid question to the jar-file:
I have an index.html file (no other html-files) and the jpg's in one folder.
If I pack this files in the jar and open the jar with 7zip, open the index.html, of course the image tags don't work.
I guess this is supposed to be like this, isn't it?
the tester will hopefully unpack the jar, before opening the index.html or is there any way to provide the functionality with the image links without unpacking the jar?
Yes. You can assume the reviewer will unjar the entire thing before opening the index.html.
|
 |
 |
|
|
subject: How to package your solution for upload
|
|
|