Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Gemini » How to apply Gemini weaving
How to apply Gemini weaving [message #1387508] Wed, 25 June 2014 07:30 Go to next message
nguyen van is currently offline nguyen vanFriend
Messages: 5
Registered: June 2014
Junior Member
I applied Gemini weaving into my application to help it run faster but result is bad. It make my application run slowly.It seem system spend more time to execute a query.
Does anyone got the issue like me?
Re: How to apply Gemini weaving [message #1387686 is a reply to message #1387508] Wed, 25 June 2014 12:49 Go to previous message
Michael Keith is currently offline Michael KeithFriend
Messages: 243
Registered: July 2009
Senior Member
That is definitely unexpected. Did you try statically weaving your classes? You would set the weaving property to "static", as described here, and run the static weaving tool over your classes and bundle up the resulting statically woven classes.

Note also that when weaving is enabled that Gemini JPA will normally need to do refreshing (unless refreshing is disabled). If you do static weaving then you can typically disable refreshing.

-Mike
Previous Topic:Gemini basic
Next Topic:[Blueprint] Snapshots are now in eclipse maven repo
Goto Forum:
  


Current Time: Wed Apr 24 22:21:25 GMT 2024

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

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

Back to the top