Search:

Type: Posts; User: nischalinn

Search: Search took 0.09 seconds.

  1. Replies
    2
    Views
    2,017

    adding jar files in Eclipse

    OS: UBUNTU 14.04
    Eclipse : Luna Release (4.4.0)

    I am trying to create a JSF web application using Eclipse. I was going through a tutorials, where it showed to add some jar files under the...
  2. Replies
    2
    Views
    3,283

    learning JSF

    Hello,

    I can't find the forum list for JSF, so posting here. I apologize if this is not the right place, please do move my post.
    Also, do reply for my problem too.

    I am learning JSF. I want...
  3. Replies
    1
    Views
    1,192

    implementing implements & extends

    Please provide me a simple good example for using "extends" & "implements" keyword.
    I tried to search in google but can not find any simple and easy example to have a good knowledge of these...
  4. alert box in front end to display errors in backend

    I have used ORACLE 10g as database and JSP as my front end.

    When users presses tabs data is fetched from the server and displayed at the front end. I want to show an ALERT box in the front end...
  5. leave the remaining html code after jsp:forward tag

    how to bypass the remaining html code after the <jsp:forward> tag??After processing DELETE task from del.jsp page, I am again rendered to this page which shows the html form. how can I leave the...
  6. by pressing single submit button send data to database as well direct to another page

    By pressing one single submit button, I want to insert data to oracle database as well to direct to another jsp page i.e. when I press the submit button by entering data in the text boxes the data...
  7. Re: extracting data from server parallely from jsp page

    @ copeg ya Oracle did not allow parallel processing of queries. I tried that. We can do it via java threading but I do not know how to implement threading with jsp pages.
  8. extracting data from server parallely from jsp page

    I have a home page.jsp where there are number of links to fetch data from Oracle data
    base.

    For quick operation, the links should be allowed to fetch data parallely i.e. if the client
    clicks at...
  9. Replies
    2
    Views
    2,383

    executing separate queries via threading

    I am working on a project where I've to implement thread for this task. I do not have much idea about threading.
    Please can anyone help me with this problem.

    I've to display two tables (tb1 &...
Results 1 to 9 of 9