问题标签 [enterprise]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
enterprise - 是什么让应用程序或软件开发过程成为“企业”?
在阅读了 Wolfbyte对Enterprise FizzBuzz 的回答后,我想到了什么构成了“企业”程序。
是什么使应用程序或软件开发过程成为企业?
编辑:企业这个词似乎有很多负面影响。有没有人真正喜欢编写企业级应用程序?
asp.net - Enterprise Java Beans 视频教程
是否有与 asp.net 和 windowsclient.net 学习部分相同口径的 Enterprise Java Bean 的视频教程?
caching - Entlib Cache.Contains NULL problem
I have a combined authorization and menustructure system on our backend. For performance reasons EntLib caching is used in the frontend client (MVC rel 1.0 website, IIS 5.1 local, IIS 6.0 server, no cluster).
Sometimes 'Cache.Contains' will return true, but the contents of the cache is NULL. I know for certain that I filled it correctly, so what can be the problem here?
EDIT: when I set the cache to 1 minute and add the cacheKey 'A_Key', I will see the key coming back when inspecting the CurrentCacheState. When I view CurrentCacheState after 2 minutes, the key is still there. When I execute 'contains', true is returned. When I execute 'contains' again, the cacheKey is gone! Synchronization problem??
Regards, Michel
Excerpt:
And the cachehelper:
enterprise - 大规模开发中最重要的基础设施组件是什么?
企业业务应用程序的基础构建块有哪些?我正在考虑多个应用程序共享的可重用组件:
- 更快地扩大规模
- 通过消除重建来加速开发
- 通过最小化关键故障点提供稳定的基础架构
我在集中化/标准化方面看到的一些成功的概念示例:
- 日志记录
- 排队
- 调度
social-networking - 在 LAMP 上运行的企业 Intranet 中的社交网络软件
我工作的公司(1800 多名员工)正在寻求加强员工之间的个人关系,促进部门之间更好的协作和沟通,并使人力资源部门更容易识别员工的技能、经验和兴趣(例如:我们有一些同事对 SAP 模块和产品有深入了解,但在具体项目中很难识别它们并集成它们)。因此,他们想为我们的 Intranet 实现一个社交网络。
我们只是在寻找基本功能,例如配置文件、讨论板等,所以没什么特别的。我提出了社区服务器,但我的老板说 .Net 和 java 是不行的。他想要 LAMP,但出于隐私和安全方面的考虑,他对 Ning 这样的网络解决方案不感兴趣。它是开源软件还是商业软件都没有关系。但它应该允许完整的布局定制,并且还必须能够从外部世界访问。
所以我的问题是,是否有类似社区服务器的东西在 LAMP 堆栈上运行?
非常感谢!
更新:我们已经有一个 Facebook 页面和一个群组。但是我的老板想要 Facebook 中没有的一些功能,例如每个个人资料页面中的标签云,显示技能和相关项目;以及 Last.FM 的“社区”等功能,您可以在其中将具有相似技能和兴趣的人分组,还有保密问题(关于项目、客户等的讨论)。那么,有什么想法吗?
configuration - How/where to store enterprise configuration settings?
My company has a large customer that has many regions/sites/offices. Each location can have its own set of servers with its own data. The users of the system are centrally administered thru a domain. The computers in this network are locked down with only http access to the internet. There is a company wide Sharepoint portal. All servers and computers are Windows based (mostly XP, Server 2003).
We have written a number of utilities for them. Some are loaded from the network, but an increasing number of these are installed directly to a users machine. Typically we have been configuring these tools thru ini's or xml's. However, this is becoming cumbersome to update if a server is updated or settings need to be tweaked.
While I'm not concerned with how the data is stored, I'd like to have a common way to find or locate this data. The method will have to contend with certain knowing what office/region the user is on and return an appropriate location. I'll have to cache this data locally on the machine in case the network fails (seems to happen every so often).
I've already thought of a couple of ideas, but have no idea how effective or practical these are:
- Use Sharepoint.
- Use ActiveDirectory/LDAP.
- Use Bonjour/Zeroconf.
What tools and/or technologies can I use enterprise wide to configure locally installed applications?
architecture - 企业、系统和应用架构(最佳实践?)
我目前的任务是为软件开发创建一个文档化的、一致的架构指南。我们有很多聪明的人在做正确的事情,但不是始终如一和可重复的。
我们使用 Microsoft 的应用程序架构指南 2.0 作为起点。因此,提出一个应用程序架构是相当直接的(我不会说容易)。可能是因为我有几年的开发经验,所以我对这个领域有很好的了解,并且也有大量的例子和指导。
由于我们的组织有几个应用程序构成了一个或多个系统,然后我们将它们安装在“客户端”......我们认为创建系统架构和企业架构也是有意义的。这就是问题开始的地方。
那里没有一致的指导。如果您搜索“系统架构示例”,您得到的东西是如此不同,以至于我想知道是否有“标准”方式来做到这一点。
根据我(有限 - 清楚地)对这一切的理解,系统架构是一个或多个应用程序架构的抽象,描述了它们如何协同工作以形成一个系统。此外,企业架构是一个进一步的抽象,展示了您的系统如何适应组织企业,以及它如何与业务流程、IT 战略交互,以及它如何集成到企业中的其他系统中。
- 我完全错了吗?
- 是否有任何标准(我在哪里可以找到它们)?
- 是否应该有标准,或者“好的”系统架构是否只是任何格式的任何文档,这些文档对于读者来说是清晰易懂和有用的?
- 但是,经验丰富的建筑师会如何看待这种方法?
我不想简单地列出一组可能有用的 SOA 相关模式……我想让它更加专注于我们所做的事情,即在面向服务的架构上构建财务解决方案。
更新: TOGAF(9)怎么样。有没有人有过这方面的经验,是否值得努力详细了解它。
projects-and-solutions - 不编写程序的原因?
让我们扮演魔鬼的拥护者:您不让管理层编写解决方案,而是购买昂贵的软件包的原因是什么?
java - 评估业务规则引擎的标准
我们正在购买业务规则引擎。我们希望使我们的核心应用程序可针对具有略微不同要求的不同客户进行定制。真正进行定制的人是分析师。即技术熟练的非程序员(通常具有科学学位)。
评估业务规则引擎的标准是什么?有开源的和商业的吗?您在易用性、文档、支持、价格等方面有何经验?
我们的应用程序是 Java 语言。
customization - 何时使用业务规则引擎
何时使用业务规则引擎?
业务规则引擎和脚本/配置/定制有什么区别