summaryrefslogtreecommitdiffstats
path: root/java/sca/modules/domain-manager/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fixes to get the Equinox integration working. Use the parent classloader ↵jsdelfino2008-09-091-2/+6
| | | | | | instead of the Thread context classloader as parent of the contribution classloader. Use the ServiceDiscovery to get instances of DocumentBuilderFactory and TransformerFactory. Pass these factories around instead of creating new instances in different places. Clarified the few prints in the calculator-osgi sample showing which classloader is used. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@693411 13f79535-47bb-0310-9956-ffa450edef68
* Add SCANodeFactory/SCANode and rename the artifact ids from node2-xxx to ↵rfeng2008-08-191-7/+7
| | | | | | node-xxx git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@686901 13f79535-47bb-0310-9956-ffa450edef68
* Removed obsolete method from DeployedCompositeCollection component ↵jsdelfino2008-08-062-89/+106
| | | | | | implementation. Improved CompositeConfigurationService, added the ability to return the configuration of a nested composite. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@683412 13f79535-47bb-0310-9956-ffa450edef68
* Minor changes, converted some of the buttons to links, added a link to ↵jsdelfino2008-08-054-45/+134
| | | | | | expand/collapse the 'Add' section at the bottom of the widgets. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@682646 13f79535-47bb-0310-9956-ffa450edef68
* Fixed Javascript warnings, use elementByID() to get references to UI ↵jsdelfino2008-08-046-4/+41
| | | | | | elements instead of referencing global variables directly. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@682495 13f79535-47bb-0310-9956-ffa450edef68
* Isolate widgets from each other, have them work off the HTML div that ↵jsdelfino2008-08-048-78/+169
| | | | | | they're in instead of the parent document. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@682493 13f79535-47bb-0310-9956-ffa450edef68
* Handle javascript security exception when a widget is included in a page ↵jsdelfino2008-07-311-5/+17
| | | | | | from a different domain, and therefore cannot access the parent window. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@681299 13f79535-47bb-0310-9956-ffa450edef68
* Improved the Domain Manager widgets to use HTML divs for presentation and ↵jsdelfino2008-07-3113-267/+363
| | | | | | iframes for script isolation. This provides better control and performance of the layout while preserving isolation between the scripts of the individual widgets. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@681295 13f79535-47bb-0310-9956-ffa450edef68
* Switch to SCANode2 APIrfeng2008-07-301-5/+8
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@681196 13f79535-47bb-0310-9956-ffa450edef68
* Simplified how widgets get loaded in the domain manager UI iframes. Moved ↵jsdelfino2008-07-3011-243/+51
| | | | | | some of the header text from the widgets to the main pages, as in a mashup you don't need these headers in each widget. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@681176 13f79535-47bb-0310-9956-ffa450edef68
* Started to refactor the domain manager UI into smaller independently ↵jsdelfino2008-07-3014-809/+1228
| | | | | | reusable widgets. Tested OK with Firefox 2 and 3 and Safari 3, still debugging a javascript error with IE 7. Changed the HTTP binding to implement OptimizableBinding as was done for the Atom Binding, to allow Widgets to get the correct reference binding URIs from the target services. This is temporary until the domain manager app is migrated from SCADomain to NodeFactory. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@680931 13f79535-47bb-0310-9956-ffa450edef68
* Fixed mouse event handling in suggest popup list, now selecting list items ↵jsdelfino2008-07-291-1/+1
| | | | | | on mousedown event as some browsers do not correctly handle the onclick event. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@680621 13f79535-47bb-0310-9956-ffa450edef68
* Moved node management code to a separate module to keep dependencies of ↵jsdelfino2008-06-301-2/+2
| | | | | | implementation-node-runtime minimal. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@672835 13f79535-47bb-0310-9956-ffa450edef68
* Move Tuscany from Incubator to top level.dims2008-06-1730-0/+5637
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@668359 13f79535-47bb-0310-9956-ffa450edef68