What projects use Groovy as its main development language ?

2020-06-26 Thread MG
A quick survey: Who on this mailing list works on or knows of a project where Groovy is the main language of development, i.e. it is not used as "just" a script or DSL language in addition to e.g. Java ? If possible name the company/country/project and give some impression of the size of the pro

Re: What projects use Groovy as its main development language ?

2020-06-26 Thread Paul King
I have worked on numerous such projects in Australia in the past but aren't in contact with those teams at the moment. Also, many Grails projects fall under that category although by your definition I am not sure whether you would call that usage "just" a DSL. On Sat, Jun 27, 2020 at 8:24 AM MG w

Re: What projects use Groovy as its main development language ?

2020-06-26 Thread MG
Hi Paul, I was looking for something more concrete, so maybe someone on this projects could post here :-) What I meant by "just" a script language or DSL (both valid Groovy uses, of course) was, if 99% of the code is Java, and Groovy is used for e.g. a small DSL for customers to use, or for

Re: What projects use Groovy as its main development language ?

2020-06-26 Thread Edmond Kemokai
Hi MG, Not sure of the context for the question but I am the developer of Solvent ( codesolvent.com), it is a platform for doing web development via JSR-223 with Groovy being the primary language. The solvent developer environment is itself a web application (Java) with a back-end built entirely i

Re: What projects use Groovy as its main development language ?

2020-06-26 Thread Keith Suderman
We use Groovy for a number of our projects (https://github.com/lapps) all released under the Apache 2.0 license. I've started to lean towards Groovy for Spring Boot projects and we recently put up a question answering system (https://services.lappsgrid.org/eager/ask) with the entire backend done

Re: What projects use Groovy as its main development language ?

2020-06-26 Thread MG
Hi Edmond, thanks for that - can you give some metrics regarding the code size ?-) @Context of question: Didn't want my initial post to be too long, just thought I'd ask people to share if they wanted to - but in a nutshell: Groovy is putting a lot of emphasis/effort on Java compatibility, up

Re: What projects use Groovy as its main development language ?

2020-06-27 Thread OCsite
Mg, my main client here in Czech Republic allowed me to turn all our WebObjects projects from Java to Groovy years ago (and still there are non-trivial parts of the legacy codebase in the original Java :)) Those project include a couple of web applications like e.g., an auctioning system or a

Re: What projects use Groovy as its main development language ?

2020-06-27 Thread Leonid Schleicher
Since 2008 I maintain Groovy CMS/CMF for my company, written from scratch completely in groovy. Basically it is MVC over Servlet. It uses many java components such as Hibernate as model layer (all model classes are Groovy classes and Hibernate configuration is groovy config files, converted run

Re: What projects use Groovy as its main development language ?

2020-06-27 Thread Igor Gallingani
Moqui framework project: https://www.moqui.org/ On Sat, Jun 27, 2020, 2:06 PM Leonid Schleicher wrote: > Since 2008 I maintain Groovy CMS/CMF for my company, written from > scratch completely in groovy. Basically it is MVC over Servlet. It uses > many java components such as Hibernate as mode

Re: What projects use Groovy as its main development language ?

2020-06-27 Thread Andrei Karneyenka
Claz.org uses groovy as main development language. "git ls-files | grep groovy | xargs wc -l" shows about 200k SLOC in tracked groovy files (including tests) across subprojects, which should be about 90% of the codebase. The remaining ~10% is Java (performance-critical parts), Kotlin (Android) and

Re: What projects use Groovy as its main development language ?

2020-06-27 Thread Daniel Sun
MIP(aka Murex Interface Platform) of BEA is developed with Groovy 3. There are about tens of thousands LOC in groovy files. P.S. I am not able to provide accurate LOC because I do not work for BEA any more... Cheers, Daniel Sun On 2020/06/26 22:24:24, MG wrote: > A quick survey: Who on this m

RE: What projects use Groovy as its main development language ?

2020-06-29 Thread Winnebeck, Jason
26, 2020 6:24 PM To: users@groovy.apache.org Subject: What projects use Groovy as its main development language ? A quick survey: Who on this mailing list works on or knows of a project where Groovy is the main language of development, i.e. it is not used as "just" a script or DSL languag

Re: What projects use Groovy as its main development language ?

2020-07-01 Thread Kostas Saidis
Groovy has been my language of choice for some time now (replacing Java) and I use it extensively in as many projects as I can. The two most significant ones are the following. 1. Groovy lies at the heart and soul of the Clyze packaging tool for Android apps (clyze.com); the Clyze core contain

Re: What projects use Groovy as its main development language ?

2020-07-02 Thread Alessio Stalla
Projects built with Portofino (https://portofino.manydesigns.com) all use Groovy as their main implementation language (alongside JavaScript/TypeScript and maybe some Java). I've worked on several such projects, but they're all closed-source. A couple of publicly accessible ones are two application

Re: What projects use Groovy as its main development language ?

2020-07-12 Thread MG
Thank you to everyone who replied so far G-) Cheers, mg On 02/07/2020 09:15, Alessio Stalla wrote: Projects built with Portofino (https://portofino.manydesigns.com) all use Groovy as their main implementation language (alongside JavaScript/TypeScript and maybe some Java). I've worked on several

Re: What projects use Groovy as its main development language ?

2020-07-12 Thread Blake McBride
I wrote the Kiss Web Development Framework . It is microservice-based and all of the microservices are written in Groovy. The Arahant web-based business management system is built on top of Kiss. The YumYum mobile food ordering syste

Re: What projects use Groovy as its main development language ?

2020-07-16 Thread Derek Visch
USA, ETL jobs, runs most of their integrations on groovy. On Sun, Jul 12, 2020 at 2:09 PM Blake McBride wrote: > I wrote the Kiss Web Development Framework . It is > microservice-based and all of the microservices are written in Groovy. > > The Arahant

Re: What projects use Groovy as its main development language ?

2020-07-16 Thread Alexander Klein
Hi MG, https://developer.mercedes-benz.com has it’s backend part run on Ratpack using Groovy. The companies Daimler AG/Germany and there are 10 fulltime developers in the project - already for 3 years now. Cheers, Sascha > Am 27.06.2020 um 00:24 schrieb M

Re: What projects use Groovy as its main development language ?

2020-07-17 Thread Aristedes Maniatis
On 27/6/20 8:24am, MG wrote: > A quick survey: Who on this mailing list works on or knows of a > project where Groovy is the main language of development, i.e. it is > not used as "just" a script or DSL language in addition to e.g. Java ? > If possible name the company/country/project and give som

Re: What projects use Groovy as its main development language ?

2020-07-17 Thread Scott Hickey
Still using Groovy extensively for new line-of-business apps, automated testing, builds - both Spring web services and microservices/JVM-batch (both running on Docker). Hundreds of thousands of lines of code at a Fortune 500 insurance company. Also have one app using Groovy for a serverless functi

Re: What projects use Groovy as its main development language ?

2020-07-17 Thread Andy Duncan
I keep pushing Groovy as a general programming language at the last few places I've worked (192.com, 7digital.com and ITV) with mixed results. As far as I know, there are at least some production applications written in Groovy at all those companies. I've found Java developers who are dabbling wit