Moqui

Software Screenshot:
Moqui
Software Details:
Version: 1.6.0 updated
Upload Date: 10 Feb 16
Developer: David E. Jones
Distribution Type: Freeware
Downloads: 47

Rating: 3.0/5 (Total Votes: 1)

Moqui was created with the purpose of simplifying the task of putting a user interface together.

While there are many UI frameworks around, most of them are written in JavaScript, CSS, and HTML, and require lots of code adaption to work together with other programming languages.

Moqui makes all the proper changes to jQuery UI & Bootstrap, providing Groovy and Java developers with a ready-made, free set of UI components which they can manipulate and move around to create their own user interfaces, regardless of the application type and structure they're working on.

Besides the UI part, Moqui also comes with some enterprise-ready components that automatically handle database interactions, Web service interactions, forms, access rights, permissions, localization, caching, searching, and so on.

This makes Moqui much more adequate to the job than a Bootstrap framework, providing lots of built-in, enterprise-ready functionality that any other classic UI framework would never be able to provide.

What is new in this release:

  • Updated Metis Admin Template to version 2.2.7, thanks to contribution from Osman Nuri Okumus (onokumus), the author of Metis; this updates jQuery to 2.1.1, jQuery UI to 1.11.0, Bootstrap to 3.2.0, and various other updates
  • Added tree element for XML Screen that renders a lazy-loaded tree with links using jstree (currently version 3.0.3); see the wiki.xml screen in HiveMind for an example of its use
  • Various XML Screen elements have more consistent id behavior with string expansion and adding the listEntryIndex suffix, which is now also set in section-iterate (in addition to form-list as before)
  • Added container-box to XML Screen with header, toolbar, and body.
  • Improved container element in XML Screen with better id handling and a type which (in HTML) translates to the tag used.
  • Added @style attributes to link and label in XML Screen
  • Added in operator (_op) for searchFormInputs/search-form-inputs
  • Added section-include element to include a section from another screen
  • In a form-list with no @list-entry attribute creates a ${@list}_entry field along with the _index and _has_next fields for convenience in getting at the object in the List (which implements the Map interface, often an EntityValue and nice to get at it directly)
  • Added form-single.field-layout.field-row-big element to do what field-row used to do with more than 2 field-ref elements, putting all fields in a single column
  • Put CSS references back in theme instead of direct in webroot.xml, added support for header logo, header title, and body class in theme
  • Added dark/light pseudo-theme switcher, switches body classes from Bootstrap on the fly and saves user preference (default comes from theme)

What is new in version 1.5.3:

  • Updated Metis Admin Template to version 2.2.7, thanks to contribution from Osman Nuri Okumus (onokumus), the author of Metis; this updates jQuery to 2.1.1, jQuery UI to 1.11.0, Bootstrap to 3.2.0, and various other updates
  • Added tree element for XML Screen that renders a lazy-loaded tree with links using jstree (currently version 3.0.3); see the wiki.xml screen in HiveMind for an example of its use
  • Various XML Screen elements have more consistent id behavior with string expansion and adding the listEntryIndex suffix, which is now also set in section-iterate (in addition to form-list as before)
  • Added container-box to XML Screen with header, toolbar, and body.
  • Improved container element in XML Screen with better id handling and a type which (in HTML) translates to the tag used.
  • Added @style attributes to link and label in XML Screen
  • Added in operator (_op) for searchFormInputs/search-form-inputs
  • Added section-include element to include a section from another screen
  • In a form-list with no @list-entry attribute creates a ${@list}_entry field along with the _index and _has_next fields for convenience in getting at the object in the List (which implements the Map interface, often an EntityValue and nice to get at it directly)
  • Added form-single.field-layout.field-row-big element to do what field-row used to do with more than 2 field-ref elements, putting all fields in a single column
  • Put CSS references back in theme instead of direct in webroot.xml, added support for header logo, header title, and body class in theme
  • Added dark/light pseudo-theme switcher, switches body classes from Bootstrap on the fly and saves user preference (default comes from theme)

