[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[news.eclipse.technology.lepido] Re: What features do you want for Lepido?

I've been working in Cocoon and Eclipse for over 2 years and I'm quite happy.

Some proposals for automating the work with Cocoon:

1) I create a lot of custom components, I would like some command to add a given Java class as a component in the sitemap. It could detect automatically if it's an action, a generator, or some other component type.

2) I edit the sitemap with Oxygen XML editor and the Relax NG schema. It works ok but I miss guessing the value of type attributes like:

   <map generate type="...."/>

it could suggest the names of all registered generators.

Another example
  <map generate src="...."/>

it could suggest the name of a file resource from the context path.

I think all of them are quite useful and easy to implement.

What do the other Cocooners think about this?