How to write into the webcontainer and see those messages using public void log(String msg) and public void log(String msg ,Throwable t)?
How to configure weblogic to work with Eclipse IDE?How do you debug errors in an application using Eclipse IDE.
Latest Answer : Hi,This is srinivasarao from geektalk. i will explain but it is better to see the diagrametically. so see the below URL's to EJB module with the My eclipse IDE.http://www.myeclipseide.com/images/tutorials/MYSQL_Dbase.htmlhttp://www.myeclipseide.com/images/tutorials/WebLogic_Setup.htmlhttp://www.myeclipseide.com/images/tutorials/Entity_Bean.htmlhttp://www.myeclipseide.com/images/tutorials/Client.htmlkeeps ...
There are 4 domain sever and 4 web application running in a system. A client is acessing all web application at a time. How many servlet context will be created?
Latest Answer : can have 4 servlet context. as u have 4 web server and this is a distributed application ...
If a simple application is to be developed using Java, JSP, EJBs, Servlets, JDBC, XML in eclipse IDE What are the steps involved in it. Explain briefly step by step.
If given an option to choose between CMP and BMP in writing an application, Which one will you choose?
Which among these is a better choice? Why
Latest Answer : I always go for CMP, because you have code less. More over in large application, for Example Banking , Insurance application CMP is best option. CMP can handle n number of User. If your using Weblogic all mapping files are created by command line very ...
What are tokens in Java? How and Where do we use them in an application. Give an example.
Latest Answer : Java Tokens are used in struts. when a form is refreshed the value gets submitted twice results in duplicate form submission. To avoid this each page is given a identity called token one can save token to page by saveToken method. then use verify token ...