Hi all,
I am trying to create a fairly simple web app (I believe) for data display purposes. I will preface this by stating I have not created a web app before, and i am not sure exactly what technology I should be using. I do want to use GWT for the front end, as I will need to use it for work at some point in the future. The idea is as follows.
I want to have a small collection of pages to allow multiple users to enter data, and a single page to display it. The users will enter numbers (points) from either a pc or a mobile phone, and the they will submit the values to the server. The server will aggregate the data, perform calculations and will update it the display page, which will be projected on some screen.
So I am intending to have a PC page, a mobile phone page and a PC display page.
I want to use GWT for the front end, but I don't know what to do for the back end. I want to stick with
Java, as I will also need to use this for work in the future.
Could some one please explain what other components I need to use?
Thank you.