Meta
Categories
Tags
Recent Comments
- jeet on Automatically installing and cleaning up software on Kubernetes hosts
- Hello World! https://national-team.top/go/hezwgobsmq5dinbw?hs=5f89f3f96df38f5295850101ab74dab6 on Migrating Drupal and WordPress sites using Docker
- Hello World! https://national-team.top/go/hezwgobsmq5dinbw?hs=d2c9d78ba748b3288f85c1d015e33b46 on Encanto Squared
- Hello World! https://national-team.top/go/hezwgobsmq5dinbw?hs=cf9d90c7e3407e9daaa9a84f85ccdb97 on Making Eclipse run configurations portable
- Artificial intelligence creates content for the site, no worse than a copywriter, you can also use it to write articles. 100% uniqueness :). Click Here: https://bit.ly/3iPPltW?h=477842034f9b624bb861c8fc46cf8787& on Migrating Drupal and WordPress sites using Docker
Author Archives: ron
Easy Grails Hosting: Cloud Foundry
These are some (old) notes on my experience with looking for an easy Grails hosting solution. This is a continuation of this post where I explored Heroku for Grails hosting. Wikipedia defines Cloud Foundry as “Cloud Foundry is an … Continue reading
XText2: Starting a project for a GWT GUI DSL
This is the first in a series of posts where I’ll explore XText2 by porting an existing XText1-based DSL to XText2. The DSL to be ported is a GUI-description language based on the Sculptor DSL that generates Google Web Toolkit … Continue reading
Easy Grails hosting
I started a new Grails-based project, and went out looking for an easy to set up Grails hosting option. I currently have a virtual server hosted with Rackspace (originally Slicehost). For a couple reasons, I want to keep this new … Continue reading
Making Eclipse run configurations portable
I’m using Eclipse, GWT, and Maven on a couple projects, and have several customized Eclipse run configurations I use. There’s a bit of work and specific settings required to make these work well, and they have to be set up … Continue reading
Sculptor lately
The latest version, 2.1.0, of Sculptor came out and it has some great features including JPA 2.0 support, custom finder methods generated from the DSL, and a fluent domain object builders feature I contributed. Other than the builders feature, I … Continue reading
Java multiple dispatch / multimethod libraries
Multiple dispatch (aka multimethods) is a method dispatch feature of some languages whereby the method that is dispatched to is based on the runtime type of the method arguments, not just the runtime type of the class being called (single … Continue reading
Posted in Java
Leave a comment
Web and mobile UI wireframes
People think visually. A picture is worth a thousand words as the saying goes. We’ve recently been using Balsamiq to put together wireframes we use to work out user experience concepts, and to work with stakeholders. Balsamiq is an Adobe … Continue reading
Posted in General
Leave a comment
Customizing Sculptor to generate Groovy classes
I’ve been using the Sculptor DSL/tool to build Java EE applications based on DDD and EDA principles. This has worked out great, and Sculptor allows me to express the intent at a higher level and more succinctly than I could … Continue reading
Fornax Sculptor DSL tool: Switching an existing app to MongoDB
Fornax Sculptor is a DSL, Eclipse-based editor, and set of code generators used to build Java/JEE applications. You define your model and other parts of your application in the Sculptor textual DSL, and the Sculptor model transformations and code generators … Continue reading
Posted in MDSD
Leave a comment
ActiveJDBC: an implementation of the Active Record pattern for Java
Igor Polevoy, who I’ve had the pleasure of working with on a couple projects, has just posted his ActiveJDBC project to Google code. If you work on Java applications that access relational databases, you owe it to yourself to check it … Continue reading