views:

496

answers:

6

suggest ideas for my final year project,I am good at java/j2ee.

A: 

Do something useful, that might contribute to the community.

Here is an idea:

Build a program that connects people who need to get chemo-therapy with people who ride near their clinic to take them there. This is a classic CS problem (Traveler agent) ask people for their routes, add patients home address and clinic address, and find matches. you will need some spatial skills, algorithms, web, and it might be useful, yet - it is not a simple project.

you can use Google earth or other mapping services....

Dani
I have no idea of how to start..tat is the problem for me. I thought of starting the webcrawler project..but dont know abt it much how it is handled in search engine also not getting enough resources in web too about it.
Senthil
Edited the answer with one idea...
Dani
+1  A: 

Develop a full TCP/IP stack from scratch. I did it as my final year project, only that I made it in Z80 assembler, and it was quite funny.

Konamiman
It does sound like a self-torture.....
Dani
But I really enjoyed it. Maybe I'm actually insane. :-)
Konamiman
funny? You meant fun? haha
o.k.w
Really interesting.
Colour Blend
A: 

Self Learning Java Application ?

abmv
I'm not understood..
Senthil
+1  A: 

Build a J2EE equivalent of Stack Overflow site. Challenging, yea?

o.k.w
I can enhance..if it is opensourced?
Senthil
A: 

All my suggestion should include Web Services and good use use of client side scripting technologies.

  • Campaign Information System
  • Resource Management System (RMS)
  • Web Based Meeting Scheduler
  • Project Management System
Colour Blend
+1  A: 

An easy to use scheduling / Time Tabling web site, using techniques like Genetic Algorithms?

Bas