Tomcat Datatables

Tomcat Datatables

BenignReaverBenignReaver Posts: 24Questions: 5Answers: 0

I have a really frustrating issue;

I'm still fairly new to J2EE and I'm required to develop a database front-end for a client.

The client has a MySQL Database consisting of 400,00 rows and counting. Every single MySQL example I have seen has used PHP. This solution needs to reside within Apache Tomcat 5.x, and all data pulled/manipulated via servlets.

I'm not needing any fancy plugins, just the basic model.

Can anyone point me in the right direction?

Thanks in advance,
Michael

This question has an accepted answers - jump to answer

Answers

  • allanallan Posts: 61,627Questions: 1Answers: 10,091 Site admin

    The client / server protocol used for server-side processing is documented here. That can be used to construct a server-side processing capable program in any language.

    Allan

  • BenignReaverBenignReaver Posts: 24Questions: 5Answers: 0

    @allan,

    I got the server-side code working in a sense, the issue now is that when I click to show a new page, the page doesn't change. Here's the "guide" i've been following and adapting: http://localhost/datatableServersideExample/

  • allanallan Posts: 61,627Questions: 1Answers: 10,091 Site admin
    Answer ✓

    That's a local host link. Can you give a public link please?

    If the page isn't changing, then it sounds like the server-side protocol hasn't been fully implemented.

    Allan

  • BenignReaverBenignReaver Posts: 24Questions: 5Answers: 0

    @allan,

    I solved the issue, it was a simple syntaxing error that went unchecked facedesk

    Thanks for your continued support whilst learning this fantastic api :3

This discussion has been closed.