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: Can a database application be developed in 2 months?

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

    Default Can a database application be developed in 2 months?

    Hi,

    I am an IT student and and as part of graduation I am required to do a project, my project is a SQL database and a Java UI application to manage it (of the scale to manage a supermarket, a bookstore.. etc), but due to the number of subjects I had and a due to a late start I roughly have only 2 months for it, so I am wondering can it be reasonably done in that time?

    I know the basics of Java and SQL with some experience but have never tried to develop a full application of realistic size.

    Any opinions appreciated.


  2. #2
    Administrator copeg's Avatar
    Join Date
    Oct 2009
    Location
    US
    Posts
    5,320
    Thanks
    181
    Thanked 833 Times in 772 Posts
    Blog Entries
    5

    Default Re: Can a database application be developed in 2 months?

    This is fully dependent upon your workload, fine-grained experience, project design, drive, sleep patterns, work/school/life balance, and a great many other things. I would definitely recommend consulting with a school adviser, counselor, teacher, or similar who is more familiar with both you (as a person and scholastically) and the project requirements. We can offer opinions yes or no, but I don't think there is much weight to those opinions given the number of variables involved

  3. #3
    Senior Member
    Join Date
    Jul 2013
    Location
    Europe
    Posts
    666
    Thanks
    0
    Thanked 121 Times in 105 Posts

    Default Re: Can a database application be developed in 2 months?

    Possible: yes.
    Pleasant: no.


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

    Default Re: Can a database application be developed in 2 months?

    Quote Originally Posted by copeg View Post
    This is fully dependent upon your workload, fine-grained experience, project design, drive, sleep patterns, work/school/life balance, and a great many other things. I would definitely recommend consulting with a school adviser, counselor, teacher, or similar who is more familiar with both you (as a person and scholastically) and the project requirements. We can offer opinions yes or no, but I don't think there is much weight to those opinions given the number of variables involved
    Fair enough, Thanks for the answer. I can set most of these variables if it would help, I am driven to finish it ofcourse as my graduation hangs on it, and there is a minimum functionality requirement, basically the minimal things you would expect from a program like this: record all items in the store with info about them, preform sales, restock.. things like that.

    Ive decided to use Swing for GUI as its older and has more information for it online, is there any Swing tutorial you would recommend? Im hoping for something friendlier to a beginner than the Oracle tutorial that would get me started quicker.

    Also if it would not be too much to ask I am looking for a modelling tool that would help me decide what it would look like, so I can test layouts, buttons.. etc

    Thanks!

  5. #5
    Administrator copeg's Avatar
    Join Date
    Oct 2009
    Location
    US
    Posts
    5,320
    Thanks
    181
    Thanked 833 Times in 772 Posts
    Blog Entries
    5

    Default Re: Can a database application be developed in 2 months?

    is there any Swing tutorial you would recommend? Im hoping for something friendlier to a beginner than the Oracle tutorial that would get me started quicker.
    The only one I can recommend is the Oracle tutorial. It has all the information, demonstrations, etc...one needs. May seem overwhelming at first, so I'd recommend going over everything at a high level, get a feel for all the different components, then drill down as needed.

    Also if it would not be too much to ask I am looking for a modelling tool that would help me decide what it would look like, so I can test layouts, buttons.. etc
    While I'm not a fan, several IDE's have the ability to drag/drop components into layouts in what is called a GUI builder. For instance, Netbeans has something like this. I don't use GUI builders or Netbeans so can't advice further - again, I'm not a fan of GUI builders for a wide range of reasons.

Similar Threads

  1. query to developed for 3 view effect
    By nishantapte in forum What's Wrong With My Code?
    Replies: 0
    Last Post: June 22nd, 2013, 03:16 AM
  2. Replies: 1
    Last Post: December 21st, 2012, 10:35 AM
  3. Need help in java database application.
    By deepaksinghkushwah in forum JDBC & Databases
    Replies: 1
    Last Post: December 5th, 2012, 10:02 AM
  4. Deploy derby database application
    By Jenny.Palmy in forum JDBC & Databases
    Replies: 0
    Last Post: May 13th, 2012, 12:06 AM
  5. Desktop Database Application
    By TCoomer in forum JDBC & Databases
    Replies: 2
    Last Post: June 4th, 2009, 03:51 PM