META-INF.celerio-pack.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of pack-javaee7-wildfly Show documentation
Show all versions of pack-javaee7-wildfly Show documentation
The Celerio Generation Template Pack "JavaEE7 WildFly" contains a set of source code file templates that
are interpreted by Celerio code generator in order to generate a full JavaEE 7 application with a
JPA backend and a JSF frontend.
The newest version!
<?xml version="1.0" encoding="UTF-8"?> <celerioPack xmlns="http://www.jaxio.com/schema/celerio"> <packName value="pack-javaee7-wildfly"/> <packDescription value="Pure Java EE 7 web application (no Spring inside) running on WildFly 10."/> <packDescription2 value="Uses JPA, Hibernate, Hibernate Search, Lucene, JSF and PrimeFaces."/> <packCommand value="mvn -Pdb,metadata,gen generate-sources"/> <packCommandHelp value="To deploy on WildFly running on localhost, run: mvn wildfly:deploy"/> <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 - 2025 Weber Informatics LLC | Privacy Policy