All Downloads are FREE. Search and download functionalities are using the official Maven repository.

target.classes.META-INF.celerio-pack.xml Maven / Gradle / Ivy

Go to download

The Celerio Generation Template Pack "JavaEE7 backend" contains a set of source code file templates that are interpreted by Celerio code generator in order to generate an application persistence layer compatible with JavaEE 7.

The newest version!
<?xml version="1.0" encoding="UTF-8"?>
<celerioPack xmlns="http://www.jaxio.com/schema/celerio">
    <packName value="pack-javaee7-backend"/>
    <packDescription value="Java EE 7 backend relying on CDI, Hibernate, Hibernate Search and Lucene"/>
    <packDescription2 value="Generates entities, meta model, repositories to access entities etc. Used by front-end packs."/>
    <packCommand value="mvn -Pdb,metadata,gen test"/>
    <packCommandHelp value=""/>
    <projectLink value="https://github.com/jaxio/javaee-lab"/>
    <!-- no context for now
    <celerioTemplateContext>
        <entityContextProperties>
            <entityContextProperty property="rest" subPackage="rest" suffix="Resource"/>
        </entityContextProperties>
    </celerioTemplateContext>
    -->
</celerioPack>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy