Thank you so much for your insight. I have to say that I was struggling with this concept because everybodyelse use the name "role" whenever talking about "permission's repository" and not the...
Type: Posts; User: DistillingSpring; Keyword(s):
Thank you so much for your insight. I have to say that I was struggling with this concept because everybodyelse use the name "role" whenever talking about "permission's repository" and not the...
Hello,
First of all, I am sorry for the basic questions.
I don't understand the "how-to" of permissions in the Acegi. Say that I have one role and from this I want all its permissions related...
Thanks for your reply.
What I meant is that if I have plenty of business Exception Handling (as every normal enterprise application), do I still have to create those as classes using the old...
Hello,
Basic question about implement the log with AOP. I would like to know from your experience if it still necessary to create my business exceptions or is there a way to do that in a general...
After read some documentation I found that I could define my error handling and rules as follow:
1. Business Rules (JBoss Rules or similar tool);
2. Systems Error (Cope using Java/ Spring error...
Hello,
It seems to be a naive question, but I would like to know from you if it is correct to think that every application exception is always business rule. If it is right, I could use a business...
Hello,
Do you have any experience with the mix of those components (or some of them), using Spring that you could share here?
Thank you very much in advance.
I am sorry, it is only to correct the sentence, otherwise it won't make sense:
Design Patterns (actually Strategy), was the best way I had found ever to understand the so then-hard-to-me concept of Java interface. The funny thing is as I learnt that I found I did need it...
Me neither. I started to realize its meaningfulness when I went to the design. In the use it indeed very hard to point it out the different patterns and for that the patterns are all about.. design!
The first time I heard about Design Patterns I told to myself "Wonderful! I do not need to reinvent the wheel anymore" (maybe one of the Karl's blog topics). However, I also have been realizing that...
Totally agree:
Let's try to keep this thread in and for the Spring time (since 2001 or so! :)):
It is mine:
It is yours:
Have you got that list from the google or is that from your experience? I do not care about name but instead the functionality of the Patterns. By the way, these are...
ok, let's aggregate some thoughts here in order to move a step further in more advanced and technical ones. As comon sense, everybody (professional one) knows that
and also
I am sorry to...
Come on! You could say Dao, at least :)
I have been worked in huge Java projects and I have found no reason to use stored procedures. I agree with the suggestion about the view to organize the work. The dilemma is when you have to decide...
Karl, thanks for the answer and it seems that only you and a couple of people are replying the questions in this forum. Ok.. I cannot complain! I should workout more with the newcomers too.
Sorry guys, I would like to focus more in my question. I am not saying that I will use only patterns and be stick to it or use it a lot. I just would like to know from you what patterns have you been...
Are you sure? Rod Johnson is in favor of the Strategy and you do have to implement something, unless your application is a CRUD made by appfuse.
I am sorry, I should say that I have experience...
Hello,
Using Hibernate through Spring, there are some argues at my workplace to create views when we face complex queries (3 tables join are complex to them). In my opinion there are two...
Hello,
Aside from Strategy pattern, I would like to know from you what are the most used patterns in the stack Spring+JSF+Hibernate and that I have to implement (not the ones that are already...
Thanks a lot for you posts. I have prepared both, interview and test. Nothing better to make sure the person can apply what is saying that know.
Considering all these discussions and what you have written, do you think the Internet would be available to the applicants to help them looking for solutions? While in practice Internet will be...
Nice thoughts!! I agree with you that evalute in the practical and creative way is the most useful approach. Thanks.
Hello,
I don't know if I should post it here.
I need to prepare a test considering knowledge in Spring + Hibernate + JSF and, if it is possible, Ajax. This test should be complete by the...