Search:

Type: Posts; User: ur2cdanger

Search: Search took 0.14 seconds.

  1. Replies
    1
    Views
    1,202

    Data Structure or API for XQuery

    I need to convert a given XQuery to tree. Is there any API for doing this? If not what is the best structure to store the xquery? Is TreeMap ok? Please help.
  2. Replies
    2
    Views
    1,949

    Problem with array initialization

    I have been working in creating a B+ tree. I have certain problem in code. Please tell me what are the errors and how can I overcome it? I am giving the snippet where the error occurs.




    class...
  3. Problem with my jsp code .Need Help Please!!!

    I ve been writing a jsp code.But when redirecting from one page to another page,the browser shows the page code instead of the intended application.Can anybody tell me what error have I done?
    ...
  4. Replies
    8
    Views
    1,433

    Re: Can anybody correct the code?

    I have not yet written the JAVA File.All these codes are inside the jsp file itself.




    <%@ page language="java" contentType="text/html; charset=ISO-8859-1"
    pageEncoding="ISO-8859-1"%>
    ...
  5. Replies
    8
    Views
    1,433

    Re: Can anybody correct the code?

    Somebody please!!!!
  6. Replies
    8
    Views
    1,433

    Re: Can anybody correct the code?

    Oh..Im sorry..Can anybody resolve the error?
  7. Replies
    8
    Views
    1,433

    Re: Can anybody correct the code?

    **JAVA CODE HERE**

    String x=request.getParameter("longitude");
    String y = request.getParameter("latitude");
    String addr1 = "http://ws.geonames.org/findNearby?lat="+y+"&lng="+x;
    try
    {
    ...
  8. Replies
    8
    Views
    1,433

    Can anybody correct the code?

    Im just learning jsp.So it would be helpful if somebody can correct my code.


    JSP Code :
    String x=request.getParameter("longitude");
    String y =...
  9. Replies
    1
    Views
    1,712

    Can anybody correct the code?

    The code is

    Node codeiso3= node.selectSingleNode("isoAlpha3");
    Node capital= node.selectSingleNode("capital");
    ...
  10. Replies
    0
    Views
    1,314

    Problem with my jsp code

    Im getting an error message when I run this JSP Code.Can anybody clear me about this?

    Code :

    <%@ page language="java" contentType="text/html; charset=ISO-8859-1"
    ...
  11. Replies
    1
    Views
    1,307

    Return variable from an URL.

    How to get a return variable from an URL and use it in JSP. To be exact
    GeoNames
    returns 'IN' . How to get this and use it in my JSP code?
  12. Replies
    1
    Views
    1,273

    Help with XML Parsing

    I was working with XML parsing.Since I am learning it just now it would be good if somebody helps me to find the errors in my code

    This is the code snippet:


    I have declared all the variables...
  13. Replies
    3
    Views
    1,467

    Re: Please Help.SAX Readers and DOM

    Thank You very much.

    I have removed all the errots except one.

    String xpathExpression = "//Data/self_governing/";
    List <Node> nodes = feed.selectNodes(xpathExpression); //Error Here...

    The...
  14. Replies
    3
    Views
    1,467

    Please Help.SAX Readers and DOM

    Hi People.I was trying to access the data from an URL.Below are my codes.Can anybody correct me? I am sort of new to this.


    package com.java.connect.dom4j;

    import...
Results 1 to 14 of 14