Answer the question
In order to leave comments, you need to log in
fine-grained vs. coarse-grained EJBs?
Hello.
Dealing with EJB, I came across two new terms:
- coarse-grained
- fine-grained
I would like to know the translation of these terms and, if possible, their meaning.
Thanks in advance!
Answer the question
In order to leave comments, you need to log in
www.coderanch.com/t/310678/EJB-JEE/java/Coarse-gra...
first comment:
Usually fine-grained means each Entity bean refers to one table -- coarse-grained means each Entity bean refers to > 1 table.
The "coarse-grained vs. fine-grained" argument is one of the oldest ones in EJB's. It's mostly gone away with EJB 2.0 and better tools, since most people agree that local EJB 2.0 Entity beans can be fine-grained without much problem.
Translation english -> russian by Mutko's method:
Normally fine-grained means each component belongs to one table - coarse-grained means each component belongs to >1 table.
The "coarse-grained vs. fine-grained" argument is one of the oldest in EJB. This is mostly gone with EJB 2.0 and better tools, as most people agree that native EJB 2.0 Entity beans can be fine-grained without too much trouble.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question