JHipster without JDL
I'm quite interested in exploring JHipster in depth since I like the idea of having a framework for generating a spring-microservice backend with modern react/angular. HOWEVER, I'm put off by the fact that JHipster uses its own language 'JDL' -- I don't want to be tied to the-JHipster ecosystem per se, I just want quality boilerplates to work from. What exactly is JDL? Can it be ignored/removed, or does using JHipster mean that you're sucked into learning yet more niche technologies that may or may not survive the test of time?
jhipster jdl
add a comment |
I'm quite interested in exploring JHipster in depth since I like the idea of having a framework for generating a spring-microservice backend with modern react/angular. HOWEVER, I'm put off by the fact that JHipster uses its own language 'JDL' -- I don't want to be tied to the-JHipster ecosystem per se, I just want quality boilerplates to work from. What exactly is JDL? Can it be ignored/removed, or does using JHipster mean that you're sucked into learning yet more niche technologies that may or may not survive the test of time?
jhipster jdl
1
To generate a project and entities, you don't need to touch or see JDL. You can answer the prompts manually. More info at the top of the docs jhipster.tech/jdl
– Jon Ruddell
Nov 11 at 0:15
So is JDL only used at project creation? Or can one update a project by e.g. editing one's jdl config and then e.g. running some jhipster-update command?
– Anastasius Vivaldus
Nov 19 at 16:58
It's only used to generate the entities (and optionally the app itself too). Then when you want to change an entity, you can update the JDL and re-import it. It only generates files for changed entities. If you used prompts to generate entities, you can export it into JDL withjhipster export-jdl
as well
– Jon Ruddell
Nov 19 at 18:53
add a comment |
I'm quite interested in exploring JHipster in depth since I like the idea of having a framework for generating a spring-microservice backend with modern react/angular. HOWEVER, I'm put off by the fact that JHipster uses its own language 'JDL' -- I don't want to be tied to the-JHipster ecosystem per se, I just want quality boilerplates to work from. What exactly is JDL? Can it be ignored/removed, or does using JHipster mean that you're sucked into learning yet more niche technologies that may or may not survive the test of time?
jhipster jdl
I'm quite interested in exploring JHipster in depth since I like the idea of having a framework for generating a spring-microservice backend with modern react/angular. HOWEVER, I'm put off by the fact that JHipster uses its own language 'JDL' -- I don't want to be tied to the-JHipster ecosystem per se, I just want quality boilerplates to work from. What exactly is JDL? Can it be ignored/removed, or does using JHipster mean that you're sucked into learning yet more niche technologies that may or may not survive the test of time?
jhipster jdl
jhipster jdl
edited Dec 5 at 13:38
Spara
3,61411338
3,61411338
asked Nov 10 at 22:44
Anastasius Vivaldus
365
365
1
To generate a project and entities, you don't need to touch or see JDL. You can answer the prompts manually. More info at the top of the docs jhipster.tech/jdl
– Jon Ruddell
Nov 11 at 0:15
So is JDL only used at project creation? Or can one update a project by e.g. editing one's jdl config and then e.g. running some jhipster-update command?
– Anastasius Vivaldus
Nov 19 at 16:58
It's only used to generate the entities (and optionally the app itself too). Then when you want to change an entity, you can update the JDL and re-import it. It only generates files for changed entities. If you used prompts to generate entities, you can export it into JDL withjhipster export-jdl
as well
– Jon Ruddell
Nov 19 at 18:53
add a comment |
1
To generate a project and entities, you don't need to touch or see JDL. You can answer the prompts manually. More info at the top of the docs jhipster.tech/jdl
– Jon Ruddell
Nov 11 at 0:15
So is JDL only used at project creation? Or can one update a project by e.g. editing one's jdl config and then e.g. running some jhipster-update command?
– Anastasius Vivaldus
Nov 19 at 16:58
It's only used to generate the entities (and optionally the app itself too). Then when you want to change an entity, you can update the JDL and re-import it. It only generates files for changed entities. If you used prompts to generate entities, you can export it into JDL withjhipster export-jdl
as well
– Jon Ruddell
Nov 19 at 18:53
1
1
To generate a project and entities, you don't need to touch or see JDL. You can answer the prompts manually. More info at the top of the docs jhipster.tech/jdl
– Jon Ruddell
Nov 11 at 0:15
To generate a project and entities, you don't need to touch or see JDL. You can answer the prompts manually. More info at the top of the docs jhipster.tech/jdl
– Jon Ruddell
Nov 11 at 0:15
So is JDL only used at project creation? Or can one update a project by e.g. editing one's jdl config and then e.g. running some jhipster-update command?
– Anastasius Vivaldus
Nov 19 at 16:58
So is JDL only used at project creation? Or can one update a project by e.g. editing one's jdl config and then e.g. running some jhipster-update command?
– Anastasius Vivaldus
Nov 19 at 16:58
It's only used to generate the entities (and optionally the app itself too). Then when you want to change an entity, you can update the JDL and re-import it. It only generates files for changed entities. If you used prompts to generate entities, you can export it into JDL with
jhipster export-jdl
as well– Jon Ruddell
Nov 19 at 18:53
It's only used to generate the entities (and optionally the app itself too). Then when you want to change an entity, you can update the JDL and re-import it. It only generates files for changed entities. If you used prompts to generate entities, you can export it into JDL with
jhipster export-jdl
as well– Jon Ruddell
Nov 19 at 18:53
add a comment |
1 Answer
1
active
oldest
votes
I don't see the point of not using JDL (JHipster Domain Language) as it saves you a lot of time and it is very easy to learn. Having said that, you can only answer the jhipster generator questions and it will create the application JDL for you. Also you don't forcibly need to later generate entities using JDL, you can manually do your own code - which would be more time consuming. There is also an online JDL editor that could help https://start.jhipster.tech/jdl-studio/ .
I just cant stand the thought of having to learn yet another language. However, from what I gather, it's not what I'd call a language, rather, it's seems to be just conventions for a configuration file for setting up your hipster project.
– Anastasius Vivaldus
Nov 20 at 16:20
add a comment |
Your Answer
StackExchange.ifUsing("editor", function () {
StackExchange.using("externalEditor", function () {
StackExchange.using("snippets", function () {
StackExchange.snippets.init();
});
});
}, "code-snippets");
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "1"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53244158%2fjhipster-without-jdl%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
I don't see the point of not using JDL (JHipster Domain Language) as it saves you a lot of time and it is very easy to learn. Having said that, you can only answer the jhipster generator questions and it will create the application JDL for you. Also you don't forcibly need to later generate entities using JDL, you can manually do your own code - which would be more time consuming. There is also an online JDL editor that could help https://start.jhipster.tech/jdl-studio/ .
I just cant stand the thought of having to learn yet another language. However, from what I gather, it's not what I'd call a language, rather, it's seems to be just conventions for a configuration file for setting up your hipster project.
– Anastasius Vivaldus
Nov 20 at 16:20
add a comment |
I don't see the point of not using JDL (JHipster Domain Language) as it saves you a lot of time and it is very easy to learn. Having said that, you can only answer the jhipster generator questions and it will create the application JDL for you. Also you don't forcibly need to later generate entities using JDL, you can manually do your own code - which would be more time consuming. There is also an online JDL editor that could help https://start.jhipster.tech/jdl-studio/ .
I just cant stand the thought of having to learn yet another language. However, from what I gather, it's not what I'd call a language, rather, it's seems to be just conventions for a configuration file for setting up your hipster project.
– Anastasius Vivaldus
Nov 20 at 16:20
add a comment |
I don't see the point of not using JDL (JHipster Domain Language) as it saves you a lot of time and it is very easy to learn. Having said that, you can only answer the jhipster generator questions and it will create the application JDL for you. Also you don't forcibly need to later generate entities using JDL, you can manually do your own code - which would be more time consuming. There is also an online JDL editor that could help https://start.jhipster.tech/jdl-studio/ .
I don't see the point of not using JDL (JHipster Domain Language) as it saves you a lot of time and it is very easy to learn. Having said that, you can only answer the jhipster generator questions and it will create the application JDL for you. Also you don't forcibly need to later generate entities using JDL, you can manually do your own code - which would be more time consuming. There is also an online JDL editor that could help https://start.jhipster.tech/jdl-studio/ .
answered Nov 14 at 22:46
dori
362
362
I just cant stand the thought of having to learn yet another language. However, from what I gather, it's not what I'd call a language, rather, it's seems to be just conventions for a configuration file for setting up your hipster project.
– Anastasius Vivaldus
Nov 20 at 16:20
add a comment |
I just cant stand the thought of having to learn yet another language. However, from what I gather, it's not what I'd call a language, rather, it's seems to be just conventions for a configuration file for setting up your hipster project.
– Anastasius Vivaldus
Nov 20 at 16:20
I just cant stand the thought of having to learn yet another language. However, from what I gather, it's not what I'd call a language, rather, it's seems to be just conventions for a configuration file for setting up your hipster project.
– Anastasius Vivaldus
Nov 20 at 16:20
I just cant stand the thought of having to learn yet another language. However, from what I gather, it's not what I'd call a language, rather, it's seems to be just conventions for a configuration file for setting up your hipster project.
– Anastasius Vivaldus
Nov 20 at 16:20
add a comment |
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53244158%2fjhipster-without-jdl%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
1
To generate a project and entities, you don't need to touch or see JDL. You can answer the prompts manually. More info at the top of the docs jhipster.tech/jdl
– Jon Ruddell
Nov 11 at 0:15
So is JDL only used at project creation? Or can one update a project by e.g. editing one's jdl config and then e.g. running some jhipster-update command?
– Anastasius Vivaldus
Nov 19 at 16:58
It's only used to generate the entities (and optionally the app itself too). Then when you want to change an entity, you can update the JDL and re-import it. It only generates files for changed entities. If you used prompts to generate entities, you can export it into JDL with
jhipster export-jdl
as well– Jon Ruddell
Nov 19 at 18:53