summaryrefslogtreecommitdiffstats
path: root/java/sca/modules/domain-manager/src/main (unfollow)
Commit message (Collapse)AuthorFilesLines
2009-01-31Moving modules that are not part of the main build to contrib folderlresende32-6091/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@739505 13f79535-47bb-0310-9956-ffa450edef68
2009-01-28TUSCANY-2790 - Updated package names from org.osoa.sca to org.oasisopen.sca ↵mcombellack16-65/+65
and from org.osoa.sca.annotations to org.oasisopen.sca.annotation to reflect the new package names in the OASIS Open SCA specifications. To do this, I: * Renamed the org.osoa.sca package to org.oasisopen.sca using Eclipse refactoring * Renamed the org.osoa.sca.annotations package to org.oasisopen.sca.annotation using Eclipse refactoring * Did a global search and replace for all remaining instances of the old org.osoa package names and replaced with the new org.oasisopen version Hopefully, I have not missed too many instances of the old package name git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@738490 13f79535-47bb-0310-9956-ffa450edef68
2008-11-19Merging the 1.x delta on top of the equinox based moduleslresende1-2/+14
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@718858 13f79535-47bb-0310-9956-ffa450edef68
2008-11-19Copying modules from Equinox branch, to start merging the delta changes from ↵lresende32-0/+6079
1.x/original trunk git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@718815 13f79535-47bb-0310-9956-ffa450edef68
2008-11-19Moving current trunk modules to contrib, before starting the Equinox branch ↵lresende32-6035/+0
merge git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@718812 13f79535-47bb-0310-9956-ffa450edef68
2008-11-05TUSCANY-2629, TUSCANY-2624, TUSCANY-2663 - more changes to record unknown ↵slaws1-2/+14
elements that appear in SCDL git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@711584 13f79535-47bb-0310-9956-ffa450edef68
2008-09-09Fixes to get the Equinox integration working. Use the parent classloader ↵jsdelfino1-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
2008-08-19Add SCANodeFactory/SCANode and rename the artifact ids from node2-xxx to ↵rfeng1-7/+7
node-xxx git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@686901 13f79535-47bb-0310-9956-ffa450edef68
2008-08-06Removed obsolete method from DeployedCompositeCollection component ↵jsdelfino2-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
2008-08-05Minor changes, converted some of the buttons to links, added a link to ↵jsdelfino4-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
2008-08-04Fixed Javascript warnings, use elementByID() to get references to UI ↵jsdelfino6-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
2008-08-04Isolate widgets from each other, have them work off the HTML div that ↵jsdelfino8-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
2008-07-31Handle javascript security exception when a widget is included in a page ↵jsdelfino1-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
2008-07-31Improved the Domain Manager widgets to use HTML divs for presentation and ↵jsdelfino13-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
2008-07-30Switch to SCANode2 APIrfeng1-5/+8
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@681196 13f79535-47bb-0310-9956-ffa450edef68
2008-07-30Simplified how widgets get loaded in the domain manager UI iframes. Moved ↵jsdelfino11-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
2008-07-30Started to refactor the domain manager UI into smaller independently ↵jsdelfino14-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
2008-07-29Fixed mouse event handling in suggest popup list, now selecting list items ↵jsdelfino1-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
2008-06-30Moved node management code to a separate module to keep dependencies of ↵jsdelfino1-2/+2
implementation-node-runtime minimal. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@672835 13f79535-47bb-0310-9956-ffa450edef68