JEP 359: The Best New Thing for a Long Time for JAVA
In the early weeks of the second quarter of 2019, Brian Goretz who is famously known as the Architect of Java language came up with a JEP draft that proposed a few new additional features to the already rich programming language. Three and half months later, the draft has been polished with all the necessary documents and has finally approved. These are the JEP 359 and the JEP 360.
In this article, we will focus on JEP 359 Records (Preview). Let’s take a closer look at the future of Java via this new feature:
What is JEP after all?
The JDK Enhancement Proposal is a process drafted by Oracle Corporation. It is a platform through which enhancement proposals to the Java programming languages, particularly the Java Web Development Kit and OpenJDK are collected, scrutinized and on meeting certain criteria accepted to the grammar.
To define it in the best way possible, let us understand an explanation offered by Oracle. They define JEP or the Java Enhancement Proposals as the long-term roadmap for JDK Release Projects and related efforts. A JEP is written to impact Java’s core technology and structure. These proposals are enhancements usually that may or may not be ready to be specified yet and thus, need work before they are brought out to the public.
According to the statements in the document of JEP 0, JEPs demand ideas for enhancement and innovation to not only be novel but also impact the general development community. Hence, such type of work will require prototyping to differentiate between a viable and a non-viable JEP so that specification can generate.
Motivation:
Java often criticized as being too wordy and that it has too much ‘ceremony’. It largely affects the classes that only act as data carriers as to write a data carrier-class properly, following which one often encounters a lot of low-value, repetitive, error-prone code. Hence, it becomes more and more important to find a way to write enhancements that help in writing such code more simply and easily (not only to read and write but also to validate).
A new class that is easy clearer and concise with only one function: to declare shallowly-immutable, well-behaved nominal data aggregates – was therefore desirable. The idea might as well look, like just about reducing the boilerplate but it extends much more than that. A more semantic goal was to present data as it should, in the manner that the boilerplate itself could be, taken care.
‘Records’:
The main objective of JEP 359 is to introduce a new kind of type declaration called records. Records developed with the responsibility of providing a new syntactical and logical way to declare classes that act as “transparent holders for shallowly immutable data”. As with an enum, restrictions are applied to record classes.
It showcases its representation, and once it finds a proper match, it commits to that API. Records lack a degree of freedom that classes usually enjoy – the ability to decouple a class’s API from representation. Still, one of the benefits is that they can bring about a higher degree of concision. In return, they gain a significant degree of concision. Hence, a record effectively explained as ‘the state, the whole state, and nothing but the state.’
Restrictions:
As stated above, in pursuit of concision and security, records have a set of undeniable set of restrictions. A record cannot do everything for, an example they are not allowed to extend classes or declare any instance fields that are other than the private final fields required for state description. The abstraction of the same is restricted and is implicitly final.
It is, of course, to maintain sanity that API of a record is not further enhanced or ‘recorded’ by another specific class. As stated, all the components are implicitly final; that goes on to explain that data aggregate follows the ‘immutable by default’ policy. If we set aside these restrictions, records behave quite like other normal classes.
Alternatives:
Another way to look at Records is to define them as a nominal form of tuples. Instead of defining records per se, structural tuples can also implement. However, even if you seem to appreciate the lightweight option of the tuples, they are often not at par with the record in terms of aggregates. The center of Java’s philosophy, as explained by, many pundits is that names do matter. Classes, their components, and the data have a proper naming structure. On the other hand, tuples and their relatives are void of that. Constructors that only classes have also help in-state validation and help in faster data input. Classes stick to the behavior that is set by the state.
Closing thoughts
The true enhancement of Java has performed with the long-required addition of Records. As aforementioned, Records are the better, faster, and safer way to declare classes which are transparent holders for shallowly immutable data and that too done through a simpler and more compact syntax.
Similar Articles
In today's competitive business environment, companies are continually seeking ways to enhance efficiency, improve decision-making, and streamline operations. Enterprise Resource Planning (ERP) software has emerged as a vital solution, integrating various business processes into a cohesive system
Ultrasonic cleaning is a powerful, non-invasive method for removing contaminants from surfaces. Using high-frequency sound waves, ultrasonic cleaners create microscopic bubbles that implode upon contact with dirt, oils, or grime, effectively lifting them off.
When we think about efficient transportation within large buildings or crowded areas, we often imagine escalators or elevators. However, there’s another key player in the world of horizontal transportation: moving walkways.
Discover 6 essential IT security policies to protect your organization from cyber threats. Build a robust, compliant, and secure infrastructure today!
Nowadays, the IT world is not imaginable without the cloud. It is extremely difficult to replace the cloud because the technology is bound to evolve. In this constantly changing technology world, nothing can be forecasted. Nevertheless, the cloud has deployed itself in such a way that has become irreplaceable.
A Data Management Platform (DPM) can be defined as a smart assistant that collects data or information from various places, such as websites, apps, and customer databases. A detailed description of the customers is then generated, which contains information about their preferences and behavior
Software testing is imperative to the software development lifecycle, typically ensuring that applications work as intended and fulfill user expectations. Test Data Management (TDM) has become a rather crucial aspect of effective software testing.
It has been amply evident that there is a keen focus on delivering quality software products quickly. Here, DevOps emerges as an effective solution to meet such market demands. After all, it enables organizations to accelerate software delivery while improving business outcomes.
Many factors have driven the transformation of the world around us. Yet, the credit primarily goes to digital technologies. This much has been for everyone to see. This transformation has been fueled by advances in AI and cloud computing, among other novel technologies.