Ayende would you put the talk presentation online. I have recently been thinking about best to develop applicatings using Castle and Monorail. Most examples use the model as a data access layer but the problems I have with this is that if you want to introduce services things get tricky. This example would really help.
I know the way around this is to introduce the repository pattern but I haven't investigated this thoroughly.
That scuppers that plan. Maybe you could put the example up for download when you are done with it? IT would be nice to see how you go about unit testing it etc.
> Email-style angle brackets
> are used for blockquotes.
> > And, they can be nested.
> #### Headers in blockquotes
>
> * You can quote a list.
> * Etc.
Horizontal Rules
Three or more dashes or asterisks:
---
* * *
- - - -
Manual Line Breaks
End a line with two or more spaces:
Roses are red,
Violets are blue.
Fenced Code Blocks
Code blocks delimited by 3 or more backticks or tildas:
```
This is a preformatted
code block
```
Header IDs
Set the id of headings with {#<id>} at end of heading line:
## My Heading {#myheading}
Tables
Fruit |Color
---------|----------
Apples |Red
Pears |Green
Bananas |Yellow
Definition Lists
Term 1
: Definition 1
Term 2
: Definition 2
Footnotes
Body text with a footnote [^1]
[^1]: Footnote text here
Abbreviations
MDD <- will have title
*[MDD]: MarkdownDeep
FUTURE POSTS
No future posts left, oh my!
RECENT SERIES
Challenge
(75): 01 Jul 2024 - Efficient snapshotable state
Recording
(14): 19 Jun 2024 - Building a Database Engine in C# & .NET
Comments
about your nomenclature: which classes do you call XxxxImpl ?
@bobfox,
Usually, very few.
But I wanted to make a clearer separation of the service and implementation
Isn't this awfully... Heavy?
Peter,
That is for a talk that I am going to give tomorrow. It is showing an aspect of how to build a real application.
Ayende would you put the talk presentation online. I have recently been thinking about best to develop applicatings using Castle and Monorail. Most examples use the model as a data access layer but the problems I have with this is that if you want to introduce services things get tricky. This example would really help.
I know the way around this is to introduce the repository pattern but I haven't investigated this thoroughly.
I would like to, but it is going to be in Hebrew, and I don't know if I will be able to have a mic to the computer there.
That scuppers that plan. Maybe you could put the example up for download when you are done with it? IT would be nice to see how you go about unit testing it etc.
Kind of pattern happy there are we ayende ;)
And I didn't even started posting about my new ProxyDecoratingMomentoStrategyImpl !
Yeah, it is something for a presentation, so show it important.
Funny, I was just writing a Visitor for one of those!
/Mats
As for offering services based on a model: What about creating a Service Layer that both the external service and the application use?
Comment preview