Is it possible to weave a .class file programmatically [message #1690970] |
Wed, 01 April 2015 10:51 |
Anahata Technologies Messages: 4 Registered: February 2015 |
Junior Member |
|
|
Is there an API or medium hack one can do to weave a single class file at runtime?
Our persistence unit is on the server and we send the entities to a javase client via serialization (we are in a client / server model).
We are using jrebel both on client and server and at the moment we have to do static weaving of all the entities in the persistence unit whenever we modify the source code of an entity.
Is there an API in eclipselink that takes a bunch of bytes representing a class and gives you another bunch of bytes representing the weaved class?
[Updated on: Wed, 01 April 2015 10:57] Report message to a moderator
|
|
|
Powered by
FUDForum. Page generated in 0.03013 seconds