jessy wrote: 2) I need to find a free database, preferably one that’s platform independent, anyone have any experience of working with one?
jessy wrote: 3) I need to setup a CVS server, so I was hoping to use my Mac for this (OS X 10.3.9) so again I need a free CVS Server that can be installed on my MAC. If I do use OS X for this can I develop the application on Windows/Linux?
jessy wrote: 1) What would be the best SDK to use? Netbeans, Eclipse or something else? (is there much of a difference) has anyone bad experience of using either of them? I’m hoping to develop this accross multiple platforms, as in I don’t want to be bound to just developing it on one of the theses -> windows/Linux/OS X/Unix so is there any major differences in the SDK for each platform?
jessy wrote: 2) I need to find a free database, preferably one that’s platform independent, anyone have any experience of working with one? I have seen that db2 and oracle have free version available, but there very limited in what they support.
jessy wrote: NOTE: when the application is finished I am hoping to sell it, and don’t want to have to worry bout licenses for tools that I used, so any tools I use will have to be absolutely free, and not just free for personal use only!
daymobrew wrote: MySQL have a free database server.
jessy wrote: Some good advice and help here guy, thanks. should have mentioned that it is a web application server that I need, so looks like tomcat is the job, which only leaves me to fine a free Database that I wont need any sort of a license for.Decided to use Netbeans 5.0 have it installed on my Mac and PC and have been playing around with it for a while now, and it more than meets my needs :-)
evilhomer wrote: You can use MySQL, just don't bundle it with the software. Just make it a requirement for your software. Details here -> http://www.mysql.com/company/legal/licensing/[/url
evilhomer wrote: If you are going to make your software DB platform independent, use a Data Access Layer that employs ODBC for accessing the database and also uses ANSI SQL . So you have very few changes to make to the Queries from platform to platform.