Hi,
Can anyone give me some suggestions on a project a want to create.
At our work we are currently using an Acces Database which is placed on a server.
To proof that Java is a better way to work I took the challenge to start my first project, but......
I already wrote several project in Java using MVC, Hibernate and SQL server.
At the present people are working on there client machine using word, excell,....
via the remote desktop connection access.
I want to write a SWING based application of which the model an controller are placed on the server and the view on the client machines.
Has anyone done this kind of projects before? Can the client machines work directly on the server, or do I have to write a class to make this connection?
What is the most secure way to work?
Can anyone give me some suggestions on a project a want to create.
At our work we are currently using an Acces Database which is placed on a server.
To proof that Java is a better way to work I took the challenge to start my first project, but......
I already wrote several project in Java using MVC, Hibernate and SQL server.
At the present people are working on there client machine using word, excell,....
via the remote desktop connection access.
I want to write a SWING based application of which the model an controller are placed on the server and the view on the client machines.
Has anyone done this kind of projects before? Can the client machines work directly on the server, or do I have to write a class to make this connection?
What is the most secure way to work?
Comment