Equivalent items in Java  
Author Message
cdcer





PostPosted: 2004-7-24 21:32:00 Top

java-programmer, Equivalent items in Java I know a bit in Windows (.net) development. I would like to find out
the equivalent component of the below components. Anyone has
suggestions?

ASP -->
VB.NET, C# -->
MS SQL -->
IIS -->
NT server -->

THX a lot!
 
nathanz





PostPosted: 2004-7-25 2:48:00 Top

java-programmer >> Equivalent items in Java ASP -> JSP
VB.NET, C# -> Java, Jython, etc.
MS SQL -> Java can access via JBDC
IIS -> Any servlet/JSP running (web container): Tomcat, Orion, etc.
NT server -> Java can run on this platform. You may be equating this
to a J2EE server: WebLogic, WebSphere, etc.

Here are some others:

ADO.NET -> JDBC
IL -> Byte Code
CLI -> JVM

//Nathan

email***@***.com (ABC) wrote in message news:<email***@***.com>...
> I know a bit in Windows (.net) development. I would like to find out
> the equivalent component of the below components. Anyone has
> suggestions?
>
> ASP -->
> VB.NET, C# -->
> MS SQL -->
> IIS -->
> NT server -->
>
> THX a lot!