Tag Archives: Uncategorized

Build Automation with Oracle Service Bus

Hi Guys watch this space for my next article on Build Automation with Oracle Service Bus.

read more

DO you like a Cash back for your purchases?

With the growing use of internet and the convenience which it provides there has been an ever growing increase in number of online shoppers. On an average a person would be spending about 300£-400£ apprx. each month by shopping online. And did you know you can earn about 40-50£ each month just for doing what […]

read more

How Much Taxi Fare Should I pay?

Well on countless number of occasions you feel the Cab driver over charged you or is trying to fool you when you are in an unconquered territory. Not anymore, I came across this wonderful site which makes haggling for cab fares a little easier for people like us. http://www.worldtaximeter.com It gives you an idea how […]

read more

Online Visio editor

Hi I came across this wonderful site for free online visio editor. The same is available for a 30 day trial. and allows to export so that you can edit it later in your visio as well. http://www.gliffy.com

read more

Singleton Design Pattern

If we are talking about Design Patterns, One of the most common pattern that crosses your mind is Singleton Design Pattern. The underlying definition of the same is “Ensure a class only has one instance, and provide a global point of access to it.” Even though it is simple and most of you might already […]

read more

My New Site

Hi Friends, Thanks for your support on this wordpress blog. But Now onwards I am moving all my content to my own website http://shiningbulls.com Any comments or the latest content will only be available on http://shiningbulls.com. Click here Hope to See you all there.

read more

Database connections and jtds

What are the class names of the Driver, DataSource, ConnectionPoolDataSource, XADataSource and ObjectFactory implementations? Interface jTDS Implementation java.sql.Driver net.sourceforge.jtds.jdbc.Driver javax.sql.DataSource net.sourceforge.jtds.jdbcx.JtdsDataSource javax.sql.ConnectionPoolDataSource net.sourceforge.jtds.jdbcx.JtdsDataSource javax.sql.XADataSource net.sourceforge.jtds.jdbcx.JtdsDataSource javax.naming.spi.ObjectFactory net.sourceforge.jtds.jdbcx.JtdsObjectFactory What is the URL format used by jTDS? The URL format for jTDS is: jdbc:jtds:<server_type>://<server>[:<port>][/<database>][;<property>=<value>[;…]] http://jtds.sourceforge.net/faq.html

read more

Installing Continuum

  Apache Continuum is an enterprise-ready continuous integration server with features such as automated builds, release management, role-based security, and integration with popular build tools and source control management systems. Whether you have a centralized build team or want to put control of releases in the hands of developers, Continuum can help you improve quality […]

read more

Using Test NG for Test Harness

TestNG is a testing framework designed to simplify a broad range of testing needs, from unit testing (testing a class in isolation of the others) to integration testing (testing entire systems made of several classes, several packages and even several external frameworks, such as application servers). Writing a test is typically a three-step process: Write […]

read more

Web Service’s Test Harness

Designing A Functional, Load, and Performance Testing Framework for Web Services The lifecycle of any application typically involves four phases—requirements, design, development, and testing. Testing is the phase that guarantees value delivery to the customer. Testing, being an important process in the SDLC, is an area where better and efficient testing strategies meeting different requirements […]

read more