TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

What makes an java application enterprise ready?

2 点作者 notoriousjpg将近 12 年前
What makes an java application ready to be sold to a large enterprise? Security? Error Handing? Just functionality?<p>I&#x27;m trying to bridge the gap between what students learn in standard java subjects at university and creating something sellable to a large enterprise. Assuming that it fills a void and there is a need for it by the customer.<p>Thank you

2 条评论

smoyer将近 12 年前
A stand-alone Java application is enterprise-ready if you can convince the enterprise it will support their needs. And as you point out, security and error handling as well as a lack of critical bugs will help.<p>Note that this is vastly different than &quot;Enterprise Java&quot;, where the goal is to create systems that are modular, that interact with each other in defined ways (JMS and SOA). The goal is essentially to allow each module in your system to be a &quot;black-box design&quot;. In the BDUF world, this means your ICDs (Interface Control Documents aka APIs) stay the same when you swap out a module&#x27;s implementation.
评论 #6082489 未加载
claudiug将近 12 年前
predictability, libraries, developers, numbers of specialist, support, books, the language(not perfect, but stable and fast), frameworks.
评论 #6082493 未加载