JSTL JSP Standard Tab Libraries
RMI CORBA Remote object handling
JDBC database interaction
JNDI access naming and directory services
EJB Enterprise JavaBean create reusable business components
JMS Java Message Service message-oritented middleware
JAXP XML process
JTA perform atomic transactions
Servlets an extremely popular Java substitute for CGI scripts
JSP Java Server Pages
CGI Common Gateway Interface create a new process,load an interpreter and a script,execute the script,it's very taxing.Numerous CGI alternatives and enhancements, such as FastCGI, mod_perl from Apache, NSAPI from Netscape, ISAPI from Microsoft, and Java servlets from Sun Microsystems, have been created over the years. While these solutions offer better performance and scalability, all these technologies suffer from a common problem: they generate web pages by embedding HTML directly in programming language code.
URI Uniform Resource Identifier
RMI CORBA Remote object handling
JDBC database interaction
JNDI access naming and directory services
EJB Enterprise JavaBean create reusable business components
JMS Java Message Service message-oritented middleware
JAXP XML process
JTA perform atomic transactions
Servlets an extremely popular Java substitute for CGI scripts
JSP Java Server Pages
CGI Common Gateway Interface create a new process,load an interpreter and a script,execute the script,it's very taxing.Numerous CGI alternatives and enhancements, such as FastCGI, mod_perl from Apache, NSAPI from Netscape, ISAPI from Microsoft, and Java servlets from Sun Microsystems, have been created over the years. While these solutions offer better performance and scalability, all these technologies suffer from a common problem: they generate web pages by embedding HTML directly in programming language code.
URI Uniform Resource Identifier
博客介绍了多种Java相关技术,如JSTL、RMI、JDBC等,还提及了JTA用于执行原子事务。同时阐述了CGI创建新进程、加载解释器和脚本执行的高消耗问题,以及多年来出现的众多CGI替代和增强方案,如FastCGI、Java servlets等,但这些技术都存在将HTML直接嵌入代码生成网页的问题。
531

被折叠的 条评论
为什么被折叠?



