New version of sculptor

386 views
Skip to first unread message

pavel.tavoda

unread,
Nov 7, 2016, 6:32:31 AM11/7/16
to Sculptor Generator
Hello,
anybody here? I would like to push some new changes into master and make new release. Do we have some feature requests?
What I have prepared in my repository:
- Support for findByConditionStat and findByConditionTuple which can return some calculated/aggregated values based on ConditionalCriteria.
- Support for functions in ConditionalCriteria (month, day, week, quarter, ...) which can be used for selection and groupBy
- Support for Hibernate 5.2.X
- Some improvements for Spring (e.g. entity scanning instead of persistence.xml, ...)

Best regards

/Pavel

Anton Hughes

unread,
Nov 8, 2016, 5:43:29 AM11/8/16
to Sculptor Generator

Hi Pavel


- Some improvements for Spring (e.g. entity scanning instead of persistence.xml, ...)

Great to see Sculptor is still alive.

I have a lot of requests! Personally I prefer CDI over Spring, and tend to use more Jboss/Redhat projects. Previously (about 2 years ago now) my team did some analysis of Sculptor. We wanted to get more control, and less opinionated code. We found that there was a lot of dependencies on Spring, and on the Sculptor framework its self. 

It has been awhile since I looked into it, so my response is likely quite vague. But it would be good if there could be less opinionated generated code, dependency on spring being more of a choice.

Thanks

 

pavel.tavoda

unread,
Nov 8, 2016, 10:18:39 AM11/8/16
to Sculptor Generator
Hello Anton,
today we are using a lot of stuff with 'component-scan' this mean it should not be difficult. Maybe to replace just some annotations Autowired -> Inject, Component -> Named, ...
Do you see some other troubles?

Anton Hughes

unread,
Nov 8, 2016, 10:29:14 AM11/8/16
to Sculptor Generator
Hi Pavel

As I havent actively looked into Scupltor for awhile, I cannot really say.

But, I shall try find the time to take a look again. 

I am very please to hear that there is still life in this project!

pavel.tavoda

unread,
Nov 9, 2016, 3:45:14 AM11/9/16
to Sculptor Generator
Sculptor is mature project. We are using it for EVERYTHING we develop. Systems for banks, insurances, fund management, ...
It's not changing that much because it has everything what is necessary. Sometimes more ;-)

/Pavel

Torsten Juergeleit

unread,
Nov 10, 2016, 7:59:02 PM11/10/16
to Sculptor Generator
Hi Pavel,

I would like to push some new changes into master and make new release.

Cool. In this case the new release would contain more than the few minor improvements currently listed for version 3.1.1.

/Torsten

El arbi Aboussoror

unread,
Nov 11, 2016, 10:41:57 AM11/11/16
to Sculptor Generator
Hi,

Any support for Spring Boot ?


Thanks

onclez...@gmail.com

unread,
Dec 29, 2016, 4:17:38 AM12/29/16
to Sculptor Generator
Hi !
And when planned this release ?
Regards

richar...@taskize.co.uk

unread,
Jan 31, 2017, 11:53:34 AM1/31/17
to Sculptor Generator
If its of any use we have extended sculptor to not produce any XML and instead work off scanning and annotations, we are using this with Spring Boot, happy to share out extension project if you wish. 

We do have some additions we would like to add from our use here at Taskize. 

Good to see this is still alive. 

richar...@taskize.co.uk

unread,
Aug 17, 2017, 4:52:38 AM8/17/17
to Sculptor Generator
Hi Pavel,

Is a new release of Sculptor going ahead. There have been no updates since January on this.

I have some extensions I could share.
 
 - Improvements that use Spring Annotations and JPA (no XML)
 - Improvements on the assumptions you currently make around UUID and KEYS which from a pure database perspective are incorrect and also restrictive. 

Thanks,
Richie. 


On Monday, 7 November 2016 11:32:31 UTC, pavel.tavoda wrote:

pavel.tavoda

unread,
Sep 8, 2017, 5:13:13 AM9/8/17
to Sculptor Generator
I have problem to make my changes 'configurable'. I have to find time to commit it.
I'm interested in your UUID solution, can you elaborate more?

/Palo

Pavel Tavoda

unread,
Sep 8, 2017, 6:05:24 AM9/8/17
to Richard Walsh, Sculptor Generator
On Fri, Sep 8, 2017 at 11:17 AM, Richard Walsh <richar...@taskize.com> wrote:

Hi Pavel,


We want the flexibility to have a unique constraint against the UUID as well as the ability to add keys and composited keys.

More keys and composite keys are missing. However I don't understand UUID problem. If I remember right, if you specify your own key UUID is not generated and generated UUID is by default unique.

/Pavel

Torsten Juergeleit

unread,
Jun 6, 2019, 7:11:03 AM6/6/19
to Sculptor Generator
Hello,

is there someone out there who is interested in an update release of Sculptor?

The develop branch is already updated to the latest version of Eclipse, Xtext, Xtend and Maven. The corresponding tickets can be found here https://github.com/sculptor/sculptor/milestone/9

If you would like to share some additions for this release then feel free to push them to a feature branch in a fork and create a merge request. We're glad about any new or updated extensions for Sculptor.

Cheers
Torsten


--
You received this message because you are subscribed to the Google Groups "Sculptor Generator" group.
To unsubscribe from this group and stop receiving emails from it, send an email to sculptorgenera...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

David Screen

unread,
Jun 7, 2019, 5:01:48 AM6/7/19
to Sculptor Generator
Hello Torsten,

In general, we certainly would be interested in new Sculptor versions. I have had a brief look at the list and I don't think the tickets in the milestone apply directly in our current use. There are some other issues/limitations we have faced though.

Regards, Dave


On Thursday, 6 June 2019 12:11:03 UTC+1, Torsten Juergeleit wrote:
Hello,

is there someone out there who is interested in an update release of Sculptor?

The develop branch is already updated to the latest version of Eclipse, Xtext, Xtend and Maven. The corresponding tickets can be found here https://github.com/sculptor/sculptor/milestone/9

If you would like to share some additions for this release then feel free to push them to a feature branch in a fork and create a merge request. We're glad about any new or updated extensions for Sculptor.

Cheers
Torsten


On Mon, Nov 7, 2016 at 12:32 PM pavel.tavoda <pavel...@gmail.com> wrote:
Hello,
anybody here? I would like to push some new changes into master and make new release. Do we have some feature requests?
What I have prepared in my repository:
- Support for findByConditionStat and findByConditionTuple which can return some calculated/aggregated values based on ConditionalCriteria.
- Support for functions in ConditionalCriteria (month, day, week, quarter, ...) which can be used for selection and groupBy
- Support for Hibernate 5.2.X
- Some improvements for Spring (e.g. entity scanning instead of persistence.xml, ...)

Best regards

/Pavel

--
You received this message because you are subscribed to the Google Groups "Sculptor Generator" group.
To unsubscribe from this group and stop receiving emails from it, send an email to sculptor...@googlegroups.com.

El Arbi ABOUSSOROR

unread,
Mar 14, 2020, 10:53:32 AM3/14/20
to Sculptor Generator
Hello,
A question please: Do you use the generator for bootstraping a project or you maintain the generation process with the project development ? And how do you make generated code live with manual code ?

Thanks 
Reply all
Reply to author
Forward
0 new messages