简体   繁体   中英

What technology is the HTTP and UI level of application based on EJB architecture?

I read a lot about possible Java Web Development architectures (servlets+JSP, Spring MVC, Struts etc.). One of them is "plain Java EE 6" with EJB 3, in opposition to Spring/Spring MVC.

I started to read book (EJB 3.1) and tutorials, but I can't find single example of where the request to EJB starts at "human level" or what is the complete (with UI) architecture.

What is the most popular technology that connects Enterprise Java Beans bussines functionality at HTTP and web browser level?

(JavaServer Faces) is a technology formalized as part of Java Enterprise Edition. JSF 2.0 was released together with Java EE 6.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM