Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "JFace Data Binding/PojoBindable/PojoBindableSVN"

(Pojo Bindable SVN)
(Pojo Bindable SVN)
Line 27: Line 27:
  
  
 +
== Pojo Bindable & EclipseLink ==
  
  
http://dev.eclipse.org/svnroot/rt/org.eclipse.persistence/trunk/jpa/org.eclipse.persistence.jpa.equinox.weaving
+
EclipseLink provider '''Dynamic Weaving Fragment for Equinox''' into [http://dev.eclipse.org/svnroot/rt/org.eclipse.persistence/trunk/jpa/org.eclipse.persistence.jpa.equinox.weaving org.eclipse.persistence.jpa.equinox.weaving] fragment to transform bytecode.
 +
 
 +
<ul>
 +
  <li>Download [http://dev.eclipse.org/svnroot/rt/org.eclipse.persistence/trunk/jpa/org.eclipse.persistence.jpa.equinox.weaving org.eclipse.persistence.jpa.equinox.weaving]
 +
  </li>
 +
  <li>Download [http://dynaresume.googlecode.com/svn/trunk/JFace-Pojo-Bindable/osgi-equinox/eclipselink/org.eclipse.persistence.jpa.equinox.bindable/ org.eclipse.persistence.jpa.equinox.bindable]. This bundle require a OSGi Fragment to configure Bindable properties (packages, debug mode...). You can find an example into fragment [http://dynaresume.googlecode.com/svn/trunk/JFace-Pojo-Bindable/examples/osgi-equinox/eclipselink/org.eclipse.persistence.examples.jpa.equinox.bindable.fragment/ org.eclipse.persistence.examples.jpa.equinox.bindable.fragment] which contains bindable.properties.
 +
  </li>
 +
</ul>

Revision as of 06:26, 12 April 2010

Pojo Bindable SVN

For the last version of Pojo Bindable you can (for the moment) get it from the SVN on Dynaresume project. You can find the whole Pojo bindable project at http://dynaresume.googlecode.com/svn/trunk/JFace-Pojo-Bindable/ :


Pojo Bindable & EclipseLink

EclipseLink provider Dynamic Weaving Fragment for Equinox into org.eclipse.persistence.jpa.equinox.weaving fragment to transform bytecode.

Back to the top