JSP is similar to ASP?

BurgerKing

新手上路
注册
2002-11-24
消息
73
荣誉分数
0
声望点数
0
JSP is similar to ASP?
JavaBean is similar to COM?
J2EE is similar to .NET?
WebSphere is similar to Visual Studio.net?

Really feel confused.

Thanks
 
basiclly,

Jsp, J2EE is based on Java technilogy, so it is Sun's solution.

COM,ASP and .Net is MS's solution.

they can do the same thing, but Java's can be run on any platform, but MS's must be on Windows. but Ms' is faster.

I prefer Java solution, for you always know what you are doing. but MS hides a lot of thing, always crush without reason.ms is still trying to hide more and more.

also Java is free.

hope this helps
 
You are a genius

very clear.

One more thing:
If i choose JSP, what web server should i choose?
you know, if i use ASP, i use windows 2000 server as the webserver.

thank you, google
 
definitely agree!

a few years ago, I was hesitating switching to Java because of the hardware computing power. but see how fast the chips developed today. execution speed wont no longer be the problem for non-embedded software based on Java platform.

frankly, I dont see .net's future.

最初由 Google 发布
basiclly,

Jsp, J2EE is based on Java technilogy, so it is Sun's solution.

COM,ASP and .Net is MS's solution.

they can do the same thing, but Java's can be run on any platform, but MS's must be on Windows. but Ms' is faster.

I prefer Java solution, for you always know what you are doing. but MS hides a lot of thing, always crush without reason.ms is still trying to hide more and more.

also Java is free.

hope this helps
 
SUN ONE is based on 100% pure java. It is growing. But now, .Net is dominating. Another one is IBM.
 
.NET is dominating??? what r u talking about?

maybe its in China.

Here I see most of the companies moved or moving to J2EE


最初由 kitaro 发布
SUN ONE is based on 100% pure java. It is growing. But now, .Net is dominating. Another one is IBM.
 
you should say

C# like JAVA
ASP like JSP
.NET like J2EE

Micri$oft is a marketing guru, but it did not
develop any new idea, windows copy from machintach,
IE copy from Netscape, So does .NET things
 
Re: You are a genius

最初由 BurgerKing 发布
very clear.

One more thing:
If i choose JSP, what web server should i choose?
you know, if i use ASP, i use windows 2000 server as the webserver.

thank you, google

For your question, it involves three kind of servers which are application server, web server and physical server.

1) Application server, such as Websphere, Weblogic, Tomcat etc, provides the servlet and EJB container. JSP need servlet container to run it.
2) Web Server, for web application, it needs a web server, right now the market basically use Apache or any web server that the application server supports. Usually the application server package comes with web server.
3) Physical server, it can be run on almost any platform, such as x86(MS-Win,Linux),IBM RS/6000, HP, SUN, IBM S/390, IBM AS/400 etc..

You may get a completed application server list from SUN's website, http://java.sun.com/j2ee/compatibility.html.
 
Thanks, Bear

Hi, Bear

thanks for your answer.

One more question:

I am using VB6, ASP, COM stuffs in a company, job is not challenged at all, i wanna learn something , could you recommend that what could i study at the basis of my current expenrience? I have some foundation in Java.

thanks again

a green hand
 
I'm not sure can Java feed your challenged feeling? But at least it can kill you a lot of time to learn it. -:) The following steps are just for your reference.

1) J2SE(Java 2 standard edition), Java is better OO language compared with C++. If you have OO background, it won't take you long time to learn standard Java.

2) J2EE(Java 2 Enterprise edition). There are many stuffs under J2EE big umbrella, you don't need to learn all of them. And bear in mind one thing, don't just learn the J2EE itself, you should study some pattern which is very important to learn how to develop large application.
2.1 JSP/Servlet and JDBC.
2.2 EJB, RMI etc depend on your particular demand , which is core part of J2EE.

3) Web services.
J2EE and .Net are two main stream technique in the current market, .NET is supported by Microsoft and Java is supported by the rest of IT industry. Both of them have their market value proposition, technical strength and strong vendors background, I believe they will exist in the market for long time. If you have interesting for intercommunication between J2EE and .NET, you should learn sth about Web Service.
 
If you like Java, The borland Jbuilder is the best choice for development, like all other Borland products, it is easy to use and very powerful, Jbuilder 7.0 even includes Tomcat, you can debug JSP and Servlet, it can not be better.

you cn download it from Borland website. also I have the crack for Jbuilder 7.0 and 8.0, but I have never tried 8.0 crack, if any one wants them, give me your e-mail.
 
For IDE, you should also consider your deployment environment. Usually WSAD(Websphere studio) is good for Websphere deployment, JBuilder is good for Weblogic deployment.
 
后退
顶部