Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » EclipseLink » Is it possible to weave a .class file programmatically
Is it possible to weave a .class file programmatically [message #1690970] Wed, 01 April 2015 10:51
Anahata Technologies is currently offline Anahata TechnologiesFriend
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

Previous Topic:Error inserting certain UTF-8 characters into MySql database
Next Topic:Relationship Inheritance
Goto Forum:
  


Current Time: Thu Apr 25 16:31:51 GMT 2024

Powered by FUDForum. Page generated in 0.02974 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top