<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-1234710532909468789</id><updated>2011-07-07T16:40:46.488-07:00</updated><title type='text'>Java Resources for Developers</title><subtitle type='html'>This blog is aimed at offering Java developers a wide range of resources for Java technologies, i.e. Java articles, tips, code examples, architecture, and much more.</subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://jeemind.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1234710532909468789/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://jeemind.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>Octavian Rusu</name><uri>http://www.blogger.com/profile/12549817320104999197</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>1</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-1234710532909468789.post-5986389000172724582</id><published>2010-04-11T12:55:00.000-07:00</published><updated>2010-04-11T14:04:27.257-07:00</updated><title type='text'>SCEA CX 310-052 Simulator</title><content type='html'>For those of you who are preparing for the &lt;a href="http://education.oracle.com/pls/web_prod-plq-dad/db_pages.getpage?page_id=41&amp;amp;p_exam_id=1Z0_864"&gt;SCEA Certification (Part 1): CX 310-052&lt;/a&gt;, it is recommended that you should take some tests before this exam.&lt;br /&gt;&lt;br /&gt;For this purpose, I created a Java Swing application which simulates the respective exam. The questions in this simulator were taken from &lt;a href="http://mycollectivematerial.blogspot.com/2009/02/scea15-my-experience.html"&gt;http://mycollectivematerial.blogspot.com/2009/02/scea15-my-experience.html&lt;/a&gt; and&amp;nbsp; &lt;a href="http://www.coderanch.com/"&gt;http://www.coderanch.com.&lt;/a&gt;&lt;br /&gt;&amp;nbsp; &lt;br /&gt;At the moment, this simulator contains two tests: one comprises 64 questions, the other 5 questions. If you want to add more questions, you can edit the &lt;b&gt;quiz_2.xml&lt;/b&gt; file, which can be found in the jar archive. I recommend that each xml file should have a maximum of 64 questions.&lt;br /&gt;&lt;br /&gt;The application can load automatically a maximum of 10 xml files with questions (quiz_1.xml ... quizz_10.xml). In order to add a new file with questions, you should make sure that the file respects the format below:&lt;br /&gt;&lt;br /&gt;&lt;div style="background-color: #cccccc;"&gt;&amp;lt;?xml version='1.0' encoding='utf-8'?&amp;gt;&lt;br /&gt;&amp;lt;questions&amp;gt;&lt;/div&gt;&lt;div style="background-color: #cccccc;"&gt;&amp;lt;question type="SINGLE_CHOICE or MULTIPLE_CHOICE"&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;statement&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;i&gt;The question statement will be placed here.&lt;/i&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/statement&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;choices&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;choice correct="true or false"&amp;gt;&lt;i&gt; One of the possible answers will be placed here.&lt;/i&gt;&amp;lt;/choice&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/choices&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/question&amp;gt;&lt;/div&gt;&lt;div style="background-color: #cccccc;"&gt;&amp;lt;/questions&amp;gt;&lt;/div&gt;&lt;br /&gt;In addition, the file must be named &lt;i&gt;quiz_&lt;b&gt;?&lt;/b&gt;.xml&lt;/i&gt; (where &lt;b&gt;?&lt;/b&gt; can be a number between 1 and 10) and placed in the jar archive.&lt;br /&gt;&lt;br /&gt;I hope that this application will be useful to many of you who want to take this exam.&lt;br /&gt;&lt;br /&gt;To download the application, please click this link &lt;a href="http://sourceforge.net/projects/sceasimulator/files/"&gt;http://sourceforge.net/projects/sceasimulator/files/&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;Good luck!&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1234710532909468789-5986389000172724582?l=jeemind.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://jeemind.blogspot.com/feeds/5986389000172724582/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://jeemind.blogspot.com/2010/04/scea-cx-310-052-simulator.html#comment-form' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1234710532909468789/posts/default/5986389000172724582'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1234710532909468789/posts/default/5986389000172724582'/><link rel='alternate' type='text/html' href='http://jeemind.blogspot.com/2010/04/scea-cx-310-052-simulator.html' title='SCEA CX 310-052 Simulator'/><author><name>Octavian Rusu</name><uri>http://www.blogger.com/profile/12549817320104999197</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>2</thr:total></entry></feed>
