编写 Java 代码需要域名吗?

发布于 2024-12-16 11:31:49 字数 388 浏览 3 评论 0原文

如果我坐在工作中,我可以轻松编写一些 java 代码 - 我只需使用我公司的域名作为包名称,我就可以不假思索地这样做。

如果我坐在家里并且没有域名,我应该使用什么作为我的包名称?

JSL 没有说 - 它建议使用互联网域名。但是,它确实提到了本地和临时包名称

本节指定了生成此类的建议约定 独特的包名称。 Java平台的实现是 鼓励为转换一组提供自动支持 软件包从本地和随意的软件包名称到独特的名称格式 此处描述。

我之前没有遇到过任何可以转换包名称的东西,而且我不太确定它在实践中是如何工作的。

所以,我的问题是双重的:如果我没有域名,我应该使用什么包命名,如果我走“本地”或“休闲”路线,转换机制是什么?

If I am sat at work I can easily write some java code - I just use my companies domain name as the package name and I do so without even thinking.

If I am sat at home and I don't have a domain name what do I use for my package names?

The JSL doesn't say - it recommends using an Internet domain name. It does, however, mention local and casual package names

This section specifies a suggested convention for generating such
unique package names. Implementations of the Java platform are
encouraged to provide automatic support for converting a set of
packages from local and casual package names to the unique name format
described here.

I've not come across anything that does this converting of package names before and I'm not quite sure how it would work in practice.

So, my question is twofold: what package naming should I use if I don't have a domain name and if I go the "local" or "casual" route what is the converting mechanism?

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

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

发布评论

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

评论(2

泛滥成性 2024-12-23 11:31:50

使用任何或多或少唯一的名称,例如项目名称或您自己的姓名。
域只是一个约定,用来防止冲突。

Use any more-or-less unique name like name of the project or you own name-surname.
Domain is just a convention, used to prevent clashes.

桃酥萝莉 2024-12-23 11:31:50

dbf 关于命名约定是正确的。要执行包名称转换,只需使用现代 IDE(例如 IDEA 或 Eclipse),其中包含用于将类迁移到不同包的重构选项。

dbf is correct regarding naming convention. To perform package name conversion simply use a modern IDE such as IDEA or Eclipse which contain refactoring options to migrate classes to different packages.

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