Hi folks,
I have a design related question for you:
We need a client/server application, which helps us administrating and maintaining our project.
The user should be able to make some entries in a database and it should be possible to start some shell scripts on the server within the client. It would be very nice if the server could return the exit code of the shell scripts and display the log-file. All of this in a nice GUI.
More features are not planed at the moment but I am sure that they will be demanded once the application is running. ;-)
My problem here is that I don't know which technology I should use. Available technologies are JSP, a JBoss-based approach (J2EE) or a self written client/server-application in pure Java. The latter should be avoided if possible because I think that this would need too much time and would end up in a slow monster of an application (sockets, threads, etc).
I am tending to give the JBoss-based approach a try because I think that it would be easier to handle the execution of shell scripts and notification of the client if the jobs finish/fail (keyword: messages).
What do you think a nice solution would look like?
Regards
frag
real_firestorm@gmx.de
I have a design related question for you:
We need a client/server application, which helps us administrating and maintaining our project.
The user should be able to make some entries in a database and it should be possible to start some shell scripts on the server within the client. It would be very nice if the server could return the exit code of the shell scripts and display the log-file. All of this in a nice GUI.
More features are not planed at the moment but I am sure that they will be demanded once the application is running. ;-)
My problem here is that I don't know which technology I should use. Available technologies are JSP, a JBoss-based approach (J2EE) or a self written client/server-application in pure Java. The latter should be avoided if possible because I think that this would need too much time and would end up in a slow monster of an application (sockets, threads, etc).
I am tending to give the JBoss-based approach a try because I think that it would be easier to handle the execution of shell scripts and notification of the client if the jobs finish/fail (keyword: messages).
What do you think a nice solution would look like?
Regards
frag
real_firestorm@gmx.de