You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@directory.apache.org by "Ole Ersoy (JIRA)" <ji...@apache.org> on 2007/06/10 19:10:26 UTC

[jira] Created: (DIRSTUDIO-136) Apache DS Menu Removed From Java Perspective

Apache DS Menu Removed From Java Perspective
--------------------------------------------

                 Key: DIRSTUDIO-136
                 URL: https://issues.apache.org/jira/browse/DIRSTUDIO-136
             Project: Directory Studio
          Issue Type: Improvement
            Reporter: Ole Ersoy
            Priority: Minor
             Fix For: 0.8.0


Some ideas from Stefan Seelman are:
(1) Keep it only in the DAP or Schemas perspective
(2) Replace the functionality with wizards

Seemed very wizard like to me.  Plus 1 for the wizard idea.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (DIRSTUDIO-136) Apache DS Menu Removed From Java Perspective

Posted by "Pierre-Arnaud Marcelot (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/DIRSTUDIO-136?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12503358 ] 

Pierre-Arnaud Marcelot commented on DIRSTUDIO-136:
--------------------------------------------------

Thanks for those cool links Stefan.
They'll be a great help.

+1 for this solution.

I hope we'll be able to start putting some of the properties of the server.xml file into the DIT very soon, to get rid of this file... :)

> Apache DS Menu Removed From Java Perspective
> --------------------------------------------
>
>                 Key: DIRSTUDIO-136
>                 URL: https://issues.apache.org/jira/browse/DIRSTUDIO-136
>             Project: Directory Studio
>          Issue Type: Improvement
>    Affects Versions: 0.8.0
>            Reporter: Ole Ersoy
>            Priority: Minor
>
> Some ideas from Stefan Seelman are:
> (1) Keep it only in the LDAP or Schemas perspective
> (2) Replace the functionality with wizards
> Seemed very wizard like to me.  Plus 1 for the wizard idea.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Closed: (DIRSTUDIO-136) Remove the "Apache DS" menu from the Java Perspective

Posted by "Pierre-Arnaud Marcelot (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/DIRSTUDIO-136?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Pierre-Arnaud Marcelot closed DIRSTUDIO-136.
--------------------------------------------

    Assignee: Pierre-Arnaud Marcelot

Version 1.1.0 has been released.
Closing this issue.

> Remove the "Apache DS" menu from the Java Perspective
> -----------------------------------------------------
>
>                 Key: DIRSTUDIO-136
>                 URL: https://issues.apache.org/jira/browse/DIRSTUDIO-136
>             Project: Directory Studio
>          Issue Type: Improvement
>          Components: studio-apacheds-configuration
>    Affects Versions: 0.8.0
>            Reporter: Ole Ersoy
>            Assignee: Pierre-Arnaud Marcelot
>            Priority: Minor
>             Fix For: 1.1.0
>
>
> Some ideas from Stefan Seelman are:
> (1) Keep it only in the LDAP or Schemas perspective
> (2) Replace the functionality with wizards
> Seemed very wizard like to me.  Plus 1 for the wizard idea.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (DIRSTUDIO-136) Apache DS Menu Removed From Java Perspective

Posted by "Stefan Seelmann (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/DIRSTUDIO-136?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12503337 ] 

Stefan Seelmann commented on DIRSTUDIO-136:
-------------------------------------------

You are right, an ADS perspective would be very useful.

About opening an existing configuration: It would be cool to do this via File->Open. The default detection of a editor in Eclipse is done via the file extension or filename. Unfortunately the filename server.xml is ambiguous, e.g. Tomcat also has a server.xml.

What we can do is to define a content type with a content describer (interface IContentDescriber) and bind this content type to the configuration editor. The content describer must implement the method 
  public int describe(InputStream contents, IContentDescription description) throws IOException;
What we need is a criteria to determine it the file is an ADS configuration file. I think it is enough to check if the given input stream contains an ADS specific string like "org.apache.directory.server.configuration".

Some more info about the content type and content describer:
  http://help.eclipse.org/help32/index.jsp?topic=/org.eclipse.platform.doc.isv/guide/runtime_content.htm
  http://www.developer.com/java/data/article.php/3648736 (example using the predifined XMLRootElementContentDescriber)
  http://www.eclipse.org/eclipse/platform-core/documents/content_types.html (seems to be outdated)



