You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by da...@apache.org on 2014/02/19 17:08:36 UTC

[1/2] git commit: ISIS-695: fix "hide" icon

Repository: isis
Updated Branches:
  refs/heads/master 27d98b384 -> 375fd31be


ISIS-695: fix "hide" icon

... consistent semantics with others icons


Project: http://git-wip-us.apache.org/repos/asf/isis/repo
Commit: http://git-wip-us.apache.org/repos/asf/isis/commit/24201fb9
Tree: http://git-wip-us.apache.org/repos/asf/isis/tree/24201fb9
Diff: http://git-wip-us.apache.org/repos/asf/isis/diff/24201fb9

Branch: refs/heads/master
Commit: 24201fb990a2c2450b30ff5b5e74638505f9399c
Parents: 27d98b3
Author: Dan Haywood <da...@haywood-associates.co.uk>
Authored: Wed Feb 19 15:49:13 2014 +0000
Committer: Dan Haywood <da...@haywood-associates.co.uk>
Committed: Wed Feb 19 15:49:13 2014 +0000

----------------------------------------------------------------------
 .../ui/selector/links/images/icon_hide_off.png     | Bin 426 -> 493 bytes
 1 file changed, 0 insertions(+), 0 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/isis/blob/24201fb9/component/viewer/wicket/ui/src/main/java/org/apache/isis/viewer/wicket/ui/selector/links/images/icon_hide_off.png
----------------------------------------------------------------------
diff --git a/component/viewer/wicket/ui/src/main/java/org/apache/isis/viewer/wicket/ui/selector/links/images/icon_hide_off.png b/component/viewer/wicket/ui/src/main/java/org/apache/isis/viewer/wicket/ui/selector/links/images/icon_hide_off.png
index 1fe52e5..f5f1049 100644
Binary files a/component/viewer/wicket/ui/src/main/java/org/apache/isis/viewer/wicket/ui/selector/links/images/icon_hide_off.png and b/component/viewer/wicket/ui/src/main/java/org/apache/isis/viewer/wicket/ui/selector/links/images/icon_hide_off.png differ


[2/2] git commit: ISIS-695: updating the README for github

Posted by da...@apache.org.
ISIS-695: updating the README for github


Project: http://git-wip-us.apache.org/repos/asf/isis/repo
Commit: http://git-wip-us.apache.org/repos/asf/isis/commit/375fd31b
Tree: http://git-wip-us.apache.org/repos/asf/isis/tree/375fd31b
Diff: http://git-wip-us.apache.org/repos/asf/isis/diff/375fd31b

Branch: refs/heads/master
Commit: 375fd31bece1b034bced495e4fbadd02fdf8c774
Parents: 24201fb
Author: Dan Haywood <da...@haywood-associates.co.uk>
Authored: Wed Feb 19 16:08:28 2014 +0000
Committer: Dan Haywood <da...@haywood-associates.co.uk>
Committed: Wed Feb 19 16:08:28 2014 +0000

----------------------------------------------------------------------
 README.md | 71 ++++++++++++++++++++++++++++++++++++++++++++--------------
 1 file changed, 54 insertions(+), 17 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/isis/blob/375fd31b/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index f9fc8a5..372fd8f 100644
