<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[JavaRanch: Latest posts for the topic "FREE: SCEA 5 Beta Certification Exam (Three Parts)"]]></title>
		<link>http://www.coderanch.com/forums/t/26/Architect-Certification-SCEA/FREE-SCEA-Beta-Certification-Exam</link>
		<description><![CDATA[Latest messages posted in the topic "FREE: SCEA 5 Beta Certification Exam (Three Parts)"]]></description>
		<generator>JForum - http://www.jforum.net</generator>
			<item>
				<title>FREE: SCEA 5 Beta Certification Exam (Three Parts)</title>
				<description><![CDATA[<b>FREE: SCEA 5 Beta Certification Exam (Three Parts)</b><br />  <br /> Are you an architect who is responsible for architecting and designing <a href="http://www.javaranch.com" class="faq" title="A Friendly Place for Java Greenhorns" target="_new">Java</a> Platform, Enterprise Edition compliant applications, which are scalable, flexible, and highly secure? If so, this is your opportunity to get involved in the creation of the Enterprise Architect certification exam!!!!! <br />  <br /> As a beta tester, you officially "test the test" and will be able to provide Sun with valuable comments and technical feedback about the Enterprise Architect questions, assignment and essay. The Sun beta exam counts toward official SCEA Certification! <br />  <br /> <b>Registration Start Date: September 26-27, 2007</b><br />  <br /> <b>Multiple Choice (Part I) Beta Dates: September 27 � October 22, 2007 <br />  <br /> Candidates will have four (4) hours to complete 160 questions, which should allow you time to respond to all questions and provide your valuable comments while taking the exam. <br />  <br /> This beta exam is offered Worldwide at any Authorized Prometric Testing Centers!<br />  <br /> Assignment (Part II) Beta Dates: November 21st - December 26th, 2007 </b><br />  <br /> <i>In order to proceed to Part II you must have passed the multiple choice part. Prometric will send you an email, if you passed, on how to proceed with Part II, the assignment. You will have 25 days to complete the assignment. After you have completed the assignment, please do NOT hesitate to take Part III, the essay, to complete your beta certification.<br /> </i><br />  <br /> <b>Short Essay (Part III) Beta Dates: November 28th - December 26th, 2007</b><br />  <br /> Prometric will also be sending you a voucher number for this part of the exam. It will be included in the email that will have the instructions on how to proceed with the Part II - Assignment.<br />  <br /> <b>Recommended Prerequisites: </b><br />  <br /> The Sun Certified Enterprise Architect exam is designed for candidates with experience in the following areas (<b>typically 5 or more years</b>): <br />      -Application design: concepts and principles <br />      -Common architectures <br />      -Integration and messaging <br />      -Business-tier technologies <br />      -Web-tier technologies <br />      -Java� EE technology <br />      -Patterns <br />      -Security<br />  <br /> Candidates <b>MUST</b> pass all three (3) parts of the beta exam in order to receive your certification kit. <br />  <br /> <b>BETA EXAM REGISTRATION PROCEDURE</b><br />  <br /> Unlike other SUN Microsystems certification exams, Part 1 (multiple choice) of this exam does NOT require a voucher. Part II (assignment) is an architecture assignment, and Part III (short essay) requires a voucher, which will be emailed to you if you pass Part I (multiple choice). <br />  <br /> To register for the "Sun Certified Enterprise Architect for the Java Platform, Enterprise Edition 5" Beta exam, you may register online at <a class="snap_shots" href="http://www.prometric.com/Sun/default.htm," target="_new" rel="nofollow">http://www.prometric.com/Sun/default.htm,</a> and follow the prompts.  Or, you may register by phone, by calling your regional Prometric registration office, listed at <a class="snap_shots" href="http://www.prometric.com/ContactUs/TestTakers." target="_new" rel="nofollow">http://www.prometric.com/ContactUs/TestTakers.</a> <br />  <br /> Asia/Australia 61-2-96405830 <br /> Europe 31-320-239-800 <br /> Japan 81-0120-107737 <br /> Latin America   Contact your local Prometric testing center, listed at <a class="snap_shots" href="http://www.2test.com" target="_new" rel="nofollow">www.2test.com</a>  <br /> USA/Canada 1-800-795-3926 <br />  <br /> <b>SCEA 5 Multiple Choice Testing Objectives "DRAFT"</b><br />  <br /> Section 1:  Application Design Concepts and Principles<br />  <br /> 1.1Explain the main advantages of an object oriented approach to system design including the effect of encapsulation, inheritance, delegation, and the use of interfaces, on architectural characteristics.<br /> 1.2Describe how the principle of �separation of concerns� has been applied to the main system tiers of a Java EE application.  Tiers include client (both GUI and web), web (web container), business (EJB container), integration, and resource tiers.  <br /> 1.3Describe how the principle of �separation of concerns� has been applied to the layers of a Java EE application. Layers include application, virtual platform (component APIs), application infrastructure (containers), enterprise services (operating system and virtualization), compute and storage, and the networking infrastructure layers.<br />  <br /> Section 2:Common Architectures<br />  <br /> 2.1Explain the advantages and disadvantages of two tier architectures when examined under the following topics: scalability, maintainability, reliability, availability, extensibility, performance, manageability, and security.<br /> 2.2Explain the advantages and disadvantages of three tier architectures when examined under the following topics: scalability, maintainability, reliability, availability, extensibility, performance, manageability, and security<br /> 2.3Explain the advantages and disadvantages of multi-tier architectures when examined under the following topics: scalability, maintainability, reliability, availability, extensibility, performance, manageability, and security.<br /> 2.4Explain the benefits and drawbacks of rich clients and browser-based clients as deployed in a typical Java EE application.<br /> 2.5Explain appropriate and inappropriate uses for Web Services in the Java EE Platform<br />  <br /> Section 3:Integration and Messaging<br />  <br /> 3.1Explain possible approaches for communicating with an external system from a Java EE-based system given an outline description of those systems and outline the benefits and drawbacks of each approach.<br /> 3.2Explain typical uses of Web Services and XML over HTTP as mechanisms to integrate distinct software components.<br /> 3.3Explain how Java Connector Architecture and JMS are used to integrate distinct software components as part of an overall Java EE application.<br />  <br /> Section 4: Business Tier Technologies <br />  <br /> 4.1Explain and contrast uses for Entity Beans, Entity Classes, Stateful and Stateless Session Beans, and Message Driven Beans and understand the advantages and disadvantages of each type.  <br /> 4.2Explain and contrast the following persistence strategies: Container Managed Persistence (CMP) BMP, JDO, JPA, ORM and using DAOs (Data Access Objects) and direct JDBC-based persistence under the following headings: ease of development, performance, scalability, extensibility and security.<br /> 4.3Explain how Java EE supports the deployment of server-side components implemented as Web Services and the advantages and disadvantages of adopting such an approach.<br /> 4.4Explain the benefits of the EJB3 development model over previous EJB generations for ease of development including how the EJB container simplifies EJB development.<br />  <br /> Section 5:  Web Tier Technologies <br />  <br /> 5.1State the benefits and drawbacks of adopting a web framework in designing a Java EE application<br /> 5.2Explain standard uses for JSP and Servlet technologies in a typical Java EE application.<br /> 5.3Explain standard uses for JSF technology in a typical Java EE application. <br /> 5.4Given a system requirements definition, explain and justify your rationale for choosing a web-centric or EJB-centric implementation to solve the requirements. Web-centric means that you are providing a solution that does not use <a href="http://java.sun.com/javaee/6/docs/api/javax/ejb/EJBs.html" class="api" title="Java API" target="_new" rel="nofollow">EJBs</a>.  EJB-centric solution will require an application server that supports <a href="http://java.sun.com/javaee/6/docs/api/javax/ejb/EJBs.html" class="api" title="Java API" target="_new" rel="nofollow">EJBs</a>.<br />  <br /> Section 6: Applicability of Java EE Technology <br />  <br /> 6.1Given a specified business problem, design a modular solution implemented using Java EE which solves that business problem.<br /> 6.2Explain how the Java EE platform enables service oriented architecture (SOA) -based applications.<br /> 6.3Explain how you would design a Java EE application to repeatedly measure critical non-functional requirements and outline a standard process with specific strategies to refactor that application to improve on the results of the measurements.<br />  <br /> Section 7: Patterns<br />  <br /> 7.1From a list, select the most appropriate pattern for a given scenario. Patterns are limited to those documented in the book - Alur, Crupi and Malks (2003). Core J2EE Patterns: Best Practices and Design Strategies 2nd Edition and named using the names given in that book.<br /> 7.2From a list, select the most appropriate pattern for a given scenario. Patterns are limited to those documented in the book - Gamma, Erich; Richard Helm, Ralph Johnson, and John Vlissides (1995). Design Patterns: Elements of Reusable Object-Oriented Software and are named using the names given in that book.<br /> 7.3Select from a list the benefits and drawbacks of a pattern drawn from the book - Gamma, Erich; Richard Helm, Ralph Johnson, and John Vlissides (1995). Design Patterns: Elements of Reusable Object-Oriented Software.<br /> 7.4Select from a list the benefits and drawbacks of a specified Core J2EE pattern drawn from the book � Alur, Crupi and Malks (2003). Core J2EE Patterns: Best Practices and Design Strategies 2nd Edition.<br />  <br /> Section 8: Security<br />  <br /> 8.1Explain the client-side security model for the Java SE environment, including the Web Start and applet deployment modes.<br /> 8.2Given an architectural system specification, select appropriate locations for implementation of specified security features, and select suitable technologies for implementation of those features<br /> 8.3Identify and classify potential threats to a system and describe how a given architecture will address the threats.<br /> 8.4Describe the commonly used declarative and programmatic methods used to secure applications built on the Java EE platform, for example use of deployment descriptors and JAAS.  <br />  <br />  <br /> <b>SCEA 5 Assignment Objectives "DRAFT"</b><br />  <br /> Section 1:  Application Design Concepts and Principles<br />  <br /> 1.1Document a given system architecture by creating UML diagrams for it.<br /> 1.2Explain the main advantages of an object oriented approach to system design including the effect of encapsulation, inheritance, delegation, and the use of interfaces, on architectural characteristics.<br /> 1.3Describe how the principle of �separation of concerns� has been applied to the main system tiers of a Java EE application.  Tiers include client (both GUI and web), web (web container), business (EJB container), integration, and resource tiers.  <br /> 1.4Describe how the principle of �separation of concerns� has been applied to the layers of a Java EE application. Layers include application, virtual platform (component APIs), application infrastructure (containers), enterprise services (operating system and virtualization), compute and storage, and the networking infrastructure layers.<br />  <br /> Section 2:Common Architectures<br />  <br /> 2.1Explain the advantages and disadvantages of two tier architectures when examined under the following topics: scalability, maintainability, reliability, availability, extensibility, performance, manageability, and security.<br /> 2.2Explain the advantages and disadvantages of three tier architectures when examined under the following topics: scalability, maintainability, reliability, availability, extensibility, performance, manageability, and security<br /> 2.3Explain the advantages and disadvantages of multi-tier architectures when examined under the following topics: scalability, maintainability, reliability, availability, extensibility, performance, manageability, and security.<br /> 2.4Explain the benefits and drawbacks of rich clients and browser-based clients as deployed in a typical Java EE application.<br /> 2.5Create a logical and physical model of a system infrastructure architecture<br />  <br /> Section 3:  Integration and Messaging<br />  <br /> 3.1Explain possible approaches for communicating with an external system from a Java EE-based system given an outline description of those systems and outline the benefits and drawbacks of each approach.<br /> 3.2Explain typical uses of Web Services and XML over HTTP as mechanisms to integrate distinct software components.<br /> 3.3Explain how Java Connector Architecture and JMS are used to integrate distinct software components as part of an overall Java EE application.<br /> 3.4Given a scenario, explain the appropriate messaging strategy to satisfy the requirements.<br />  <br /> Section 4: Business Tier Technologies <br />  <br /> 4.1Explain and contrast uses for Entity Beans, Entity Classes, Stateful and Stateless Session Beans, and Message Driven Beans and understand the advantages and disadvantages of each type.  <br /> 4.2Explain and contrast the following persistence strategies: Container Managed Persistence (CMP) BMP, JDO, JPA, ORM and using DAOs (Data Access Objects) and direct JDBC-based persistence under the following headings: ease of development, performance, scalability, extensibility and security.<br />  <br />  <br /> Section 5:  Web Tier Technologies <br />  <br /> 5.1Given a system requirements definition, explain and justify your rationale for choosing a web-centric or EJB-centric implementation to solve the requirements. Web-centric means that you are providing a solution that does not use <a href="http://java.sun.com/javaee/6/docs/api/javax/ejb/EJBs.html" class="api" title="Java API" target="_new" rel="nofollow">EJBs</a>.  EJB-centric solution will require an application server that supports <a href="http://java.sun.com/javaee/6/docs/api/javax/ejb/EJBs.html" class="api" title="Java API" target="_new" rel="nofollow">EJBs</a>.<br />  <br /> Section 6: Applicability of Java EE Technology <br />  <br /> 6.1Given a specified business problem, design a modular solution implemented using Java EE which solves that business problem.<br /> 6.2Given a specified business problem, identify and prioritize the main technology risk areas that must be addressed by the technical design and architecture.<br /> 6.3Explain how the Java EE platform enables service oriented architecture (SOA) -based applications.<br /> 6.4Identify how the Java SE and Java EE platform supports the internationalization and localization of applications.<br /> 6.5Explain your rationale for choosing build versus buy for a given Java EE component.<br /> 6.6Explain the typical challenges associated with the design and implementation of large scale enterprise software systems and how Java EE technology addresses those challenges.<br /> 6.7Explain how you would design a Java EE application to repeatedly measure critical non-functional requirements and outline a standard process with specific strategies to refactor that application to improve on the results of the measurements.<br />  <br /> Section 7: Patterns<br />  <br /> 7.1From a list, select the most appropriate pattern for a given scenario. Patterns are limited to those documented in the book - Alur, Crupi and Malks (2003). Core J2EE Patterns: Best Practices and Design Strategies 2nd Edition and named using the names given in that book.<br /> 7.2From a list, select the most appropriate pattern for a given scenario. Patterns are limited to those documented in the book - Gamma, Erich; Richard Helm, Ralph Johnson, and John Vlissides (1995). Design Patterns: Elements of Reusable Object-Oriented Software and are named using the names given in that book.<br /> 7.3Select from a list the benefits and drawbacks of a pattern drawn from the book - Gamma, Erich; Richard Helm, Ralph Johnson, and John Vlissides (1995). Design Patterns: Elements of Reusable Object-Oriented Software.<br /> 7.4Select from a list the benefits and drawbacks of a specified Core J2EE pattern drawn from the book � Alur, Crupi and Malks (2003). Core J2EE Patterns: Best Practices and Design Strategies 2nd Edition.<br />  <br /> Section 8: Security<br />  <br /> 8.1Given an architectural system specification, select appropriate locations for implementation of specified security features, and select suitable technologies for implementation of those features<br /> 8.2Identify and classify potential threats to a system and describe how a given architecture will address the threats.<br />  <br /> [ September 10, 2007: Message edited by: Evelyn Cartagena-Meyer ]<br /> [ September 10, 2007: Message edited by: Evelyn Cartagena-Meyer ]<br /> ]]></description>
				<guid isPermaLink="true">http://www.coderanch.com/forums/posts/preList/155965/760580</guid>
				<link>http://www.coderanch.com/forums/posts/preList/155965/760580</link>
				<pubDate><![CDATA[Tue, Aug 28 2007 17:12:00 MDT]]></pubDate>
				<author><![CDATA[Evelyn Cartagena-Meyer]]></author>
			</item>
			<item>
				<title>FREE: SCEA 5 Beta Certification Exam (Three Parts)</title>
				<description><![CDATA[Thanks for the info, Evelyn! That's awesome  <img src="http://www.coderanch.com/images/smilies/3b63d1616c5dfcf29f8a7a031aaa7cad.gif" />]]></description>
				<guid isPermaLink="true">http://www.coderanch.com/forums/posts/preList/155965/760581</guid>
				<link>http://www.coderanch.com/forums/posts/preList/155965/760581</link>
				<pubDate><![CDATA[Wed, Aug 29 2007 00:22:00 MDT]]></pubDate>
				<author><![CDATA[Adam Czysciak]]></author>
			</item>
			<item>
				<title>FREE: SCEA 5 Beta Certification Exam (Three Parts)</title>
				<description><![CDATA[Evelyn,<br />  <br /> Can we register for part I immediately or only on Sept 19 & 20th?<br /> Also after taking the part I exam when will the results be declared?<br /> Is it possible to take parts II & III earlier to Nov 21st?<br />  <br /> Thanks.<br /> Neeraj.]]></description>
				<guid isPermaLink="true">http://www.coderanch.com/forums/posts/preList/155965/760582</guid>
				<link>http://www.coderanch.com/forums/posts/preList/155965/760582</link>
				<pubDate><![CDATA[Wed, Aug 29 2007 00:35:00 MDT]]></pubDate>
				<author><![CDATA[Neeraja Neeraj]]></author>
			</item>
			<item>
				<title>FREE: SCEA 5 Beta Certification Exam (Three Parts)</title>
				<description><![CDATA[<blockquote class="uncited">
			<div><br /> Can we register for part I immediately or only on Sept 19 & 20th?<br /> </div>
		</blockquote><br /> Registration will be started on 9/19<br />  <br />  <blockquote class="uncited">
			<div><br /> Also after taking the part I exam when will the results be declared?<br /> </div>
		</blockquote><br /> Normally, 6-8 weeks after the exam concluded. But since we have Part II beta, so, you will know whether you pass or fail before 11/21.<br />  <br />  <blockquote class="uncited">
			<div><br /> Is it possible to take parts II & III earlier to Nov 21st?<br /> </div>
		</blockquote><br /> No. You can only start part II after you passed Part I.<br />  <br /> Nick]]></description>
				<guid isPermaLink="true">http://www.coderanch.com/forums/posts/preList/155965/760583</guid>
				<link>http://www.coderanch.com/forums/posts/preList/155965/760583</link>
				<pubDate><![CDATA[Wed, Aug 29 2007 04:40:00 MDT]]></pubDate>
				<author><![CDATA[Nicholas Cheung]]></author>
			</item>
			<item>
				<title>FREE: SCEA 5 Beta Certification Exam (Three Parts)</title>
				<description><![CDATA[Wow.  Something new for me to study for...]]></description>
				<guid isPermaLink="true">http://www.coderanch.com/forums/posts/preList/155965/760584</guid>
				<link>http://www.coderanch.com/forums/posts/preList/155965/760584</link>
				<pubDate><![CDATA[Wed, Aug 29 2007 08:57:00 MDT]]></pubDate>
				<author><![CDATA[Theodore Casser]]></author>
			</item>
			<item>
				<title>FREE: SCEA 5 Beta Certification Exam (Three Parts)</title>
				<description><![CDATA[Regarding experience details.. is it compulsory to have 5 years of exp to take the exam ...]]></description>
				<guid isPermaLink="true">http://www.coderanch.com/forums/posts/preList/155965/760585</guid>
				<link>http://www.coderanch.com/forums/posts/preList/155965/760585</link>
				<pubDate><![CDATA[Wed, Aug 29 2007 11:12:00 MDT]]></pubDate>
				<author><![CDATA[Aditya Adep]]></author>
			</item>
			<item>
				<title>FREE: SCEA 5 Beta Certification Exam (Three Parts)</title>
				<description><![CDATA[<blockquote class="uncited">
			<div>Originally posted by Aditya Adep:<br /> Regarding experience details.. is it compulsory to have 5 years of exp to take the exam ...</div>
		</blockquote><br />  <br /> There's no way for them to enforce that you have to have been in the field for five years, obviously.  It's just a good recommendation, based on the amount of experience they expect you'll have to successfully complete it.<br />  <br /> Though, I now (having had time to think about it) have a new question - for those of us who (in the unlikely event) do not pass and are prior SCEAs... will there be an upgrade path?  Or, if we simply don't pass Part II/III, will this be eligible for resubmission?  <img src="http://www.coderanch.com/images/smilies/3b63d1616c5dfcf29f8a7a031aaa7cad.gif" />]]></description>
				<guid isPermaLink="true">http://www.coderanch.com/forums/posts/preList/155965/760586</guid>
				<link>http://www.coderanch.com/forums/posts/preList/155965/760586</link>
				<pubDate><![CDATA[Wed, Aug 29 2007 11:23:00 MDT]]></pubDate>
				<author><![CDATA[Theodore Casser]]></author>
			</item>
			<item>
				<title>FREE: SCEA 5 Beta Certification Exam (Three Parts)</title>
				<description><![CDATA[Hi Evelyn,<br />  <br /> Could you please elaborate on what you mean about "receiving your certification kit"?  Will we get a free voucher to take the real test, or do we become SCEA 5 certified, or something else?<br />  <br /> Candidates MUST pass all three (3) parts of the beta exam in order to receive your certification kit. <br />  <br /> Thanks,<br /> Jim<br />  <br /> P.S. I have also passed along this announcement to my local JUG and will post it to Sun's JUG-Leaders list soon as well.]]></description>
				<guid isPermaLink="true">http://www.coderanch.com/forums/posts/preList/155965/760587</guid>
				<link>http://www.coderanch.com/forums/posts/preList/155965/760587</link>
				<pubDate><![CDATA[Wed, Aug 29 2007 12:29:00 MDT]]></pubDate>
				<author><![CDATA[Jim Bethancourt]]></author>
			</item>
			<item>
				<title>FREE: SCEA 5 Beta Certification Exam (Three Parts)</title>
				<description><![CDATA[Jim, to answer your question - the "kit" is a certificate and wallet card to show that you were certified.  Beta testers who pass the exam receive the certification as if they took it when it was generally released.]]></description>
				<guid isPermaLink="true">http://www.coderanch.com/forums/posts/preList/155965/760588</guid>
				<link>http://www.coderanch.com/forums/posts/preList/155965/760588</link>
				<pubDate><![CDATA[Wed, Aug 29 2007 14:01:00 MDT]]></pubDate>
				<author><![CDATA[Theodore Casser]]></author>
			</item>
			<item>
				<title>FREE: SCEA 5 Beta Certification Exam (Three Parts)</title>
				<description><![CDATA[Will there be a limit to the number of testers or will anyone who registers on 9/19 and 9/20 get in?<br />  <br /> Thanks,<br /> Dave]]></description>
				<guid isPermaLink="true">http://www.coderanch.com/forums/posts/preList/155965/760589</guid>
				<link>http://www.coderanch.com/forums/posts/preList/155965/760589</link>
				<pubDate><![CDATA[Wed, Aug 29 2007 14:36:00 MDT]]></pubDate>
				<author><![CDATA[Dave Klein]]></author>
			</item>
			<item>
				<title>FREE: SCEA 5 Beta Certification Exam (Three Parts)</title>
				<description><![CDATA[Hi Evelyn,<br />  <br /> If one clears the Part I will he get the certificate of Part I, or is it necessary to clear Parts II and III as well?<br /> I mean are you issuing individual certificates for each Part or is there a combined certificate for the three parts?]]></description>
				<guid isPermaLink="true">http://www.coderanch.com/forums/posts/preList/155965/760590</guid>
				<link>http://www.coderanch.com/forums/posts/preList/155965/760590</link>
				<pubDate><![CDATA[Wed, Aug 29 2007 21:17:00 MDT]]></pubDate>
				<author><![CDATA[Vedhas Pitkar]]></author>
			</item>
			<item>
				<title>FREE: SCEA 5 Beta Certification Exam (Three Parts)</title>
				<description><![CDATA[Its an excellent news. What are the recommended books for the study? and which versions will be covered?]]></description>
				<guid isPermaLink="true">http://www.coderanch.com/forums/posts/preList/155965/760591</guid>
				<link>http://www.coderanch.com/forums/posts/preList/155965/760591</link>
				<pubDate><![CDATA[Wed, Aug 29 2007 22:44:00 MDT]]></pubDate>
				<author><![CDATA[Sikandar Khan]]></author>
			</item>
			<item>
				<title>FREE: SCEA 5 Beta Certification Exam (Three Parts)</title>
				<description><![CDATA[<blockquote class="uncited">
			<div><br /> If one clears the Part I will he get the certificate of Part I, or is it necessary to clear Parts II and III as well?<br /> </div>
		</blockquote><br /> Yes<br />  <br />  <blockquote class="uncited">
			<div><br /> I mean are you issuing individual certificates for each Part or is there a combined certificate for the three parts?</div>
		</blockquote><br /> All 3 exams will conclude 1 certificate<br />  <br /> Nick]]></description>
				<guid isPermaLink="true">http://www.coderanch.com/forums/posts/preList/155965/760592</guid>
				<link>http://www.coderanch.com/forums/posts/preList/155965/760592</link>
				<pubDate><![CDATA[Wed, Aug 29 2007 23:33:00 MDT]]></pubDate>
				<author><![CDATA[Nicholas Cheung]]></author>
			</item>
			<item>
				<title>FREE: SCEA 5 Beta Certification Exam (Three Parts)</title>
				<description><![CDATA[<blockquote class="uncited">
			<div>Originally posted by Jim Bethancourt:<br /> Hi Evelyn,<br />  <br /> Could you please elaborate on what you mean about "receiving your certification kit"?  Will we get a free voucher to take the real test, or do we become SCEA 5 certified, or something else?<br />  <br /> Candidates MUST pass all three (3) parts of the beta exam in order to receive your certification kit. <br />  <br /> Thanks,<br /> Jim<br />  <br /> P.S. I have also passed along this announcement to my local JUG and will post it to Sun's JUG-Leaders list soon as well.</div>
		</blockquote><br />  <br /> Hi<br />  <br /> I cannot find the registration page on 2test.com.<br /> Can any provide a direct link to the page for a UK user?<br />  <br /> TIA]]></description>
				<guid isPermaLink="true">http://www.coderanch.com/forums/posts/preList/155965/760593</guid>
				<link>http://www.coderanch.com/forums/posts/preList/155965/760593</link>
				<pubDate><![CDATA[Thu, Aug 30 2007 04:06:00 MDT]]></pubDate>
				<author><![CDATA[Peter Pilgrim]]></author>
			</item>
			<item>
				<title>FREE: SCEA 5 Beta Certification Exam (Three Parts)</title>
				<description><![CDATA[Good News for me too. I was thinking of taking the old version of this exam in September. I think now I will look forward to this beta exam.<br />  <br /> I hope this is available for people in India also. Can some one confirm?<br /> [ August 30, 2007: Message edited by: Nagendra Inuguri ]<br /> ]]></description>
				<guid isPermaLink="true">http://www.coderanch.com/forums/posts/preList/155965/760594</guid>
				<link>http://www.coderanch.com/forums/posts/preList/155965/760594</link>
				<pubDate><![CDATA[Thu, Aug 30 2007 04:51:00 MDT]]></pubDate>
				<author><![CDATA[Nagendra Inuguri]]></author>
			</item>
			<item>
				<title>FREE: SCEA 5 Beta Certification Exam (Three Parts)</title>
				<description><![CDATA[Hi Evelyn and Theodore,<br /> I can't seem to find the SCEA 5 Beta test listed on the 2test website in Sun's list of tests.  What is the test number we should look for?<br />  <br /> Thanks,<br /> Jim]]></description>
				<guid isPermaLink="true">http://www.coderanch.com/forums/posts/preList/155965/760595</guid>
				<link>http://www.coderanch.com/forums/posts/preList/155965/760595</link>
				<pubDate><![CDATA[Thu, Aug 30 2007 07:25:00 MDT]]></pubDate>
				<author><![CDATA[Jim Bethancourt]]></author>
			</item>
			<item>
				<title>FREE: SCEA 5 Beta Certification Exam (Three Parts)</title>
				<description><![CDATA[Hi Jim,<br />  <br /> Please, read the thread from the begining. They'll be available only on Sept 19-20 on that site.<br />  <br /> Thanks<br />  <br /> Aurelio]]></description>
				<guid isPermaLink="true">http://www.coderanch.com/forums/posts/preList/155965/760596</guid>
				<link>http://www.coderanch.com/forums/posts/preList/155965/760596</link>
				<pubDate><![CDATA[Thu, Aug 30 2007 07:30:00 MDT]]></pubDate>
				<author><![CDATA[Aurelio Calegari]]></author>
			</item>
			<item>
				<title>FREE: SCEA 5 Beta Certification Exam (Three Parts)</title>
				<description><![CDATA[I dunno why everyone looks at me like I know anything official.  I'm just the resident certification-whore.  <img src="http://www.coderanch.com/images/smilies/3b63d1616c5dfcf29f8a7a031aaa7cad.gif" />   (Which is to say, I do these for fun as much as I do them for professional reasons, and I work for someone other than Sun.  Though, Evelyn, if you guys want to offer me a job as a professional certification tester...  <img src="http://www.coderanch.com/images/smilies/8a80c6485cd926be453217d59a84a888.gif" />  )]]></description>
				<guid isPermaLink="true">http://www.coderanch.com/forums/posts/preList/155965/760597</guid>
				<link>http://www.coderanch.com/forums/posts/preList/155965/760597</link>
				<pubDate><![CDATA[Thu, Aug 30 2007 07:42:00 MDT]]></pubDate>
				<author><![CDATA[Theodore Casser]]></author>
			</item>
			<item>
				<title>FREE: SCEA 5 Beta Certification Exam (Three Parts)</title>
				<description><![CDATA[Ah!!!  A big thanks to everyone for the clarification.  I misread and only thought that the test started on September 20th.<br />  <br /> Cheers,<br /> Jim]]></description>
				<guid isPermaLink="true">http://www.coderanch.com/forums/posts/preList/155965/760598</guid>
				<link>http://www.coderanch.com/forums/posts/preList/155965/760598</link>
				<pubDate><![CDATA[Thu, Aug 30 2007 08:23:00 MDT]]></pubDate>
				<author><![CDATA[Jim Bethancourt]]></author>
			</item>
			<item>
				<title>FREE: SCEA 5 Beta Certification Exam (Three Parts)</title>
				<description><![CDATA[Any pointers for the materials and how to prepare for this exam.<br />  <br /> Also Will having SCBCD beta 5 knowledge , help for this certification ?<br />  <br /> Thanks and Regards,<br /> Suchitra]]></description>
				<guid isPermaLink="true">http://www.coderanch.com/forums/posts/preList/155965/760599</guid>
				<link>http://www.coderanch.com/forums/posts/preList/155965/760599</link>
				<pubDate><![CDATA[Thu, Aug 30 2007 10:40:00 MDT]]></pubDate>
				<author><![CDATA[Suchitra Bhat]]></author>
			</item>
			<item>
				<title>FREE: SCEA 5 Beta Certification Exam (Three Parts)</title>
				<description><![CDATA[<blockquote class="uncited">
			<div>Originally posted by Theodore Casser:<br /> I dunno why everyone looks at me like I know anything official.</div>
		</blockquote><br />  <br /> Hi Theodore,<br /> Everyone looks up at you because you are always around and provide answers to the queries.<br />  <img src="http://www.coderanch.com/images/smilies/3b63d1616c5dfcf29f8a7a031aaa7cad.gif" />]]></description>
				<guid isPermaLink="true">http://www.coderanch.com/forums/posts/preList/155965/760600</guid>
				<link>http://www.coderanch.com/forums/posts/preList/155965/760600</link>
				<pubDate><![CDATA[Thu, Aug 30 2007 10:55:00 MDT]]></pubDate>
				<author><![CDATA[sanjay sahu]]></author>
			</item>
			<item>
				<title>FREE: SCEA 5 Beta Certification Exam (Three Parts)</title>
				<description><![CDATA[Hi Theodore,<br /> My apologies -- I'm new on the forum and didn't know your role.<br />  <br /> Thanks so much,<br /> Jim]]></description>
				<guid isPermaLink="true">http://www.coderanch.com/forums/posts/preList/155965/760601</guid>
				<link>http://www.coderanch.com/forums/posts/preList/155965/760601</link>
				<pubDate><![CDATA[Thu, Aug 30 2007 11:45:00 MDT]]></pubDate>
				<author><![CDATA[Jim Bethancourt]]></author>
			</item>
			<item>
				<title>FREE: SCEA 5 Beta Certification Exam (Three Parts)</title>
				<description><![CDATA[Hi All,<br />     I have created the google group for people preparing for this exam, can share thoughts and discuss about preparation material there<br />  <br /> <a class="snap_shots" href="http://groups.google.co.in/group/scea5?hl=en" target="_new" rel="nofollow">http://groups.google.co.in/group/scea5?hl=en</a><br />  <br /> People who are preparing for this exam can join the group]]></description>
				<guid isPermaLink="true">http://www.coderanch.com/forums/posts/preList/155965/760602</guid>
				<link>http://www.coderanch.com/forums/posts/preList/155965/760602</link>
				<pubDate><![CDATA[Thu, Aug 30 2007 15:40:00 MDT]]></pubDate>
				<author><![CDATA[Nandan Devarajulu]]></author>
			</item>
			<item>
				<title>FREE: SCEA 5 Beta Certification Exam (Three Parts)</title>
				<description><![CDATA[Hi Evelyn,<br />  <br /> Can you let us know what weightage each objective will carry for Part I?<br />  <br /> Thanks Nick & Theodore!]]></description>
				<guid isPermaLink="true">http://www.coderanch.com/forums/posts/preList/155965/760603</guid>
				<link>http://www.coderanch.com/forums/posts/preList/155965/760603</link>
				<pubDate><![CDATA[Thu, Aug 30 2007 22:19:00 MDT]]></pubDate>
				<author><![CDATA[Vedhas Pitkar]]></author>
			</item>
			<item>
				<title>FREE: SCEA 5 Beta Certification Exam (Three Parts)</title>
				<description><![CDATA[Thank you.<br />  <br /> If I only passed part I beta exam, can I take official SCEA 5 part II&III?<br /> [ August 30, 2007: Message edited by: Kengkaj Sathianpantarit ]<br /> ]]></description>
				<guid isPermaLink="true">http://www.coderanch.com/forums/posts/preList/155965/760604</guid>
				<link>http://www.coderanch.com/forums/posts/preList/155965/760604</link>
				<pubDate><![CDATA[Thu, Aug 30 2007 22:43:00 MDT]]></pubDate>
				<author><![CDATA[Kengkaj Sathianpantarit]]></author>
			</item>
			<item>
				<title>FREE: SCEA 5 Beta Certification Exam (Three Parts)</title>
				<description><![CDATA[Hi All,<br />  <br /> Is any one having the following info abt SCEA beta 5<br />  <br /> 1) Exam code<br /> 2) Number of questions in part 1<br /> 3) Duration for part 1<br /> 4) Can people in India register online on 19th Sep ?<br />  <br /> Thanks and Regards,<br /> Suchitra]]></description>
				<guid isPermaLink="true">http://www.coderanch.com/forums/posts/preList/155965/760605</guid>
				<link>http://www.coderanch.com/forums/posts/preList/155965/760605</link>
				<pubDate><![CDATA[Mon, Sep 3 2007 02:09:00 MDT]]></pubDate>
				<author><![CDATA[Suchitra Bhat]]></author>
			</item>
			<item>
				<title>FREE: SCEA 5 Beta Certification Exam (Three Parts)</title>
				<description><![CDATA[<blockquote class="uncited">
			<div>Originally posted by Vedhas Pitkar:<br /> Hi Evelyn,<br />  <br /> Can you let us know what weightage each objective will carry for Part I?<br />  <br /> Thanks Nick & Theodore!</div>
		</blockquote><br /> From my previous experiences, such information is never disclosed. Even you dont know this for offical exams.   <img src="http://www.coderanch.com/images/smilies/8a80c6485cd926be453217d59a84a888.gif" />  <br />  <br />  <blockquote class="uncited">
			<div>Hi All,<br />  <br /> Is any one having the following info abt SCEA beta 5<br />  <br /> 1) Exam code<br /> 2) Number of questions in part 1<br /> 3) Duration for part 1<br /> 4) Can people in India register online on 19th Sep ?<br />  <br /> Thanks and Regards,<br /> Suchitra <br /> </div>
		</blockquote><br /> 1) 311-052<br /> 2) around 180-220 (based on previous beta test experiences)<br /> 3) 4-5 hours (based on previous beta test experiences)<br /> 4) Cant help for this as I am not from India<br />  <br /> Nick<br /> [ September 03, 2007: Message edited by: Nicholas Cheung ]<br /> ]]></description>
				<guid isPermaLink="true">http://www.coderanch.com/forums/posts/preList/155965/760606</guid>
				<link>http://www.coderanch.com/forums/posts/preList/155965/760606</link>
				<pubDate><![CDATA[Mon, Sep 3 2007 02:58:00 MDT]]></pubDate>
				<author><![CDATA[Nicholas Cheung]]></author>
			</item>
			<item>
				<title>FREE: SCEA 5 Beta Certification Exam (Three Parts)</title>
				<description><![CDATA[<blockquote class="uncited">
			<div>Originally posted by Suchitra Bhat:<br /> Hi All,<br />  <br /> Is any one having the following info abt SCEA beta 5<br /> 4) Can people in India register online on 19th Sep ?<br />  <br /> Thanks and Regards,<br /> Suchitra</div>
		</blockquote><br />  <br /> In Mumbai, You can call up any Prometric center and register for it.]]></description>
				<guid isPermaLink="true">http://www.coderanch.com/forums/posts/preList/155965/760607</guid>
				<link>http://www.coderanch.com/forums/posts/preList/155965/760607</link>
				<pubDate><![CDATA[Mon, Sep 3 2007 05:56:00 MDT]]></pubDate>
				<author><![CDATA[Vedhas Pitkar]]></author>
			</item>
			<item>
				<title>FREE: SCEA 5 Beta Certification Exam (Three Parts)</title>
				<description><![CDATA[Hi,<br /> I think  19/20 are staring date due to time zones all over world. I think, registration is available onwards from this dates.<br />  <br /> Thanks]]></description>
				<guid isPermaLink="true">http://www.coderanch.com/forums/posts/preList/155965/760608</guid>
				<link>http://www.coderanch.com/forums/posts/preList/155965/760608</link>
				<pubDate><![CDATA[Mon, Sep 3 2007 07:08:00 MDT]]></pubDate>
				<author><![CDATA[Narendra Dhande]]></author>
			</item>
			<item>
				<title>FREE: SCEA 5 Beta Certification Exam (Three Parts)</title>
				<description><![CDATA[Has anyone received the voucher yet?]]></description>
				<guid isPermaLink="true">http://www.coderanch.com/forums/posts/preList/155965/760609</guid>
				<link>http://www.coderanch.com/forums/posts/preList/155965/760609</link>
				<pubDate><![CDATA[Wed, Sep 12 2007 12:35:00 MDT]]></pubDate>
				<author><![CDATA[Vijay S. Rathore]]></author>
			</item>
			<item>
				<title>FREE: SCEA 5 Beta Certification Exam (Three Parts)</title>
				<description><![CDATA[<blockquote class="uncited">
			<div>Originally posted by Vijay S. Rathore:<br /> Has anyone received the voucher yet?</div>
		</blockquote><br /> You should try reading the original post more carefully. The registration hasn't begun yet and the first part, once registration has begun, doesn't require a voucher.]]></description>
				<guid isPermaLink="true">http://www.coderanch.com/forums/posts/preList/155965/760610</guid>
				<link>http://www.coderanch.com/forums/posts/preList/155965/760610</link>
				<pubDate><![CDATA[Wed, Sep 12 2007 14:26:00 MDT]]></pubDate>
				<author><![CDATA[Marc Peabody]]></author>
			</item>
			<item>
				<title>FREE: SCEA 5 Beta Certification Exam (Three Parts)</title>
				<description><![CDATA[Dear Ranchers,<br />  <br /> As i have a voucher which is expiring on 31st Dec 2007,which i wish to utilize for SCBCD,I was intrested in knowing that can i write my SCBCD exam,in between of the Multiple Choice and Assignment or the Assignment and Essay,are there any rules regarding writing of two exams on the same date,or related to the same.]]></description>
				<guid isPermaLink="true">http://www.coderanch.com/forums/posts/preList/155965/760611</guid>
				<link>http://www.coderanch.com/forums/posts/preList/155965/760611</link>
				<pubDate><![CDATA[Thu, Sep 13 2007 01:58:00 MDT]]></pubDate>
				<author><![CDATA[anand phulwani]]></author>
			</item>
			<item>
				<title>FREE: SCEA 5 Beta Certification Exam (Three Parts)</title>
				<description><![CDATA[dear anand,<br />  i don't think there is any restriction .. and you can give both exam together... as for scea, its a independent exam...<br />  <br /> and scbcd is independent [ <img src="http://www.coderanch.com/images/smilies/3b63d1616c5dfcf29f8a7a031aaa7cad.gif" /> ]]]></description>
				<guid isPermaLink="true">http://www.coderanch.com/forums/posts/preList/155965/760612</guid>
				<link>http://www.coderanch.com/forums/posts/preList/155965/760612</link>
				<pubDate><![CDATA[Thu, Sep 13 2007 12:39:00 MDT]]></pubDate>
				<author><![CDATA[amit taneja]]></author>
			</item>
			<item>
				<title>FREE: SCEA 5 Beta Certification Exam (Three Parts)</title>
				<description><![CDATA[Dear Amit,<br />  <br /> I hope you are confident on this point,otherwise i might lose my voucher,and so do not wish to take the risk,hope for the best to happen,waiting for others to reply.]]></description>
				<guid isPermaLink="true">http://www.coderanch.com/forums/posts/preList/155965/760613</guid>
				<link>http://www.coderanch.com/forums/posts/preList/155965/760613</link>
				<pubDate><![CDATA[Fri, Sep 14 2007 03:49:00 MDT]]></pubDate>
				<author><![CDATA[anand phulwani]]></author>
			</item>
			<item>
				<title>FREE: SCEA 5 Beta Certification Exam (Three Parts)</title>
				<description><![CDATA[When is the  Registration Start Date? September 19-20, 2007<br /> [ <a class="snap_shots" href="https://www.suntrainingcatalogue.com/eduserv/client/learningPath.do?p=/training/certification/java/beta_architect.html" target="_new" rel="nofollow">https://www.suntrainingcatalogue.com/eduserv/client/learningPath.do?p=/training/certification/java/beta_architect.html</a> ]<br />  <br /> or <br /> September 26-27, 2007?]]></description>
				<guid isPermaLink="true">http://www.coderanch.com/forums/posts/preList/155965/760614</guid>
				<link>http://www.coderanch.com/forums/posts/preList/155965/760614</link>
				<pubDate><![CDATA[Fri, Sep 14 2007 10:15:00 MDT]]></pubDate>
				<author><![CDATA[Martin CHOW]]></author>
			</item>
			<item>
				<title>FREE: SCEA 5 Beta Certification Exam (Three Parts)</title>
				<description><![CDATA[<blockquote class="uncited">
			<div>Originally posted by anand phulwani:<br /> Dear Amit,<br />  <br /> I hope you are confident on this point,otherwise i might lose my voucher,and so do not wish to take the risk,hope for the best to happen,waiting for others to reply.</div>
		</blockquote><br />  <br /> Relax.  There's no penalty for doing another exam during your SCEA.  I did it.]]></description>
				<guid isPermaLink="true">http://www.coderanch.com/forums/posts/preList/155965/760615</guid>
				<link>http://www.coderanch.com/forums/posts/preList/155965/760615</link>
				<pubDate><![CDATA[Fri, Sep 14 2007 13:11:00 MDT]]></pubDate>
				<author><![CDATA[Theodore Casser]]></author>
			</item>
			<item>
				<title>FREE: SCEA 5 Beta Certification Exam (Three Parts)</title>
				<description><![CDATA[I have coupon for SCEA 1.1 which is valid till August 2008.<br /> can i use this coupon for some other exam as the new version of the SCEA exam is coming up...<br /> Taking up the old exam will be a waste and also i do not want that the 200$ which i had spent on voucher for 1.1 should go in drain...<br />  <br /> pls advise.]]></description>
				<guid isPermaLink="true">http://www.coderanch.com/forums/posts/preList/155965/760616</guid>
				<link>http://www.coderanch.com/forums/posts/preList/155965/760616</link>
				<pubDate><![CDATA[Tue, Sep 18 2007 12:26:00 MDT]]></pubDate>
				<author><![CDATA[Ashu Sharma]]></author>
			</item>
			<item>
				<title>FREE: SCEA 5 Beta Certification Exam (Three Parts)</title>
				<description><![CDATA[<blockquote class="uncited">
			<div>Originally posted by Martin CHOW:<br /> When is the  Registration Start Date? September 19-20, 2007<br /> [ <a class="snap_shots" href="https://www.suntrainingcatalogue.com/eduserv/client/learningPath.do?p=/training/certification/java/beta_architect.html" target="_new" rel="nofollow">https://www.suntrainingcatalogue.com/eduserv/client/learningPath.do?p=/training/certification/java/beta_architect.html</a> ]<br />  <br /> or <br /> September 26-27, 2007?</div>
		</blockquote><br /> It has been changed to September 26-27, 2007.<br />  <br /> Do check the SUN US website.   <img src="http://www.coderanch.com/images/smilies/8a80c6485cd926be453217d59a84a888.gif" />  <br /> <a class="snap_shots" href="http://www.sun.com/training/certification/java/beta_architect.xml" target="_new" rel="nofollow">http://www.sun.com/training/certification/java/beta_architect.xml</a><br />  <br /> Nick<br /> [ September 19, 2007: Message edited by: Nicholas Cheung ]<br /> ]]></description>
				<guid isPermaLink="true">http://www.coderanch.com/forums/posts/preList/155965/760617</guid>
				<link>http://www.coderanch.com/forums/posts/preList/155965/760617</link>
				<pubDate><![CDATA[Wed, Sep 19 2007 03:52:00 MDT]]></pubDate>
				<author><![CDATA[Nicholas Cheung]]></author>
			</item>
			<item>
				<title>FREE: SCEA 5 Beta Certification Exam (Three Parts)</title>
				<description><![CDATA[<blockquote class="uncited">
			<div>Originally posted by Ashutosh Dogra:<br /> I have coupon for SCEA 1.1 which is valid till August 2008.<br /> can i use this coupon for some other exam as the new version of the SCEA exam is coming up...<br /> Taking up the old exam will be a waste and also i do not want that the 200$ which i had spent on voucher for 1.1 should go in drain...<br />  <br /> pls advise.</div>
		</blockquote><br />  <br /> I think you can use voucher for other exam.]]></description>
				<guid isPermaLink="true">http://www.coderanch.com/forums/posts/preList/155965/760618</guid>
				<link>http://www.coderanch.com/forums/posts/preList/155965/760618</link>
				<pubDate><![CDATA[Wed, Sep 19 2007 05:33:00 MDT]]></pubDate>
				<author><![CDATA[Kengkaj Sathianpantarit]]></author>
			</item>
			<item>
				<title>FREE: SCEA 5 Beta Certification Exam (Three Parts)</title>
				<description><![CDATA[Hi Kengkaj,<br /> Any Idea where i can get more information on this.<br /> Thanks<br /> Ashutosh]]></description>
				<guid isPermaLink="true">http://www.coderanch.com/forums/posts/preList/155965/760619</guid>
				<link>http://www.coderanch.com/forums/posts/preList/155965/760619</link>
				<pubDate><![CDATA[Wed, Sep 19 2007 08:40:00 MDT]]></pubDate>
				<author><![CDATA[Ashu Sharma]]></author>
			</item>
			<item>
				<title>FREE: SCEA 5 Beta Certification Exam (Three Parts)</title>
				<description><![CDATA[<blockquote class="uncited">
			<div>Originally posted by Nicholas Cheung:<br /> <br /> It has been changed to September 26-27, 2007.<br />  <br /> Do check the SUN US website.    <img src="http://www.coderanch.com/images/smilies/8a80c6485cd926be453217d59a84a888.gif" />   <br /> <a class="snap_shots" href="http://www.sun.com/training/certification/java/beta_architect.xml" target="_new" rel="nofollow">http://www.sun.com/training/certification/java/beta_architect.xml</a><br />  <br /> Nick<br />  <br /> [ September 19, 2007: Message edited by: Nicholas Cheung ]</div>
		</blockquote><br />  <br /> <br /> What is going on?<br />  <br /> Is the registration today or next week?<br />  <br /> And where is the link on 2test.com for the UK?]]></description>
				<guid isPermaLink="true">http://www.coderanch.com/forums/posts/preList/155965/760620</guid>
				<link>http://www.coderanch.com/forums/posts/preList/155965/760620</link>
				<pubDate><![CDATA[Wed, Sep 19 2007 12:42:00 MDT]]></pubDate>
				<author><![CDATA[Peter Pilgrim]]></author>
			</item>
			<item>
				<title>FREE: SCEA 5 Beta Certification Exam (Three Parts)</title>
				<description><![CDATA[i just finish searching the prometric site and i did not find any link or sign for registering for SCEA 5 BETA 311-052.<br />  <br /> CAN SOMEONE LET US KNOW WHY WHEN AND HOW !!!!!!!    <img src="http://www.coderanch.com/images/smilies/jr-confused.gif" border="0">]]></description>
				<guid isPermaLink="true">http://www.coderanch.com/forums/posts/preList/155965/760621</guid>
				<link>http://www.coderanch.com/forums/posts/preList/155965/760621</link>
				<pubDate><![CDATA[Wed, Sep 19 2007 13:34:00 MDT]]></pubDate>
				<author><![CDATA[ikenna okpala]]></author>
			</item>
			<item>
				<title>FREE: SCEA 5 Beta Certification Exam (Three Parts)</title>
				<description><![CDATA[i just finish searching the prometric site and i did not find any link or sign for registering for SCEA 5 BETA 311-052.<br />  <br /> CAN SOMEONE LET US KNOW WHY WHEN AND HOW !!!!!!!    <img src="http://www.coderanch.com/images/smilies/jr-confused.gif" border="0">]]></description>
				<guid isPermaLink="true">http://www.coderanch.com/forums/posts/preList/155965/760622</guid>
				<link>http://www.coderanch.com/forums/posts/preList/155965/760622</link>
				<pubDate><![CDATA[Wed, Sep 19 2007 13:35:00 MDT]]></pubDate>
				<author><![CDATA[ikenna okpala]]></author>
			</item>
			<item>
				<title>FREE: SCEA 5 Beta Certification Exam (Three Parts)</title>
				<description><![CDATA[Hi,<br />  yes please any body tell me the exam code, so I can tell the prometric center. No body in the prometric center are aware of that.... comming exam...<br />  <br /> <br />  <br /> regards,<br /> Amit]]></description>
				<guid isPermaLink="true">http://www.coderanch.com/forums/posts/preList/155965/760623</guid>
				<link>http://www.coderanch.com/forums/posts/preList/155965/760623</link>
				<pubDate><![CDATA[Wed, Sep 19 2007 23:26:00 MDT]]></pubDate>
				<author><![CDATA[amit taneja]]></author>
			</item>
			<item>
				<title>FREE: SCEA 5 Beta Certification Exam (Three Parts)</title>
				<description><![CDATA[Hello, <br />    Somebody already made the registration from SCEA 5?]]></description>
				<guid isPermaLink="true">http://www.coderanch.com/forums/posts/preList/155965/760624</guid>
				<link>http://www.coderanch.com/forums/posts/preList/155965/760624</link>
				<pubDate><![CDATA[Thu, Sep 20 2007 05:52:00 MDT]]></pubDate>
				<author><![CDATA[Rafael Cassolato]]></author>
			</item>
			<item>
				<title>FREE: SCEA 5 Beta Certification Exam (Three Parts)</title>
				<description><![CDATA[Hate to say it, but anybody who don't understand the previous posts saying the SCEA 5 Beta registration has been postponed till September 26, or can't go to <a class="snap_shots" href="http://www.sun.com/training/certification/java/beta_architect.xml" target="_new" rel="nofollow">Sun website</a> and  read the information there, will have a very hard time passing the exam. I would strongly advice against it... (architecting a system is way more complex than reading a post)<br />  <br /> <br /> (I apologize to everybody for my bad mood  <img src="http://www.coderanch.com/images/smilies/ed515dbff23a0ee3241dcc0a601c9ed6.gif" /> )]]></description>
				<guid isPermaLink="true">http://www.coderanch.com/forums/posts/preList/155965/760625</guid>
				<link>http://www.coderanch.com/forums/posts/preList/155965/760625</link>
				<pubDate><![CDATA[Thu, Sep 20 2007 08:25:00 MDT]]></pubDate>
				<author><![CDATA[Gabriel Claramunt]]></author>
			</item>
			<item>
				<title>FREE: SCEA 5 Beta Certification Exam (Three Parts)</title>
				<description><![CDATA[<blockquote class="uncited">
			<div>Originally posted by Gabriel Claramunt:<br /> (I apologize to everybody for my bad mood   <img src="http://www.coderanch.com/images/smilies/ed515dbff23a0ee3241dcc0a601c9ed6.gif" />  )</div>
		</blockquote><br />  <br /> Why are you apologizing?  I've had a similar reaction in several other threads...<br />  <br /> As for inability to understand that it was postponed a week... I say encourage them to try.  <img src="http://www.coderanch.com/images/smilies/8a80c6485cd926be453217d59a84a888.gif" />   Lower scores by everyone else means it's easier for those of us who *gasp* understand simple instructions.]]></description>
				<guid isPermaLink="true">http://www.coderanch.com/forums/posts/preList/155965/760626</guid>
				<link>http://www.coderanch.com/forums/posts/preList/155965/760626</link>
				<pubDate><![CDATA[Thu, Sep 20 2007 08:47:00 MDT]]></pubDate>
				<author><![CDATA[Theodore Casser]]></author>
			</item>
			<item>
				<title>FREE: SCEA 5 Beta Certification Exam (Three Parts)</title>
				<description><![CDATA[Hmm, I have just booked SCEA 5 beta, 311-052 exam in Leeds, UK using prometric.  So have they decided to not postpone this exam or it this just some error that the exams can be booked now?]]></description>
				<guid isPermaLink="true">http://www.coderanch.com/forums/posts/preList/155965/760627</guid>
				<link>http://www.coderanch.com/forums/posts/preList/155965/760627</link>
				<pubDate><![CDATA[Thu, Sep 20 2007 11:42:00 MDT]]></pubDate>
				<author><![CDATA[Piotr Swiecicki]]></author>
			</item>
			<item>
				<title>FREE: SCEA 5 Beta Certification Exam (Three Parts)</title>
				<description><![CDATA[It depends on country - eg. there is 311-052 on exams list for Zimbabwe but not for United Kingdom.<br />  <br /> I'm quite confused, I hope I have'nt just missed the registration :-(]]></description>
				<guid isPermaLink="true">http://www.coderanch.com/forums/posts/preList/155965/760628</guid>
				<link>http://www.coderanch.com/forums/posts/preList/155965/760628</link>
				<pubDate><![CDATA[Thu, Sep 20 2007 13:38:00 MDT]]></pubDate>
				<author><![CDATA[Marcin Grunwald]]></author>
			</item>
			<item>
				<title>FREE: SCEA 5 Beta Certification Exam (Three Parts)</title>
				<description><![CDATA[I registered today (September 20th) through the website. No idea if the registration ends today or continues until the 27. When I registered all the September dates were unavailable at any location I tried, had to flip over to October before I saw any available times. I'm in the United States.<br /> [ September 20, 2007: Message edited by: Matthieu Heimer ]<br /> ]]></description>
				<guid isPermaLink="true">http://www.coderanch.com/forums/posts/preList/155965/760629</guid>
				<link>http://www.coderanch.com/forums/posts/preList/155965/760629</link>
				<pubDate><![CDATA[Thu, Sep 20 2007 14:35:00 MDT]]></pubDate>
				<author><![CDATA[Matthieu Heimer]]></author>
			</item>
			<item>
				<title>FREE: SCEA 5 Beta Certification Exam (Three Parts)</title>
				<description><![CDATA[As of today the SCEA Beta exam is available on prometric site for registration<br /> Exam number is 311-052]]></description>
				<guid isPermaLink="true">http://www.coderanch.com/forums/posts/preList/155965/760630</guid>
				<link>http://www.coderanch.com/forums/posts/preList/155965/760630</link>
				<pubDate><![CDATA[Thu, Sep 20 2007 15:12:00 MDT]]></pubDate>
				<author><![CDATA[Ashu Sharma]]></author>
			</item>
			<item>
				<title>FREE: SCEA 5 Beta Certification Exam (Three Parts)</title>
				<description><![CDATA[Confusing!<br /> In <a class="snap_shots" href="http://www.sun.com/training/certification/java/beta_architect.xml" target="_new" rel="nofollow">http://www.sun.com/training/certification/java/beta_architect.xml</a><br /> and this post<br /> Multiple Choice (Part I) Beta Dates: September 27 � October 22, 2007<br />  <br /> In Prometric 311-052 SCEA5 Beta Exam<br /> Available Exam Dates: 4 Oct ~ 16 Nov<br />  <br /> Anyway, I booked the last day 16 Nov first<br />  <br />  <blockquote class="uncited">
			<div>Appointment Summary<br /> Program Name: Sun Microsystems (310, 311)<br /> Exam Name: SCEA 5 Beta Certification Exam<br /> Appointment Date: 11/16/2007<br /> Appointment Duration: 04:15 [hh:mm]    </div>
		</blockquote><br /> [ September 21, 2007: Message edited by: Martin CHOW ]<br /> ]]></description>
				<guid isPermaLink="true">http://www.coderanch.com/forums/posts/preList/155965/760631</guid>
				<link>http://www.coderanch.com/forums/posts/preList/155965/760631</link>
				<pubDate><![CDATA[Fri, Sep 21 2007 02:15:00 MDT]]></pubDate>
				<author><![CDATA[Martin CHOW]]></author>
			</item>
			<item>
				<title>FREE: SCEA 5 Beta Certification Exam (Three Parts)</title>
				<description><![CDATA[Well, seems that you <b>can</b> register... good! I did it  <img src="http://www.coderanch.com/images/smilies/ed515dbff23a0ee3241dcc0a601c9ed6.gif" />]]></description>
				<guid isPermaLink="true">http://www.coderanch.com/forums/posts/preList/155965/760632</guid>
				<link>http://www.coderanch.com/forums/posts/preList/155965/760632</link>
				<pubDate><![CDATA[Fri, Sep 21 2007 12:26:00 MDT]]></pubDate>
				<author><![CDATA[Gabriel Claramunt]]></author>
			</item>
			<item>
				<title>FREE: SCEA 5 Beta Certification Exam (Three Parts)</title>
				<description><![CDATA[I was able to register yesterday, but the test was only available through October 22.]]></description>
				<guid isPermaLink="true">http://www.coderanch.com/forums/posts/preList/155965/760633</guid>
				<link>http://www.coderanch.com/forums/posts/preList/155965/760633</link>
				<pubDate><![CDATA[Sat, Sep 22 2007 09:09:00 MDT]]></pubDate>
				<author><![CDATA[Paul Croarkin]]></author>
			</item>
			<item>
				<title>FREE: SCEA 5 Beta Certification Exam (Three Parts)</title>
				<description><![CDATA[Registered for October 21st.<br />  <br /> Good Luck to everyone ...]]></description>
				<guid isPermaLink="true">http://www.coderanch.com/forums/posts/preList/155965/760634</guid>
				<link>http://www.coderanch.com/forums/posts/preList/155965/760634</link>
				<pubDate><![CDATA[Sat, Sep 22 2007 09:34:00 MDT]]></pubDate>
				<author><![CDATA[Vijay S. Rathore]]></author>
			</item>
			<item>
				<title>FREE: SCEA 5 Beta Certification Exam (Three Parts)</title>
				<description><![CDATA[Hi everybody!<br />  <br /> I registered yesterday (sep 21), my exam will be at october 22.<br /> In the prometric site, the exam SCEA5 is the last option of select box.<br />  <br /> There isn't appointments in my prefered testing center (Mexico city), i  chose another testing center.<br />  <br /> Hurry up. <br />  <br /> bye<br /> [ September 24, 2007: Message edited by: Jose Luis Iturbide ]<br /> ]]></description>
				<guid isPermaLink="true">http://www.coderanch.com/forums/posts/preList/155965/760635</guid>
				<link>http://www.coderanch.com/forums/posts/preList/155965/760635</link>
				<pubDate><![CDATA[Sat, Sep 22 2007 10:44:00 MDT]]></pubDate>
				<author><![CDATA[Jose Luis Iturbide]]></author>
			</item>
			<item>
				<title>FREE: SCEA 5 Beta Certification Exam (Three Parts)</title>
				<description><![CDATA[I tried registering for an Indian Site, and was redirected to -<br /> <a class="snap_shots" href="http://www.prometric.com/ContactUs/TestTakers/APACRegInfo.htm" target="_new" rel="nofollow">http://www.prometric.com/ContactUs/TestTakers/APACRegInfo.htm</a><br />  <br /> The telephone no. (0124-4147760) seems to be invalid.<br />  <br /> Please advise.<br />  <br /> Thanks in advance]]></description>
				<guid isPermaLink="true">http://www.coderanch.com/forums/posts/preList/155965/760636</guid>
				<link>http://www.coderanch.com/forums/posts/preList/155965/760636</link>
				<pubDate><![CDATA[Mon, Sep 24 2007 00:00:00 MDT]]></pubDate>
				<author><![CDATA[Prasanna Wamanacharya]]></author>
			</item>
			<item>
				<title>FREE: SCEA 5 Beta Certification Exam (Three Parts)</title>
				<description><![CDATA[<blockquote class="uncited">
			<div>Originally posted by Jose Luis Iturbide:<br /> Hi everybody!<br />  <br /> I just registered yesterday (sep 21), my exam will be at october 22.<br /> In the prometric site, the exam SCEA5 is the last option of select box.<br />  <br /> There isn't appointments in my prefered testing center (Mexico city), i have to choose another.<br />  <br /> Hurry up. <br />  <br /> bye<br />  <br /> [ September 22, 2007: Message edited by: Jose Luis Iturbide ]</div>
		</blockquote><br />  <br /> Hi<br />  <br /> I registered successfully on Monday morning 24th September using the Prometric Site. I choose a country and state, then choose Sun Microsystem and finally chose a test centre.<br />  <br /> My exam is in London at XPertise Training Ltd, 75 King William Street, the very same place I took the SCJ2P five years ago. My first SCEA exam takes place on 15 October 2007 starting at 12:45. Is this correct that the exam last four hours and fifteen minutes?<br />  <br /> Looking forward it. Know I must study. Good luck all<br /> <a class="snap_shots" href="http://jroller.com/peter_pilgrim" target="_new" rel="nofollow">http://jroller.com/peter_pilgrim</a>]]></description>
				<guid isPermaLink="true">http://www.coderanch.com/forums/posts/preList/155965/760637</guid>
				<link>http://www.coderanch.com/forums/posts/preList/155965/760637</link>
				<pubDate><![CDATA[Mon, Sep 24 2007 01:00:00 MDT]]></pubDate>
				<author><![CDATA[Peter Pilgrim]]></author>
			</item>
			<item>
				<title>FREE: SCEA 5 Beta Certification Exam (Three Parts)</title>
				<description><![CDATA[Its bad on Sun's part. Why do they update the certification page (<a class="snap_shots" href="http://www.sun.com/training/certification/java/beta_architect.xml" target="_blank" rel="nofollow">http://www.sun.com/training/certification/java/beta_architect.xml</a>) with new dates and don't follow that? The initial dates Sept 19-20 seems to be valid and I missed it. However I hope I can get an appointment now also.<br />  <br /> Prasanna, In India I think you cannot book it online. Even though I could reach a couple of centers on phone they are asking me to walk in to the center to book.]]></description>
				<guid isPermaLink="true">http://www.coderanch.com/forums/posts/preList/155965/760638</guid>
				<link>http://www.coderanch.com/forums/posts/preList/155965/760638</link>
				<pubDate><![CDATA[Mon, Sep 24 2007 01:19:00 MDT]]></pubDate>
				<author><![CDATA[Nagendra Inuguri]]></author>
			</item>
			<item>
				<title>FREE: SCEA 5 Beta Certification Exam (Three Parts)</title>
				<description><![CDATA[Hi Prasanna,<br />  <br /> Try on <b>0124 - 4517160</b> number for registration in India.]]></description>
				<guid isPermaLink="true">http://www.coderanch.com/forums/posts/preList/155965/760639</guid>
				<link>http://www.coderanch.com/forums/posts/preList/155965/760639</link>
				<pubDate><![CDATA[Mon, Sep 24 2007 01:42:00 MDT]]></pubDate>
				<author><![CDATA[Kiran Bhangale]]></author>
			</item>
			<item>
				<title>FREE: SCEA 5 Beta Certification Exam (Three Parts)</title>
				<description><![CDATA[Hi,<br />  <br /> I booked it today in Germany through phone.<br />  <br />  <blockquote class="uncited">
			<div>by email confirmation from Prometric<br /> Appointment Duration (HH:MM): 4:15<br /> Please note that the appointment duration may include an exam tutorial and client survey.</div>
		</blockquote><br />  <br /> Take care and take some water with you because it seems to become a long journey  <img src="http://www.coderanch.com/images/smilies/3b63d1616c5dfcf29f8a7a031aaa7cad.gif" />  .]]></description>
				<guid isPermaLink="true">http://www.coderanch.com/forums/posts/preList/155965/760640</guid>
				<link>http://www.coderanch.com/forums/posts/preList/155965/760640</link>
				<pubDate><![CDATA[Mon, Sep 24 2007 06:09:00 MDT]]></pubDate>
				<author><![CDATA[Darya Akbari]]></author>
			</item>
			<item>
				<title>FREE: SCEA 5 Beta Certification Exam (Three Parts)</title>
				<description><![CDATA[Hi,<br /> How can i register for the "Beta Architect Exam"???]]></description>
				<guid isPermaLink="true">http://www.coderanch.com/forums/posts/preList/155965/760641</guid>
				<link>http://www.coderanch.com/forums/posts/preList/155965/760641</link>
				<pubDate><![CDATA[Tue, Sep 25 2007 00:34:00 MDT]]></pubDate>
				<author><![CDATA[Khaled Mahmoud]]></author>
			</item>
			<item>
				<title>FREE: SCEA 5 Beta Certification Exam (Three Parts)</title>
				<description><![CDATA[Call prometric, the phone numbers are somewhere mentioned in this thread.]]></description>
				<guid isPermaLink="true">http://www.coderanch.com/forums/posts/preList/155965/760642</guid>
				<link>http://www.coderanch.com/forums/posts/preList/155965/760642</link>
				<pubDate><![CDATA[Tue, Sep 25 2007 04:54:00 MDT]]></pubDate>
				<author><![CDATA[Darya Akbari]]></author>
			</item>
			<item>
				<title>FREE: SCEA 5 Beta Certification Exam (Three Parts)</title>
				<description><![CDATA[Or look at the bottom <a class="snap_shots" href="http://www.sun.com/training/certification/java/beta_architect.xml" target="_new" rel="nofollow">here</a>.]]></description>
				<guid isPermaLink="true">http://www.coderanch.com/forums/posts/preList/155965/760643</guid>
				<link>http://www.coderanch.com/forums/posts/preList/155965/760643</link>
				<pubDate><![CDATA[Tue, Sep 25 2007 04:56:00 MDT]]></pubDate>
				<author><![CDATA[Darya Akbari]]></author>
			</item>
			<item>
				<title>FREE: SCEA 5 Beta Certification Exam (Three Parts)</title>
				<description><![CDATA[Hi ranchers. <br /> About registration:<br /> Strange enough I was able to register for November 15th(last date available when I tried ) although according to the Sun site and to this thread the exam should not have been enabled. <br /> My question is : should I reschedule for the last official date or should I just go with the date I registered ? <br /> I am not sure whether I can do the test on the Prometric date  or not. According to my Prometric account it is ok according to Sun info it is not. <br />  <br /> Any clues ? <br /> Thank you.<br /> Mihai.  <br /> PS : I really could use some more time for preparation as I can only save 2h/day for SCEA (due to work).<br /> [ September 25, 2007: Message edited by: Mihai Lihatchi ]<br /> ]]></description>
				<guid isPermaLink="true">http://www.coderanch.com/forums/posts/preList/155965/760644</guid>
				<link>http://www.coderanch.com/forums/posts/preList/155965/760644</link>
				<pubDate><![CDATA[Tue, Sep 25 2007 05:43:00 MDT]]></pubDate>
				<author><![CDATA[Mihai Lihatchi]]></author>
			</item>
			<item>
				<title>FREE: SCEA 5 Beta Certification Exam (Three Parts)</title>
				<description><![CDATA[Hi Guys<br />  <br /> I have successfully registered for SCEA 5 BETA version exam. But I didn't the exam slot as per my convenient in the nearest exam center. It is basically First come First serve basis. So pls rush it at the earliest. <br />  <br /> Is it possible to write the exam more than one time (Fail in the first attempt)?<br />  <br /> Regards<br /> Chandra Mohan]]></description>
				<guid isPermaLink="true">http://www.coderanch.com/forums/posts/preList/155965/760645</guid>
				<link>http://www.coderanch.com/forums/posts/preList/155965/760645</link>
				<pubDate><![CDATA[Tue, Sep 25 2007 13:07:00 MDT]]></pubDate>
				<author><![CDATA[Chandra Mohan]]></author>
			</item>
			<item>
				<title>FREE: SCEA 5 Beta Certification Exam (Three Parts)</title>
				<description><![CDATA[I registed today and I'll take the exam tomorrow.]]></description>
				<guid isPermaLink="true">http://www.coderanch.com/forums/posts/preList/155965/760646</guid>
				<link>http://www.coderanch.com/forums/posts/preList/155965/760646</link>
				<pubDate><![CDATA[Wed, Sep 26 2007 01:53:00 MDT]]></pubDate>
				<author><![CDATA[chao cai]]></author>
			</item>
			<item>
				<title>FREE: SCEA 5 Beta Certification Exam (Three Parts)</title>
				<description><![CDATA[<blockquote class="uncited">
			<div>Originally posted by Mihai Lihatchi:<br /> My question is : should I reschedule for the last official date or should I just go with the date I registered ? <br /> I am not sure whether I can do the test on the Prometric date  or not. According to my Prometric account it is ok according to Sun info it is not.</div>
		</blockquote><br /> I would strongly suggest rescheduling for within the time period mentioned by Sun - last thing you would want to do is to show up on the date you picked and find that they're not giving it anymore.  (Moreso, since Sun is talking about Part II starting on November 21st, which would be the next week, and insufficient time for them to grade your exam to include you if you passed, given past beta exams.)]]></description>
				<guid isPermaLink="true">http://www.coderanch.com/forums/posts/preList/155965/760647</guid>
				<link>http://www.coderanch.com/forums/posts/preList/155965/760647</link>
				<pubDate><![CDATA[Wed, Sep 26 2007 05:52:00 MDT]]></pubDate>
				<author><![CDATA[Theodore Casser]]></author>
			</item>
			<item>
				<title>FREE: SCEA 5 Beta Certification Exam (Three Parts)</title>
				<description><![CDATA[I booked the exam yesterday in Mumbai, India for 20th Oct. Thanks Kiran for helping out with the telephone number. I had to eventually call up the Test Site to register.<br />  <br /> The next step is to plan on the study strategy. I've had no luck with the posting on -<br /> <a class="snap_shots" href="http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&f=26&t=007110" target="_new" rel="nofollow">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&f=26&t=007110</a><br />  <br /> Any help would be greatly appreciated.]]></description>
				<guid isPermaLink="true">http://www.coderanch.com/forums/posts/preList/155965/760648</guid>
				<link>http://www.coderanch.com/forums/posts/preList/155965/760648</link>
				<pubDate><![CDATA[Wed, Sep 26 2007 07:28:00 MDT]]></pubDate>
				<author><![CDATA[Prasanna Wamanacharya]]></author>
			</item>
			<item>
				<title>FREE: SCEA 5 Beta Certification Exam (Three Parts)</title>
				<description><![CDATA[hello All, <br /> am able to successfully register in LONDON. I directly call the given number n registered via phone.<br />  <br /> There is no need to go to the Prometric Centre and tehy are very helpful in registerign on date / time as per our choice.   SO i think in UK the registraion via phone is fine.<br />  <br /> Any help required in this regard?<br />  <br /> Thanks]]></description>
				<guid isPermaLink="true">http://www.coderanch.com/forums/posts/preList/155965/760649</guid>
				<link>http://www.coderanch.com/forums/posts/preList/155965/760649</link>
				<pubDate><![CDATA[Wed, Sep 26 2007 08:26:00 MDT]]></pubDate>
				<author><![CDATA[SAM ]]></author>
			</item>
			<item>
				<title>FREE: SCEA 5 Beta Certification Exam (Three Parts)</title>
				<description><![CDATA[<blockquote class="uncited">
			<div>Originally posted by Theodore Casser:<br /> <br /> I would strongly suggest rescheduling for within the time period mentioned by Sun - last thing you would want to do is to show up on the date you picked and find that they're not giving it anymore.  (Moreso, since Sun is talking about Part II starting on November 21st, which would be the next week, and insufficient time for them to grade your exam to include you if you passed, given past beta exams.)</div>
		</blockquote><br />  <br /> Thank you Theodore. It is a wise advice   <img src="http://www.coderanch.com/images/smilies/3b63d1616c5dfcf29f8a7a031aaa7cad.gif" />   but November 16th sounded so well ... <br /> Guess you are right about this.<br /> Rescheduled to last official date (and to another center unfortunately) in France.<br /> Good luck with your and everybody's preparation.<br /> [ September 26, 2007: Message edited by: Mihai Lihatchi ]<br /> ]]></description>
				<guid isPermaLink="true">http://www.coderanch.com/forums/posts/preList/155965/760650</guid>
				<link>http://www.coderanch.com/forums/posts/preList/155965/760650</link>
				<pubDate><![CDATA[Wed, Sep 26 2007 09:58:00 MDT]]></pubDate>
				<author><![CDATA[Mihai Lihatchi]]></author>
			</item>
			<item>
				<title>FREE: SCEA 5 Beta Certification Exam (Three Parts)</title>
				<description><![CDATA[I am from India. I went to NIIT to register for the exam. They told me to send a mail to sraptc At prometric dot com . However I have so far not received any confirmation mail from them. Not sure whether I am registerd or not. Did someone succesfully register for exam in India? What steps?<br /> Thanks]]></description>
				<guid isPermaLink="true">http://www.coderanch.com/forums/posts/preList/155965/760651</guid>
				<link>http://www.coderanch.com/forums/posts/preList/155965/760651</link>
				<pubDate><![CDATA[Wed, Sep 26 2007 18:30:00 MDT]]></pubDate>
				<author><![CDATA[sanjeev sirigere]]></author>
			</item>
			<item>
				<title>FREE: SCEA 5 Beta Certification Exam (Three Parts)</title>
				<description><![CDATA[I have registered in NIIT Bangalore. I went to their prometric center and registered for october 20. He confirmed the date orally after taking a form from me. There is no email communication and I am going with his words.]]></description>
				<guid isPermaLink="true">http://www.coderanch.com/forums/posts/preList/155965/760652</guid>
				<link>http://www.coderanch.com/forums/posts/preList/155965/760652</link>
				<pubDate><![CDATA[Wed, Sep 26 2007 23:08:00 MDT]]></pubDate>
				<author><![CDATA[Nagendra Inuguri]]></author>
			</item>
			<item>
				<title>FREE: SCEA 5 Beta Certification Exam (Three Parts)</title>
				<description><![CDATA[Hi Sanjeev and Nagendra,<br />  <br /> Call 0124 - 4517160 number and register to any of your interested prometric center in India. Also It would be good if you have email communication for confirmed registration. I have email communication.<br />  <br /> Not sure whether today registration is possible or not, however try out.<br /> [ September 27, 2007: Message edited by: Kiran Bhangale ]<br /> ]]></description>
				<guid isPermaLink="true">http://www.coderanch.com/forums/posts/preList/155965/760653</guid>
				<link>http://www.coderanch.com/forums/posts/preList/155965/760653</link>
				<pubDate><![CDATA[Thu, Sep 27 2007 02:11:00 MDT]]></pubDate>
				<author><![CDATA[Kiran Bhangale]]></author>
			</item>
			<item>
				<title>FREE: SCEA 5 Beta Certification Exam (Three Parts)</title>
				<description><![CDATA[I have register this exam at Seed infotech,Pune and also next day i got the confirmation of this exam by email.]]></description>
				<guid isPermaLink="true">http://www.coderanch.com/forums/posts/preList/155965/760654</guid>
				<link>http://www.coderanch.com/forums/posts/preList/155965/760654</link>
				<pubDate><![CDATA[Thu, Sep 27 2007 02:23:00 MDT]]></pubDate>
				<author><![CDATA[Karan Shah]]></author>
			</item>
			<item>
				<title>FREE: SCEA 5 Beta Certification Exam (Three Parts)</title>
				<description><![CDATA[Just signed up!!!<br />  <br /> I write tomorrow, Sept. 28th.<br />  <br /> 160 questions. Man, that's alot!<br />  <br /> Wish me luck.<br />  <br /> By the way, I signed up online, and didn't have to phone a soul. Never picked up a phone at all. I did my exam in Ajax, Ontario, Canada.<br />  <br /> -Cameron McKenzie<br />  <br /> <br /> <b>UPDATE: JUST WROTE A REVIEW OF MY EXPERIENCE:::</b><br />  <br /> <a class="snap_shots" href="http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&f=26&t=007174" target="_new" rel="nofollow">Description of the SCEA Exam Experience after doing All 160 Questions</a><br />  <br /> Just thought you might be interested.<br /> [ September 30, 2007: Message edited by: Cameron McKenzie ]<br /> ]]></description>
				<guid isPermaLink="true">http://www.coderanch.com/forums/posts/preList/155965/760655</guid>
				<link>http://www.coderanch.com/forums/posts/preList/155965/760655</link>
				<pubDate><![CDATA[Thu, Sep 27 2007 08:04:00 MDT]]></pubDate>
				<author><![CDATA[Cameron Wallace McKenzie]]></author>
			</item>
			<item>
				<title>FREE: SCEA 5 Beta Certification Exam (Three Parts)</title>
				<description><![CDATA[I could able to register for the exam! Thank you all for helping me out. <br /> Sanjeev]]></description>
				<guid isPermaLink="true">http://www.coderanch.com/forums/posts/preList/155965/760656</guid>
				<link>http://www.coderanch.com/forums/posts/preList/155965/760656</link>
				<pubDate><![CDATA[Thu, Sep 27 2007 11:49:00 MDT]]></pubDate>
				<author><![CDATA[sanjeev sirigere]]></author>
			</item>
			<item>
				<title>FREE: SCEA 5 Beta Certification Exam (Three Parts)</title>
				<description><![CDATA[hello,<br />  <br /> I just tried for about an hour and failed repeatedly. After choosing a date it says:<br />  <blockquote class="uncited">
			<div>Payment Information<br />  <br /> An unexpected error has occurred while processing your request. We apologize for the inconvenience, please try again later. Please note: your method of payment has not been charged.<br />  <br /> Item cannot be found in the collection corresponding to the requested name or ordinal.<br /> </div>
		</blockquote><br /> SCEA 5 beta was selectable and still is. Maybe it is too late now?<br />  <br /> Will try tomorrow through phone, but then the 27th is definitely over.<br />  <br /> Kai]]></description>
				<guid isPermaLink="true">http://www.coderanch.com/forums/posts/preList/155965/760657</guid>
				<link>http://www.coderanch.com/forums/posts/preList/155965/760657</link>
				<pubDate><![CDATA[Thu, Sep 27 2007 13:29:00 MDT]]></pubDate>
				<author><![CDATA[Kai Witte]]></author>
			</item>
			<item>
				<title>FREE: SCEA 5 Beta Certification Exam (Three Parts)</title>
				<description><![CDATA[Hi,<br />  <br />   Does anyone know how this BETA exam different from the previous ones in terms of the objectives? <br />  <br />  Thanks,<br />  Pradeep]]></description>
				<guid isPermaLink="true">http://www.coderanch.com/forums/posts/preList/155965/760658</guid>
				<link>http://www.coderanch.com/forums/posts/preList/155965/760658</link>
				<pubDate><![CDATA[Thu, Sep 27 2007 14:00:00 MDT]]></pubDate>
				<author><![CDATA[Pradeep Avadhani]]></author>
			</item>
			<item>
				<title>FREE: SCEA 5 Beta Certification Exam (Three Parts)</title>
				<description><![CDATA[FYI, I called in and registered and was told that you NEED to register by phone because it's a free exam.  I don't know how true that is.<br />  <br /> David]]></description>
				<guid isPermaLink="true">http://www.coderanch.com/forums/posts/preList/155965/760659</guid>
				<link>http://www.coderanch.com/forums/posts/preList/155965/760659</link>
				<pubDate><![CDATA[Thu, Sep 27 2007 14:49:00 MDT]]></pubDate>
				<author><![CDATA[David Sica]]></author>
			</item>
			<item>
				<title>FREE: SCEA 5 Beta Certification Exam (Three Parts)</title>
				<description><![CDATA[I am also getting the same error. <br /> ============<br />  <br /> Payment Information<br /> An unexpected error has occurred while processing your request. We apologize for the inconvenience, please try again later. Please note: your method of payment has not been charged.<br /> Item cannot be found in the collection corresponding to the requested name or ordinal.<br />  <br /> ========<br />  <br /> Will call prometric tomorrow and see. they actually started registration few days before 26th this month, so hopefully they will still take in a few more  ppl  <img src="http://www.coderanch.com/images/smilies/3b63d1616c5dfcf29f8a7a031aaa7cad.gif" /> <br />  <br /> let me know if any of you folks can register for the exam]]></description>
				<guid isPermaLink="true">http://www.coderanch.com/forums/posts/preList/155965/760660</guid>
				<link>http://www.coderanch.com/forums/posts/preList/155965/760660</link>
				<pubDate><![CDATA[Thu, Sep 27 2007 23:15:00 MDT]]></pubDate>
				<author><![CDATA[Nishant Vepachedu]]></author>
			</item>
			<item>
				<title>FREE: SCEA 5 Beta Certification Exam (Three Parts)</title>
				<description><![CDATA[hello,<br />  <br /> yesterday (27th) it was too late for a phone call to Prometric. Today I called, and they told me that Sun told them in an email to stop registrations for this exam.<br />  <br /> Kai]]></description>
				<guid isPermaLink="true">http://www.coderanch.com/forums/posts/preList/155965/760661</guid>
				<link>http://www.coderanch.com/forums/posts/preList/155965/760661</link>
				<pubDate><![CDATA[Fri, Sep 28 2007 03:26:00 MDT]]></pubDate>
				<author><![CDATA[Kai Witte]]></author>
			</item>
			<item>
				<title>FREE: SCEA 5 Beta Certification Exam (Three Parts)</title>
				<description><![CDATA[yeah, its out of the registration now.  <img src="http://www.coderanch.com/images/smilies/8eb205fcc69b104dc7dacc0c97694f63.gif" border="0">   too bad!]]></description>
				<guid isPermaLink="true">http://www.coderanch.com/forums/posts/preList/155965/760662</guid>
				<link>http://www.coderanch.com/forums/posts/preList/155965/760662</link>
				<pubDate><![CDATA[Fri, Sep 28 2007 09:06:00 MDT]]></pubDate>
				<author><![CDATA[Nishant Vepachedu]]></author>
			</item>
			<item>
				<title>FREE: SCEA 5 Beta Certification Exam (Three Parts)</title>
				<description><![CDATA[Hi,<br />  <br /> I did register through the following link <a class="snap_shots" href="http://www.prometric.com/Sun/default.htm" target="_new" rel="nofollow">http://www.prometric.com/Sun/default.htm</a>]]></description>
				<guid isPermaLink="true">http://www.coderanch.com/forums/posts/preList/155965/760663</guid>
				<link>http://www.coderanch.com/forums/posts/preList/155965/760663</link>
				<pubDate><![CDATA[Fri, Sep 28 2007 09:19:00 MDT]]></pubDate>
				<author><![CDATA[Khaled Mahmoud]]></author>
			</item>
			<item>
				<title>FREE: SCEA 5 Beta Certification Exam (Three Parts)</title>
				<description><![CDATA[Yes the same thing happened to me as Kai .]]></description>
				<guid isPermaLink="true">http://www.coderanch.com/forums/posts/preList/155965/760664</guid>
				<link>http://www.coderanch.com/forums/posts/preList/155965/760664</link>
				<pubDate><![CDATA[Sat, Sep 29 2007 07:05:00 MDT]]></pubDate>
				<author><![CDATA[k.p thottam]]></author>
			</item>
			<item>
				<title>FREE: SCEA 5 Beta Certification Exam (Three Parts)</title>
				<description><![CDATA[All,<br />  <br /> The SCEA 5 BEta Exam Resources List which was available at sun's website is no longer available.<br />  <br /> Appreciate if someone who had it saved/downloaded from the Sun web site can share the same.<br />  <br /> Thanks,<br />  <br /> --Sandeep]]></description>
				<guid isPermaLink="true">http://www.coderanch.com/forums/posts/preList/155965/760665</guid>
				<link>http://www.coderanch.com/forums/posts/preList/155965/760665</link>
				<pubDate><![CDATA[Thu, Oct 4 2007 10:27:00 MDT]]></pubDate>
				<author><![CDATA[Sandeep Kumar]]></author>
			</item>
			<item>
				<title>FREE: SCEA 5 Beta Certification Exam (Three Parts)</title>
				<description><![CDATA[UML Distilled - by Martin Fowler<br />  <br />  �   <a href="http://www.javaranch.com" class="faq" title="A Friendly Place for Java Greenhorns" target="_new">Java</a> Design (Objects, UML, and Process) - by Kirk Knoernschild<br />  <br />     * Addison-Wesley (2002)<br />     * ISBN 0-201-75044-9 <br />  <br />  �   <a class="snap_shots" href="http://java.sun.com/developer/technicalArticles/WebServices/soa3/" target="_new" rel="nofollow">http://java.sun.com/developer/technicalArticles/WebServices/soa3/</a><br />  <br />  �   SOA Using Java Web Services (Paperback) - by Mark D. Hansen<br />  <br />  �   Developing Java Web Services: Architecting and Developing Secure Web Services Using Java - by Ramesh Nagappan, Robert Skoczylas, Rima Patel Sriganesh<br />  <br />  �   <a class="snap_shots" href="http://www.EnterpriseIntegrationPatterns.com/" target="_new" rel="nofollow">http://www.EnterpriseIntegrationPatterns.com/</a><br />  <br />  �   Enterprise Java Beans - by Richard Monson-Haefel<br />  <br />  �   Java Enterprise in a Nutshell - by David Flanagan, Jim Farley, William Crawford, Kris Magnusson<br />  <br />  �   EJB v3.0 spec<br />  <br />  �   EJB v2.1 spec<br />  <br />  �   Core Servlets and JavaServer Pages, Vol. 1 (2nd Edition) - by Marty Hall, Larry Brown<br />  <br />     * Prentice Hall PTR; 2 edition (August 29, 2003)<br />     * ISBN-13: 978-0130092298 <br />  <br />  �   Core Servlets and JavaServer Pages, Vol. 2 (2nd Edition) - by Marty Hall, Larry Brown, and Yaakov Chaikin<br />  <br />     * Prentice Hall PTR; 2 edition (December 1, 2007)<br />     * ISBN-13: 978-0131482609 <br />  <br />  �   Core JavaServer Faces (2nd Edition) - by David Geary, Cay S. Horstmann<br />  <br />     * Prentice Hall PTR; 2 edition (May 9, 2007)<br />     * SBN-13: 978-0131738867 <br />  <br />  �   Servlet v2.5 spec<br />  <br />  �   JSP v1.2 spec<br />  <br />  �   JSF v1.1 spec<br />  <br />  �   Designing Enterprise Applications with the Java 2 Platform, Enterprise Edition - by Nicholas Kassem, Enterprise Team<br />  <br />     * List Price: $37.95, Paperback - 368 pages 1 edition (June 2, 2000)<br />     * Addison-Wesley Pub Co<br />     * ISBN: 0201702770 <br />  <br />  �   Java 2 Platform, Enterprise Edition: Platform and Component Specifications - by Bill Shannon, Mark Hapner, Vlada Matena, Eduardo Pelegri-Llopart, Larry Cable, James Davidson<br />  <br />     * List Price: $44.95, Paperback - 800 pages 1 edition (May 26, 2000)<br />     * Addison-Wesley Pub Co<br />     * ISBN: 0201704560 <br />  <br />  �   Enterprise Blueprints: <a class="snap_shots" href="http://java.sun.com/blueprints/enterprise/" target="_new" rel="nofollow">http://java.sun.com/blueprints/enterprise/</a><br />  <br />  �   Java EE 5 Performance Management and Optimization (Pro) - by Steven Haines<br />  <br />  �   Design Patterns and Contracts - by Jean-Marc Jezequel, by Michel Train and Christine mingins<br />  <br />  �   Design Patterns - by Erich Gamma, Richard Helm, Ralph Johnson, John Vlissides, Grady Booch<br />  <br />  �   Core J2EE Patterns: <a class="snap_shots" href="http://java.sun.com/blueprints/corej2eepatterns/," target="_new" rel="nofollow">http://java.sun.com/blueprints/corej2eepatterns/,</a> <a class="snap_shots" href="http://www.corej2eepatterns.com/" target="_new" rel="nofollow">http://www.corej2eepatterns.com/</a><br />  <br />  �   Core J2EE Patterns: Best Practices and Design Strategies (2nd Edition) - Deepak Alur, John Crupi and Dan Malks<br />  <br />     * Publisher: Prentice Hall / Sun Microsystems Press<br />     * ISBN:0131422464; 2nd Edition (June, 2003) <br />  <br />  �   J2EE Blueprints<br />  <br />  �   Java 2 Network Security, by Marco Pistoia, Duane F. Reller, Deepak Gupta, Milind Nagnur, Ashok K. Ramani<br />  <br />  �   Core Security Patterns: Best Practices and Strategies for J2EE, Web Services, and Identity Managemen]]></description>
				<guid isPermaLink="true">http://www.coderanch.com/forums/posts/preList/155965/760666</guid>
				<link>http://www.coderanch.com/forums/posts/preList/155965/760666</link>
				<pubDate><![CDATA[Thu, Oct 4 2007 12:47:00 MDT]]></pubDate>
				<author><![CDATA[David Sheth]]></author>
			</item>
			<item>
				<title>FREE: SCEA 5 Beta Certification Exam (Three Parts)</title>
				<description><![CDATA[Thanks a lot David... Appreciate your help !]]></description>
				<guid isPermaLink="true">http://www.coderanch.com/forums/posts/preList/155965/760667</guid>
				<link>http://www.coderanch.com/forums/posts/preList/155965/760667</link>
				<pubDate><![CDATA[Thu, Oct 4 2007 14:09:00 MDT]]></pubDate>
				<author><![CDATA[Sandeep Kumar]]></author>
			</item>
	</channel>
</rss>
