No one has yet repied to my question
I have another question if the jboss act as a EJB container then can't it act as servlet container also ?
If yes then why need to use tomcat with jboss ?
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)
I myself very confused But i got it bye the link
http://www.javaworld.com/javaworld/jw-07-1998/jw-07-step.html
under the "The component software model " heading in the second paragraph
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?
Hi
Thank u for helping me.
But now i am having another question
It the javac compiler itself compiles the sevlet then how
it does not allow to save the servlets with a name other than its class name
(As javac only allow that facility in the simple java application)
Plz give some...
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.