Entries tagged [archetype]

Tuesday January 03, 2017

[ANN] Apache Isis simpleapp-archetype 1.13.2.1 Released

This release is for the simpleapp archetype only.  It:

  • improves docker support - allowing docker images to be created easily
  • reduces the amount of boilerplate (by backing out some of the mixins)
  • fixes an issue with the fixture scripts

For example, the webapp can be packaged as a Docker image using:

    mvn package -Dmavenmixin-docker \
                           -Ddocker-plugin.imageName=mycompany/myapp

and can then be run using:

    docker run -d -p8080:8080 mycompany/myapp

See the README.adoc (generated by the archetype) for further details.

Full release notes are available on the Apache Isis website at [1].

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

Enjoy!

--The Apache Isis team

[1] http://isis.apache.org/release-notes.html#r1.13.2.1
[2] http://search.maven.org
[3] http://isis.apache.org/downloads.html

Wednesday December 14, 2016

[ANN] Apache Isis version 1.13.2 Released

The Apache Isis team is pleased to announce the release of Apache Isis v1.13.2.

This is a maintenance release with a number of minor improvements and bug fixes.

Of these the main improvement is that the simpleapp archetype has been substantially reworked to be more modular.  This release also closes the ticket to provide a better DB migration story; this has been implemented by way of the (non-ASF) Isis addons' flywaydb module.

Other improvements in this release include:
  • Prevent double click on buttons
  • Use 'readonly' rather than 'disabled' tag (to allow copying of text)
  • More flexibility with the @Mixin annotation
  • Improve SudoService
Full release notes are available on the Apache Isis website.

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


Friday October 25, 2013

[ANN] Isis 1.3.0 released - crammed full of goodies!

The Isis team is pleased to announce the release of:

  • Apache Isis Core version 1.3.0
  • Wicket Viewer 1.3.0
  • Restful Objects Viewer 2.1.0
  • JDO Object Store 1.3.0
  • Shiro Security 1.3.0
  • Quickstart Archetype 1.3.0
  • Simple Archetype 1.3.0

There are some major new features in this release; indeed this is probably the most significant release of Isis as a TLP.  In core, the new features include:
  • contributed collections and properties
  • view model support (across both Wicket and RO viewers)
  • UI layouts defined in JSON files
  • better integration and BDD testing support, including Cucumber-JVM integration
  • domain services for handling application and user settings service
  • domain service providing various developer utilities (eg downloading metamodel)
  • domain service incorporating Guava's EventBus service); 
  • context-specific autoComplete
  • conditional choices
  • new annotations: @SortedBy; @CssClass; @PostsPropertyChangedEvent
  • helpers for writing contract unit tests and for writing comparable entities
  • optimistic locking improvements

In the Wicket viewer, new features include:
  • default dashboard
  • more sophisticated layouts, with multiple columns
  • dynamic reloading of layouts
  • sortable table columns
  • BlobPanel displaying images
  • bookmarkable actions
  • upgrade to wicket 6.11.0

In JDO objectstore, new features include:
  • better integration/validation between Isis and JDO metamodels
  • upgrade to DataNucleus 3.2.7
  • better Google App Engine compatibility
  • expose JDO PersistenceManager via domain service for more sophisticated use cases

The Restful Objects viewer also had several bug fixes vis-a-vis the RO spec v1.0 (thanks to our GSOC students for highlighting these).

In addition to all that, there is a new "simple" archetype, making it easier to get started.

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

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.3.0.html
[2] http://isis.apache.org/components/viewers/wicket/release-notes/isis-viewer-wicket-1.3.0.html
[3] http://isis.apache.org/components/viewers/restfulobjects/release-notes/isis-viewer-restfulobjects-2.1.0.html
[4] http://isis.apache.org/components/objectstores/jdo/release-notes/isis-objectstore-jdo-1.3.0.html
[5] http://isis.apache.org/components/security/shiro/release-notes/isis-security-shiro-1.3.0.html
[6] http://isis.apache.org/getting-started/release-notes/quickstart_wrj-archetype-1.3.0.html
[7] http://isis.apache.org/getting-started/release-notes/simple_wrj-archetype-1.3.0.html
[8] http://search.maven.org
[9] http://isis.apache.org/download.html

Thursday January 10, 2013

[ANN] Isis Shiro Security 1.0.0 and Quickstart (Wicket/Restful/JDO) archetype 1.0.1 released

The Isis team is pleased to announce the release of Apache Isis Shiro Security 1.0.0, along with an update to the Quickstart (Wicket/Restful/JDO) archetype, v1.0.1.

The main new feature is the integration of Apache Shiro [1], to be used for authentication and authorization. The quickstart archetype has been updated to integrate this new component [2]. Full release notes are available at [3] on the Isis website.

In addition, the quickstart archetype has been simplified so that both the Wicket viewer [4] and the Restful Objects viewer [5] are run within the same webapp. There is also a new welcome page to help new users get started.

There is one known minor issue: the links on the welcome page to the wicket viewer and restful objects viewer are incorrect if run outside of the root context.

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

Enjoy!

-The Isis team

[1] http://shiro.apache.org

[2] http://isis.apache.org/components/security/shiro/about.html

[3] http://isis.apache.org/components/security/shiro/release-notes/isis-security-shiro-1.0.0.html

[4] http://isis.apache.org/components/viewers/wicket/about.html

[5] http://isis.apache.org/components/viewers/restfulobjects/about.html

[6] http://search.maven.org

[7] http://isis.apache.org/download.html

Calendar

Search

Hot Blogs (today's hits)

Tag Cloud

Categories

Feeds

Links

Navigation