Android SDK: Unit Testing with the JUnit Testing Framework

Android SDK: Unit Testing with the JUnit Testing Framework

Download Source Files In this tutorial, you will learn how to use Eclipse to create an Android JUnit Test Project, create automated unit tests and run them under a variety of conditions. Before You Begin The authors are assuming the reader has some basic knowledge of Android and have all of the tool

[ read more ]

Calling Stored Procedures from ASP.NET and VB.NET

Let us see how can we create and call Stored procedures, in a .NET Environment, i.e Visual Studio.We use .NET 2.0 and Visual Studio 2005 for all the examples.fs Creating Stored Procedures Writing stored procedures has never been easy as Microsoft has almost integrated SQL Server with Visual Studio 2

[ read more ]

Spring Framework Architecture

Spring Framework Architecture

Spring could potentially be a one-stop shop for all your enterprise applications, however, Spring is modular, allowing you to pick and choose which modules are applicable to you, without having to bring in the rest. Following section gives detail about all the modules available in Spring Framewo

[ read more ]

Introduction to Spring’s Aspect Oriented Programming(AOP)

1) Introduction One of the major features available in the Spring Distribution is the provision for separating the cross-cutting concerns in an Application through the means of Aspect Oriented Programming. Aspect Oriented Programming is sensibly new and it is not a replacement for Object Oriented

[ read more ]

History of Java

History of Java

Java is an object-oriented programming language developed by James Gosling and colleagues at Sun Microsystems in the early 1990s. Unlike conventional languages which are generally designed either to be compiled to native (machine) code, or to be interpreted from source code at runtime, Java is int

[ read more ]

Using JMX within a spring application

Lately I have been doing a lot with JMX. I use it more and more to check what my application is doing. I use it to monitor tomcat, the cache, queue’s and other libraries and components. Now I wanted to use jmx to monitor my own application. Using the standard JMX stuff coming with the JDK is not h

[ read more ]

What is Spring?

Spring is great framework for development of Enterprise grade applications. Spring is a light-weight framework for the development of enterprise-ready applications. Spring can be used to configure declarative transaction management, remote access to your logic using RMI or web services, mailing faci

[ read more ]

MyEclipse for Spring 10.0: Spring 3.0 MVC Scaffolding

1. Introduction One of the goals of MyEclipse for Spring (ME4S) is to help developers write less code from scratch and use code generation more broadly, and ME4S offers the richest set of code generation options available anywhere. ME4S can generate software components for Spring MVC, Spring Web Fl

[ read more ]