The Artima Developer Community
Sponsored Link

Java Answers Forum
How to design a good Application ?

1 reply on 1 page. Most recent reply: Sep 28, 2003 4:13 AM by Senthoorkumaran Punniamoorthy

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 1 reply on 1 page
Ransika De Silva

Posts: 1
Nickname: jstud
Registered: Sep, 2003

How to design a good Application ? Posted: Sep 27, 2003 10:49 PM
Reply to this message Reply
Advertisement
I have to program a stock controlling system which has these features.
1)Maintaining a Inventory. (Adding, updating stock....etc)
2)Maintaining Supplier details.
3)Maintaining User details.
4)Maintaining Debtors.
5)Billing.
6)Report generation.
what do you think is the best approach. Definetely there should be a GUI. I want to know other tips.
Thanks


Senthoorkumaran Punniamoorthy

Posts: 335
Nickname: senthoor
Registered: Mar, 2002

Re: How to design a good Application ? Posted: Sep 28, 2003 4:13 AM
Reply to this message Reply
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 :-).

Flat View: This topic has 1 reply on 1 page
Topic: CallableStatement Previous Topic   Next Topic Topic: Title Bar

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use