Using Editor with JSP instead of PHP?

Using Editor with JSP instead of PHP?

DanSchwartzDanSchwartz Posts: 19Questions: 0Answers: 0
edited July 2012 in General
Is there any documentation/examples showing how to use the DataTables Editor with JSP (Java Server Pages)?

Replies

  • allanallan Posts: 63,542Questions: 1Answers: 10,476 Site admin
    There isn't a server-side implementation for Editor in JSP at the moment, but the protocol that Editor follows is fully documented here: http://editor.datatables.net/server/ , which is hopefully enough to allow a server-side environment for Editor to be programmed in any language (let me know if you think there is anything missing).

    If you fancy having a go at the implementation, do let me know and I'll advise as I can on what Editor expects.

    I will be adding more server-side example implementations for Editor over time, and the priority will be as they are asked for, so I'll chalk one more up for JSP now :-).

    Allan
  • DanSchwartzDanSchwartz Posts: 19Questions: 0Answers: 0
    Okay, I'll have a look at it, but it may be more than I want to attempt right now. If you do get around to doing it yourself, please let me know: dan@danielgschwartz.com .
This discussion has been closed.