File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Architect Certification (SCEA/OCMJEA) and the fly likes question on part 2 submission format Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Certification » Architect Certification (SCEA/OCMJEA)
Reply Bookmark "question on part 2 submission format " Watch "question on part 2 submission format " New topic
Author

question on part 2 submission format

vin garg
Greenhorn

Joined: Nov 10, 2010
Posts: 4
Can I have diagrams in jpg format and link them on index.html or all files should be in html format only?
Jeanne Boyarsky
internet detective
Marshal

Joined: May 26, 2003
Posts: 26193
    
  66

The idea is to have HTML. You can reference a jpg from the HTML but it should be as . Different people have browsers set up to view standalone images differently and you don't want to make life harder for your reviewer.


[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
chen jiangbo
Greenhorn

Joined: Aug 18, 2011
Posts: 15
Jeanne Boyarsky wrote:The idea is to have HTML. You can reference a jpg from the HTML but it should be as . Different people have browsers set up to view standalone images differently and you don't want to make life harder for your reviewer.


I don't get it,in my submission all digram are jpg file and it referenced by separated html file using img tag.
Is this would be ok?
Jeanne Boyarsky
internet detective
Marshal

Joined: May 26, 2003
Posts: 26193
    
  66

Yes. That was what I was trying to describe. I don't advise referring to your images with and having it open in a separate window.
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: question on part 2 submission format
 
Similar Threads
Help Needed in EL
Code for binary file to bitmap file conversion
Mock Exams for the new cert?
How to pass Arraylist values from an actionClass to a JSP page
Why is Refresh neccessary when loading the page?