You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by in...@apache.org on 2004/02/06 21:21:14 UTC

[Apache Geronimo Wiki] New: CMPDeploymentHelpers

   Date: 2004-02-06T12:21:10
   Editor: BrendanMcAdams <bm...@twodot.org>
   Wiki: Apache Geronimo Wiki
   Page: CMPDeploymentHelpers
   URL: http://wiki.apache.org/geronimo/CMPDeploymentHelpers

   no comment

New Page:

== CMP Deployment Helper Classes ==
Two primary classes exist to assist with the deployment and configuration of CMP Entity Beans - SQLGenerator, and CMPBindingGenerator.

Both of these classes simplify CMP deployment by providing the ability to generate the necessary Query code (SQL and the JDBC Binding objects necessary to execute queries and read the results).

Demonstrations of these objects in action exists in the test class org.openejb.nova.entity.SQLGeneratorCMPEntityContainerTest.