facebook

MyEclipse Projects View

💡
Our Forums Have Moved

For help with installation, bugs reports or feature requests, please head over to our new forums.
Genuitec Community on GitHub

  1. MyEclipse IDE
  2.  > 
  3. Feature Requests
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #234070 Reply

    I am sure that this has been discussed before but I think this feature is getting more and more important as MyEclipse feature set grows. I would like to see something that allows me to look at my project from a logical perspective versus a physical perspective. Please provide a MyEclipse Projects View. For JSF projects it would show something like this:

    
    - Project name
        - Deployments
            + tomcat 5.5 @ localhost
            - tomcat 5.0 @ localhost
                o server.xml
                o web.xml
                o catalina.policy
          ...
        - WebContent
            - pages
                o helloWorld.jsp
                o login.jsp
            o index.jsp
            + WEB-INF
        - Tag Libraries
            - html_basic.tld
                o listeners
                +commandButton
                + dataTable
            ...
        - Resource Bundles
            - com.somwhere.Messages
                o greeting=Hello World
                o foo=bar
        - Configuration 
            + applicationContext.xml
            - faces-config.xml
                o Validators
                o ifecycle
                + application
                - Navigation Rules
                    + /pages/helloWorld.jsp
                ...
                o Converters
                - Managed Beans
                - LoginBean
                    o username
                    o password
        + web.xml
    + OtherProject
    ...
    

    The same view could also show something similar for other web project artifacts.

    Right clicking any node in the tree should provide the correct context sensitive menu to add/delete/modify content.

    This view should also provide drag and drop features. For example, dragging a property from a resource bundle and dropping it between the quotes of a <h:ouputText/>’s value attribute would automatically insert it into the JSP. The same would hold true for Managed Beans, Navigation Rules, Tag Libraries, JSPs, etc. Anything where a user would have to type a reference to a bean, a path to a JSP, etc. could be dragged into the JSP from this view.

    Of course this view could be radically extended beyond this for EJBs, JNDI, Hibernate, etc.

    thanks

    #234085

    Riyad Kalla
    Member

    Andy,
    First off we really appreciate the well thought out post. Secondly, this has been brought up many times internally since before 3.x ever came out. Unfortunately this problem is far from non-trivial which is why we haven’t introduced it yet. This is still on our radar but likely won’t be considered until 5.x release cycle.

Viewing 2 posts - 1 through 2 (of 2 total)
Reply To: MyEclipse Projects View

You must be logged in to post in the forum log in