Jim Martin

Ranch Hand
+ Follow
since Oct 31, 2002
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Jim Martin

Hi Kim
Is your question an inquiry of how to save this data to a database table or a set of tables? Such as a recomendation of a database table design, or are you needing more help on the java side of things?
My problem is with the former. I do not need more help on the java side(I hope!). The part for the management of individual people (i.e. first name, last name, address, etc.) is done and every person's info. is saved in a database in an organized manner.
Yes, my problem is with saving this data to a database. But I was wondering, this schedule could get pretty big over the years. In fact, I think there is no other way than saving the information that is enetered into this calendar to some file or a database.
Have you ever done a somewhat complicated Calendar for scheduling people. Now these people are already availalbe in a database that is connected to this Java program.
I think I will probably end up opening another database, to save the people's name and their unique id number, so that when the user is going forward or backward, the program will update the page for the particular day that the user wants to look at. Then, make every cell in the table (calendar for that day), an action listener, so that when the user clicks on one of the cells, the entire information for that person scheduled and what the schedule is for is presented to the user.
What do you think? Have you ever done this?
Boy, just writing this response has given me some good ideas, thanks!
19 years ago
Yes
Check out the class GregorianCalendar, it's a concrete subclass of the abstract base class Calendar.
Read the class description and the methods of the class. Should only take a little bit and your problem is solved my friend.
Good luck!
19 years ago
Hi friends,
Has anyone ever developed a calendar that could schedule people. For example, like a calendar used in doctor's offices. I am half way into developing this calendar, but I am stuck b/c I do not know how to schedule people, example
January 26, 2004
9:00 AM John Smith
10:00 Am Jack Jones
March, 15, 2004
10:00 AM Suzan Stone
11:00 AM John Rambone
But I need these names to be saved. So that when they go back and forth on the schedule, the names will be there. Can any one help?
I am sure some smart person out there has done this.
Thank you very much!
JM
Hi friends,
Has anyone ever developed a calendar that could schedule people. For example, like a calendar used in doctor's offices. I am half way into developing this calendar, but I am stuck b/c I do not know how to schedule people, example
January 26, 2004
9:00 AM John Smith
10:00 Am Jack Jones
March, 15, 2004
10:00 AM Suzan Stone
11:00 AM John Rambone
But I need these names to be saved. So that when they go back and forth on the schedule, the names will be there. Can any one help?
I am sure some smart person out there has done this.
Thank you very much!
JM
[ January 26, 2004: Message edited by: Jim Martin ]
19 years ago
Hi friends,
Has anyone ever developed a calendar that could schedule people. For example, like a calendar used in doctor's offices. I am half way into developing this calendar, but I am stuck b/c I do not know how to schedule people, example
January 26, 2004
9:00 AM John Smith
10:00 Am Jack Jones
March, 15, 2004
10:00 AM Suzan Stone
11:00 AM John Rambone
But I need these names to be saved. So that when they go back and forth on the schedule, the names will be there. Can any one help?
I am sure some smart person out there has done this.
Thank you very much!
JM
[ January 26, 2004: Message edited by: Jim Martin ]
19 years ago
Hi friends,
Has anyone ever developed a calendar that could schedule people. For example, like a calendar used in doctor's offices. I am half way into developing this calendar, but I am stuck b/c I do not know how to schedule people, example
January 26, 2004
9:00 AM John Smith
10:00 Am Jack Jones
March, 15, 2004
10:00 AM Suzan Stone
11:00 AM John Rambone
But I need these names to be saved. So that when they go back and forth on the schedule, the names will be there. Can any one help?
I am sure some smart person out there has done this.
Thank you very much!
JM
[ January 26, 2004: Message edited by: Jim Martin ]
19 years ago
Hi friends
I am developing an application all in Java. The interface for this application is very important. I need your help in finding the best books on making user interfaces entirely in Java via Swing among other things.
Please let me know if you have used a book in this regard that specializes in how to make friendly and appealing user interfaces in Java.
Thank you very much in advance.
20 years ago
Hi all
Has anyone ever failed scea part II/III?
if yes, can you please tell me what you did to pass the exam the second time around?
Hi all
How do I use the static method getFocusedComponent() of JTextComponent. I am using JBuilder 6.0.
I am using the class DefaultFocusManager() and I am trying to used the static method getFocusedComponent() of JTextComponent to get the component the currently has the focus.
What is another way to get the component that has the focus currently?
Thank you very much
20 years ago
Hi all, I'm stuck
I always use JBuilder 6.0 for my projects. This is the first time that I am using java beans. I am trying to connect to a database flat file via an entity bean. But when I write import javax.ejb.* JBuilder throws an exception saying it can't find the library javax.ejb.*.
There for first I need to get the pertinent libraries like javax.ejb.* and plug them into my JBuilder.
any suggestions?
Hi all, I am stuck
can any one tell me how to connect a servlet to a stateless session bean in jbuilder? or just tell me what I should use? Are there books out there that have made an application to connect a servlet to a javaBean?
Hi friends
I am doing part II of the Sun Certified Enterprise Architect. I wanted to use Rational Rose to draw my diagrams. Does anyone know the link to download this IDE?
Thanks a million
Hi, I am almost done with part II, but I've done everything on paper. I wanted to use Rational Rose to draw and submit.
Where do I get this Rational Rose software package from??
Thank you