What is new in version 1.5.2:

  • Updated Metis Admin Template to version 2.2.7, thanks to contribution from Osman Nuri Okumus (onokumus), the author of Metis; this updates jQuery to 2.1.1, jQuery UI to 1.11.0, Bootstrap to 3.2.0, and various other updates
  • Added tree element for XML Screen that renders a lazy-loaded tree with links using jstree (currently version 3.0.3); see the wiki.xml screen in HiveMind for an example of its use
  • Various XML Screen elements have more consistent id behavior with string expansion and adding the listEntryIndex suffix, which is now also set in section-iterate (in addition to form-list as before)
  • Added container-box to XML Screen with header, toolbar, and body.
  • Improved container element in XML Screen with better id handling and a type which (in HTML) translates to the tag used.
  • Added @style attributes to link and label in XML Screen
  • Added in operator (_op) for searchFormInputs/search-form-inputs
  • Added section-include element to include a section from another screen
  • In a form-list with no @list-entry attribute creates a ${@list}_entry field along with the _index and _has_next fields for convenience in getting at the object in the List (which implements the Map interface, often an EntityValue and nice to get at it directly)
  • Added form-single.field-layout.field-row-big element to do what field-row used to do with more than 2 field-ref elements, putting all fields in a single column
  • Put CSS references back in theme instead of direct in webroot.xml, added support for header logo, header title, and body class in theme
  • Added dark/light pseudo-theme switcher, switches body classes from Bootstrap on the fly and saves user preference (default comes from theme)

What is new in version 1.5.1:

  • Updated Metis Admin Template to version 2.2.7, thanks to contribution from Osman Nuri Okumus (onokumus), the author of Metis; this updates jQuery to 2.1.1, jQuery UI to 1.11.0, Bootstrap to 3.2.0, and various other updates
  • Added tree element for XML Screen that renders a lazy-loaded tree with links using jstree (currently version 3.0.3); see the wiki.xml screen in HiveMind for an example of its use
  • Various XML Screen elements have more consistent id behavior with string expansion and adding the listEntryIndex suffix, which is now also set in section-iterate (in addition to form-list as before)
  • Added container-box to XML Screen with header, toolbar, and body.
  • Improved container element in XML Screen with better id handling and a type which (in HTML) translates to the tag used.
  • Added @style attributes to link and label in XML Screen
  • Added in operator (_op) for searchFormInputs/search-form-inputs
  • Added section-include element to include a section from another screen
  • In a form-list with no @list-entry attribute creates a ${@list}_entry field along with the _index and _has_next fields for convenience in getting at the object in the List (which implements the Map interface, often an EntityValue and nice to get at it directly)
  • Added form-single.field-layout.field-row-big element to do what field-row used to do with more than 2 field-ref elements, putting all fields in a single column
  • Put CSS references back in theme instead of direct in webroot.xml, added support for header logo, header title, and body class in theme
  • Added dark/light pseudo-theme switcher, switches body classes from Bootstrap on the fly and saves user preference (default comes from theme)

What is new in version 1.4.0:

  • Added ISO 8601 date/time parsing as another default in L10nFacade
  • Added transition.@read-only attribute to skip XSRF check for insecure parameters when the transition does not modify data, and when data is not too sensitive
  • Added transition.parameter sub-elements to declare additional parameters for a transition, just like and in addition to the screen parameters
  • Added Markdown wiki support for files with extensions .md and .markdown using Markdown4J, and .md.ftl or .markdown.ftl for FTL + Markdown
  • Added clean#ArtifactData service to remove ArtifactHit/Bin records older than a certain number of days (default 60), and a XML configured Quartz job with a trigger to run it every day at 2AM
  • Added the Metis Admin Template version 2.1.3
  • This includes an update to jQuery 2.0.3, Bootstrap 3.0.3, jQuery UI 1.10.3, and many other JS libraries.
  • Added Bitronix BTM 2.1.4 as alternative to Atomikos
  • Added JBoss KIE and Drools libraries (version 6.0.0.Final) and Moqui API additions for getting a KieContext, plus Moqui automatically loads and builds component kie directories when present
  • Added Markdown4J 2.2
  • Added Apache Commons CSV 1.0-SNAPSHOT 20140122
  • Updated Apache HttpCore to 4.3.1, HttpClient to 4.3.2, Commons Logging to 1.1.3, Commons Codec to 1.6
  • Updated Apache Lucene to 4.6.1, ehcache to 2.8.1, ElasticSearch to 1.0.1, Groovy to 2.2.2
  • Updated Winstone to 1.0.5 (note this is very different from 0.9.10)

Similar Software

Feathers
Feathers

10 Feb 16

Hologram
Hologram

12 Apr 15

Respond
Respond

13 May 15

Toast
Toast

14 Apr 15

Comments to Moqui

Comments not found
Add Comment
Turn on images!