Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jakartaee-platform-dev] Jakarta EE common functionality

Ideally something like that very low-level functionality should have been in the JDK a Long time ago, but even one-man projects like https://www.joda.org/joda-convert/ by Stephen Colebourne may not be considered for JDK Addition These days like his JodaTime was years ago.

 

Apache Commons might have somewhat similar functionality.

 

Werner

 

Von: arjan tijms
Gesendet: Donnerstag, 16. September 2021 15:38
An: jakartaee-platform developer discussions
Cc: JakartaEE Spec Project Leadership discussions
Betreff: Re: [jakartaee-platform-dev] Jakarta EE common functionality

 

Hi,

 

On Wed, Sep 15, 2021 at 10:18 PM Markus Karg <markus@xxxxxxxxxxxxxxx> wrote:

One common thing I noticed to be existing in at least JAX-RS, JAX-B, JSON-B, Microprofile-Config, and maybe more specification is: Mapping a type <T> to a String representation and vice versa.

 

 

Kind regards,

Arjan Tijms

 

 

 


Back to the top