- Local BC.Net installation (not easily maintainable when deploying on a larger scale)
- Dynamics Ax 2009 doesn't support side-by-side installations of clients (inflexible architecture)
- RPC-protocol (constraint for the infrastructure: Firewall)
- No multi-threading (lousy performance). Using multi-threading with the BC.Net results always in exceptions.
- No session-management. Only one session at a time. (no scalability) A very complex session-management needs to be written.
- No contract for the method and its signature (difficultly maintainable when application changes over the time) as it is available with the AIF (service+Xsd or Wsdl with AIF-WebServices)
- BC.Net requires the Enterprise Portal license when hosted by the IIS (this constraint is hardcoded in the BC.Net)
PS: And don't forget that there is no COM.BC available with Dynamics Ax 2012.
No comments:
Post a Comment