Isis Improves Value Types
Written by Kay Ewbank   
Thursday, 13 October 2022

Apache Isis, a framework for developing UIs for domain-driven apps in Java, has been updated with a new milestone release. Isis 2 M8 adds new core extensions and has major improvements to its value types.

Isis can be used to create user interfaces for domain object models, which can then be customized by including additional components and extensions. Isis builds a generic user interface and a rich hypermedia REST API based on business logic created by the developer as entities, domain services or view models.

isis

Milestone Release 8's main improvements start with new core extensions, specifically extensions of the SessionLog and ExecutionOutbox extension which supports the outbox pattern.

The developers say there are also big improvements for value types, including support for value types as a first-class citizen - at least for simple types. As these are just a type-safe wrapper around a single field  such as Password or Money, the framework will treat any instance of this custom value type as if it were the underlying type, making it possible to apply validations to the value type that would apply everywhere it is used as a property/parameter.

The Wicket viewer UI has also been improved. The Apache Isis viewer is implemented using Apache Wicket, Apache's component-based web application framework for Java. The Isis viewer UI has improved client-side paging and filtering using datatables.net, and a new extension to render PDF Blobs using pdf.js. There's also a new extension to display events on the calendar using fullcalendar.js.

Elsewhere, a new encapsulation_enabled introspection policy has been added that allows actions, collections and properties to have non-public visibility,  and a new IdStringifier API/SPI interface gives developers a way to allow pluggable management of identifiers in bookmarks and URLs. The final improvement of note is support for the Java Module System.

Apache Isis 2 Milestone 8 is available now.

isis

More Information

Isis On GitHub

Apache Isis Website

Related Articles

Apache Isis Updated With New Programming Model

Java Choices Explored  

IntelliJ Improves Spring Boot Handling

Javalin 2.0 Released

To be informed about new articles on I Programmer, sign up for our weekly newsletter, subscribe to the RSS feed and follow us on Twitter, Facebook or Linkedin.

Banner


Apache Shiro 2.0 Released
21/03/2024

Apache Shiro 2.0 has been released. The Java security framework now requires at least Java 11, and has added support for Jakarta EE 10.



We Built A Software Engineer
20/03/2024

One of the most worrying things about being a programmer today is the threat from AI. It has gone so far that NVIDA CEO Jensen Huang proclaims that you really shouldn't start training as a programmer  [ ... ]


More News

raspberry pi books

 

Comments




or email your comment to: comments@i-programmer.info