954,554 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

Need help on Final Year Project (Java and Databases)

Hi guys, hope you can help.
I'm creating a mixture of an employee scheduling system with elements of a Human Resource Management System for small to medium businesses.
I ideally want to create a java application with a database backend, which I'm trying to see if I can apply sql server. I recently got sql server working in my java EE tutorial, but thats an applet and not an application.

I'm almost finished with my research, just finishing off some questionaires. But I really need to finish my decide on which languages I'm going to use.
Can I get peoples opinion on how they would approach this, just to give me a direction on my next step.

My research shows browser based management system isn't popular in small businesses and they really only require applications but with an sole database.

I was hoping to mix Java and SQL server, but if this is a bad idea, I need to know now and not wait for someone to say 'I thought you could have found that out in your research' as there is alot languages and databases with lots of info on both but too little of time to read such an amount of information.

Hope you can help.

code 117
Newbie Poster
1 post since Oct 2011
Reputation Points: 10
Solved Threads: 0
 

I think Java is a good solution on combining a program and SQL. There is a large SQL library, that is very usable for SQL queries.

I would definately not say that this is a bad idea, the question would me more like 'Can I make a usable GUI, with SQL support?'.

hiddepolen
Posting Whiz in Training
297 posts since Oct 2010
Reputation Points: 82
Solved Threads: 35
 

I would definitely say go ahead. I did a similar project in a CS course a couple of years ago, combining Java and MySQL. There are a number of different libraries for Java when it comes to MySQL, but if you want to keep it simple and not mix in ORM's and things like that it's as easy as downloading the MySQL driver from the MySQL homepage and start coding.

Good Luck!

Slimmy
Junior Poster in Training
71 posts since Oct 2010
Reputation Points: 11
Solved Threads: 11
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You
View similar articles that have also been tagged: