jhipster / generator-jhipster

JHipster is a development platform to quickly generate, develop, & deploy modern web applications & microservice architectures.
https://www.jhipster.tech
Apache License 2.0
21.56k stars 4.02k forks source link

spring data neo4j support #344

Closed chomnoue closed 10 years ago

chomnoue commented 10 years ago

please I want to generate neo4j entities instead of JPA ones.

jdubois commented 10 years ago

Maybe this could be in a separate sub-generator -> otherwise our generator is already too complex, we can't support everything

chomnoue commented 10 years ago

ok, I am ready to work on that generator. but don't you think that we must make the the generator simpler and let other things to subgenerators? that will make support of every thing easyly pluggable.

8cells commented 10 years ago

+1 I agree with chomnouse! "we should make the generator more simple and generic, making it easy to plug in support of every thing. For example it can first generate a simple project without any database support or security, and then let the user add thos features incrementally based on his needs."