Quantcast
Channel: technoChord » tech
Browsing all 15 articles
Browse latest View live

Image may be NSFW.
Clik here to view.

Useful Maven Plugins

I realized that by now I have written several maven plugins that make my (and several other folks’) life easy and it would be useful to have one place that enumerates them. So here it is Maven SQL...

View Article


Image may be NSFW.
Clik here to view.

Testing a JavaEE database application

Java EE is more than a decade old; old enough to assume that there are several applications out there that have acquired the infamous “legacy” status. One of the most challenging aspects of such an...

View Article


An over eager code coverage tool!

When I wrote this post about checking code coverage while testing Java applications, I got feedback from users who complained about the cobertura plugin running twice when run with the check goal....

View Article

Image may be NSFW.
Clik here to view.

Grails – The Holy Grail of Rapid Application Development

Today there are far too many choices in the technology stack to build a modern enterprise application. Altho’, for the most part, that’s a good thing, when it comes to building a plain vanilla solution...

View Article

Image may be NSFW.
Clik here to view.

What’s so Groovy about Groovy?

After working on a GRAILS project, I decided to dig a little deeper into the underlying technology: Groovy, a 21st century language with a 70′s name . There are many good things that can be written...

View Article


A Spring MVC response nuance

I recently had the need to write a RESTful web service. Spring has re-engineered the MVC project to support REST based services (because the large overlap in annotation support), whereas it has left...

View Article

Image may be NSFW.
Clik here to view.

Java Property Management Across Build Environments

Using Java properties to specify “boundary conditions” or user preferences of any non-trivial application is standard practice in many development shops. However, even though using properties is a good...

View Article

Image may be NSFW.
Clik here to view.

Distributed Development with Git

I recently started working in an environment where we have to develop software using teams that are geographically dispersed over several timezones. There are many challenges (and benefits) of such a...

View Article


Image may be NSFW.
Clik here to view.

Database Stored Procedure vs Middle Tier Services

When designing a typical enterprise application using a JEE stack, that is backed by a relational database, the question often arises: Should we be placing business logic in the middle tier  or in...

View Article


The Guava EventBus and Spring Proxies

The Guava EventBus model is a neat way to use events (both synchronous and async) in your application without having to use the explicit Listener interfaces. More can be read about the simplicity of...

View Article

Image may be NSFW.
Clik here to view.

Rails vs Grails

I had a week between projects so I decided to take a deep dive into the Ruby on Rails (RoR) ecosystem and compare it against my earlier experience with Grails (from the Groovy, Java and Spring camp)....

View Article

Image may be NSFW.
Clik here to view.

Discovering REST

In this post I’ll cover two aspects about designing RESTful applications: How to design the URLs that can be used to interact with your application, so that the state of the resource can represent the...

View Article

Does Test Driven Development Really Work?

In an assembly of geeks, whenever someone suggests the possibility of adopting Test Driven Development(TDD), I can almost see the collective eye-roll! Although widely regarded as a great technique for...

View Article


Image may be NSFW.
Clik here to view.

Job Posting for Lucas

Hi, We are hiring at Lucas Systems. This position is based in Pittsburgh, PA Please get in touch with me, if interested. . Looking for a bright, energetic and passionate individual who likes writing...

View Article

Image may be NSFW.
Clik here to view.

Angular JS From a Different Angle!

I recently made the switch to a full-stack JavaScript front end framework for an enterprise application that we are building. In this post, I’ll talk about the integration (or, rather lack thereof) of...

View Article

Browsing all 15 articles
Browse latest View live