Search:

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

Search: Search took 0.02 seconds.

  1. Thread: Web Flow 3

    by MarkGo
    Replies
    1
    Views
    758

    Web Flow 3

    What is the status of Spring Web Flow 3 and the new Spring JavaScript and Spring Faces projects?

    Is it possible to get involved with these projects and view the source?
  2. I have got the following to compile declare...

    I have got the following to compile

    declare @method: public String OwnerController.list(Integer , Integer , ModelMap ): @Secured("ROLE_TELLER");

    But even with the following in...
  3. Hello Alex Thanks for that it could be very...

    Hello Alex

    Thanks for that it could be very helpful but I how do I implement it

    For example the following is standard Roo generated code

    BlahController_Roo_Controller.aj {
    ...
    public...
  4. Putting security annotations in BlahController_Roo_Controller.aj

    It seems Spring security now has 3 different implementations that can be implemented by annotations at the method level,

    1) secured-annotations for pre-Spring 3.0 security

    2)...
  5. Thanks for that Rob but I was specifically asking...

    Thanks for that Rob but I was specifically asking how to customise org.springframework.roo.addon.web.mvc.controller.WebScaffoldMetadata so that I could include the audit and security aspects there...
  6. Just out of curiousity how did you get the ...

    Just out of curiousity how did you get the

    @PreAuthorize("hasRole('ROLE_ADMIN')")

    into your code.

    Did you "Refactor > Push-In Refactor" and is this the resulting .aj file
  7. Add our own aspects to the methods in the WebScaffoldMetadata

    I have been analysing the org.springframework.roo.addon.web.mvc.controller.WebScaffoldMetadata class and the aspects that it generated when you Refactor > Push-In Refactor.

    So the...
  8. Replies
    0
    Views
    1,035

    Spring Decorator for sorting table

    Hello

    Is it possibly to apply a Spring Decorator in javascript

    i.e. Spring.addDecoration(new Spring.ElementDecoration()))

    to an html table so that the table can be sorted by a column. If so...
Results 1 to 8 of 8