Results 1 to 6 of 6
Thread: Need a project idea in java.
- 10-01-2009, 03:28 PM #1
Member
- Join Date
- Aug 2009
- Posts
- 21
- Rep Power
- 0
Need a project idea in java.
I ve been learning java for past 2 months.
I need a project idea that matches my knowledge in java.
I know to build awt/swing forms/applet.
I know to connect java Application to database through type 1 jdbc.
I know RMI concepts.
So pls suggest me some NEW GOOD project ideas that can be implemented using my current knowledge in java.
Also U can suggest some other ideas that are interesting, even if I dont know those concepts.(I am a quick and self learner,So i ll learn.)
I prefer both application projects and system level projects.
I should be able to finish the project within 2 months.
I dont want build any games!
Thank u.Last edited by vinoth; 10-01-2009 at 03:29 PM. Reason: mistakes..
- 10-02-2009, 01:39 PM #2
Member
- Join Date
- Sep 2009
- Posts
- 12
- Rep Power
- 0
If you like to practice with enterprise applications you have to take a look at www . java-task . com
- 10-05-2009, 10:51 AM #3
Member
- Join Date
- Oct 2009
- Posts
- 7
- Rep Power
- 0
- 10-05-2009, 10:17 PM #4
Member
- Join Date
- Oct 2009
- Posts
- 1
- Rep Power
- 0
Here some idea's:
CD/DVD/Book library
Password-manager
Address-book
Build up a manageable test-framework for your application (GUI, load testcases, run tests, admin tests, etc.)
Applet: Photo Galery
Or in other words:
Build a cosole to organize something your interested in
Additionally I can give the following starter hints:
--> use free and/or InMemory DB's (MySQL or Hsql) get acquitance with different db-access mechanisms (jdbc, hibernate)
--> learn also how to write/read from files
--> implement a clean logging (log4j - www . vipan .com/ htdocs/ log4jhelp.html -->Don't Use System.out.println!] )
--> implement junit tests (junit)
--> get acquitance with spring
--> get acquitance with java-patterns
--> and a a good plus would be, if you learn how to generate PDF's with your code...
These ideas willl help you to get closer to a pro level… A professional java-programmer is not only one who can do everything but also one who writes clear and readable code, makes the results reproducible (Testing) and is able to write code, which is debuggable (log4j)…
Additionally, there's another page where several good tasks (from simple to more complex ones are described) but i actually do not find the URL…
Ah, here it was:
mindprod. com/ jgloss/ jgloss.html --> Canadian Mind Products Java & Internet Glossary
--> student projects
- 10-11-2009, 09:08 AM #5gcampton Guest
might be a bit too eze, but thought I'd send it your way anyway, I guess as it's not required you can do with it as you wish, make it into a console app or GUI etc...
Last edited by gcampton; 10-11-2009 at 09:12 AM.
- 10-11-2009, 09:46 AM #6
This may be generic advice, but it has some truth to it. Since you have been programming for several years, you are probably past the generic programming assignments that you might see in a college classroom. Edit: I just reread your initial post. For some reason I saw two years, and you clearly put two months. Oh well.
This is about the time that programmers have enough skill to realize that although programming languages have a TON of functionality, there is also tons of functionality which is not implemented. So, start asking, if you haven't already, "what would be nice to have, but isn't available." That's the question I'm usually asking myself, and then I start writing a program that meets my needs.
Don't be afraid of pushing yourself beyond your limits. For example, I just finished a program that took about three months to finish because I kept adding to it above and beyond my initial hopes and expectations.
I then moved on to my current project, which I have attempted three or so times before, each for several months. Years ago, when I first tried it, I lacked the skill. This time around, I programmed in one week what I couldn't program before in months.
Asking for outside help is great, but for project ideas, only you know your capabilities. Thus, in the end, it is you who will push yourself the most, because you know your abilities, you know your interests, and mostly, you know your weaknesses and where you most need more experience.
Edit:
I just thought of a cool program. Check out the post on this forum about intricate star pattern, it might be too easy, might not, not sure, but it's an interesting code. It teaches a good lesson, analytic thinking, necessary for a programmer. Don't check the code that the OP wrote, just try it yourself.Last edited by CodesAway; 10-11-2009 at 09:57 AM. Reason: Project idea
CodesAway - codesaway.info
writing tools that make writing code a little easier
Similar Threads
-
I need a Project Idea..
By vinoth in forum New To JavaReplies: 11Last Post: 11-08-2009, 01:06 AM -
I need a Project Idea..
By vinoth in forum Java SoftwareReplies: 5Last Post: 08-14-2009, 04:37 AM -
I have an idea !!
By HosHos in forum New To JavaReplies: 1Last Post: 08-12-2009, 06:38 AM -
Using GWT with Intellij IDEA
By turanan in forum IntelliJ IDEAReplies: 0Last Post: 07-13-2009, 07:51 PM -
basic idea abut java plz help
By MarkWilson in forum New To JavaReplies: 7Last Post: 06-27-2008, 09:05 AM


LinkBack URL
About LinkBacks
Reply With Quote

Bookmarks