JAVA project, Urgent help needed

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • metheon
    New Member
    • Jun 2010
    • 3

    JAVA project, Urgent help needed

    Hi guys! i was told to post a question here about coding if i wanted to find help!

    I am doing a self learning school project now and what i was tasked with is using Java Eclipse(JEE) and what i have to do is to split the file into smaller files, upload them into a servlet, and then retrieve the whole file upon downloading.
    Programming is a new thing to me so i have no idea where to start or what to do now.

    Can a kind soul please guide me along and point me in the right direction? Please be patient with me as i am still quite new to this programming scene. Thanks all!
  • Dheeraj Joshi
    Recognized Expert Top Contributor
    • Jul 2009
    • 1129

    #2
    Do you have a plan for this? I mean have you thought how you are going to address this issue? Any design documents? I suggest you to follow software engineering practices. That will help you learn many things.

    Regards
    Dheeraj Joshi

    Comment

    • metheon
      New Member
      • Jun 2010
      • 3

      #3
      Originally posted by dheerajjoshim
      Do you have a plan for this? I mean have you thought how you are going to address this issue? Any design documents? I suggest you to follow software engineering practices. That will help you learn many things.

      Regards
      Dheeraj Joshi
      Hi dheerajjoshim!
      Thanks for the speedy reply! For design, it doesnt really matter as i just need the software to be functional. like the stated above, software in eclipse to split files, upload them to a servlet and the download the file as a whole. i need a rough idea as to how to approach this project.

      Cheers,
      Theon

      Comment

      • jkmyoung
        Recognized Expert Top Contributor
        • Mar 2006
        • 2057

        #4
        Take the first task:split the file into smaller files
        What are the rules for splitting the file? Depending on how you're doing it, different classes might be better.

        Comment

        • metheon
          New Member
          • Jun 2010
          • 3

          #5
          Oh hi jkmyoung!
          I have already split the files and i have attached a picture of the servlet to this post. i vaguely know what i am doing so please be patient with me. Can you give me an idea on how to go about doing this project? Thank you sir.
          Click image for larger version

Name:	Untitled.jpg
Views:	1
Size:	18.4 KB
ID:	5410436

          Comment

          • jkmyoung
            Recognized Expert Top Contributor
            • Mar 2006
            • 2057

            #6
            The picture gives us nothing. We are not CSI. We can't enhance..
            enhance..
            enhance..

            If you have a specific question, ask it. Your current question is so broad there is no room to grab onto the core of it.

            Comment

            Working...