Re: Project ideas



Michele wrote:
Hi there,
I have to write a project in Java (a exam of my university). I am absolutely free about the subject: I can write complex software like an OS or a small crap utility.

The standard is to write a piece of software to manage a DB. That's what most of my classmates do.
However I would like to develop something else. But I can't find some good ideas.
Where I can find some good ideas regarding the subject?

Thanks
This one is always fun: Create your own assembly-like language and implement the assembler/virtual machine for that language :-)

An extension of that project:
Re-implement AT-Robots in Java, using OO design instead of procedural Pascal:
<http://necrobones.com/atrobots/>


--
Daniel Pitts' Tech Blog: <http://virtualinfinity.net/wordpress/>
.



Relevant Pages

  • Project ideas
    ... I have to write a project in Java (a exam of my university). ... I am absolutely free about the subject: I can write complex software like an OS or a small crap utility. ...
    (comp.lang.java.gui)
  • Re: Maths expression drawing library
    ... mathematical expressions and then paint them to a GUI component? ... can be very complex software. ... If it has to be Java, then I think I remember that there is some MathML Java library out there which could render a formula. ...
    (comp.lang.java.programmer)