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 ArticleService 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 ArticleJava 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 ArticleThe 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 ArticleThird 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 ArticleBusiness 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 ArticleAmazon 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 ArticleArchitectural 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 ArticleService 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 Articlehow 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 Articlehow 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 Articlebash: 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 ArticleHow 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 ArticleHow 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 ArticleInstall 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 ArticleCreating 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 Articlehow 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 Articlehow 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 Articlebash: 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 ArticleAmazon 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