[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[news.eclipse.technology.lepido] Re: What features do you want for Lepido?
|
Sylvain Wallez wrote:
Definitely interesting, even if that requires a bit of "intelligence" in
the sitemap editor. It often happens in a single sitemap also. This
feature will require that we have some kind of semantic model of the
Cocoon application. A first version of this model can consist in
building the tree of match patterns to be able to quickly find such
overlappings and what pipeline will answer to a request. This model
won't be able to detect everything though, as it will be limited to
those matchers that can be executed without a runtime environment. But
with just regexp and wildcard matchers, we already cover a large number
of cases.
I like the idea a lot.
Given an input URL it could show in a given color which matchers (wildcard
and regexp) do match the pattern.
- Red: don't match
- Green: match
- Yellow: don't know
This would help a lot diagnosing problems.
Sylvain