Link to home
Start Free TrialLog in
Avatar of MandyP1
MandyP1

asked on

Help with full application

Hello Experts,

I am in need of help with a full application, I want to create a small planner for my appointments etc. but, don't know how to go about it, I can do a little VB, but would like to try my hand at Java for this application.

Basically, when I run it I want it to show who I will be meeting with over the next few days, and what the meeting will be about. I will also need to be able to store my clients likes or dislikes for when I take them to lunch (it can be quite embarassing taking a vegetarian to a steakhouse!!). It doesn't have to be anything elaborate in fact the simpler the better. If someone can pooint me in the direction of where I can find some code or tutorials on how to do this I would be very greatful.

Thanks in advance.

Mandy
Avatar of CEHJ
CEHJ
Flag of United Kingdom of Great Britain and Northern Ireland image

The first thing you need to consider is where you're going to store the data. You have serveral different options:

1. Test file
2. Java serialized object
3. Database

I would recommend 1 or 3. Are you going to do much Java in the future?
Avatar of MandyP1
MandyP1

ASKER

I think 2 sounds a little too complex for me. So, either 1 or 3 will be fine, though I think 1 may be my best bet. I would like to do a little more with Java in the future but not just yet as I have a lot of work commitments, so therefore don't have as much time to spend on getting to grips with it as I would like. That's why I am really in need of a quick fix, but without going down the VB route as I so often tend to.

Thanks

Mandy

Avatar of MandyP1

ASKER

I think 2 sounds a little too complex for me. So, either 1 or 3 will be fine, though I think 1 may be my best bet. I would like to do a little more with Java in the future but not just yet as I have a lot of work commitments, so therefore don't have as much time to spend on getting to grips with it as I would like. That's why I am really in need of a quick fix, but without going down the VB route as I so often tend to.

Thanks

Mandy

ASKER CERTIFIED SOLUTION
Avatar of CEHJ
CEHJ
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Watch out - you're posting twice. This can happen if you hit refresh if you've just posted a message.

If you get the book, you can come back again as you're trying bits out in relation to your project. A few clues to begin with - learn how to:

1. Read a text file
2. Write a text file
3. Read from the console
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of MandyP1

ASKER

CEHJ - Yes, I think it will probably be the text file option. Thanks for the tip about posting twice I think I did hit refresh. BTW I spell like that usually!!

girionis - thanks for the tip I shall take a look at that.

I will now probably go quiet whilst taking a look at these tips, please don't think I have abandoned the question whilst beavering away on this project.

Thanks

Mandy
MandyP1:
This old question needs to be finalized -- accept an answer, split points, or get a refund.  For information on your options, please click here-> http:/help/closing.jsp#1 
EXPERTS:
Post your closing recommendations!  No comment means you don't care.
No comment has been added lately, so it's time to clean up this TA.
I will leave a recommendation in the Cleanup topic area that this question is:

- Split points between CEHJ and girionis

Please leave any comments here within the next seven days.

PLEASE DO NOT ACCEPT THIS COMMENT AS AN ANSWER!

girionis
EE Cleanup Volunteer