简体   繁体   中英

Maven artifact for Java EE and hibernate

I'm looking for a Maven artifact which can generate code for a Java EE web application + Hibernate + Spring. It should use JDK 1.6.

Where can I find a stable maven repository?

Here is the dependency for Java EE 6.

    <dependency>
        <groupId>javax</groupId>
        <artifactId>javaee-api</artifactId>
        <version>6.0</version>
        <scope>provided</scope>
    </dependency>

Codehaus has an overview of archetypes, many with spring and hibernate:

Archetypes List

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM