I'm Developing a Hospital Management System Application using: Java,MySQL,Crys tal Reports.
Since this application will run on network environment, then there will be multiple users who connected to my database server.
The idea:
- I would like to make the application in 3tire mode
- Client connect to the server, server Query the database & returning the result to the client display.
- I will use Desktop environment (JSE).
While searching the internet i read about using XML.
I don't want to use web service, it will be all using SWING for both Client&Server.
Any suggestions, Examples will be wonderful.
Since this application will run on network environment, then there will be multiple users who connected to my database server.
The idea:
- I would like to make the application in 3tire mode
- Client connect to the server, server Query the database & returning the result to the client display.
- I will use Desktop environment (JSE).
While searching the internet i read about using XML.
I don't want to use web service, it will be all using SWING for both Client&Server.
Any suggestions, Examples will be wonderful.
Comment