Tuesday, April 7, 2009

Hello all! This is my first post on my blog. So. What kind of software I develop? I'm studying at university at the fourth course. By the end of the course I need to do course work - a program for the library. This program should be to manage the lists of books, journals and articles, manage your readers and giving them books. The same program should be able to print the data for lack of books. This is the minimum requirement for course work.
Let's start?
Of course, my program will have a database. It is therefore necessary to describe its structure.
This is description of the future structure of the database. Of course, now that the structure is not ideal, but gives us an overview of the database.

Yes, just forgot .. We need to describe the system, which will run our program. Here it is:
Platform: x86
OS: Windows98
Also, slow processor and a few of memory.

For development, I plan to use the following products:
Language: Java (JRE 1.5)
Database: Sqlite 3.0
Report and printing: JasperReports 3.5
I hope these products will work well on the target system.

Now I have finished my post. In next post: plan of work, creating database, creating project and start of programming the system.

P.S: English is not my primary language, so there might have some errors.