Warning: Can't synchronize with repository "(default)" (/local/svn/repos/sde does not appear to be a Subversion repository.). Look in the Trac log for more information.

Changes between Version 32 and Version 33 of WikiStart


Ignore:
Timestamp:
09/25/07 14:46:12 (10 years ago)
Author:
sensoria
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v32 v33  
    1 [wiki:Developers] 
     1The Sensoria Case (Computer Aided Software Engineering) tool is intended to support the development of Service-Oriented Software by integrating the various tools developed as part of the Sensoria project as well as external tools to support the development, analysis, and deployment of service-oriented software systems. 
    22 
    3 = Welcome to the Sensoria Case Tool (SCT) Progress tracker = 
     3Aim of the Case Tool The main aim of the Sensoria Case Tool is to provide a service-oriented platform for (development) tool integration. On this platform,  
     4 
     5 * tools are services, and provide arbitrary functionality  
     6 * tools can be used as-is, or combined using orchestration mechanisms  
     7 * tools can be published and discovered  
     8 
     9By integrating them into the Sensoria Case Tool, the various tools developed within the Sensoria project become available to a broader user range and in a larger context, and are thus more usable by developers. In the view of the Sensoria Case Tool, the Sensoria tools each consist of functions, which can be invoked in the Case Tool with or without User Interface (UI). The UI is not necessarily tied to a specific function, but can also be provided in a cross-function way. Tools are easy to write, add, and remove. Accessing remote or legacy applications is possible.  
     10To enable composition, tools are intended to provide an Application Programming Interface (API) allowing tool orchestration with arbitrary (contributed) orchestration languages.  
    411 
    512== Progress == 
    613 
    714 * The current version of the Sensoria Case Tool is v3.0, Codename '''Leicester'''. 
    8  * [wiki:DeliverablePlanning] lists the planned deliverables and progress for WP 7.4. 
    9  * [wiki:OlderVersions] lists older versions of the Case Tool and change logs. 
    10  
    11 == Download/Installing/Using == 
    12  
    13  * Download the tools on CompletedTools. 
    14  * See InstallationInstructions. 
    15  * See TroubleShooting. 
    16  
    17 == Developing tools == 
    18  
    19  * Getting started: Use the Case tool and the provided example tools, and read the CaseToolReport 
    20  * See ToolCategorization for correctly categorizing your tool (please contribute here!) 
    21  * See SensoriaTools for available tools (please contribute here!) 
     15 * Download the Sensoria Case Tool on CompletedTools, along with demonstration tools. 
     16  * See InstallationInstructions. 
     17  * See TroubleShooting. 
    2218 
    2319== Contributing == 
    2420 
    25  * '''Bugs/Enhancements:''' Please contribute: 
    26   * by posting problems as tickets (upper right menu: "new ticket")  
    27   * or by adding your comments on CaseToolFeedback 
    28   * or by discussing the issues with Philip (mailto:mayer@pst.ifi.lmu.de) 
     21 * More in-depth information for '''[wiki:Developers]''' 
     22 * '''Bugs/Enhancements:''' Please contribute by posting problems as tickets (upper right menu: "new ticket")  
    2923 * '''New tools:''' If you have developed a new tool for the Case tool platform, please provide us with a link on SensoriaTools. 
    3024 
    31 == SVN Access == 
    32  
    33 The code is available through semi-anonymous SVN access: 
    34  
    35  * SVN Url: http://svn.pst.ifi.lmu.de/svn/sct 
    36  * Login: same as for this wiki 
    37  * The structure of the repository is given here: RepositoryStructure 
    38  
    39 We recommend Subclipse (http://subclipse.tigris.org/) for Eclipse to manage SVN source. 
    40  
    41 == Final words == 
    42  
    43 Please contact Philip (mailto:mayer@pst.ifi.lmu.de) for anything not covered here.