UK-US Data Bridge: Join TechnologyAdvice and OneTrust as they discuss the UK extension to the EU-US Data Privacy Framework (DPF).
Migrate, Modernize and Build Java Web Apps on Azure: This live workshop will cover methods to enhance Java application development workflow.
Software Engineer at Karakun AG
About
Hendrik Ebbers is co-founder of Karakun AG and lives in Dortmund, Germany. He is the founder and leader of the Java User Group Dortmund and gives talks and presentations in User Groups and Conferences. He's blogging about UI related topics at www.guigarage.com (or on Twitter @hendrikEbbers) and his JavaFX book "Mastering JavaFX 8 Controls" was released 2014 by Oracle press. Hendrik is JavaOne Rockstar, JSR expert group member and Java Champion.
Stats
Reputation: | 208 |
Pageviews: | 87.5K |
Articles: | 2 |
Comments: | 7 |
Articles
Refcards
JavaFX 8
Comments
Nov 16, 2016 · Hendrik Ebbers
Never said that I want to parse a gradle file. I want to parse a static file (maybe by using a gradle plugin) to get the static information (project description) as input for a gradle script (project build). The Gradle tooling API can be used to get this information by running a gradle script and not by parsing it.
Nov 15, 2016 · Hendrik Ebbers
+1
In addition I think that it must be static
Nov 15, 2016 · Hendrik Ebbers
Why do you think that it's only related to first level dependecies? This should support transitive dependecies, too.
I think the benfit is that based on such a format an open source parser and dependency collector can be created that could be used by all build tool, IDE, etc. for example.
Nov 14, 2016 · Hendrik Ebbers
That is fine. I do not want to say that devs should not use Gradle ;) But if all the companies / tools would profide a standard for such a static metadata description and support it (by for example a Gradle plugin) a lot of thinks will be much easier for developers
Nov 14, 2016 · Hendrik Ebbers
Using Markdown or Asciidoc sounds interesting. Is there a way to provide documentation and metadata in that format? Only used it for documentation until now.
Nov 14, 2016 · Hendrik Ebbers
Yes, but to get information you need to execute the Gradle script. By using a static file in addition you do not need to execute any Script and can simple get the information by parsing the file
Nov 14, 2016 · Hendrik Ebbers
Hi,
I think JSON and YAML would be a good idea. Groovy DSL do not work since it must be executed to get all the information. JSON & YAML can be parsed