facebook

Modify list of entity on GWT

  1. MyEclipse IDE
  2.  > 
  3. Spring Development
Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #319346 Reply

    i’ve generated on scaffolding my project.
    so now i can’t find the where i can change the lateral list of entity

    for examples i want put on the top suppliers e then clients …. which file i have to modify to do that?

    somebody can help me?

    #319347 Reply

    exaples on my layout

    Attachments:
    You must be logged in to view attached files.
    #319615 Reply

    i don’t have any response yet. somebody know that i have to do??

    #319929 Reply

    jkennedy
    Member

    Did you find the code you needed to modify?

    There isn’t too much code from the scaffolding, I’m expecting that you would have been able to do a file search to locate the source that controls this layout.

    Thanks,
    Jack

    #320044 Reply

    i haven’t find yet that files, can you say to me witch file i have to modify?

    #320200 Reply

    jkennedy
    Member

    Which version of GWT / ME4S are you using?

    If you are using GWT 2.2 or greater, you can start with the ScaffoldApp.java file and work through from there.

    The architecture that is being used is the one promoted by Google that is MVP or Model View Presenter. It is powerful and elegant, but can be tricky to follow because it abstracts things that are often done in a more “direct” manner.

    That class should serve up the list of top level places in the app, and each place is associated with one of your object types, etc.

    Thanks,
    Jack

Viewing 6 posts - 1 through 6 (of 6 total)
Reply To: Modify list of entity on GWT

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