> Apache DS Menu Removed From Java Perspective
> --------------------------------------------
>
>                 Key: DIRSTUDIO-136
>                 URL: https://issues.apache.org/jira/browse/DIRSTUDIO-136
>             Project: Directory Studio
>          Issue Type: Improvement
>    Affects Versions: 0.8.0
>            Reporter: Ole Ersoy
>            Priority: Minor
>
> Some ideas from Stefan Seelman are:
> (1) Keep it only in the LDAP or Schemas perspective
> (2) Replace the functionality with wizards
> Seemed very wizard like to me.  Plus 1 for the wizard idea.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (DIRSTUDIO-136) Apache DS Menu Removed From Java Perspective

Posted by "Ole Ersoy (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/DIRSTUDIO-136?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ole Ersoy updated DIRSTUDIO-136:
--------------------------------

    Description: 
Some ideas from Stefan Seelman are:
(1) Keep it only in the LDAP or Schemas perspective
(2) Replace the functionality with wizards

Seemed very wizard like to me.  Plus 1 for the wizard idea.

  was:
Some ideas from Stefan Seelman are:
(1) Keep it only in the DAP or Schemas perspective
(2) Replace the functionality with wizards

Seemed very wizard like to me.  Plus 1 for the wizard idea.


> Apache DS Menu Removed From Java Perspective
> --------------------------------------------
>
>                 Key: DIRSTUDIO-136
>                 URL: https://issues.apache.org/jira/browse/DIRSTUDIO-136
>             Project: Directory Studio
>          Issue Type: Improvement
>            Reporter: Ole Ersoy
>            Priority: Minor
>             Fix For: 0.8.0
>
>
> Some ideas from Stefan Seelman are:
> (1) Keep it only in the LDAP or Schemas perspective
> (2) Replace the functionality with wizards
> Seemed very wizard like to me.  Plus 1 for the wizard idea.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (DIRSTUDIO-136) Apache DS Menu Removed From Java Perspective

Posted by "Pierre-Arnaud Marcelot (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/DIRSTUDIO-136?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12503321 ] 

Pierre-Arnaud Marcelot commented on DIRSTUDIO-136:
--------------------------------------------------

(1) -> Why not. Since we'll be delivering more and more tools related to ADS, maybe we can create (later) an Apache Directory Server perspective from which you can configure everything : Configuration, Dynamic Schema, Triggers/Stored Procedures (and more to come).

(2) -> A wizard seems cool for a new configuration but what about an existing configuration ? I think we need to keep the configuration editor for exiting configuration and maybe add a wizard for new configuration.

WDYT ?

> Apache DS Menu Removed From Java Perspective
> --------------------------------------------
>
>                 Key: DIRSTUDIO-136
>                 URL: https://issues.apache.org/jira/browse/DIRSTUDIO-136
>             Project: Directory Studio
>          Issue Type: Improvement
>    Affects Versions: 0.8.0
>            Reporter: Ole Ersoy
>            Priority: Minor
>
> Some ideas from Stefan Seelman are:
> (1) Keep it only in the LDAP or Schemas perspective
> (2) Replace the functionality with wizards
> Seemed very wizard like to me.  Plus 1 for the wizard idea.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (DIRSTUDIO-136) Remove the "Apache DS" menu from the Java Perspective

Posted by "Pierre-Arnaud Marcelot (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/DIRSTUDIO-136?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Pierre-Arnaud Marcelot updated DIRSTUDIO-136:
---------------------------------------------

    Component/s: studio-apacheds-configuration

> Remove the "Apache DS" menu from the Java Perspective
> -----------------------------------------------------
>
>                 Key: DIRSTUDIO-136
>                 URL: https://issues.apache.org/jira/browse/DIRSTUDIO-136
>             Project: Directory Studio
>          Issue Type: Improvement
>          Components: studio-apacheds-configuration
>    Affects Versions: 0.8.0
>            Reporter: Ole Ersoy
>            Priority: Minor
>             Fix For: 1.1.0
>
>
> Some ideas from Stefan Seelman are:
> (1) Keep it only in the LDAP or Schemas perspective
> (2) Replace the functionality with wizards
> Seemed very wizard like to me.  Plus 1 for the wizard idea.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (DIRSTUDIO-136) Apache DS Menu Removed From Java Perspective

