In the EJB we have to create the
.ejb-jar.xml file which explains about the three class files that is remote interface, home interface and the bean itself
.jboss.xml in which we map that EJB name with the JNDI name
.can anyone plz tell me the exact procedure (how the flows go on)
If the jsp file get compiled into the class file(after any chnage in the file itself)
Then why it is not possible that i can run it as a servlet
I mean to say if i keep the .class file from the work directory into the classes folder then it should be
executed as a normal servlet
Why it does...
I am new to Struts
So can any one tell me in brief that compaired with the MVC pattern can all layers be handled with the struts ?
I mean what exactly Actionform and Action classes do?
Is the jasper engine within tomcat act as a compiler for the jsp?
Is javac (as in jsdk1.4) is the compiler for the servlets within tomcat?
I am very confused ??????????
Plz can anyone help me?
Thanks ion advance
I am new to EJB
I want to know that if the home interface is called first and it returns the object of the remote interface
and through the remote interface is it possible to call the methods in the bean.
Is it possible to call the methods(directly from the remote interface) of the classes...
If the formal and actual argument of function
(i mean arguments in function defination and function declaration )
should match in numbers and the data type then how in the javascript if i call any function i can use
function xyz()
{
var argv = xyz.arguments;
..........
}
How in this case it...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.