Sculptor :: Generator :: Library

Sculptor is an open source productivity tool that applies the concepts from Domain-Driven Design and Domain Specific Languages for generating high quality Java code and configuration from a textual specification.

Лицензия

Лицензия

Группа

Группа

org.sculptorgenerator
Идентификатор

Идентификатор

sculptor-generator-library
Последняя версия

Последняя версия

3.1.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

Sculptor :: Generator :: Library
Sculptor is an open source productivity tool that applies the concepts from Domain-Driven Design and Domain Specific Languages for generating high quality Java code and configuration from a textual specification.

Скачать sculptor-generator-library

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/org.sculptorgenerator/sculptor-generator-library/ -->
<dependency>
    <groupId>org.sculptorgenerator</groupId>
    <artifactId>sculptor-generator-library</artifactId>
    <version>3.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.sculptorgenerator/sculptor-generator-library/
implementation 'org.sculptorgenerator:sculptor-generator-library:3.1.0'
// https://jarcasting.com/artifacts/org.sculptorgenerator/sculptor-generator-library/
implementation ("org.sculptorgenerator:sculptor-generator-library:3.1.0")
'org.sculptorgenerator:sculptor-generator-library:jar:3.1.0'
<dependency org="org.sculptorgenerator" name="sculptor-generator-library" rev="3.1.0">
  <artifact name="sculptor-generator-library" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.sculptorgenerator', module='sculptor-generator-library', version='3.1.0')
)
libraryDependencies += "org.sculptorgenerator" % "sculptor-generator-library" % "3.1.0"
[org.sculptorgenerator/sculptor-generator-library "3.1.0"]

Зависимости

compile (5)

Идентификатор библиотеки Тип Версия
org.eclipse.xtext : org.eclipse.xtext.xtext jar 2.8.1
org.eclipse.xtend : org.eclipse.xtend.lib jar 2.8.1
ch.qos.logback : logback-classic jar 1.1.3
org.slf4j : log4j-over-slf4j jar 1.7.12
org.slf4j : jcl-over-slf4j jar 1.7.12

test (1)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.12

Модули Проекта

Данный проект не имеет модулей.

Sculptor Build Status Maven Central Gitter

Sculptor is an open source productivity tool that applies the concepts from Domain-Driven Design and Domain Specific Languages.

You express your design intent in a textual specification (within an Eclipse editor), from which Sculptor generates (with a Maven plugin) high quality Java code and configuration. You can use the concepts from Domain-Driven Design (DDD) in the textual Domain Specific Language (DSL). E.g. Service, Module, Entity, Value Object, Repository.

The generated code is based on well-known frameworks, such as JPA, Hibernate, Spring Framework or Java EE. Sculptor takes care of the technical details, the tedious repetitive work, and let you focus on delivering more business value - and have more fun.

System Requirements

To use Sculptor you need local installations of the following tools:

The installation and configuration of these tools is described in Sculptors installation guide.

Installation

Sculptor consists of an Eclipse plugin (the DSL editor) and a Maven plugin (the code generator) with its Maven archetypes:

The installation and configuration of these tools is described in Sculptors installation guide.

Getting started

To start with a hands-on example on using Sculptor use the Hello Word Tutorial. There're other tutorials to continue with, e.g. the DDD Sample, the Archetype Tutorial or the Advanced Tutorial.

You can learn more about the capabilities of Sculptor by reading the blog posts, e.g. Improving Developer Productivity with Sculptor.

Contributing

Here are some ways for you to contribute:

License

Sculptor is released under the Apache License, Version 2.0.

org.sculptorgenerator

Java code generator using concepts from Domain-Driven Design

Версии библиотеки

Версия
3.1.0
3.0.6
3.0.5
3.0.4
3.0.3
3.0.2
3.0.1
3.0.0