Skip to main content



      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 06:51
Eclipse UserFriend
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 06:57] by Moderator

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


Current Time: Sat Jul 05 09:54:46 EDT 2025

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

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

Back to the top