This sounds like a real good place to use aspects to advise all your persist methods to write something to a log file.
Easy to change, no need to push-in roo generated code and cleaner entity...
Type: Posts; User: guills; Keyword(s):
This sounds like a real good place to use aspects to advise all your persist methods to write something to a log file.
Easy to change, no need to push-in roo generated code and cleaner entity...
Sorry to revive an old thread but I'd like to see if there are any good news on this front?
Like many others, I'm stuck on Weblogic 10.3.x. It doesn't look like JPA2 will be in the picture any...
Hello,
This is 2 questions in 1 regarding Weblogic.
1) Has anyone gotten an Roo app with JPA2 and Bean validation to work on Weblogic 10.3.4 or up?
If so, how? There are a lot of problems...
Hi,
I'm trying to write a locale toggle link in my jsp headers. I need to have the toggle at the top of every single jsp page.
I need something like this:
<a
href='<%=...