zondag 7 februari 2016

.NET naar Java

Van .NET naar Java:

ASP.NET page = JSP
ASP.NET code behind = Servlet
ASP.NET global.asax = ServletContextListener
ADO.NET = JDBC
Entity Framework = JPA
JAXB = ?
JSON.Net Newtonsoft  = GSON Google
DLL = JAR (Java ARchive. WAR is een Web ARchive, EAR is een Enterprise ARchive)
MSBuild = Maven

In Java heb je ook Generics (compile time), Annotations, boxing en unboxing, Lambda expressions (anonymous class met enkele method. Stream object)

Geen opmerkingen:

Een reactie posten