Recoil 1.2.0 feature requests

3 views
Skip to first unread message

tom.fa...@strongshell.com

unread,
Oct 8, 2009, 4:53:40 PM10/8/09
to spring-recoil-main
Now that Recoil is stable and the basic functionality is there, the
idea is to start adding all the goodies. Right now we have the
following on the list:

- Fluent proxy/advice configuration
- Non-generic interfaces for programmatic configuration

But wait, there's more:

- Fluent interface for exporting web services
- Convention instead of configuration features (e.g.
Configure.ByConventions())

... any ideas? Feel free to post here!

Guryanov Evgeniy

unread,
Oct 19, 2009, 4:54:31 AM10/19/09
to spring-recoil-main
Fluent interface for validation xml namespace will be very useful.
It could utilize power of "static reflection" and lambda expressions
to define validators "Test" property in strongly typed manner.
Like this:

Define(() =>
GroupValidator(
RequiredValidator(t => t.Name),
RequiredValidator(t => t.Description),
ConditionValidator(t => t.Amount >= 5)
)
);

tom.fa...@strongshell.com

unread,
Oct 22, 2009, 11:38:38 AM10/22/09
to spring-re...@googlegroups.com
That's a fantastic idea! And very easy to do as well! I'll look into it later this week.

By the way, would you be willing to help implementing it?

Cheers,

Tom


From: "Guryanov Evgeniy" <gurya...@gmail.com>
Sent: 19 October 2009 09:54
To: "spring-recoil-main" <spring-re...@googlegroups.com>
Subject: Re: Recoil 1.2.0 feature requests
Reply all
Reply to author
Forward
0 new messages