Tech Glossary

What is EJB?

EJB (Enterprise JavaBeans) is a Java-based programming language used to create business logic in web applications. The EJB code runs on an application server and provides services to web pages and other programs that use Java. The EJB code is often written in a separate file from the web page or application that uses it, and runs on the application server rather than on the client. JSP (JavaServer Pages) is a Java-based programming language used to create web pages. The JSP code runs on a web server and provides content and functionality to web pages. The JSP code is often written in a separate file from the web page, and runs on the web server instead of the client. Servlets are a Java-based programming language used to create web services. Servlet code runs on a web server and provides services to web pages and other programs that use Java. Servlet code is often written in a separate file from the web page or application that uses it, and runs on the web server rather than on the client.

Relaterade