hi ludovic,

what you are asking for would mean something like:

@VirtualNode //instead of @Folder(name="/")
public interface Pages extends PagesCommon {
  //...
}

so that you have an interface which contains all view-configs, but it gets
skipped when it comes to path names.

regards,
gerhard



2015-05-19 18:58 GMT+02:00 [email protected] <[email protected]>:

> On 19/05/2015 17:21, Gerhard Petracek wrote:
>
>> hi ludovic,
>>
>> it sounds like you are using an ear-file which bundles multiple webapps.
>> please provide a bit more details, if you are talking about a different
>> constellation.
>>
> It could have been a solution, but it is not.
>
> I ship one war per app.
>
> I have a base PagesCommon class in a base package.
> This package is a jar dependency of the webapp.
> Pages class is directly in the webapp.
>
> Thanks,
>
>
> Ludovic
> |
> | AVANT D'IMPRIMER, PENSEZ A L'ENVIRONNEMENT.
> |
>
>

Reply via email to