Author: buildbot
Date: Mon Dec 10 22:08:52 2012
New Revision: 841561
Log:
Staging update by buildbot for openjpa
Modified:
websites/staging/openjpa/trunk/content/ (props changed)
websites/staging/openjpa/trunk/content/quick-start.html
Propchange: websites/staging/openjpa/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Mon Dec 10 22:08:52 2012
@@ -1 +1 @@
-1419716
+1419830
Modified: websites/staging/openjpa/trunk/content/quick-start.html
==============================================================================
--- websites/staging/openjpa/trunk/content/quick-start.html (original)
+++ websites/staging/openjpa/trunk/content/quick-start.html Mon Dec 10 22:08:52
2012
@@ -22,7 +22,7 @@ limitations under the License.
<!-- <link href="http://openjpa.apache.org/styles/type-settings.css"
rel="stylesheet" type="text/css"/> -->
<link href="./css/type-settings.css" rel="stylesheet" type="text/css"/>
<LINK rel="schema.DC" href="http://purl.org/DC/elements/1.0/">
- <META name="Description" content="Apache OpenJPA -- Quick Start
" />
+ <META name="Description" content="Apache OpenJPA -- Quick Start" />
<META name="Keywords" content="Apache OpenJPA, JPA, JPA 1.0, JSR-220,
JPA2, JPA 2.0, JSR-317, " />
<META name="Owner" content="[email protected]" />
<META name="Robots" content="index, follow" />
@@ -68,7 +68,7 @@ limitations under the License.
<div class="bottom_red_bar">
<div id="site-breadcrumbs">
<!-- Breadcrumbs --
- <a href="/">Home</a> » <a
href="/quick-start.html">Quick Start
</a>
+ <a href="/">Home</a> » <a
href="/quick-start.html">Quick Start</a>
-- Breadcrumbs -->
</div>
</div>
@@ -165,12 +165,12 @@ project.</p>
<h2 id="enhancing-entities">Enhancing Entities</h2>
<p>The JPA spec requires some type of monitoring of Entity objects, but the
spec does not define how to implement this monitoring. Some JPA providers
-auto-generate new subclasses or proxy objects that front the user's Entity
-objects at <em>runtime</em>, while others use byte-code weaving technologies to
-enhance the actual Entity class objects at <strong>build time</strong>.
OpenJPA supports
+dynamically generate new subclasses or proxy objects that front the user's
Entity
+objects, while others use <em>byte-code weaving</em> technologies to
+enhance the actual Entity class objects. OpenJPA supports
both <a href="entity-enhancement.html">enhancement</a>
- methods, but strongly suggests only using the <strong>build time</strong>
enhancement.
-The following [Entity Enhancement]
+ methods, but strongly suggests using the <em>byte-code weaving</em>
enhancement.
+The following <a href="entity-enhancement.html">Entity Enhancement</a>
page includes more details on both enhancement types, along with examples
on how to setup <em>build time</em> enhancement in ANT, Maven and Eclipse
environments.</p>