Hi Pete,
Your right and I will try my luck asking Juval itself. Who better to
give us a sample application outling how the method is implemented.
Maybe if he got several requests from each of us it would convinince
him to send us a sample app. Also he has not sent us the artifacts he
has promised.
Cheers
Andrew
On Jul 4, 6:54 am, Peter <
oasisma...@gmail.com> wrote:
> I think a sample application should be put together, something fairly simple
> which we can all understand and see the concepts in action.
> Perhaps Clients and their Products would be a good example, maybe the
> Product is subscription based and can Expire and also be Renewed.
>
> The full architecture should be designed first using the IDesign method too
> so we can all see this method full-cycle.
>
> What does everyone think...?
>
> Peter King.
>
> On Fri, Jul 4, 2008 at 10:34 AM, Peter Kneale <
peterkne...@gmail.com> wrote:
> > Thanks for getting back to me Ajit - I understand the copyright issues - i
> > was think you might just be able to validate my approach then...
> > These are the projects that i was going to put together for my sample code
> > - do you think i am going in the right direction?
>
> > Sample.Client Contains a command line tool that
> > calls MyManager via the Sample.Manager.Proxies proxy.
>
> > Sample.Manager Contains implementation of MyManager.
> > This calls MyEngine via the Sample.Engine.Proxies proxy.
> > Sample.Manager.Proxies Contains a proxy class for IManager
> > Sample.Manager.Contracts Contains a definition of IManager
> > Sample.Manager.Data Contains a definition of ManagerData
> > Sample.Manager.Host Contains a Windows Service that hosts
> > MyManager
>
> > Sample.Engine Contains implementation of MyEngine
> > Sample.Engine.Proxies Contains a proxy class for IEngine
> > Sample.Engine.Contracts Contains definition of IEngine
> > Sample.Engine.Data Contains a definition of EngineData
> > Sample.Engine.DataAccess Contains ADO.Net code for talking to SQL
> > Server
> > Sample.Engine.Host Contains a Windows Service that hosts
> > MyEngine
>
> > On Thu, Jul 3, 2008 at 10:27 PM, Ajit Bhandari <
bhandaria...@gmail.com>
> > wrote:
>
> >> Hi Peter,
>
> >> I have already implemented it and using it in my project but I cann't
> >> share the code as its under company's copyright. Will try to create some
> >> sample.
>
> >> Cheers,
> >> Ajit
>
> >> On Thu, Jul 3, 2008 at 9:52 AM, Peter Kneale <
peterkne...@gmail.com>