Search:

Type: Posts; User: AleSky; Keyword(s):

Search: Search took 0.04 seconds.

  1. Replies
    3
    Views
    1,062

    thanks man you are right error in the...

    thanks man you are right

    error in the definition of layout :)

    i'm very heppy to see that there is someone in this forum also if Spring Rich Client is not more developed
  2. Replies
    3
    Views
    1,062

    add form in abstract view

    hi guys i'm try to add a form in an AbstractView

    this is a snippet of code from my abstract view



    protected JComponent createControl() {

    JPanel view = new JPanel(new BorderLayout());
  3. More action in one form, design multy controller

    I guys,

    i'm trying to create a sort of multy action in one form, style struts (DispatchAction)
    I mean have more method in a controller but only one form in the jsp and use some strategy to...
  4. Replies
    2
    Views
    272

    two approach for you First public class...

    two approach for you

    First



    public class Controller1 extends AbstractController {

    @(some way to inject by spring)
    AnotherController anotherController;
  5. @Repository is a specialization of @Component ...

    @Repository is a specialization of @Component

    @Repository is used to mark classes that has the role of a repository (like the DAO)
    the use of this marker is the automatic traslation of exception ...
Results 1 to 5 of 5