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 3 of 3

Thread: some help with a archive

  1. #1
    Junior Member
    Join Date
    Jan 2012
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default some help with a archive

    please can you give me some ideas about creating an archive of photography in java using vectors (for example i need to arrange them by yeras or by season or by both if i type photo as an input in a certain date it will automaticly go to the folder who is with that name or to vectors who contains that year ) i have this disorganised idea in my mind and i don't know how to express it in java some help please as a start Thank you


  2. #2
    Super Moderator Norm's Avatar
    Join Date
    May 2010
    Location
    Eastern Florida
    Posts
    25,042
    Thanks
    63
    Thanked 2,708 Times in 2,658 Posts

    Default Re: some help with a archive


  3. #3
    Forum VIP
    Join Date
    Jun 2011
    Posts
    317
    My Mood
    Bored
    Thanks
    47
    Thanked 89 Times in 74 Posts
    Blog Entries
    4

    Default Re: some help with a archive

    Quote Originally Posted by aperson View Post
    i have this disorganised idea in my mind and i don't know how to express it in java some help please as a start Thank you
    If your idea is disorganised then you will not be able to code it, in any language. Sit down for a while and think out your idea - put some stuff down on paper and pen. Look at similar solutions around the net and find out what works and what doesn't. Then plan your program. Don't just leap out at fun words like vectors and build a solution around them; they are tools to solve problems, not the other way around. To be honest, what you are describing would be better served with a database but like I said; get the idea solidified before working on details.

Similar Threads

  1. Make TAR archive
    By Kanyon in forum File I/O & Other I/O Streams
    Replies: 5
    Last Post: September 18th, 2011, 04:47 PM