Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Shaun E on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: linusSanto
  • Content: Threads
  • Order by date
  1. linusSanto

    EJB

    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)
  2. linusSanto

    Its very Urgent

    How can i get the url of the current jsp page?
  3. linusSanto

    If the jsp file get compiled into t

    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...
  4. linusSanto

    How it can

    How can a JavaBeans can be called as a Client-side component model?
  5. linusSanto

    I am new to JBoss can any one help

    I am new to JBoss can any one help me what is the difference between ejb-jar.xml and jboss.xml (both are deployment descriptor for jboss)?
  6. linusSanto

    Struts

    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?
  7. linusSanto

    Is the jasper engine within tomcat

    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
  8. linusSanto

    I am new to EJB I want to know th

    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...
  9. linusSanto

    Function arguments

    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...

Part and Inventory Search

Back
Top