Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.java.programmer > #20032 > unrolled thread
| Started by | Navnath Gadakh <navnathgadakh@gmail.com> |
|---|---|
| First post | 2012-12-01 03:33 -0800 |
| Last post | 2012-12-05 15:55 -0800 |
| Articles | 8 — 6 participants |
Back to article view | Back to comp.lang.java.programmer
appointment calender in java Navnath Gadakh <navnathgadakh@gmail.com> - 2012-12-01 03:33 -0800
Re: appointment calender in java Eric Sosman <esosman@comcast-dot-net.invalid> - 2012-12-01 09:17 -0500
Re: appointment calender in java Navnath Gadakh <navnathgadakh@gmail.com> - 2012-12-02 22:27 -0800
Re: appointment calender in java Lew <lewbloch@gmail.com> - 2012-12-02 23:13 -0800
Re: appointment calender in java Stuart <DerTopper@web.de> - 2012-12-03 10:03 +0100
Re: appointment calender in java Eric Sosman <esosman@comcast-dot-net.invalid> - 2012-12-03 08:29 -0500
Re: appointment calender in java Arne Vajhøj <arne@vajhoej.dk> - 2012-12-07 21:35 -0500
Re: appointment calender in java Roedy Green <see_website@mindprod.com.invalid> - 2012-12-05 15:55 -0800
| From | Navnath Gadakh <navnathgadakh@gmail.com> |
|---|---|
| Date | 2012-12-01 03:33 -0800 |
| Subject | appointment calender in java |
| Message-ID | <0b84cdf0-3aa6-40f4-9b4c-ea1772da6d7e@googlegroups.com> |
i want appointment calender in java plz help?
[toc] | [next] | [standalone]
| From | Eric Sosman <esosman@comcast-dot-net.invalid> |
|---|---|
| Date | 2012-12-01 09:17 -0500 |
| Message-ID | <k9d3io$68n$1@dont-email.me> |
| In reply to | #20032 |
On 12/1/2012 6:33 AM, Navnath Gadakh wrote:
> i want appointment calender in java plz help?
Be more specific, or get an Android phone.
--
Eric Sosman
esosman@comcast-dot-net.invalid
[toc] | [prev] | [next] | [standalone]
| From | Navnath Gadakh <navnathgadakh@gmail.com> |
|---|---|
| Date | 2012-12-02 22:27 -0800 |
| Message-ID | <9e922f32-54be-4dac-8906-a878e15ea7ac@googlegroups.com> |
| In reply to | #20033 |
i am developing swing application in that i want appointment scheduler like google how i can do that plz help?
[toc] | [prev] | [next] | [standalone]
| From | Lew <lewbloch@gmail.com> |
|---|---|
| Date | 2012-12-02 23:13 -0800 |
| Message-ID | <1558aa71-e925-4c6c-a0fb-7c6438bb8ebe@googlegroups.com> |
| In reply to | #20056 |
On Sunday, December 2, 2012 10:27:44 PM UTC-8, Navnath Gadakh wrote: > i [sic] am developing swing [sic] application in that i [sic] want > appointment scheduler > like google [sic] how i [sic] can do that plz [sic] help? Navnath, you seem to have overlooked Eric's helpful advice: On Saturday, December 1, 2012 6:17:57 AM UTC-8, Eric Sosman wrote: > Be more specific, or get an Android phone. You have multiple difficulties with your approach. Be patient, I wish to say many things, none comfortable for you, all helpful. This forum, that is, comp.lang.java.programmer, is a cooperative discussion group. You have repeated essentially your original question, imperiously, without signifying that you've put any thought into your own approach. No one will simply invent a complicated program for you, voluntarily, with so little to go on. It makes it sound like what you want isn't actually help at all, but someone to do everything for you. No one is going to play substitute for your brain on your behalf. That said, here is help available on how to start out with such vague ideas. Take whatever value you choose from these links - their authors have ideas you might or might not find useful: http://mindprod.com/jgloss/gettingstarted.html http://home.earthlink.net/~patricia_shanahan/beginner.html http://www.catb.org/esr/faqs/smart-questions.html You need to get down to specifics. "A calendar" is what? There are different approaches to that analysis. One is to map out all the actions you'd take while using your own product, along with sketches of each screen. This is called "storyboarding". It's also what cartoonists and movie makers do when planning a film - map out scenes or screens and what actions emanate from each one. Do you know how to program in Swing? -- Lew
[toc] | [prev] | [next] | [standalone]
| From | Stuart <DerTopper@web.de> |
|---|---|
| Date | 2012-12-03 10:03 +0100 |
| Message-ID | <k9hps8$u94$1@dont-email.me> |
| In reply to | #20057 |
On 12/2/2012 Navnath Gadakh wrote: >> i [sic] am developing swing [sic] application in that i [sic] want >> appointment scheduler >> like google [sic] how i [sic] can do that plz [sic] help? On 12/3/12 Lew wrote: > Navnath, you seem to have overlooked Eric's helpful advice: > > On Saturday, December 1, 2012 6:17:57 AM UTC-8, Eric Sosman wrote: >> Be more specific, or get an Android phone. > > You have multiple difficulties with your approach. Be patient, > I wish to say many things, none comfortable for you, all helpful. > > This forum, that is, comp.lang.java.programmer, is a cooperative > discussion group. > > You have repeated essentially your original question, imperiously, > without signifying that you've put any thought into your own approach. > No one will simply invent a complicated program for you, voluntarily, > with so little to go on. It makes it sound like what you want isn't > actually help at all, but someone to do everything for you. > > No one is going to play substitute for your brain on your behalf. > > That said, here is help available on how to start out with such > vague ideas. Take whatever value you choose from these links - their > authors have ideas you might or might not find useful: > > http://mindprod.com/jgloss/gettingstarted.html > http://home.earthlink.net/~patricia_shanahan/beginner.html > http://www.catb.org/esr/faqs/smart-questions.html > > You need to get down to specifics. "A calendar" is what? > > There are different approaches to that analysis. > > One is to map out all the actions you'd take while using your > own product, along with sketches of each screen. > > This is called "storyboarding". It's also what cartoonists and movie > makers do when planning a film - map out scenes or screens and what > actions emanate from each one. > > Do you know how to program in Swing? Since I very much doubt that he will do so, I'll do it in his stead: Thanks for taking so much time to help an apparent newsgroup newbie. You have been far kinder than most people at comp.lang.c++, who would probably have written a rather more rebuking answer. Regards, Stuart
[toc] | [prev] | [next] | [standalone]
| From | Eric Sosman <esosman@comcast-dot-net.invalid> |
|---|---|
| Date | 2012-12-03 08:29 -0500 |
| Message-ID | <k9i9f8$hgj$1@dont-email.me> |
| In reply to | #20056 |
On 12/3/2012 1:27 AM, Navnath Gadakh wrote:
> i am developing swing application in that i want appointment scheduler like google how i can do that plz help?
You've provided a little more detail, but not much. Which
part(s) of the task are troubling you? You'll probably need a
persistent store for appointments, a calendar presentation for
viewing them, and an editor for creating, modifying, and deleting
them. You may also want an E-mail or SMS or other means to send
notices when appointment times are approaching, perhaps a scheme
for giving appointments different privacy levels, maybe a multi-
calendar browser to find times when a set of people could schedule
a meeting, perhaps a way to allow others to add appointments to
specified parts of your schedule ("office hours"), ...
In other words, "appointment scheduler like Google" does not
describe your problem with enough precision to allow people to
offer you much help. A full-fledged Google Calendar clone would
be a very large project for one person.
--
Eric Sosman
esosman@comcast-dot-net.invalid
[toc] | [prev] | [next] | [standalone]
| From | Arne Vajhøj <arne@vajhoej.dk> |
|---|---|
| Date | 2012-12-07 21:35 -0500 |
| Message-ID | <50c2a776$0$287$14726298@news.sunsite.dk> |
| In reply to | #20056 |
On 12/3/2012 1:27 AM, Navnath Gadakh wrote: > i am developing swing application in that i want appointment scheduler like google how i can do that plz help? How do you write other software? You define requirements, create an architecture, create a design, implement and test. It sounds as a multi user calendar you want so: multiple Java desktop apps---------database server or: multiple Java desktop apps-----web services----database server is probably what you want. Arne
[toc] | [prev] | [next] | [standalone]
| From | Roedy Green <see_website@mindprod.com.invalid> |
|---|---|
| Date | 2012-12-05 15:55 -0800 |
| Message-ID | <vknvb8hqhg8redau7i3cdr686mn6500a0b@4ax.com> |
| In reply to | #20032 |
On Sat, 1 Dec 2012 03:33:10 -0800 (PST), Navnath Gadakh <navnathgadakh@gmail.com> wrote, quoted or indirectly quoted someone who said : >i want appointment calender in java plz help? Are you looking for some third party widget you can just plug into your app? does it have to be free? Are you looking for help on designing one? What is this going to run on, a desktop, a cellphone? -- Roedy Green Canadian Mind Products http://mindprod.com Students who hire or con others to do their homework are as foolish as couch potatoes who hire others to go to the gym for them.
[toc] | [prev] | [standalone]
Back to top | Article view | comp.lang.java.programmer
csiph-web