Calling Java Class Function Directly from Html Page - Possible?

Discussion in 'Java' started by maven, Jul 27, 2010.

  1. maven

    maven New Member

    Joined:
    Jul 26, 2010
    Messages:
    1
    Likes Received:
    0
    Trophy Points:
    0
    Hello dear fellows,
    I m new to Java programming but i know a bit basic of JSP, Java and web development.
    I am creating a login page for an application designed over Three-Tier Approach.

    For login or any other type of submission ive to first call a jsp page in the "action" and over that jsp page i had to creat a new java class object and call that function. and so for every frm ive , ive to make a different Jsp page



    What i was wondering that is it possible that i could skip those Jsp pages in between which each have only 5-6 lines of code and they only route me to the src/java class.. can i directly call a Java method from my html page? is it possible?

    thnakyou!
     
  2. shabbir

    shabbir Administrator Staff Member

    Joined:
    Jul 12, 2004
    Messages:
    15,375
    Likes Received:
    388
    Trophy Points:
    83
    Yes if you can either make an Ajax call to some other page which has the class code or you can make an Applet.
     

Share This Page

  1. 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.
    Dismiss Notice