I want to write a web based system, that allows users to log in (authenticated through username and password) and then to interact with a Windows style GUI. Data entered online would be either stored in a file or in a database (mySQL?) and would be available to print. The information stored would be specific for each day, with past days able to be called up. Non-Administrator users could view parts of the data, but could not alter it. My idea was that by using Java the system could be accessible to both Windoze and Mac users.
Is Java the correct language to do this? I would like to run the system on Linux if possible.
Thanks for any advice.
Is Java the correct language to do this? I would like to run the system on Linux if possible.
Thanks for any advice.