enterprise

Method or pattern to implement a Business Rules Engine in a solution?

假如想象 提交于 2019-12-06 02:49:59
I am working in a young banking company. Our solution (.NET) has an important technical debt, so we refactor it following DDD principles. We are planning to use (a) Business Rules Engine(s). Business rules deal with accounting purposes, marketing purposes, risk purposes, legal stuff... we are planning to POC the BRE to be sponsored by the business. I am looking for some feedback by people who succeded in adopting a BRE, or, a combination of BREs? Are there tools to manage the BR repository? Is there any pattern that might help to separate processes and BR ? Do you know some authors who wrote

Decimal rounding strategies in enterprise applications

和自甴很熟 提交于 2019-12-06 01:55:11
Well, I am wondering about a thing with rounding decimals, and storing them in DB. Problem is like this: Let's say we have a customer and a invoice. The invoice has total price of $100.495 (due to some discount percentage which is not integer number), but it is shown as $100.50 (when rounded, just for print on invoice). It is stored in the DB with the price of $100.495, which means that when customer makes a deposit of $100.50 it will have $0.005 extra on the account. If this is rounded, it will appear as $0, but after couple of invoices it would keep accumulating, which would appear wrong

Enterprise Library 5.0 and Command Timeout

元气小坏坏 提交于 2019-12-05 22:23:17
I am using following code and want to know whether we require to set command timeout if using CreateSprocAccessor of enterprise library , if not then how timeout is being managed? var accessor = _sqlDatabase.CreateSprocAccessor<xyz>("uspGetxyz", new xyzParameters(_sqlDatabase), MapBuilder<xyz>.MapAllProperties().Build()); //Execute the accessor to obtain the results var Data = accessor.Execute(); xyzList = Data.ToList<xyz>(); I can't believe it what blunder enterprise library team has made, they have not given any way to set command time out in case of Accessor, it is a know issue with them

iOS 7 access UUID value in an enterprise application (not for AppStore)

守給你的承諾、 提交于 2019-12-05 20:48:54
Apple since iOS7 ha deprecated and unavailable the use of the property -uniqueIdentifier . The other properties -identifierForVendor and -advertisingIdentifier have the big problem that they change the value after uninstalling and reinstalling the app. I need that value to identify uniquely the device connected to the server. The app will be distributed only internally using an enterprise account, so no problem for the review process. Is there a private a method to get it? [UPDATE WITH SOME TEST] As David said I used identifier for vendor on iOS7.1 device here are some results from my tests.

Linux的各个发行版本(一)

吃可爱长大的小学妹 提交于 2019-12-05 19:02:32
三大流派 1、SUSE SUSE Linux Enterprise Server (SLES) OpenSuse桌面 2、debian 迄今为止最遵循GNU规范的Linux系统 Ubuntu 基于Debian的unstable版本加强而来 deepin mint 3、redhat RHEL:RedHat Enterprise Linux,每18个月发行一个系版本 CentOS: 兼容RHEL的格式 Oracle 中标麒麟:中标软件 Fedora:每6个月发行一个新版本(测试版本) 4、ArchLinux:轻量简洁 5、Gentoo:极致性能,不提供传统安装程序,需要使用源代码进行编译安装 6、LFS:Linux From scratch 自制系统(说明书、文档) 7、Android:kernel+busybox(工具集)+ java虚拟机 三者之间的关系 Linux实际只是一个操作系统的内核,不是一个完整的系统,并且是开源的,都是基于GPL协议发布对的,只要遵循此协议任何人都可以在原有的软件构成的基础上再开发和发布,因此Centos诞生 既Linux内核+GNU工具包=新的发型版本 来源: https://www.cnblogs.com/stationing/p/11939782.html

Example websites using db4o

人走茶凉 提交于 2019-12-05 12:52:07
I'm very impressed with my initial tests with db4o. However, i'm wondering just how many enterprise class websites are out there powered by db4o, i couldn't see any on the main website? I can't see any reason why db4o should not be used. There appears to be decent enough support for transactions and ways to handle concurrency for example. Anyone got a list of websites i could look at? See: http://developer.db4o.com/Projects/html/projectspaces/gaabormarkt.html A particular search engine used to be powered by db4o (I say "used to" because I haven't talked to the author about this since a long

App Over-The-Air Installation with HTTPS not working

不问归期 提交于 2019-12-05 04:35:53
问题 I know that in general installation via HTTPS is working but somehow it doesn't in my Environment. The itms-service link is HTTP as far as I understood: itms-services://?action=download-manifest&url=http://' . $_SERVER['SERVER_NAME'] . $downloadLink The links in the .plist are then HTTPS <key>assets</key> <array> <dict> <key>kind</key> <string>software-package</string> <key>url</key> <string>https://app.ipa</string> </dict> <dict> <key>kind</key> <string>full-size-image</string> <key>needs

Ag-grid bundle size is too big

有些话、适合烂在心里 提交于 2019-12-05 03:43:40
I am developing a web application with Angular 6. I have an Ag-grid enterprise edition. Ag-grid documentation says, that we have to import all ag-grid-angular , ag-grid-community , and ag-grid-enterprise to work with Ag-grid enterprise. After compiling, the total main bundle size crosses 1.5 MB. In that ag-grid-community is 694KB and ag-grid-enterprise is 230 KB: Is this the normal behavior of Ag-grid? I am using Ag-grid version 19.0.0 and the following command for building: ng build --prod --aot --build-optimizer --vendor-chunk=true This is something that we know and we have in our backlog

Is it possible to renew provisioning profiles without needing to upgrade iOS enterprise apps?

倾然丶 夕夏残阳落幕 提交于 2019-12-04 20:42:32
问题 A newly generated provisioning profile no longer seems to be compatible with older versions of the same app. The new app does work with the new profile, however we do not want to upgrade all apps which are linked to older version backends and are not all compatible with the newest app. We do need to renew the profiles shortly in order to keep the old apps working. We have done this before, but now we are having the following issues. When opening the app with an updated provisioning profile,

How does Apple catch Enterprise Apps being distributed out-side of the corporation? [duplicate]

元气小坏坏 提交于 2019-12-04 19:35:21
This question already has an answer here : Closed 7 years ago . Possible Duplicate: How does enterprise distribution of iOS apps restrict distribution outside of one company? How does enterprise distribution of iOS apps restrict distribution outside of one company? This is almost the exact same question as above, but I feel it wasn't answered in layman's terms. I'm still confused after looking at Apples manual. We are constrained by these factors: We are in Canada so we can't get B2B Our corporate client does not want to sign up for Apple's Enterprise Our app holds confidential information (no