Quantcast
Channel: Try to leave the Earth a better place than when you arrived. Sidney Sheldon
Browsing all 15 articles
Browse latest View live

EJB3.0 Timer Service on Weblogic 10

Today I tried to develop and deploy EJB TimerService on OCSG4.1 which is in fact based on Weblogic10.Below are my findings and there resolutionsEJB Code@Statelesspublicclass TimerEjb implements...

View Article



Image may be NSFW.
Clik here to view.

Article 5

Creating and Deploying OSGi bundle on Fuse ESB with Baby StepsIn this post, we’ll develop a Hello World OSGi Bundle. We will use Felix as OSGi container. I develop this without interacting with Maven....

View Article

Image may be NSFW.
Clik here to view.

Hello World With Maven in Eclipse IDE

We will develop Hello World app, without using Maven Console based commands,Please follow the below steps.1. Download Eclipse IDE for Java EE Developers, this contain all preconfigured Maven Plugin,...

View Article

How to Send SMS with Parlay Rest

OMA provide specification for communication with telecom nodes, one of them is parlay rest to send sms.Following is java sample to send sms following Parlay Rest specificationpackage...

View Article

Parlay Rest SMS with Apache Camel

Following sample will use http4 Apache component to send Sms using Parlay Rest Specificationpackage com.test.rest.sms;import org.apache.camel.main.Main;public class TestRestSms {public static void...

View Article


Running Java Application with Solaris SMF as Non-Root User

Sample SMF manifes file<?xml version='1.0'?><!DOCTYPE service_bundle SYSTEM '/usr/share/lib/xml/dtd/service_bundle.dtd.1'><service_bundle type="manifest" name="myapp"><service...

View Article

MMS with Apache Camel

Following is the sample code to send MultiMedia message to MMSc over MM7 protocolpublic class MmsRouter extends RouteBuilder {     public void configure() {        from("timer:foo?period=5m")...

View Article

Image may be NSFW.
Clik here to view.

Article 1

Raspberry PI setup in Headless ModeToday i received my Raspberry PI 3 ultimate kit, The Raspberry Pi (RPi) is a single board computer based on the Broadcom BCM2835 System on Chip (SoC) it comes...

View Article


Image may be NSFW.
Clik here to view.

Article 0

Bright your LED with Raspberry PIIn Last blog i setup Raspberry PI, Initially i planned to not write blog for this example as internet already provided lot of examples and tutorial for flashing LED...

View Article


CI/CD with Baby Steps (Jenkins - Build Periodically)

This is a first in a series of blog posts about CI/CD practices.Build process before Continuous Integration had many flaws. Software delivery was slow and Developers had to work hard in locating and...

View Article

CI/CD with Baby Steps (Jenkins - Build with Maven Project)

In last tutorial we automate our Eclipse Project build process with default "Freestyle Project" option of Jenkins, in which we scheduled build process with shell commands.In this tutorial we will...

View Article

CI/CD with Baby Steps (Jenkins - Build with Git Hooks)

Git is the most widely used modern version control system in the world today, which allows multiple persons to safely work on the same project without hampering other team members. As a part of a team...

View Article

Article 1

How To Setup Apache Karaf for high availability(active/passive) with GlusterFSA single server is always going to be a single point of failure. So its good idea to deploy on more than one serverApache...

View Article


Moving Jenkins Slave Home directory to New drive in Ubuntu

Step-by-step guideverify availbility of new disk with "sudo fdisk -l"Disk /dev/sdb: 100 GiB, 107374182400 bytes, 209715200 sectorsUnits: sectors of 1 * 512 = 512 bytesSector size (logical/physical):...

View Article

Image may be NSFW.
Clik here to view.

How to drop Operation logs and keep Application Container Logs in Openshift...

I want to configure Fluentd of OpenShift EFK stack to drop all Operations logs and keep Application/My project logs in the internal Elasticsearch/Kibana.To achieve this we have to to do following...

View Article

Browsing all 15 articles
Browse latest View live




Latest Images