Quantcast
Channel: YASB (Yet another simple blog)
Browsing latest articles
Browse All 9 View Live

Testing Web Services

Like other Software Components Web Services must also have Unit, Integration and Performance Tests to maintain the integrity and the health of the system though out it's life cycle. Challenges:For any...

View Article



YUI -Data Table- inline cell edit

This morning I was trying to implement YUI data table in-line cell edit feature for one of the user story. I found, with the latest version of the YUI 2.6.0 it is little easier to implement it. As it...

View Article

a case where writing business logic in DB layer can help

Can you imagine a case where writing the business logic in stored proc can help other than performance, faster development, less code and security issues.Here is one:Easy deployment: In one of my past...

View Article

Database change management- what is the right approach?

In my current workplace one of the biggest challenge faced by the DB developers and build engineers is to develop patch scripts for database for different point releases of the product. Creating a...

View Article

I bet, you will love groovy if you have seen how groovy purses and creates XML

1. Groovy's triple quotes ( """ ) make it effortless to store the XML internally. No escape characters for the internal quotes and newlines as required in JAVAdef xml = """<countries...

View Article


Performance Tuning- A Practical Approach

View Article

Should I use Grails for my new web application?

Let's explore that in following sections:Some cool facts:1. Web Framework on Java Platform using Groovy, Spring, Hibenate, Junit, Sitemesh...2. Its really cool that: -I don't have to use Java -I can...

View Article

Groovy beans in spring- Plygot porgamming 1

In this series I will try to share cases where we have used Groovy in a Spring based applicaation to leverage its power.Case-IUsing Groovy to parse XML- In our project we have a dataload module that...

View Article


Monolith to Microservices

This post aims to put together all learnings and readings I had so far on microservices and serve as a great reading for beginners.Over next few posts I am going to explore how we can move from...

View Article

Browsing latest articles
Browse All 9 View Live




Latest Images