--- a/README.md
+++ b/README.md
@@ -1,55 +1,92 @@
-apache-isis
+Apache Isis
 ===========
 
 *[Apache Isis](http://isis.apache.org)™ software is a framework for rapidly developing domain-driven apps in Java.  Write your business logic in entities, domain services and repositories, and the framework dynamically generates a representation of that domain model as a webapp or a RESTful API. Use for prototyping or production.*
 
-To see Isis in action, watch these [screencasts](http://isis.apache.org/getting-started/screencasts.html).
+To see Isis in action, watch these [screencasts](http://isis.apache.org/intro/tutorials/screencasts.html).
 
-Get started yourself using the [Maven archetype](http://isis.apache.org/getting-started/quickstart-archetype.html).
+Get started yourself using the [Maven archetype](http://isis.apache.org/intro/getting-started/simple-archetype.html).
 
 For help and support, join the [mailing lists](http://isis.apache.org/support.html).  
 
 ## Screenshots
 
-The following are taken from the [screenshots](http://isis.apache.org/getting-started/screenshots.html) page on the Isis website.  That page also shows the code from which these pages are dynamically generated.
+Isis automatically generates the UI from the domain classes.  The following are taken from the [screenshots](http://isis.apache.org/getting-started/screenshots.html) page on the Isis website.  The corresponding domain classes from which this UI was built can be found [here](https://github.com/apache/isis/tree/master/example/application/quickstart_wicket_restful_jdo/dom/src/main/java/dom/todo).
 
 A list of objects returned from a domain service action:
 
-![](http://isis.apache.org/getting-started/resources/screencast-08-collection-action.png)
+![](http://isis.apache.org/images/screenshots/08-collection-action.png)
 
 A domain object:
 
-![](http://isis.apache.org/getting-started/resources/screencast-11-todo-entity.png)
+![](http://isis.apache.org/images/screenshots/11-todo-entity.png)
 
 Invoking an action:
 
-![](http://isis.apache.org/getting-started/resources/screencast-18-invoke-action-args.png)
+![](http://isis.apache.org/images/screenshots/18-invoke-action-args.png)
 
 The REST API for a domain object:
 
-![](http://isis.apache.org/getting-started/resources/screencast-34-restful-entity.png)
+![](http://isis.apache.org/images/screenshots/34-restful-entity.png)
 
 ## Extensions
 
-The Wicket viewer is extensible; a number of extensions (hosted on github) are available integrating [google maps](https://github.com/danhaywood/isis-wicket-gmap3), [charting](https://github.com/danhaywood/isis-wicket-wickedcharts), and also a [calendar](https://github.com/danhaywood/isis-wicket-fullcalendar).
+The Wicket viewer is extensible; a number of extensions (hosted on github) are available integrating [google maps](https://github.com/danhaywood/isis-wicket-gmap3), [charting](https://github.com/danhaywood/isis-wicket-wickedcharts), and also a [calendar](https://github.com/danhaywood/isis-wicket-fullcalendar2) and [excel download](https://github.com/danhaywood/isis-wicket-excel).
 
 #### Google maps v3 integration
 
-A list of objects returned from a domain service action (with additional button to view in a map):
+Standalone collection:
 
-![](https://raw.github.com/danhaywood/isis-wicket-gmap3/master/images/screenshot-1.png)
+<img src="https://raw.github.com/danhaywood/isis-wicket-gmap3/master/images/screenshot-1.png" style="width: 900px;"/>
 
-List of objects rendered in a map:
+Parented collection:
 
-![](https://raw.github.com/danhaywood/isis-wicket-gmap3/master/images/screenshot-2.png)
+<img src="https://raw.github.com/danhaywood/isis-wicket-gmap3/master/images/screenshot-2.png" style="width: 900px;"/>
 
-Integration of maps on the object page:
 
-![](https://raw.github.com/danhaywood/isis-wicket-gmap3/master/images/screenshot-3.png)
+#### Calendar integration
+
+Standalone collection:
+
+<img src="https://raw.github.com/danhaywood/isis-wicket-fullcalendar2/master/images/standalone-collection.png" style="width: 900px;"/>
+
+
+Parented collection in a custom dashboard view model
+
+<img src="https://raw.github.com/danhaywood/isis-wicket-fullcalendar2/master/images/dashboard.png" style="width: 900px;"/>
+
+
+Parented collection in a regular entity:
+
+<img src="https://raw.github.com/danhaywood/isis-wicket-fullcalendar2/master/images/parented-collection.png" style="width: 900px;"/>
+
+#### Excel integration
+
+The extension renders a new tab (highlighted): 
+
+<img src="https://raw.github.com/danhaywood/isis-wicket-excel/master/images/excel-tab.png" style="width: 900px;"/>
+
+Clicking the tab provides a download link:
+
+<img src="https://raw.github.com/danhaywood/isis-wicket-excel/master/images/download-link.png" style="width: 900px;"/>
+
+The downloaded file can be opened in Excel:
+
+<img src="https://raw.github.com/danhaywood/isis-wicket-excel/master/images/excel.png" style="width: 600px;"/>
+
 
 #### Wicked Charts integration
 
-An action that returns a [WickedChart](wicked-charts.googlecode.com).
+Summary chart for a collection with `BigDecimal` properties:
+
+<img src="https://raw.github.com/danhaywood/isis-wicket-wickedcharts/master/images/summarychart-tab.png" style="width: 900px;"/>
+
+... renders the returned chart with associated summary data:
+
+<img src="https://raw.github.com/danhaywood/isis-wicket-wickedcharts/master/images/summarychart.png" style="width: 900px;"/>
+
+
+Scalar chart, being the result of an action to analyze `ToDoItem`s by their category:
 
-![](https://raw.github.com/danhaywood/isis-wicket-wickedcharts/master/images/screenshot-2.png)
+<img src="https://raw.github.com/danhaywood/isis-wicket-wickedcharts/master/images/piechart.png" style="width: 900px;"/>