Posted by "Pierre-Arnaud Marcelot (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/DIRSTUDIO-136?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Pierre-Arnaud Marcelot updated DIRSTUDIO-136:
---------------------------------------------

        Fix Version/s:     (was: 0.8.0)
    Affects Version/s: 0.8.0

> Apache DS Menu Removed From Java Perspective
> --------------------------------------------
>
>                 Key: DIRSTUDIO-136
>                 URL: https://issues.apache.org/jira/browse/DIRSTUDIO-136
>             Project: Directory Studio
>          Issue Type: Improvement
>    Affects Versions: 0.8.0
>            Reporter: Ole Ersoy
>            Priority: Minor
>
> Some ideas from Stefan Seelman are:
> (1) Keep it only in the LDAP or Schemas perspective
> (2) Replace the functionality with wizards
> Seemed very wizard like to me.  Plus 1 for the wizard idea.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (DIRSTUDIO-136) Remove the "Apache DS" menu from the Java Perspective

Posted by "Pierre-Arnaud Marcelot (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/DIRSTUDIO-136?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Pierre-Arnaud Marcelot resolved DIRSTUDIO-136.
----------------------------------------------

    Resolution: Fixed

Fixed.

There's a new item in the "New wizards" menu for creating a new Server Configuration file.
Opening a Server Configuration file can be achieved from a file inside a project (when the plugin is used inside Eclipse) and from an external file (when the plugin is used inside Eclipse or as an RCP Application).

> Remove the "Apache DS" menu from the Java Perspective
> -----------------------------------------------------
>
>                 Key: DIRSTUDIO-136
>                 URL: https://issues.apache.org/jira/browse/DIRSTUDIO-136
>             Project: Directory Studio
>          Issue Type: Improvement
>    Affects Versions: 0.8.0
>            Reporter: Ole Ersoy
>            Priority: Minor
>             Fix For: 1.1.0
>
>
> Some ideas from Stefan Seelman are:
> (1) Keep it only in the LDAP or Schemas perspective
> (2) Replace the functionality with wizards
> Seemed very wizard like to me.  Plus 1 for the wizard idea.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (DIRSTUDIO-136) Remove the "Apache DS" menu from the Java Perspective

Posted by "Pierre-Arnaud Marcelot (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/DIRSTUDIO-136?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Pierre-Arnaud Marcelot updated DIRSTUDIO-136:
---------------------------------------------

    Summary: Remove the "Apache DS" menu from the Java Perspective  (was: Apache DS Menu Removed From Java Perspective)

Updated Title.

> Remove the "Apache DS" menu from the Java Perspective
> -----------------------------------------------------
>
>                 Key: DIRSTUDIO-136
>                 URL: https://issues.apache.org/jira/browse/DIRSTUDIO-136
>             Project: Directory Studio
>          Issue Type: Improvement
>    Affects Versions: 0.8.0
>            Reporter: Ole Ersoy
>            Priority: Minor
>             Fix For: 1.1.0
>
>
> Some ideas from Stefan Seelman are:
> (1) Keep it only in the LDAP or Schemas perspective
> (2) Replace the functionality with wizards
> Seemed very wizard like to me.  Plus 1 for the wizard idea.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (DIRSTUDIO-136) Apache DS Menu Removed From Java Perspective

Posted by "Pierre-Arnaud Marcelot (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/DIRSTUDIO-136?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Pierre-Arnaud Marcelot updated DIRSTUDIO-136:
---------------------------------------------

    Fix Version/s: 1.1.0

> Apache DS Menu Removed From Java Perspective
> --------------------------------------------
>
>                 Key: DIRSTUDIO-136
>                 URL: https://issues.apache.org/jira/browse/DIRSTUDIO-136
>             Project: Directory Studio
>          Issue Type: Improvement
>    Affects Versions: 0.8.0
>            Reporter: Ole Ersoy
>            Priority: Minor
>             Fix For: 1.1.0
>
>
> Some ideas from Stefan Seelman are:
> (1) Keep it only in the LDAP or Schemas perspective
> (2) Replace the functionality with wizards
> Seemed very wizard like to me.  Plus 1 for the wizard idea.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.