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?
Type: Posts; User: MarkGo; Keyword(s):
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?
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...
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...
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)...
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...
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
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...
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...