Guideline for project

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • analystje
    New Member
    • Oct 2006
    • 1

    #1

    Guideline for project

    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?
  • r035198x
    MVP
    • Sep 2006
    • 13225

    #2
    Originally posted by analystje
    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?
    Perhaps this is the right time to move on to ejbs, jsps and servlets?

    Comment

    Working...