Re: jsp to asp



If you ever used JSP with beans, that is closer to the ASP.NET model. If you
have placed all of your code in your JSP, you really will want to alter your
paradigm.

As far as the client side scripting goes, continue doing what you are doing.
JavaScript is still the predominant programming model and will even allow
you to program AJAX and Silverlight 1.0, although the AJAX work is much
easier with Visual Studio 2008 than hand coding.

BTW, if you have Visual Studio (including the Express SKUs), most of the UI
set up is drag and drop. To add handler, you simply double click on
controls. As such, the IDE pretty much guides your hand as you develop.

You will find that C# is similar to Java in syntax (yes, there are some
syntactical differences, but you will likely feel more comfortable than you
now think you will).

--
Gregory A. Beamer
MVP, MCP: +I, SE, SD, DBA

*************************************************
| Think outside the box!
|
*************************************************
"josh" <xdevel1999@xxxxxxxxx> wrote in message
news:d8d236a5-2573-4e83-b98e-10afc54b580b@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Hi, I'm a jsp programmer and I have changed work. My boss does not
matter about my previous
Java experience and so he told me to learn web programming using c#.

I have also many Javascript/DOM experience and I wish to program in my
"already learned mode":

In jsp I program to write Java code in .jsp page directly and I use
HTML and Javascript for client logic: e.g.

<%@ page contentType="text/html; charset=utf-8" language="java"
import="java.sql.*" errorPage="" %>
<%
Connection conn = null;

DatabaseMetaData dbmd;

String info = "";

try
{
....
%>
<html>
......
</html>

so is there an equal c# way or what are other ways to accomplish
that ?

Thanks.


.



Relevant Pages

  • MVC in JSP (was: template in servlet)
    ... JSP = viel HTML mit wenig Java ... ... HTML ins JSP, ... public void setUser(String user) { ...
    (de.comp.lang.java)
  • Re: Java Beginner
    ... Let's say that I have a log in page, created with only HTML code. ... Now in my jsp page I check the validity of my log-in ... --I show all the clients for this Id ... If it's java you're particularly interested in have a look at the struts ...
    (comp.lang.java.programmer)
  • Re: Java Beginner
    ... Let's say that I have a log in page, created with only HTML code. ... Now in my jsp page I check the validity of my ... --I show all the clients for this Id ... If it's java you're particularly interested in have a look at the struts ...
    (comp.lang.java.programmer)
  • Re: JSP and Servlet
    ... > Anyone can tell me what is the difference between JSP and Servlet? ... Servlets are written in pure Java. ... Requests for a web page go to a Java ... JSP's are HTML pages with some Java hacked into them. ...
    (comp.lang.java.programmer)
  • Novice Form Question
    ... I am a novice at JSP / HTML and have a Forms releated question. ... really looking for sample code I can leverage to help understand how ... My guess is that Javascript might ...
    (comp.lang.java.programmer)