1. How do J2EE application servers in general and the Weblogic servers in particular help software development? 2. What are EJBs? What are factors to determine which type of the EJBs to use? Give an example for each type you built recently in the projects you worked with and your reason of using that? 3. Describe how transactions are handled in EJBs. What happens to an EJB if an Exception is not caught? 4. Describe different ways of deploying EJBs to the Weblogic servers. Describe the necessary steps of deploying EJBs to the Weblogic servers for each of the methods identified above. What are the key parameters needed for the deployments?5. What are the steps to build WebServices for Weblogic application servers? Describe the necessary steps of deploying WebServices to the Weblogic servers.6. What are commonly used types of JMS subscribers? What are the steps to build the types of the JMS subscribers mentioned before? What happens if an Exception is not caught in the subscribers? 7. What is the proper way to ensure the messages are processed in order if messages are ordered entering a JMS queue? 8. What are the message selectors and how are they used?9. What will happen to the messages in a JMS queue if they do not match any one of the selectors associated with its subscribers? If JMS topics used instead of queues, will the answer be different? 10. How do you implement a priority based queue using JMS? What is the proper ways to give a group of messages higher priority? 11. If for some reason you have to delay a group of messages on a JMS queue from being processed, what is the proper way to implement it in JMS? 12. Describe the necessary steps to make a Message Driven Bean on the Weblogic server subscribe to a Foreign JMS destination, in particular if the destination is a Tibco JMS queue assuming the Tibco JMS security is turned on? 13. Describe the necessary steps to develop a XML SAX parser. Describe how XMLBean works.14. Describe how IBM MQ/JMS adaptor works. Describe the necessary steps to configure and use the IBM MQ/JMS adaptors.
-
Interview Candidate
- Feb 17th, 2006
- 4
- 3708
Showing Answers 1 - 4 of 4 Answers
Related Answered Questions
Related Open Questions
1. How do J2EE application servers in general and the Weblogic servers in particular help software development? 2. What are EJBs? What are factors to determine which type of the EJBs to use? Give an example for each type you built recently in the projects you worked with and your reason of using that? 3. Describe how transactions are handled in EJBs. What happens to an EJB if an Exception is not caught? 4. Describe different ways of deploying EJBs to the Weblogic servers. Describe the necessary steps of deploying EJBs to the Weblogic servers for each of the methods identified above. What are the key parameters needed for the deployments?5. What are the steps to build WebServices for Weblogic application servers? Describe the necessary steps of deploying WebServices to the Weblogic servers.6. What are commonly used types of JMS subscribers? What are the steps to build the types of the JMS subscribers mentioned before? What happens if an Exception is not caught in the subscribers? 7. What is the proper way to ensure the messages are processed in order if messages are ordered entering a JMS queue? 8. What are the message selectors and how are they used?9. What will happen to the messages in a JMS queue if they do not match any one of the selectors associated with its subscribers? If JMS topics used instead of queues, will the answer be different? 10. How do you implement a priority based queue using JMS? What is the proper ways to give a group of messages higher priority? 11. If for some reason you have to delay a group of messages on a JMS queue from being processed, what is the proper way to implement it in JMS? 12. Describe the necessary steps to make a Message Driven Bean on the Weblogic server subscribe to a Foreign JMS destination, in particular if the destination is a Tibco JMS queue assuming the Tibco JMS security is turned on? 13. Describe the necessary steps to develop a XML SAX parser. Describe how XMLBean works.14. Describe how IBM MQ/JMS adaptor works. Describe the necessary steps to configure and use the IBM MQ/JMS adaptors.
Related Answered Questions
Related Open Questions