Entries tagged [java]

Sunday March 26, 2023

Apache Causeway version 2.0.0-RC1 Released

The Apache Causeway team is pleased to announce the release of Apache Causeway 2.0.0-RC1.


The main highlight is the change of name (to the new name 'causeway', from the old name 'isis'), which means that all Maven artifacts as well as package names have changed.  The migration notes [1] explain how to update your code; if you need assistance then reach out through the mailing list [2] or our slack channel [3] because we can explain how to tackle change in stages.

In addition, there are a small number of new features in this release, as well as numerous improvements and bug fixes.  The new features include:

* a new PageRenderSubscriber SPI provides callbacks to track the time taken to render a page (CAUSEWAY-3373)
* a new service to generate HTML documentation based on the domain model (CAUSEWAY-3328)
* the simplification of the view model lifecycle by allowing injected dependencies to be specified as constructor parameters (CAUSEWAY-3293)
* a new BackgroundService that allows actions to be executed via a Quartz job (CAUSEWAY-3267)
* allowing SAFE semantics actions to be invoked with only VIEWING permission (CAUSEWAY-3358)

Full release notes are available on the Apache Causeway website at [4].

You can access this release directly from the Maven central repo [5].
Alternatively, download the release and build it from source [6].

Enjoy!

--The Apache Causeway team

[1] https://causeway.apache.org/relnotes/2.0.0-RC1/2023/2.0.0-RC1/mignotes.html

Tuesday February 24, 2015

[ANN] Apache Isis 1.8.0

The Isis team is pleased to announce the release of:
  • Apache Isis Core version 1.8.0
  • SimpleApp Archetype 1.8.0
New features in this release include:
Full release notes are available on the Isis website.

Note that:
  • as of 1.8.0 the Wicket Viewer is bundled in with Core
  • the ToDoApp archetype is no longer provided, however the example todoapp is available from Isis addons (not ASF) to fork and adapt.
  • this release drops support for JDK 1.6, standardizes on JDK 1.7

You can access this release directly from the Maven central repo, or download the release and build it from source.

Enjoy!

--The Apache Isis team


Tuesday October 21, 2014

[ANN] Apache Isis version 1.7.0 Released

The Isis team is pleased to announce the release of:
* Apache Isis Core version 1.7.0
* Wicket Viewer 1.7.0
* SimpleApp Archetype 1.7.0
* ToDoApp Archetype 1.7.0

New features in this release include:
- ISIS-809: @ViewModel annotation, no longer requiring explicit implementation of the IViewModel interface.
- ISIS-916: ability to override framework-provided services, such as MementoService or BookmarkService.
- ISIS-917: (beta): pluggable representations for the RO viewer

There are also some security fixes:
- ISIS-883: Bookmarkable action URLs can be submitted by a user without permissions to bring up action dialog (thereafter that user can invoke).
- ISIS-884: ErrorPage vulnerable to XSS attacks.
- ISIS-895: HomePage should honour authorization rules.

Full release notes are available at [1,2,3,4] on the Isis website.  

Isis modules that in 1.6.0 were released as part of Isis core have now moved to Isis addons [5]. Meanwhile the profilestore component (previously in core, but unused in the Wicket viewer) has been retired.  Migration should be straightforward, see [6].

Significant updates in Isis add-ons:
- isis-module-security module [7], for administering authentication and authorization
- all modules re-released against for 1.7.0.

You can access this release directly from the Maven central repo [8], 
or download the release and build it from source [9].

Enjoy!

--The Isis team

[1] http://isis.apache.org/core/release-notes/isis-1.7.0.html
[2] http://isis.apache.org/components/viewers/wicket/release-notes/isis-viewer-wicket-1.7.0.html
[3] http://isis.apache.org/archetypes/release-notes/todoapp-archetype-1.7.0.html
[4] http://isis.apache.org/archetypes/release-notes/simpleapp-archetype-1.7.0.html
[5] http://isis.apache.org/core/release-notes/migrating-to-1.7.0.html
[6] https://github.com/isisaddons/isis-module-security
[7] http://www.isisaddons.org
[8] http://search.maven.org
[9] http://isis.apache.org/download.html

Monday July 28, 2014

[ANN] Apache Isis version 1.6.0 Released

The Isis team is pleased to announce the release of:
* Apache Isis Core version 1.6.0
* Wicket Viewer 1.6.0
* TodoApp Archetype 1.6.0
* SimpleApp Archetype 1.6.0


