TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

What makes an java application enterprise ready?

2 pointsby notoriousjpgalmost 12 years ago
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 comments

smoyeralmost 12 years ago
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 未加载
claudiugalmost 12 years ago
predictability, libraries, developers, numbers of specialist, support, books, the language(not perfect, but stable and fast), frameworks.
评论 #6082493 未加载