在哪里可以下载 Java EE 6 教程示例?

发布于 2024-11-09 07:46:58 字数 1536 浏览 0 评论 0原文

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(5

埖埖迣鎅 2024-11-16 07:46:58

我也无法在更新工具中看到教程文件。 shurik2533给出的下载链接是JavaEE5的教程文件,不是JavaEE6的。根据 John 的内容,我使用以下方法从 svn 存储库下载了文件:

$ svn export https://svn.java.net/svn/javaeetutorial~svn JavaEE6tutorial/

仅下载示例:

$ svn export https://svn.java.net/svn/javaeetutorial~svn/branches/javaee-tutorial-6/examples/ JavaEE6TutorialExamples

I too couldn't see the tutorial files in the update tool. The download link given by shurik2533 are the tutorial files for JavaEE5, not JavaEE6. Working on what John put I downloaded the files from the svn repository using:

$ svn export https://svn.java.net/svn/javaeetutorial~svn JavaEE6tutorial/

To download only the examples:

$ svn export https://svn.java.net/svn/javaeetutorial~svn/branches/javaee-tutorial-6/examples/ JavaEE6TutorialExamples
陈甜 2024-11-16 07:46:58

您可以使用更新工具获取示例。

可以在教程本身中找到详细说明。下载 Glassfish

You can get the examples using the Update Tool.

A detailed explanation can be found in the tutorial itself. After having downloaded Glassfish.

两相知 2024-11-16 07:46:58

请访问以下网站,它将引导您下载 zip 文件形式的示例。

https://java.net/projects/javaeetutorial/pages/JavaEETutorialHome

Please go to the following website, it will lead you to download the examples as zip file.

https://java.net/projects/javaeetutorial/pages/JavaEETutorialHome

狼性发作 2024-11-16 07:46:58

https://java.net/downloads/javaeetutorial/javaeetutorial5.zip
我最近刚刚通过此链接下载,希望这有帮助

https://java.net/downloads/javaeetutorial/javaeetutorial5.zip
i just download recently via this link i hope this helps

七颜 2024-11-16 07:46:58

我还在 youtube< 上找到了这个真实世界 Java EE 6 教程 /code> 关于如何一起使用 Java EE 6 API 来构建一个可移植的全栈企业应用程序非常有趣:

I also found this Real-World Java EE 6 Tutorial on youtube about how to use the Java EE 6 APIs together to build a portable, full-stack enterprise application quite interesting:

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文