Currently i have several projects using different version java, the oldest one using java 1.6, and the new one using 1.8 which is need lambda expression…
Tutorial
Rails General Troubleshoot
This Post Contains Collection of general troubleshoot for RAILS. Will Update periodically. Problem : Warning : Ignoring xxx because its extensions are not built Solution :…
Rails + Mysql OSX
Today when running rails application using agains MySQL Database, got the following error : The strange thing is mysql already installed on my machine :…
Installing Linuxbrew on Ubuntu
Linuxbrew is fork form famous package manager homebrew for mac os. You can read about how to install Homebrew on OSX machine here. Below will be…
Installing Elasticsearch on Ubuntu 14.04
Elasticsearch is one of most powerfull opensource platform for distributed REStFull Search and Analysis engine. you can read further about elasticsearch here . In this Post,…
Install stuff what apple didn’t provide [HomeBrew]
Just like other unix based machine, apple provide repository called app store for installing various tools and software. But not like any other unix machine which…
Scheduler FTP Upload for multiple files
Upload multiple files is pretty easy when invoked manually, using command line or ftp client. but a little bit tricky when we need to upload…
Jenkins and Bitbucket [Maven Project as Example]
In this post, i’ll explain short brief how to integrate between bitbucket and jenkins as a part of continues integration cycle. before reading this, assumed…
Running Eclipse On Yosemite
I quite excited when new OSX version codename Yosemite come out this fall. But, I found problem with my eclipse application after upgrading to yosemite,…
Java Connector : Push Purchase Order to JDE (JD Edwards) Enterprise One
Jd Edward is one of ERP Application Acquired by ‘DB Giant’ Oracle and supported till now. For third party application which want to connect…