jQWidgets Forums

jQuery UI Widgets Forums Grid Servlet source instead of php url

This topic contains 1 reply, has 2 voices, and was last updated by  ivailo 9 years, 10 months ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • Servlet source instead of php url #71298

    omargarro
    Participant

    Hi, I’ve some piece of code using jqxGrid that gets its content from a dataadapter coming from something like this:

    var sourceGrid = {
    cache: false,
    datatype: “json”,
    url: ‘stock/getInfoa_8.php’,
    type: ‘post’,
    data: { productID: 101},
    datafields: [
    { name: ‘COD_PPG’, type: ‘int’},
    { name: ‘Id_StkProd’, type: ‘int’}
    ]

    Now, I’m asked to move this from php to Java and Servlets.

    Is this possible ? I mean, I’ve no problem with developing a servlet that returns same json info as php does. But I dont know if the library will support this.

    Servlet source instead of php url #71306

    ivailo
    Participant

    Hi omargarro,

    You can see how to do this vith Java in our documentation.

    Best Regards,
    Ivailo Ivanov

    jQWidgets Team
    http://www.jqwidgets.com

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.