Developing JavaServer Pages |
Uh, started to learn how to program in java webapps. Too few good info, too few manuals who describes me exactly what I need. At first - try eclipse. Powerfull tool, wonderfull interface
"Eclipse is an open platform for tool integration built by an open community of tool
providers. Operating under an open source paradigm, with a common public license that
provides royalty free source code and world wide redistribution rights, the eclipse
platform provides tool developers with ultimate flexibility and control over their
software technology."
Next thing google'ing info about tomcat, jsp, webapp and so on...
Accidently thought, that http://www.hotscripts.com has not only PHP resources, so went there and found easy reading, step-by-step tutorial how to make webapp, where to place it and so on. Here it is: Developing-JavaServer-Pages
Some points form me are obvious and already known from PHP, but some aspects in this tutorial is new and very usefull for beginners and proffesionals. Btw you need allready to know java language if you want to understand how to code JSP (Uhh I don't like Object Oriented Programming).
P.S. devshed.com uses stripslashes, so paths in tutorial are without them...




