java.net: Wiki

The Source for Java Technology Collaboration


 <<O>>  Difference Topic JMakiWebtopDataModel (4 - 30 Apr 2008 - Main.gmurray71)
Line: 1 to 1
 
META TOPICPARENT name="JMakiDataModels"
Main data model discussion page
Line: 58 to 58
 
{
Changed:
<
<
"items" : { "type" : "array", "items" : { "id" : "item",
>
>
"description" : "jMaki Webtop",
  "type" : "object", "properties" : {
Changed:
<
<
"id" : { "type" : "string"}, "label" : { "type" : "string"}, "widget" : { "id" : "widget",
>
>
"items" : { "type" : "array", "items" : {
  "type" : "object", "properties" : { "id" : { "type" : "string"},
Changed:
<
<
"value" : { "type" : "string"}, "service" : { "type" : "string"}, "args" : {"type" : "array", "optional":true, "items" : { "id" : "arg",
>
>
"label" : { "type" : "string"}, "widget" : { "description" : "An item",
  "type" : "object",
Added:
>
>
"optional":true,
  "properties" : { "name" : { "type" : "string"},
Changed:
<
<
"value" : { "type" : "object"}, "defaultValue" : { "type" : "object", "optional":true}, "description" : { "type" : "string"} }
>
>
"id" : { "type" : "string", "optional":true}, "value" : { "type" : "object", "optional":true}, "service" : { "type" : "string", "optional":true}, "args" : {"type" : "object", "optional":true},
  }
Deleted:
<
<
} }, "optional":true
  }, "include" : { "type" : "string", "optional":true}, "iframe" : { "type" : "boolean", "optional":true},
Line: 91 to 86
  "startHeight" : { "type" : "number"}, "imgSrc" : { "type" : "string"} }
Changed:
<
<
}, "required" : true
>
>
}

}

  } }

 <<O>>  Difference Topic JMakiWebtopDataModel (3 - 29 Apr 2008 - Main.gmurray71)
Line: 1 to 1
 
META TOPICPARENT name="JMakiDataModels"
Main data model discussion page
Line: 57 to 57
 
Changed:
<
<
An argument of a widget

{ "id" : "arg",

>
>
{ "items" : { "type" : "array", "items" : { "id" : "item",
  "type" : "object", "properties" : {
Changed:
<
<
"name" : { "type" : "string"}, "value" : { "type" : "object"}, "defaultValue" : { "type" : "object", "optional":true}, "description" : { "type" : "string"} } }

A widget :

{ "id" : "widget",

>
>
"id" : { "type" : "string"}, "label" : { "type" : "string"}, "widget" : { "id" : "widget",
  "type" : "object", "properties" : { "id" : { "type" : "string"}, "value" : { "type" : "string"}, "service" : { "type" : "string"}, "args" : {"type" : "array", "optional":true,
Changed:
<
<
"items" : { "$ref" : "arg"}
>
>
"items" : { "id" : "arg", "type" : "object", "properties" : { "name" : { "type" : "string"}, "value" : { "type" : "object"}, "defaultValue" : { "type" : "object", "optional":true}, "description" : { "type" : "string"} } }
  } }, "optional":true
Changed:
<
<
}

An item or individual webtop frame:

{ "id" : "item", "type" : "object", "properties" : { "id" : { "type" : "string"}, "label" : { "type" : "string"}, "widget" : { "$ref" : "widget"},

>
>
},
  "include" : { "type" : "string", "optional":true}, "iframe" : { "type" : "boolean", "optional":true}, "description" : { "type" : "string"}, "startHeight" : { "type" : "number"}, "imgSrc" : { "type" : "string"} }
Changed:
<
<
}

A model instance

{ "items" : { "type" : "array", "items" :{ "$ref" : "item" }

>
>
}, "required" : true
  } }

 <<O>>  Difference Topic JMakiWebtopDataModel (2 - 29 Apr 2008 - Main.gmurray71)
Line: 1 to 1
 
META TOPICPARENT name="JMakiDataModels"
Deleted:
<
<
 Main data model discussion page

jMaki Webtop Data Model

Line: 60 to 57
 
Changed:
<
<
items ::= "{" {