Results 1 to 5 of 5
Thread: Java project idea for CS course
- 02-04-2013, 01:47 AM #1
Member
- Join Date
- Feb 2013
- Posts
- 3
- Rep Power
- 0
Java project idea for CS course
Hi everyone,
In the course I will be attending this semester, we will be required to make java software that has a commercial value.
My idea is to rent a web server at the college's course registration time. make the students in our college to log in the website with their school password and submit the specific course sections they want to take. So our server will frequently check the school's website if there is any openings in the specific section and register the student if there is any openings.
So my question is; is this project can be done with java (I have no idea about web usage of java) and do you think it's an "ok" project to do?
- 02-04-2013, 01:58 AM #2
Senior Member
- Join Date
- Feb 2012
- Posts
- 219
- Rep Power
- 2
Re: Java project idea for CS course
Is this going to be client or server side?
- 02-04-2013, 05:12 AM #3
Member
- Join Date
- Feb 2013
- Posts
- 3
- Rep Power
- 0
- 02-04-2013, 07:01 AM #4
Senior Member
- Join Date
- Feb 2012
- Posts
- 219
- Rep Power
- 2
Re: Java project idea for CS course
You can use an applet as the client side part, or just write something in PHP. That would take the user's request and submit it to a database. Then the server application could, at certain intervals, read that data and check to see if the class is open. The question is, are you going to have access to the class database? Do you want to try and do this through raw HTML?
However, I don't know how your professor/school/classmates would feel about them having to input their school passwords into a student's project. Keep in mind that you would have to encrypt it and have to make the submissions of that data secure as well.
You could always just simulate something. Instead of signing up for actual classes, make up some in your own database and use those. Let the user sign up for an account and sign up for classes that way.
- 02-04-2013, 07:19 AM #5
Member
- Join Date
- Feb 2013
- Posts
- 3
- Rep Power
- 0
Similar Threads
-
Just starting out...Project Idea
By seguhi in forum Forum LobbyReplies: 1Last Post: 06-08-2012, 10:20 AM -
Introduction and project idea
By TMosier in forum Java AppletsReplies: 0Last Post: 05-13-2011, 11:28 PM -
I need a Project Idea..
By vinoth in forum New To JavaReplies: 11Last Post: 11-08-2009, 01:06 AM -
Need a project idea in java.
By vinoth in forum Java SoftwareReplies: 5Last Post: 10-11-2009, 09:46 AM -
I need a Project Idea..
By vinoth in forum Java SoftwareReplies: 5Last Post: 08-14-2009, 04:37 AM


1Likes
LinkBack URL
About LinkBacks
Reply With Quote

Bookmarks