Quantcast
Channel: Programming – Researcher's Blog
Browsing all 51 articles
Browse latest View live
↧

Image may be NSFW.
Clik here to view.

How to install and add JRE7 in Eclipse?

Right Click on Java Project -> Click Properties -> Select Java Build Path -> Click on Library Tab -> Observe β€œJARs and class folders on build path” section -> Unbound Click on Edit...

View Article


Image may be NSFW.
Clik here to view.

Service Oriented Architecture

SOA has been a buzz word for me from a long time and finally I found why it was buzzing and for a good reason. Service Oriented Architecture, where everything is about β€œservice”. E.g. daily we use...

View Article


Image may be NSFW.
Clik here to view.

Java Application in One JAR

Wouldn’t it be nice if you could just wrap up all your classes into one big executable, and run it? Well the Java2 Runtime Environment has a way of doing this using a JAR launcher. If you bundle your...

View Article

Image may be NSFW.
Clik here to view.

The Scrum Reference Card – Agile Software Development Framework (Download Free)

Scrum is an innovative approach. It is a process for agile software development which uses iterative and incremental phases. Project process is categorised into multiple iterations called sprints. Time...

View Article

Image may be NSFW.
Clik here to view.

Third Party Cloud Service Providers and AWS

AWS does not leverage any third-party cloud providers to deliver AWS services to customers. It means there is no dependency on other Cloud Service Providers and thus the involved parties are Amazon Web...

View Article


Image may be NSFW.
Clik here to view.

Business Application Architectures and Trends

Since past 20 years, Business application architectures has evolved from Desktop centric to Client server to SOA… New Innovations replaced older ideas but few things remained same and will always...

View Article

Image may be NSFW.
Clik here to view.

Amazon Public Cloud Design Pattern: Efficient Resource Utilization

Objective: To utilize resources efficiently with better performance Application of Cloud: Capacity planning is always difficult at initial stages of Software Development Life Cycle. With insufficient...

View Article

Image may be NSFW.
Clik here to view.

Architectural patterns-Software Architecture Part-4

Description and Evaluation – Software Architecture Part-3 Before major development starts, we need to choose an architecture that will provide us with the desired quality attributes. Therefore we need...

View Article


Image may be NSFW.
Clik here to view.

Service oriented architectures-Software Architecture Part-7

Patterns for enterprise application integration-Part-6 Service orientation is a particular strategy for separating concerns and dividing a system into components. Its fundamental characteristic is that...

View Article


Image may be NSFW.
Clik here to view.

how to install java on centos 6.4

execute following command -> yum install java-1.6.0-openjdk-devel.x86_64 Output: Loaded plugins: fastestmirror, refresh-packagekit, securityLoading mirror speeds from cached hostfile * base:...

View Article

Image may be NSFW.
Clik here to view.

how to install and configure maven

Download Maven 3 tarball7 and un-compress it in your home directory tar zxvf apache-maven-3.0.5-bin.tar.gz export PATH=/usr/local/apache-maven-3.0.4//bin:$PATH Set JAVA_HOME Verify that Maven is...

View Article

Image may be NSFW.
Clik here to view.

bash: createrepo: command not found

[root@localhost x86_64]# createrepo ./ bash: createrepo: command not found createrepo command is not on your system.Download the rpm or use yum install createrepo. Install createrepo [root@localhost...

View Article

Image may be NSFW.
Clik here to view.

How to install phpMyAdmin on Ubuntu 13.04

Install phpMyAdmin on Ubuntu 11.10 or Ubuntu 11.04 or Ubuntu 10.10 or Ubuntu 10.04 LTS phpMyAdmin is an open source tool written in PHP intended to handle the administration of MySQL with the use of a...

View Article


Image may be NSFW.
Clik here to view.

How to Install Tomcat 7 or 7.0.26 on Ubuntu 13.04

Install Tomcat 7 or Tomcat 7.0.26 or Tomcat 6 or Tomcat 5 on Ubuntu 11.10 or Ubuntu 11.04 or Ubuntu 10.10 or Ubuntu 10.04 LTS While it is possible that older versions of Tomcat may not be compatible...

View Article

Image may be NSFW.
Clik here to view.

Install WildFly on Ubuntu 12.04 LTS and Ubuntu 12.10

WildFly = JBoss Install JBoss 7.0.2 Application Server on on Ubuntu 12.04 LTS and Ubuntu 12.10 Ubuntu 11.10 or Ubuntu 11.04 or Ubuntu 10.10 or Ubuntu 10.04 LTS Application Server is a framework that...

View Article


Creating server templates in vmware esxi

It’s been a cumbersome activity to create new virtual machines with the software stack installed and configured properly. You can always use tools like KickStart to automatically install the operating...

View Article

how to install java on centos 6.4

execute following command -> yum install java-1.6.0-openjdk-devel.x86_64 Output: Loaded plugins: fastestmirror, refresh-packagekit, securityLoading mirror speeds from cached hostfile * base:...

View Article


how to install and configure maven

Download Maven 3 tarball7 and un-compress it in your home directory tar zxvf apache-maven-3.0.5-bin.tar.gz export PATH=/usr/local/apache-maven-3.0.4//bin:$PATH Set JAVA_HOME Verify that Maven is...

View Article

bash: createrepo: command not found

[root@localhost x86_64]# createrepo ./ bash: createrepo: command not found createrepo command is not on your system.Download the rpm or use yum install createrepo. Install createrepo [root@localhost...

View Article

Amazon Public Cloud Design Pattern: Efficient Resource Utilization

Objective: To utilize resources efficiently with better performance Application of Cloud: Capacity planning is always difficult at initial stages of Software Development Life Cycle. With insufficient...

View Article
Browsing all 51 articles
Browse latest View live