Click objective on your left to start reading the notes |
SCBCD Study Information------Mark Twain, Pudd'nhead Wilson-----
SCBCD Test Information
If you are brand new to J2EE platform, start from SUN's J2EE tutorial, download the J2EE 1.3 version and documentation. What is SCBCD?SCBCD stands for Sun Certified Business Component Developer. The current SCBCD certification exam is for Java 2 Platform, Enterprise Edition 1.3. This exam is brand new in IT certification market, designed for programmers and developers who are responsible for designing, developing, testing, deploying, and integrating Enterprise JavaBeans (EJB) applications. It is also for those specializing in leveraging the Java 2 Platform, Enterprise Edition (J2EE platform) technologies used to develop server-side components that encapsulate the business logic of an application. Prior to beginning the Sun Certified Business Component Developer program, you must be a Sun Certified Programmer for the Java platform (any edition). For exam details, see the objectives Another exam called SCWCD which stands for Sun Certified Web Component Developer, focuses on the Web tier (Servlet, JSP, etc.), The more information and difference between web tier and business tier can be found at http://java.sun.com/j2ee/1.4/docs/tutorial/doc/Overview3.html#wp81104 The EJB technology business component developers will be able to:
What is business component?Business component or business tier is a logic part in J2EE server. The code for meeting the needs of a particular business domain like banking is handled by enterprise beans, which is often called business component. The enterprise beans often called EJB stays on the server side, not on the client side. Don't confuse with Java beans which can stay in the client side. EJB is a logic specification, can not be a graphic part like Java beans. EJB can retrieve data from storage, process data (if necessary) and send data back to the client program. The test will only cover EJB 2.0. How many EJBs?There are three kinds of enterprise beans:
A session bean represents a transient conversation with a client. When the client finishes executing, the session bean and its data are gone. In contrast, an entity bean represents persistent data stored in one row of a database table. If the client terminates or if the server shuts down, the underlying services ensure that the entity bean data is saved. A message-driven bean combines features of a session bean and a Java Message Service (JMS) message listener, allowing a business component to receive JMS messages asynchronously. What courses should I take?If you want to go the training route through Sun education, you may need to take:
Each course may cost you $2500 US dollars. If you don't want to pay them from your own pocket and want to get certified in EJB development, please follow this site study notes. Resources:
What do I learn?You will learn the following, not limited, from Sun's courses or from the SCBCD study notes, and be able to:
Donate a test questionSorry, the interactive form is disabled due to hacker attack Do you think some question is cool and would like other people to share it with you? Please fill in and your question & answer will be shown below immediately. Sorry, any question donated will be saved to be reviewed before being put on the page. We found some people abuse this interactive feature by listing unrelated stuff. You may use this form to contact javacamp.org if you want to. Thanks for your donation. The source : Joyjit Bose Question : Can I seat for the exam SCBCD without any certification or I have to clear first the SCJP ? You have to clear the SCJP first before you take SCBCD test. The source : Book?? Question : Which Book for passing SCBCD? The book on the market is "Head First Ejb: Passing the Sun Certified Business Component Developer Exam" around $32.00. May be some new books come out any time. Do amazon.com search. The best and free book is the EJB specification. The source: Question : Describe all kinds of the persistence type. Java Objects Entity Beans using CMP1.1 Entity Beans using CMP2.0 Entity Beans using BMP The source : Question : Duration and Pass Score - Which one is correct? Sun website lists as 120 minute with 45/70 pass score. Here it is 90 minute with 36/59. Which one is correct? The trial test was 90 minutes with 36/59 pass score and the test number set as 311-90. The formal test is 120 minutes with pass score 45/70 and the test number has been changed to 310-90. There is no typo here. Thanks for pointing out the outdated information. The source : Question : Do you think the certification is important? I think so. Especially when you compete with the person who has a similar background like you. If you got such cert, you stand out absolutely. |