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: Wed, 20 Jan 2021 15:45:40 +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=KgzcXBzER+TpN/mWH7XrhbcNO+cFWYWiFcSQpUnRxVk=; b=BrItwgNvbR1eBvUCOlQyBAKLdcDBKDtAAcbzC7oVhV4K5xasWLz3qm3/Ua81iU+NWz3jOmOpFHeTSOy8At+05//FUbxRP5dHrHN6vVIwIIuaNCuxUNFV3UfI0AyISAlXOjxPz6QWn17yptRzGqzk6gmtxFIPtwLA46WIJCo1MkMX42JBaCuHJRG9FD0dTJXkaC00zvypNWLtwO4i+DkI+/PkOBR/LZA3exYg6QbGo5hQcHgsyMYMjfXOhGGuLfo3qgkwHyePXgYrldtIS7L75MEGfunDFN7ZharM9g86UWrrtYgqze658b7L4Uk5v3GGathNeUqxJiUn99hAXf7ulQ==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=fO/i9QyYte6jdVNaTrB9xJrSFRR9pmkeP5RH2muQy3FMY1LqESFLiOiMUMFFgIjYri+sBHYQNFQ1YNqW3JvU5aIJO7aPDeSnfb8vUq8+9z4T25RwS1DEdwUojr2TkXZ0Nm/eNgWfsbv/ptYAhmi07DaEVV0aR12SZ0/QpZY0IqahoU35jYsqRD63U8sivWjWKDp3EMuhTFrDI0tddD3ZxWWTlFhxdmFAUjXoMY/NVNYezU+D4/+qLf6JPb7fBqerrEUyYkw3C+GgQbh4F7ZsM89jI36iuRLp2qBUBtPlDDwd4esP5g5H/QavpoEE9hRclj/ZWEpJdeNKpy6vzdsAfw==
  • 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+rlKVBohewAAglGAAAKYiuAAIZZSgAA3v7Jg
  • Thread-topic: [faces-dev] Modularizing Faces

Hi Rudy,

 

A couple of things come to mind.

 

  1. Each scope would only be included when the customer actually wants to use it
  2. If you want to deliver an alternative implementation you can do so easily
  3. It would make sure the scope is only using public Faces / CDI APIs
  4. We could see how much each scope is used which helps to figure out where we should put our scarce resources go forward

 

And on your question of compliance that is a TCK testing aspect of things, which does not limit allowing this modular approach.

 

Thanks!

 

Kind regards,

Manfred Riem

 

From: faces-dev <faces-dev-bounces@xxxxxxxxxxx> On Behalf Of Rudy De Busscher
Sent: Tuesday, January 19, 2021 6:02 AM
To: faces developer discussions <faces-dev@xxxxxxxxxxx>
Subject: Re: [faces-dev] Modularizing Faces

 

What is the benefit of having each scope in a separate module when they all need to be available to become a compliant implementation?

 

Rudy

 

On Mon, 18 Jan 2021 at 22:06, Manfred Riem <m_riem@xxxxxxxxxxx> wrote:

Hi Arjan,

 

One could imagine a separate module for each of the following:

 

FlashScoped

ViewScoped

ConverationScoped

ClientWindowScoped (annotation is not there yet)

RedirectScoped (annotation is not there yet)

 

Thanks!

 

Kind regards,

Manfred Riem

 

From: faces-dev <faces-dev-bounces@xxxxxxxxxxx> On Behalf Of arjan tijms
Sent: Monday, January 18, 2021 12:46 PM
To: faces developer discussions <faces-dev@xxxxxxxxxxx>
Subject: Re: [faces-dev] Modularizing Faces

 

Hi,

 

Great idea! Any proposal for the modules we should have?

 

Kind regards,

Arjan Tijms

 

 

 

 

On Mon, Jan 18, 2021 at 8:33 PM Manfred Riem <m_riem@xxxxxxxxxxx> wrote:

Hi,

 

Now that modules are becoming more and more mainstream is it time to consider create a modular Faces runtime?

 

Let me know your thoughts!

 

Thanks!

 

Kind regards,
Manfred Riem

 

_______________________________________________
faces-dev mailing list
faces-dev@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/faces-dev

_______________________________________________
faces-dev mailing list
faces-dev@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/faces-dev


Back to the top