Sculptor :: Cartridges :: MongoDB

Aggregator project for all Sculptor cartridges

License

License

Categories

Categories

MongoDB Data Databases
GroupId

GroupId

org.sculptorgenerator
ArtifactId

ArtifactId

sculptor-cartridge-mongodb
Last Version

Last Version

3.1.0
Release Date

Release Date

Type

Type

jar
Description

Description

Sculptor :: Cartridges :: MongoDB
Aggregator project for all Sculptor cartridges

Download sculptor-cartridge-mongodb

How to add to project

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

Dependencies

compile (3)

Group / Artifact Type Version
org.sculptorgenerator : sculptor-generator-library jar 3.1.0
org.eclipse.xtext : org.eclipse.xtext.xtext jar 2.8.1
org.eclipse.xtend : org.eclipse.xtend.lib jar 2.8.1

test (2)

Group / Artifact Type Version
org.sculptorgenerator : sculptor-generator-test-library jar 3.1.0
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.

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

Versions

Version
3.1.0
3.0.6
3.0.5