| Author |
What is Byte code enhancement
|
MaheshS Kumbhar
Ranch Hand
Joined: Sep 24, 2009
Posts: 188
|
|
I read somewhere on blogs that Hibernate uses bytecode enhancement for its operation. But I didn't find any information that I could digest for what exactly is bytecode enhancement.
Can anyone please tell me what it is?
|
I am slow but sure
|
 |
Vijitha Kumara
Bartender
Joined: Mar 24, 2008
Posts: 3670
|
|
|
It's a technique used by many frameworks/libraries (Hibernate, Spring AOP etc...) to manipulate the .class files at runtime to various needs such as to add some framework specific defaults etc...
|
SCJP 5 | SCWCD 5
[How to ask questions] [Twitter]
|
 |
krithika vittal
Greenhorn
Joined: Jul 14, 2009
Posts: 11
|
|
Can you explain more in detail for Byte code enhancement ???
Thanks...
|
 |
Vijitha Kumara
Bartender
Joined: Mar 24, 2008
Posts: 3670
|
|
|
I'd suggest you read some articles about the subject to get an idea like this(and other related parts).
|
 |
 |
|
|
subject: What is Byte code enhancement
|
|
|