Orchestra ERP

The stock market was getting challenging for technical analysts so I lost motivation in developing the Euclid project (mentioned in the previous post.) Perhaps I will revisit it once the markets and trading get interesting again.

I have instead resumed developing my WPF ERP framework. I am currently using / planning to use the following free frameworks / tools available for my client layer:

This WPF ERP framework will start off as two-tier, consisting only of a client and a remote database, most probably SQL Express Edition.

The design, however, should be scaleable enough so that I can move the business layer to a server and put a service layer on top of it. When this happens, I will be using WCF, naturally.

2 Comments

  1. just_curious said,

    August 24, 2009 at 11:39 pm

    As an alternative to ActiveRecord’s XML-less configuration, you might also want to consider Fluent NHibernate (http://fluentnhibernate.org/)

    For reporting, also take a look at fyiReporting (http://www.fyireporting.com/) which is based on the RDL format.

    • jabanico said,

      August 25, 2009 at 7:34 am

      Thanks!

      I actually was looking for other alternatives for ActiveRecord as I wasn’t 100% sold on the idea of decorating my domain objects with any kind of persistence metadata.

      Thanks also for the reporting suggestion. You’re right, I should go for standards like RDL.


Post a Comment