Hi everybody..!!
Am doing Final year Engg.
Am new to JAVA..
I ve to do a Final year project..!!
As am new to java, I dont know its strength and power..:o
So Pls suggest me a good project idea in java...!!!
Thanks in advance..!!
Printable View
Hi everybody..!!
Am doing Final year Engg.
Am new to JAVA..
I ve to do a Final year project..!!
As am new to java, I dont know its strength and power..:o
So Pls suggest me a good project idea in java...!!!
Thanks in advance..!!
Okay, what type of things you have in mind. Anything a simple idea?
By the way, did you search the forum. I remember quite similar question discuss here in our community few days back.
Google is your friend. Try 'java projects'.
And in code project and so on.
To start with Java is pretty simple.
what you need to do is:
Step 1: go to java.sun.com
Step 2: click on downloads and download the J2SE v6.
Practice java with the help of some sites like java-tips.org etc.
Step 3:After you get a good knowledge of core java, you can start downloading the Tomcat, a web server to publish some webpages in a server. Start practicing Advanced java such as JSP, Servlets and with good knowledge of core java.util, oops etc.
Step4: Start creating some web pages using html and try to process the form data. use the servlet to servlet communication or servlet to jsp communication to display the content.
Adding to it you can apply some webservice calls and database calls and so on.
Further to it, you can start thinking the above using MVC framework using struts.
In summary understand Basic Java thouroughly, then jump to Advanced java and do googling for help wherever required. Now i was like you earlier but different now.
so, start working and enjoy the assignment.
-Satya
Thank u Satya and others for ur replies...!!
pls suggest me good field for my project (like networking,image processing,cryptography etc..:confused:) that will hav a good Good Scope (it should add a value to my resume..!!)..:)
Thank u...!!
Hmmm, I don't think it's easy to answer you question. Because all depends on what you've learn.
Anyway, nowadays in the world, web based application have a more value. Most clients are like to use applications without any installation, and web is the ultimate solution. And networking application too, as an example a chat system with a white board and VOIP. There are only few such application you can find in the world. MSN Live, etc... have some kind of level those. You can think about new features as well, say desktop sharing and so on. Those types of applications are mainly target on end users, end clients.
When you comes to image processing, cryptography and so on, move on research level. I mean you are developing those thing most of the time for third parties, not for end clients. Because you cannot implement user friendly applications using those areas only.
If you are more clever, what you can do is integrate all those areas in one application. But it's not an easy task at all, too hard things to do.
Best thing is decide that what you want to take, as a final product and sell it to users, or research implementation for other parties.
Hope it's helpful to you. Good lcuk :)
thank u..!
You are welcome.
hey , i hav just completed learning j2ee. but havent done in practise.
can u please provide me some links where i can get some sample j2ee project's code to study.. i would appreciate if u can provide with some project name suggestions i can do in j2ee.
Did you search on Google? Or the web basically. There are thousand of such web site where you can find sample projects. But if you are going to use them for commercial purpose it's not good. Codeproject, SourceForge are the best example.