Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [faces-dev] Modularizing Faces
  • From: Manfred Riem <m_riem@xxxxxxxxxxx>
  • Date: Tue, 26 Jan 2021 23:54:09 +0000
  • Accept-language: en-US
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=none; dmarc=none; dkim=none; arc=none
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=QQglclQ20THrNt61nWTWYMjAdYErVKTzFpV5vF8vsrk=; b=Qw2dydYQHwmZX+xJKjXlR4zIiyV2MqlZhx3xBKQmFVQ3B5ZjKYgnm9FNthlcaNoUvQEDB+Q4ES/Mq1DMynDIvv1sqnjsObBYlWAfHm5ypaKNFNOZ1hDo9NHysRITCtEbC6rK42j9gRWjxD+0ajiqr7H3UxybqFRXyQchSHWfPAUu6+LhITEXLewx0Y3fgCKNsAMhwlJbT6GHc6Jja+Wiy11HIu4iNrO4LtGVnURAPGdnbh+weCISh+i3bHQS18boV5QAhYvYkbUC4mpBmY35YO7kBz9TR3g/bx0bjsLirLScSLc4ko6+YeWCmBQgA85LSmXgId4O/3m7Ir9jtBrkQg==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=N5C6CjwVvXK0jfmXRD97/IZUK7WX4TU06IyERnlhrCNFhrz+/Da0GlrgnufDX45KNGEy5GXGIYWNSbTT1G8xS3N2v3Vt4rMRRnIBpmicQb5PHfVk3O7inK6DqzhaojZgbKmqLwib3dQDEj/LKOUFWDjd4uU0Ew2fknxvM620woKieC+Y18AKNg+3YaEKs4s4dioKUtXfBB0BvC5iCxDrukiEx2aMro3wRBdiKeWMpFKWiMxG3yqxBka2eJXDx8ZTCI/QjHQSqgWWg20sTQNLpAtWAD076COe9c8/ouVDLZm8H28rlAhcua7OIIqvu1LhGTYfiLyOx+x7XKPYhIR8Tw==
  • Delivered-to: faces-dev@xxxxxxxxxxx
  • List-archive: <https://www.eclipse.org/mailman/private/faces-dev/>
  • List-help: <mailto:faces-dev-request@eclipse.org?subject=help>
  • List-subscribe: <https://www.eclipse.org/mailman/listinfo/faces-dev>, <mailto:faces-dev-request@eclipse.org?subject=subscribe>
  • List-unsubscribe: <https://www.eclipse.org/mailman/options/faces-dev>, <mailto:faces-dev-request@eclipse.org?subject=unsubscribe>
  • Thread-index: Adbt0Hh9eYpw2i7lSUyE+rlKVBohewAAglGAAAKYiuAAIZZSgAA3v7JgACSi1YAAojw8YAAEgL2AAADSQQAAcpHPgAAARtWA
  • Thread-topic: [faces-dev] Modularizing Faces

Hi Arjan,

 

I will explore it for Eclipse Mojarra.

 

Thanks!


Kind regards,

Manfred Riem

 

 

From: faces-dev <faces-dev-bounces@xxxxxxxxxxx> On Behalf Of arjan tijms
Sent: Tuesday, January 26, 2021 4:45 PM
To: faces developer discussions <faces-dev@xxxxxxxxxxx>; Manfred Riem <mriem@xxxxxxxxxxxxx>
Cc: Werner Keil <werner.keil@xxxxxxxxx>
Subject: Re: [faces-dev] Modularizing Faces

 

p.s.

 

Taking the JDK analogy, @Manfred Riem maybe you can start with looking at this for Mojarra? See if it can be done at the implementation level, then if so, the API can follow.

 

Also note that at the moment EE 9 does not even have the automatic-module name officially defined. It's also not in the EE 9.1 plan, so EE is atm way behind wrt modules.

 

Kind regards,

Arjan

 

 

On Sun, Jan 24, 2021 at 6:04 PM arjan tijms <arjan.tijms@xxxxxxxxx> wrote:

Hi,

 

On Sun, Jan 24, 2021 at 5:41 PM Rudy De Busscher <rdebusscher@xxxxxxxxx> wrote:

As mentioned, I don't see the benefit of this. We will end up with a main/core module having 90% of the functionality and then 5 modules having each 2 % of the functionality. 

 

This modularization will not benefit the end user but only confuse him and doesn't give any benefits.

 

Maybe we could learn from the JDK. Why was that one modularized? Does the modular JDK also not benefit the end user and only confuses? If so, why would the OpenJDK have put in the effort?

 

Kind regards,

Arjan

 

 

 

 


Back to the top