简体   繁体   English

Java Web 应用开发工具 - 版本

[英]Java Web Application Development Tools - Versions

I'm in the process of learning about servlet containers and web apps based on Java EE, servlets, JSPs, EL/JSTL, JDBC (via Connector J from MySQL AB), MySQL server, etc. I'm in the process of learning about servlet containers and web apps based on Java EE, servlets, JSPs, EL/JSTL, JDBC (via Connector J from MySQL AB), MySQL server, etc.

I usually like to know in detail about the versions of the tools I'm using (and also thinking ahead of when I might list these on a resume).我通常喜欢详细了解我正在使用的工具的版本(并且还提前考虑了我什么时候可以在简历中列出这些工具)。

From the command line (I'm running Cygwin on Windows XP) I can easily find the versions of java, ant, and mysql. From the command line (I'm running Cygwin on Windows XP) I can easily find the versions of java, ant, and mysql. Other components, however, come with these or are downloaded and installed as.jar files, so I'm not quite as clear about how to verify the versions I have installed.但是,其他组件随附这些或下载并安装为.jar 文件,因此我不太清楚如何验证我已安装的版本。

How would I find the specific versions of the following:我将如何找到以下内容的特定版本:

1. Connector J (JDBC)
2. Java Servlet API
3. JavaServer Pages API
4. JSTL API

After looking online, I was able to find the versions for JSP and Servlet, though I'm still going off the documentation and not necessarily what's installed:在网上查看后,我能够找到 JSP 和 Servlet 的版本,尽管我仍然要关闭文档,不一定要安装什么:

"Tomcat 7.0 implements Java Servlet 3.0 and JSP 2.2" “Tomcat 7.0 实现 Java Servlet 3.0 和 JSP 2.2”

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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