Results 1 to 10 of 10
Thread: Help!!!
- 12-22-2008, 12:44 PM #1
Member
- Join Date
- Dec 2008
- Location
- Canjulao, Jagna, Bohol Philippines
- Posts
- 10
- Rep Power
- 0
- 12-22-2008, 01:26 PM #2
- Join Date
- Jul 2007
- Location
- Colombo, Sri Lanka
- Posts
- 11,370
- Blog Entries
- 1
- Rep Power
- 25
- 12-23-2008, 03:35 PM #3
Member
- Join Date
- Dec 2008
- Location
- Canjulao, Jagna, Bohol Philippines
- Posts
- 10
- Rep Power
- 0
tnx for the tuturial.., i have just solve my problem last night but it can help me a lot.., can you give a tuturial in inventory system i have a big trouble in that program. I need tuturials that has all java features like the keywords and their usage. I cant find a good one in the net. do you have?
- 12-23-2008, 04:57 PM #4
- Join Date
- Jul 2007
- Location
- Colombo, Sri Lanka
- Posts
- 11,370
- Blog Entries
- 1
- Rep Power
- 25
What type of inventory are you talking about? Can you specifically explain what you really looking.
- 12-24-2008, 11:50 AM #5
Member
- Join Date
- Dec 2008
- Location
- Canjulao, Jagna, Bohol Philippines
- Posts
- 10
- Rep Power
- 0
hmm. My project is to make a 24 hour store inventory program. The program should deal with stock in, stock out, re order,etc,have 2-5 categories with limited stock up to 5 per category. I have started making my program. I ask the user to input product, i used array of object to store the information of the product. I think i can solve the program but in a logical way or in my own way and it will result a big file program and hard to read or understand with my Colleagues. That's why i'm looking for a best way of making my program nice and readable. I have some tuturials in java but it's lock of information. I want to try the ArrayList but i dont know how to code and logic the ArrayList.
- 12-24-2008, 03:45 PM #6
Plan ahead...
Before you write any code, take some time to write down your requirements:
- How many options will your program have (stock-in, stock-out, reorder,etc)?
- what options will be presented to the user?
- Will it have low stock alerts?
- Will the stock information be saved to a file?
- will it be command prompt or GUI based?
- etc
Design it the best you can on paper, then, when you're satisfied you can start coding the program in small logical pieces/chunks (user's screen, differente classes, etc). Don'y try to code everything in one massive attempt... you'll just become frustrated.
Luck,
CJSLChris S.
Difficult? This is Mission Impossible, not Mission Difficult. Difficult should be easy.
- 12-24-2008, 05:51 PM #7
- Join Date
- Jul 2007
- Location
- Colombo, Sri Lanka
- Posts
- 11,370
- Blog Entries
- 1
- Rep Power
- 25
- 12-24-2008, 06:08 PM #8
Theory only...
I imagine it's because most of the instructors are theory teachers... never had any industry experience. Therefore, the planning part is not considerd or explained to the students.
CJSLChris S.
Difficult? This is Mission Impossible, not Mission Difficult. Difficult should be easy.
- 12-30-2008, 09:01 AM #9
Member
- Join Date
- Dec 2008
- Location
- Canjulao, Jagna, Bohol Philippines
- Posts
- 10
- Rep Power
- 0
tnx for that useful advise sir. Whe I will be having another projrctI will use your pointers. But I still have problems eventhough If It is will plan because I dont know the differents keywords of java that is useful. If you will see my work you will find lots of do while loop,if else statements,ect. and the worst is I dont have an internet thats why Im not always visiting this site. But Im hoping that this cite will help me and improve my programming skill. Tnx.
- 12-30-2008, 03:03 PM #10
- Join Date
- Jul 2007
- Location
- Colombo, Sri Lanka
- Posts
- 11,370
- Blog Entries
- 1
- Rep Power
- 25
Bookmarks