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
Using Scala for something I’d normally using a “scripting” language for
From time to time, some repetitive task comes up that I can do quicker by writing a script to do it than to do it manually. Especially if it’s something I may be needing to do again in the future. … Continue reading
Posted in Scala
2 Comments
New change management tool: Redmine
I was starting a new project, needed a change management tool, and wasn’t really satisfied with the tools available last time I looked, so I took a look at what was currently available. One option I came across that hadn’t … Continue reading
Posted in Software Development, Tools
Leave a comment
Scala, Maven and IntelliJ
I’m evaluating Scala for a project I’ve recently started. The project requires processing a large number of data structures. Between Scala’s good support for parallelism and functional programming, it seems like a good fit. I’ve heard Scala brings many of … Continue reading
Maven and skinny wars
Maven is a great build system, but sometimes limitations come up that can drive you crazy. One such limitation is support for building “skinny war” files. Granted, I don’t think it’s the most common configuration, but for certain types of … Continue reading
Public mashup and data feed APIs
I’m doing some research for a possible venture. A part of this venture would fall into the mashup category – pulling information from other sites and services, and combining it in a unique way. Following are my initial notes on … Continue reading
Posted in Software Development, Web
Leave a comment
JSR 303 & Hibernate validation framework
I was recently looking for a validation framework, and came across the work that has been done lately for JSR 303 (latest version of the spec here). JSR 303 defines a standard meta-data model and API for validation of JavaBeans/POJOs. … Continue reading
Grails security
I’m working an a Grails-based project which requires security, as pretty much every web application does. My high level requirements are: Role-based access control Database-based authentication (passwords stored in database) Simple to use Good documentation Ability to model permissions for … Continue reading
Idea 8.1 & Grails 1.1
I’ve been working with Grails again lately after not using it for a while. Last time I was using Grails was a pre-1.0 release about a year ago. Even then it was an extremely productive framework, but it was rough … Continue reading
Setting up a virtual private server
I’ve had a dedicated server at a hosting provider that I’ve used to host applications and sites for years. I got a great price on the hosting package and it’s worked well, but the server’s growing long in the tooth … Continue reading
Posted in Web
Leave a comment
Mercurial and Subversion : What’s working for me
One popular use of DVCS systems such as Mercurial and GIT is as “super clients” to Subversion, at least until more projects get on the DVCS bandwagon. You get most of the benefits of the DVCS and can still work … Continue reading
Posted in Software Development, Tools
2 Comments