Note that:
* Isis Core now incorporates the JDO Objectstore, Restful Objects Viewer and Shiro Security (all previously released as separate components).
* TodoApp Archetype was previously the 'Quickstart (Wicket/Restful/JDO) archetype'
* SimpleApp Archetype was previously the 'Simple (Wicket/Restful/JDO) archetype'


New and noteworthy

New features in this release include:
* Extend (custom) EventBus vetoing logic so that can also encompass hide, disable, validate (ISIS-831) 
* @DomainService annotation to automatically discover and register domains (ISIS-493)
* Wicket viewer: Add edit capability to view objects (ISIS-781)
* Wicket viewer: Wizard-like form for Wicket viewer (ISIS-800, ISIS-810)

Improvements include:
* Move jdo, shiro and restful into core (ISIS-832)
* Break out applib and JDO services into modules (ISIS-833)
* Mock out individual domain services in integration tests (ISIS-813)
* contributed properties and collections only for service actions with safe semantics (ISIS-801)
* Wicket viewer: Internationalization of UI elements (edit, ok, cancel, logout, about) (ISIS-815)

Notable bug fixes include:
* lifecycle callbacks now all fire correctly (ISIS-796)
* Restful objects decodes json request body while this is not (ISIS-797)
* Isis 1.5 blob mapping broken for PostgreSQL (when set to null) (ISIS-812)
* wrapSkipRules does not execute action due to being hidden (ISIS-818)
* Precision gets lost when double values are use in BigDecimal attributes (ISIS-821)
* In Wicket viewer, forms not flushing properties when annotated with JDO @NotPersistent. (ISIS-837)

Full release notes are available at [1,2,3,4] on the Isis website.

You can access this release directly from the Maven central repo [5], download the release and build it from source [6], or start a new app using either of the archetypes [7,8].



Similar to the way in which Apache Wicket has an additional "wicketstuff" website [9], we have now set up a new companion website, www.isisaddons.org [10].  The intention is for this site to house various third-party extensions to Isis, such that they can either be used "out-of-the-box", or be forked and extended as need be.

Currently Isis add-ons fall into two categories:

* modules... these provide business functionality to be incorporated directly into your domain object model, usually as domain services, occasionally with supporting entities.  Examples include mail merge, spreadsheets, tags/labels.
* wicket extensions ... these extend the capability of the Wicket viewer, eg maps, calendars, charts.

In the future we expect to add in "metamodel" category for customizations to Isis' metamodel, eg an extension to leverage various Java 8 reflection features which we don't want to roll into Isis core just yet.

The intention is for all modules in www.isisaddons.org to follow a standard format, and include full unit and integration testing.  Thus, if you want to fork and extend any given module, then there is a solid base to start from.  Over time we hope that the "modules" in particular will provide a useful catalog to help bootstrap Isis development, and provide a way for the community to contribute back their own functionality as modules.

We are also considering moving some of Isis' own modules (ie those recently factored out, such as for auditing, command, publishing etc) into www.isisaddons.org.  Doing so will reduce the size of Isis itself while making it possible for these components to be more easily extended/adapted by the user community as need be.  We will certainly take a *copy* of these modules in the first instance.


Migration from previous versions

Note that some Maven modules have been renamed, added or removed.  While every effort has been made to minimize impact (in particular: no classes have been deleted or have changed their package), there are necessarily some changes that must be made to existing application pom.xml files.

For full details of migrating an existing Isis application to 1.6.0, please see [11].



Enjoy!

--The Isis team

[1] http://isis.apache.org/core/release-notes/isis-1.6.0.html
[2] http://isis.apache.org/components/viewers/wicket/release-notes/isis-viewer-wicket-1.6.0.html
[3] http://isis.apache.org/getting-started/release-notes/todoapp-archetype-1.6.0.html
[4] http://isis.apache.org/getting-started/release-notes/simpleapp-archetype-1.6.0.html
[5] http://search.maven.org
[6] http://isis.apache.org/download.html
[7] http://isis.apache.org/intro/getting-started/simpleapp-archetype.html
[8]http://isis.apache.org/intro/getting-started/todoapp-archetype.html
[9] http://wicketstuff.org/
[10] http://www.isisaddons.org/
[11] http://isis.apache.org/core/release-notes/migrating-to-1.6.0.html

Tuesday February 26, 2013

Marrying DHTMLX with Apache Isis

Announcing the development of a new integration between DHTMLX Javascript library and Apache Isis.[Read More]

Calendar

Search

Hot Blogs (today's hits)

Tag Cloud

Categories

Feeds

Links

Navigation