Java Home Project Ideas

I am learning Java these days reading Head First Java 2nd Edition. To further strengthen the concepts that I learned, as well as keep them in my brain, I decided to make small Java projects. I was thinking of one project that basically catalogs books that I have by genre, author, etc. Can SO readers offer some ideas of this kind? They should be friendly to beginners, and should also provide a chance to learn something during this. Any links to sites that supply such design ideas are also welcome. I searched for a few searches, but was not successful.

+5
source share
6 answers

From the learning experience, I learned that as soon as you come up with 1-2 design ideas, you can always expand each project. to take an original idea of ​​cataloging your books. There are several projects that may arise from this concept over time.

  • Start with a simple application command using some basic OO methods.
  • Add to some interface and abstract classes to recreate the same project.
  • Store information in a resilience layer. (File I / O)
  • In another project, GUI development can be configured.
  • Add database level.
  • Refactoring an application to be created with ant
  • Add some JUnit tests.
  • Learn web programming and convert an existing project to servlets.
  • Convert a project to Struts (or some other framework)
  • Hibernate .

. , , . , . , . , . , .

+7

, , , , , , . , , .

, , , , ( !).

+5

- , READ. , . , sourceforge github, Java, . .

+3

Garage Manager ( ) (, , , ..) , . - DB .

+1

, Project Euler : http://projecteuler.net/

API , , ..

+1

All Articles