Copy link to clipboard
Copied
I am a Java, JSP person and trying to develop web page with JSP on CS3.
I don't see any good source on this subject.
Can anyone point me to good source? Books are basically mute on this subject.
Copy link to clipboard
Copied
mojym wrote:
I am a Java, JSP person and trying to develop web page with JSP on CS3.
I don't see any good source on this subject.
The reason there's very little discussion of JSP in Dreamweaver is that very few people use it. In fact, the JSP server behaviors were removed from Dreamweaver CS4 (although you can reactivate them with an extension).
I get the impression that JSP is used mainly by experienced developers who didn't need the rather basic functionality provided by Dreamweaver's server behaviors. I seem to recall being told that JSP represented 0.1% of Dreamweaver users. That makes you part of an exclusive club, but unfortunately not one with a lot of external support.
Copy link to clipboard
Copied
Thanks for your reply.
I read your "Setting up a PHP developer environment for Dreamweaver" and am going to use PHP instead of JSP. The reason I was going to use JSP was for Session Data because I want user to login to the site and like to stot user info into the Session Data, but looks like PHP handles Session Data too.
I just have to sharpen my PHP skill.