|
Re: How to design a good Application ?
|
Posted: Sep 28, 2003 4:13 AM
|
|
If itÂ’s a real system, then you need a Database to maintain Stock Information, Supplier Information and other information you have specified. So you might have a design the Database Schema and decide what Database you are going to use. Depending on how large the system is you have solutions from MY SQL to Oracle.
You will have to design classes to store Stock, Supplier and other information until you persist. I am not sure how complex the system can go and the time limitation you have, but you could look into persistence strategy, for example Hibernate (http://www.hibernate.org/). Also when you say GUI whether it is going to be Desktop GUI or Thin clients (Browser based).
Seems like you are a Sri Lankan :-).
|
|