Please Help !!!
hi everybody...im a beginner to java..this is my assignment:
i was requested to develop a web-based application that use java..im not expert in codes so i think i need java tools to help me so i can basically develop from the design.
requirements:
database - MySQL
server - LINUX
i wonder can i use servlet / jsp? i really need which provide me tools just like dreamweaver..
can u tell me what sofwares to download (because they have so many versions and types-get confused).
how am i going to connect MySQL with the application and LINUX.. as i know MySQL is more compatible with PHP?
[635 byte] By [
nur_afwa] at [2007-9-30 22:36:47]

Hi,
If you are using mySQL on Linux and going through your requirements, you can
use the following.
For Java - Use JSDK 1.4, wait till the 1.5 stabilizes on usage.
Download Tomcat preferably 4.x version as compatibility of higher versions
might be an issue. This would give you a free application server platform where
you can run jsp and servlets.
As for dreamweaver, that is a commercial product and available only at a
premium but you can get a lot of tools that are free for designing web pages. But
they wont be as professional outfit as Dreamweaver though.
Finally to establish connectivity with mySQL you need the JDBC driver for mySQL.
You can download the same from
http://dev.mysql.com/downloads/connector/j/3.0.html
Hope these help you out
Aviroop