
Search In
It seems today every application needs background jobs, here we are going to learn how to integrate Quartz Scheduler with Spring.
Version we are using
Spring 3.x
Quartz 1.8.6
Maven 3
we have to follow few steps for configure quartz with
Springs Annotation:
Spring provides a mechanism where it can automatically handle the injection of properties and referred objects without defining them in xml files by using Spring Annotations. Listing them below:
@Autowired
@Resource
@PostConstr
Hello friends,This code is to make custom right bar button in UINavigation bar. it helped me to make custom right bar button in UINavigation bar, Hope this will help you too.
UIButton *homeButton = [UIButton buttonWithType:UIButtonTypeCustom];
To make file access by permission in drupal 7, use 'private_files_download_permission' module. This module provide features to drupal developers to download files by specific roles. For example:- In my requirement,there are multiple resume in a folde
Generally at the time of development a situation of incrementing or decrementing a database field it can come like Number of views for a particular page or Number of views of a individual profile. In rails there are two default functions for this whi
below are few techniques
Equivalence partitioning:
Dividing the data into a range of values and selecting one input data value from each range is called Equivalence Partitioning. This is a black box test designing technique used to calculate the qu
Hello all, this is script for Gmail Sign-in through Selenium Webdriver by using xpath as a locator. I have use xpath in locating HTML elements. Xpath can be easily generate from Firebug.
public class loginuser {
public static void main(String[]
What is Exploratory Testing?
“Exploratory Testing is a testing approach that allows you to apply your ability and skill as a tester in a powerful way." Exploratory testing refers testing of a software without any plan and schedules. The Main feature
What is Functional testing?
Functional Testing is a QA process and is a type of Black Box testing. Functional Testing is mainly used to verify whether a piece of software is providing the same output as required by client or end-user. Functional Tes
