Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 5 of 5

Thread: Building a Calender with Automated Employee Vacation Planner - Questions.

  1. #1
    Junior Member
    Join Date
    Apr 2014
    Posts
    3
    Thanks
    2
    Thanked 0 Times in 0 Posts

    Default Building a Calender with Automated Employee Vacation Planner - Questions.

    Hello forum.

    A friend of mine asked if I could create an application for her, and I said I would look into it, however I have a bunch of questions.

    But first, let me introduce you to the project-to-be, and the backstory.

    Every year, she has to plan when her employee's can go on vacation for the summer holidays - MANUALLY. It takes weeks to solve the puzzle, because she has several kinds of employee's hired, with different skills. And at all days there must be X amount of employees with skill1 at work, plus Y amount of employees with skill2 etc, and they also need special "off-days" in comparison to when they last worked and so on. It's quite the math puzzle.

    So, I would like to help her out! But I'm not that into Java - Yet!

    I've worked a little with C#, and built a prototype of a Support System (Ticket based), so I got the basics down of programming, and I know Java and C# are quite alike, so I don't think making the switch will bother me that much.

    The program should be easy to use for her, so it needs a visual calender that can be interacted with, and it should also be easy to see which employee is at work at that date and so on.

    My question is:
    How much help can I expect to get from your community here? I don't want you to build the program for me, but I expect to need some serious guidance on different topics? Can you accept that here, or is it not okay?

    Will it be hard for me to build this kind of Calender, that allows the interaction I want?

    Do you know of any open-sourced projects, or libraries that will make my task easier?

    I plan on using NetBeans IDE for this project.

    I will talk to my friend later tonight, and get some more specific info, but so far, do you think this is possible for a newbie with your guidance? And are you willing to help ?

    What I'm aiming for is more of a back-and-forth with you guys, where I'll work till I hit a bump, then I come here to ask for help solving it, and then back to working again.

    Thank you for your time. I know at this point, the thread is very vague, but I'm excited to see how it unfolds, and hopefully you will be a part of it (:


  2. #2
    Super Moderator
    Join Date
    Jun 2013
    Location
    So. Maryland, USA
    Posts
    5,520
    My Mood
    Mellow
    Thanks
    215
    Thanked 698 Times in 680 Posts

    Default Re: Building a Calender with Automated Employee Vacation Planner - Questions.

    Welcome to the Forum! Please read this topic to learn how to post code correctly and other useful tips for newcomers.

    What you describe, the type of support you have in mind, is exactly what we do here. Helping you design and pointing you to 3rd party libraries that may be helpful is hit or miss, depending on someone's personal experience doing similar things, but it doesn't hurt to ask.

  3. The Following User Says Thank You to GregBrannon For This Useful Post:

    Muuh (April 4th, 2014)

  4. #3
    Junior Member
    Join Date
    Apr 2014
    Posts
    3
    Thanks
    2
    Thanked 0 Times in 0 Posts

    Default Re: Building a Calender with Automated Employee Vacation Planner - Questions.

    That's amazing to hear!
    Now, when I want to update with whatever progress I may have made, do you guys prefer a new reply to this thread, or should I just edit the main thread?

    I'm really looking forward to learning a bunch of new stuff, and also to experience this kind of back-and-forth relationship. Thank you for the quick reply.

    I hope to get started on the design part tomorrow, but no promises as this is on a hobby-basis ^^

  5. #4
    Super Moderator
    Join Date
    Jun 2013
    Location
    So. Maryland, USA
    Posts
    5,520
    My Mood
    Mellow
    Thanks
    215
    Thanked 698 Times in 680 Posts

    Default Re: Building a Calender with Automated Employee Vacation Planner - Questions.

    My recommendation is to start a new thread for each topic. You'll have specific questions, one or two at a time, hopefully get those resolved, and then you'll move onto the next. Each of those conversations to resolve a question or two should conclude within 10 - 20 posts. Threads that go much longer than that become a 'personal project' for an individual but are largely ignored by everyone else, and that's probably not what you want.

  6. The Following User Says Thank You to GregBrannon For This Useful Post:

    Muuh (April 4th, 2014)

  7. #5
    Junior Member
    Join Date
    Apr 2014
    Posts
    3
    Thanks
    2
    Thanked 0 Times in 0 Posts

    Default Re: Building a Calender with Automated Employee Vacation Planner - Questions.

    Ah, okay. I can follow that. Thanks again for your help.

Similar Threads

  1. Vacation Switch
    By Program83 in forum Loops & Control Statements
    Replies: 2
    Last Post: July 5th, 2013, 03:55 PM
  2. Social Planner-Arrays and Super and Sub Classes
    By Laxman2809 in forum What's Wrong With My Code?
    Replies: 0
    Last Post: October 15th, 2011, 03:03 PM
  3. java question regarding lilian calender
    By colerelm in forum Object Oriented Programming
    Replies: 8
    Last Post: September 30th, 2011, 01:08 AM
  4. Help with formatting spacing on a calender grid please!
    By bulx0001 in forum What's Wrong With My Code?
    Replies: 9
    Last Post: June 27th, 2011, 12:53 AM
  5. Creative vacation project idea?
    By MGhareeb in forum The Cafe
    Replies: 14
    Last Post: January 25th, 2011, 08:29 AM