hi,
I'm an aged .Net programmer and have developed like 30 websites with .Net(1.1 and 2) technologies; but since I'd like to learn different programming languages, I decided to start learning JAVA! I thought there must be some similarities; BUT THERE'S NO SIMILARITIES AT ALL.
Now, I'm using Netbeans 5.5 (+Visualweb addon) and JDK 6 rc AND I HAVE LOTS OF PROBLEMS!!
1. Inside .Net, there's a "Response.Write()" function that gives you the ability to write right into your HTML output from within the code behind. What is the equivalent in JSP?
2. In .Net there are "User controls" and "Custom Controls" to bundle some other controls(like TextBoxes, buttons, HTML and so on) into one reusable control and separate it's GUI and code logic from the main ASPX page; and I do love the first one! What is the JSP equivalent to them and is there a graphical designer to them? I saw a demo on JFrame in JAVA APPLICATIONS that's exactly what I want. but is there anything for WEB APPLICATIONS?
Thanks for all the help


