When the domain is in English, the default "s" plural cover most cases, and I guess @RooPlural can help with the rest.
But when the domain is in another language, is it possible to change the...
Type: Posts; User: erik; Keyword(s):
When the domain is in English, the default "s" plural cover most cases, and I guess @RooPlural can help with the rest.
But when the domain is in another language, is it possible to change the...
Well, I do not want it transient - but I do not want it exposed in the web service either, so to speak.
To simple samples:
createdDate
lastUpdatedDate
These are set by the system, not by...
In Grails (as I understand it) the domain objects = persistent (Hibernate) objects = form backing objects.
The properties gets populated from the Map (params) created from the request.
What if...
I will agree that acegi sometimes is a overkill.
In stead of a super-class I would use an Interceptor:
...
Yes, you would have to do that to get the Hibernate configuration injected into the Dao .
I integrated DWR in my spring app within minutes (well, a small tiny part of it...). It surprised me how easy it was; I'm very impressed - interesting technology.
Interesting discussion, and I'm struggling too...
I'm surprised noone in the Java open source community have stolen some ideas frome Microsoft's ASP.NET on this. They have a, in my eyes, very...
I'm struggling with just about the same problem, so I got no real answer for you.
But this has been discussed in many threads here and I'm surprised this has not been addressed more elegantly.
...
Altough the acegi taglibs works nicely in my freemarker templates it is nice to have some freemarker macros doing the same.
Here is what I did:
I maede my own RequestContext (see:...
I made some minor changes to get this one to work. Initial (limited) testing shows that this works well.
Just added a new resolver:
public class TaglibFreeMarkerViewResolver extends...